From ef358b5ae508326e56e69de1c0aafda2bd4cddab Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Tue, 3 Nov 2020 17:50:48 +0100 Subject: [PATCH] [ABW]: added tests for get_discussions_by_created added some negative tests for calls touched previously --- .../get_ranked_posts/_readme.txt | 2 +- .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../no_author.orig.json | 5 + .../no_author.pat.json | 5 + .../no_author.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../get_discussions_by_blog/no_tag.orig.json | 5 + .../get_discussions_by_blog/no_tag.pat.json | 5 + .../no_tag.tavern.yaml | 30 + .../nonempty_filter_tags.orig.json | 5 + .../nonempty_filter_tags.pat.json | 5 + .../nonempty_filter_tags.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../no_author.orig.json | 5 + .../no_author.pat.json | 5 + .../no_author.tavern.yaml | 30 + .../nonempty_filter_tags.orig.json | 5 + .../nonempty_filter_tags.pat.json | 5 + .../nonempty_filter_tags.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../nonempty_filter_tags.orig.json | 5 + .../nonempty_filter_tags.pat.json | 5 + .../nonempty_filter_tags.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../get_discussions_by_feed/no_tag.orig.json | 5 + .../get_discussions_by_feed/no_tag.pat.json | 5 + .../no_tag.tavern.yaml | 30 + .../nonempty_filter_tags.orig.json | 5 + .../nonempty_filter_tags.pat.json | 5 + .../nonempty_filter_tags.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../over_limit.orig.json | 5 + .../over_limit.pat.json | 5 + .../over_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../under_limit.orig.json | 5 + .../under_limit.pat.json | 5 + .../under_limit.tavern.yaml | 30 + .../get_discussions_by_created/_readme.txt | 26 +- .../community.orig.json | 1 + .../community.pat.json | 1 + .../community.tavern.yaml | 28 + .../max_limit.orig.json | 9849 +++++++++++++++++ .../max_limit.pat.json | 9849 +++++++++++++++++ .../max_limit.tavern.yaml | 28 + .../min_limit.orig.json | 40 + .../min_limit.pat.json | 40 + .../min_limit.tavern.yaml | 28 + .../paginated.orig.json | 170 + .../paginated.pat.json | 212 + .../paginated.tavern.yaml | 28 + .../tag_bitcoin.orig.json | 4216 +++++++ .../tag_bitcoin.pat.json | 4216 +++++++ .../tag_bitcoin.tavern.yaml | 28 + .../tag_bitcoin_paginated.orig.json | 2044 ++++ .../tag_bitcoin_paginated.pat.json | 2050 ++++ .../tag_bitcoin_paginated.tavern.yaml | 28 + .../truncated.orig.json | 40 + .../truncated.pat.json | 40 + .../truncated.tavern.yaml | 28 + 98 files changed, 33979 insertions(+), 13 deletions(-) create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.tavern.yaml create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.pat.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.tavern.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt index 2e4b1595..f6666e6f 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt @@ -9,7 +9,7 @@ params: values: "trending" - [if tag is community pinned posts first], top posts with highest trending score first; paging cuts out given and more trending posts "hot" - top posts with highest hot score first; paging cuts out given and hotter posts - "created" - [if tag is community pinned posts first], newest top posts first; paging cuts out given and newer posts + "created" - [if tag is community pinned posts first], newest top posts first (grayed out not considered); paging cuts out given and newer posts "promoted" - promoted posts with highest promotion fund first; paging cuts out given and more promoted posts "payout" - only posts that will cashout between 12 and 36 hours from head block are considered, posts with higher pending payout first; paging cuts out given and higher payout posts "payout_comments" - only replies are considered, posts with higher pending payout first; paging cuts out given and higher payout posts diff --git a/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/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_comment_discussions_by_payout/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/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_comment_discussions_by_payout/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.tavern.yaml new file mode 100644 index 00000000..f527a59f --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_comment_discussions_by_payout/under_limit.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: {"limit":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_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/no_author.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.orig.json new file mode 100644 index 00000000..7ec00ff2 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "`author` cannot be blank", + "message": "Invalid parameters" +} 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 new file mode 100644 index 00000000..7ec00ff2 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "`author` cannot be blank", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.tavern.yaml new file mode 100644 index 00000000..79a3fb9b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/no_author.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date + + marks: + - patterntest + - 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: {"limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_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/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/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_discussions_by_author_before_date/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/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_discussions_by_author_before_date/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.tavern.yaml new file mode 100644 index 00000000..8c659f74 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_author_before_date/under_limit.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_author_before_date under limit patterns test + + marks: + - patterntest + - 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":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_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/no_tag.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.orig.json new file mode 100644 index 00000000..3f4d2d6b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_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/no_tag.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.json new file mode 100644 index 00000000..3f4d2d6b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.pat.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/no_tag.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_tag.tavern.yaml new file mode 100644 index 00000000..12719205 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/no_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: {"limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_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/nonempty_filter_tags.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.orig.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.pat.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.tavern.yaml new file mode 100644 index 00000000..e6287fd6 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/nonempty_filter_tags.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","filter_tags": ["steemit","photography"]} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "nonempty_filter_tags" + 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/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.tavern.yaml new file mode 100644 index 00000000..5f95efbf --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/over_limit.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","limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/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_discussions_by_blog/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/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_discussions_by_blog/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.tavern.yaml new file mode 100644 index 00000000..6b2844d3 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_blog/under_limit.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","limit":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_discussions_by_blog" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.orig.json new file mode 100644 index 00000000..0e5dbcbf --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_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_discussions_by_comments/no_author.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.json new file mode 100644 index 00000000..0e5dbcbf --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.pat.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_discussions_by_comments/no_author.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.tavern.yaml new file mode 100644 index 00000000..32bb6275 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/no_author.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: {"limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_author" + 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_comments/nonempty_filter_tags.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.orig.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.pat.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.tavern.yaml new file mode 100644 index 00000000..d246a1ac --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/nonempty_filter_tags.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","filter_tags": ["steemit","photography"]} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "nonempty_filter_tags" + 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_comments/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.tavern.yaml new file mode 100644 index 00000000..f7429cfa --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/over_limit.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","limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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_comments/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/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_discussions_by_comments/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/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_discussions_by_comments/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.tavern.yaml new file mode 100644 index 00000000..5a52ed89 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_comments/under_limit.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","limit":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_discussions_by_comments" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.orig.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.pat.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.tavern.yaml new file mode 100644 index 00000000..692443ba --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/nonempty_filter_tags.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: {"filter_tags": ["steemit","photography"]} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "nonempty_filter_tags" + 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_created/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.tavern.yaml new file mode 100644 index 00000000..8cbf95cd --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/over_limit.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: {"limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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_created/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/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_discussions_by_created/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/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_discussions_by_created/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.tavern.yaml new file mode 100644 index 00000000..83e13aaa --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_created/under_limit.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: {"limit":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_discussions_by_created" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.orig.json new file mode 100644 index 00000000..3f4d2d6b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_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_feed/no_tag.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.json new file mode 100644 index 00000000..3f4d2d6b --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.pat.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_feed/no_tag.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.tavern.yaml new file mode 100644 index 00000000..30fe85ff --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/no_tag.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: {"limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "no_tag" + 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/nonempty_filter_tags.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.orig.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.pat.json new file mode 100644 index 00000000..8ad2a2f8 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "filter_tags not supported", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.tavern.yaml new file mode 100644 index 00000000..87fc5871 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/nonempty_filter_tags.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","filter_tags": ["steemit","photography"]} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "nonempty_filter_tags" + 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/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.tavern.yaml new file mode 100644 index 00000000..2cc383fe --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/over_limit.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","limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/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_discussions_by_feed/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/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_discussions_by_feed/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.tavern.yaml new file mode 100644 index 00000000..275ac332 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_feed/under_limit.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","limit":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_discussions_by_feed" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.tavern.yaml new file mode 100644 index 00000000..6593d9b5 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/over_limit.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: {"limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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_hot/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/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_discussions_by_hot/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/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_discussions_by_hot/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.tavern.yaml new file mode 100644 index 00000000..8e68ad9c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_hot/under_limit.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: {"limit":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_discussions_by_hot" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.tavern.yaml new file mode 100644 index 00000000..8a107dcd --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/over_limit.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: {"limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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_promoted/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/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_discussions_by_promoted/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/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_discussions_by_promoted/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.tavern.yaml new file mode 100644 index 00000000..c86808ce --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_promoted/under_limit.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: {"limit":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_discussions_by_promoted" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.pat.json new file mode 100644 index 00000000..e35d422a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit = 101 outside valid range [1:100]", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.tavern.yaml new file mode 100644 index 00000000..472f944c --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/over_limit.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: {"limit":101} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "over_limit" + 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_discussions_by_trending/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/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_discussions_by_trending/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/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_discussions_by_trending/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.tavern.yaml new file mode 100644 index 00000000..8f171ea2 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_discussions_by_trending/under_limit.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: {"limit":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_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/under_limit.orig.json b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.orig.json new file mode 100644 index 00000000..9f9bad6e --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/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_post_discussions_by_payout/under_limit.pat.json b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.pat.json new file mode 100644 index 00000000..927622ea --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/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_post_discussions_by_payout/under_limit.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.tavern.yaml new file mode 100644 index 00000000..277fee71 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_post_discussions_by_payout/under_limit.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: {"limit":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_post_discussions_by_payout" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/_readme.txt b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/_readme.txt index 47b99551..6dcc1c82 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/_readme.txt +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/_readme.txt @@ -1,25 +1,27 @@ -Lists posts sorted by creation date. +Lists all top posts ordered by creation date (newer first). +Aside from different post format routine is the same as bridge.get_ranked_posts with created sort (does not handle community pinned posts in special way though). method: "condenser_api.get_discussions_by_created" params: { - "start_author":"{author}" + "start_permlink":"{permlink}", + "start_author":"{author}", "start_permlink":"{permlink}", - optional, should point to valid apost + start_author + start_permlink : optional, when given have to point to valid start post; paging mechanism (cuts out this and newer posts) - "limit":"{number}", + "limit":"{number}", - optional, range 1...100; default = 20 + optional, 1..100, default = 20 - "tag":"{tag}", + "tag":"{tag}", - optional, turns on filtering for posts with given tag + optional, turns on filtering for posts with given tag; when community tag is used it filters for community posts + (compared to original version, posts that are only tagged with community tag, but don't belong to community, are no longer put in results) - "truncate_body":{number} + "truncate_body":{number} - optional, default = 0; + 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}" - optional, not supported -} \ No newline at end of file + has to be left empty, not supported +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.orig.json new file mode 100644 index 00000000..fe51488c --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.orig.json @@ -0,0 +1 @@ +[] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.pat.json new file mode 100644 index 00000000..fe51488c --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.pat.json @@ -0,0 +1 @@ +[] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.tavern.yaml new file mode 100644 index 00000000..3be3fdfc --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/community.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created community patterns test + + marks: + - patterntest # communities not implemented under 5 mln blocks + + includes: + - !include ../../common.yaml + + stages: + - name: condenser_api.get_discussions_by_created community patterns test + 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: {"tag":"hive-173493", "limit":5} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "community" + directory: "condenser_api_patterns/get_discussions_by_created" diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.orig.json new file mode 100644 index 00000000..c7c72aff --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.orig.json @@ -0,0 +1,9849 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "155925481", + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 0, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-16T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http:\\/\\/i.imgur.com\\/FLe0WeF.jpg\",\"http:\\/\\/i.imgur.com\\/s6Aeke2.jpg\",\"http:\\/\\/i.imgur.com\\/RX0JK1z.jpg\",\"http:\\/\\/i.imgur.com\\/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https:\\/\\/www.facebook.com\\/iconomi.net\\/\",\"https:\\/\\/twitter.com\\/iconominet\\\"twitter.com\\\"\",\"https:\\/\\/www.linkedin.com\\/company\\/iconomi-the-financial-services-for-decentralised-economy\\/\",\"https:\\/\\/telegram.me\\/iconomi\",\"https:\\/\\/medium.com\\/iconominet\",\"https:\\/\\/iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 961032, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3377256926", + "voter": "anton333" + } + ], + "author": "anton333", + "author_reputation": 2052211997492, + "beneficiaries": [], + "body": "<html>\n<h2>Model of Skeleton hands,without scissors and glue.</h2>\n<a href='https://postimg.org/image/byivq2oqt/' target='_blank'><img src='https://s18.postimg.org/fi4tfvrgp/image.jpg' border='0' alt='1'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/ivepluv0b/' target='_blank'><img src='https://s9.postimg.org/kn7ogredb/image.jpg' border='0' alt='2'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n\n<p><br></p>\n<h2>I need a piece of paper.</h2>\n<a href='https://postimg.org/image/efv1n0qmt/' target='_blank'><img src='https://s10.postimg.org/nnna3pxp5/image.jpg' border='0' alt='3'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/u9lgfmvnt/' target='_blank'><img src='https://s12.postimg.org/dltyd50wd/image.jpg' border='0' alt='4'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/gzhee9knd/' target='_blank'><img src='https://s12.postimg.org/qwsf7bs99/image.jpg' border='0' alt='5'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/gwtumvm6n/' target='_blank'><img src='https://s3.postimg.org/7p1m66f4j/image.jpg' border='0' alt='6'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/55ifcrhhp/' target='_blank'><img src='https://s22.postimg.org/4388u7yoh/image.jpg' border='0' alt='7'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/4cbh56p1p/' target='_blank'><img src='https://s14.postimg.org/qo99yko5t/image.jpg' border='0' alt='1'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<h2><a href=\"https://steemit.com/art/@anton333/origami-start-with-the-simplest\">Part 1</a> <a href=\"https://steemit.com/art/@anton333/origami-part-two-do-a-swan\">Part 2 </a><a href=\"https://steemit.com/art/@anton333/origami-part-3-the-model-of-a-mouse\">Part 3 </a><a href=\"https://steemit.com/art/@anton333/origami-part-4-the-model-of-a-rose-petals\">Part4 </a><a href=\"https://steemit.com/art/@anton333/origami-part-5-the-model-of-master-yoda\">Part5 </a><a href=\"https://steemit.com/art/@anton333/origami-part-6-the-model-of-eagle\">Part6 </a><a href=\"https://steemit.com/art/@anton333/origami-part-7-the-model-of-dagger\">Part7 </a><a href=\"https://steemit.com/art/@anton333/origami-part-8-the-model-of-spider\">Part8 </a><a href=\"https://steemit.com/art/@anton333/origami-part-9-the-model-of-tooth\">Part9 </a><a href=\"https://steemit.com/art/@anton333/origami-part-10-the-model-of-flower\">Part10</a></h2>\n</html>", + "body_length": 2879, + "cashout_time": "2016-09-16T19:46:30", + "category": "art", + "children": 0, + "created": "2016-09-15T19:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"origami\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3377256926, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "origami-part-11-the-model-of-skeleton-hands", + "post_id": 961025, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Origami Part 11, the model of Skeleton hands.", + "title": "Origami Part 11, the model of Skeleton hands.", + "total_payout_value": "0.000 HBD", + "url": "/art/@anton333/origami-part-11-the-model-of-skeleton-hands" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "151513711", + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16809529417, + "beneficiaries": [], + "body": "The Texas Rangers are 33-10 (.767) in one-run games this season. This would stand as a modern record for winning percentage in one-run games, besting the 2012 Orioles, who were 29-9 (.763).\n\n<h1><center>http://images.performgroup.com/di/library/sporting_news/a3/fa/texasrangers-getty-ftr-091516jpg_9u1oo1fjvsue1twr2494i9qcn.jpg?t=766994815</center></h1>\n\nBut if we dig deep into the archives of baseball history, we learn that this is actually the best record since the 1890 Brooklyn Bridegrooms, who were 14-4 (.778) in one-run games en route to an overall 86-43 (.667) record and the National League pennant.\n\n**Source / Read More...** <a href='http://www.sportingnews.com/mlb/news/texas-rangers-record-in-one-run-games-brooklyn-bridegrooms/irlcvzvv8fui1vgogevkmomch\n'>sportingnews.com</a> \n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\n\n**NEWS FEED** \n*Get the latest headlines from around the world right on your Steemit Feed! With @newsfeed you always stay in the know about all sorts of topics ranging from Politics & Finance to Sports*\n\n**Currently In Beta**\n*Full news feed from hand picked creditable sources from all sides of the political and social realm. Although not fully operational, posts will be random while testing BUT do have real headlines!*", + "body_length": 1323, + "cashout_time": "2016-09-16T19:46:30", + "category": "newsfeed", + "children": 0, + "created": "2016-09-15T19:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"sports\",\"rangers\",\"baseball\"],\"users\":[\"newsfeed\"],\"image\":[\"http:\\/\\/images.performgroup.com\\/di\\/library\\/sporting_news\\/a3\\/fa\\/texasrangers-getty-ftr-091516jpg_9u1oo1fjvsue1twr2494i9qcn.jpg?t=766994815\",\"https:\\/\\/ipfs.pics\\/ipfs\\/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http:\\/\\/www.sportingnews.com\\/mlb\\/news\\/texas-rangers-record-in-one-run-games-brooklyn-bridegrooms\\/irlcvzvv8fui1vgogevkmomch\\n\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151513711, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "rangers-record-in-one-run-games-nearing-truly-historic-level", + "post_id": 961024, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rangers' record in one-run games nearing truly historic level", + "title": "Rangers' record in one-run games nearing truly historic level", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/rangers-record-in-one-run-games-nearing-truly-historic-level" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "64358062", + "voter": "agartha" + } + ], + "author": "agartha", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 152, + "cashout_time": "2016-09-16T19:44:00", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"hack\",\"monero\",\"bitcoin\",\"lol\"],\"links\":[\"https:\\/\\/www.facebook.com\\/agartha.white.3\\/posts\\/179267779175393\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64358062, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-hack-monero-xmr", + "post_id": 961010, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I hack Monero (Xmr) ?", + "title": "I hack Monero (Xmr) ?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@agartha/i-hack-monero-xmr" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1202120459", + "voter": "varda" + } + ], + "author": "varda", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p> 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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/DSCN0477faad0.jpg\" width=\"2758\" height=\"2736\"/></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/keops0029612b.jpg\" width=\"1464\" height=\"1162\"/></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Au-sommet81f7b.jpg\" width=\"731\" height=\"645\"/></p>\n<p> 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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/16e3c4.jpg\" width=\"620\" height=\"464\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Photo0224b24a.jpg\" width=\"2048\" height=\"1536\"/></p>\n<p><br></p>\n<p> 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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/d85917d4a45b3d581b5f40d1d7a7504a3bb1e.jpg\" width=\"236\" height=\"234\"/></p>\n<p><br></p>\n<p>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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/chr841bd.jpg\" width=\"916\" height=\"613\"/></p>\n<p><br></p>\n<p> 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! </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/DSCN1513-Copiee7a4d.jpg\" width=\"410\" height=\"681\"/></p>\n<p><br></p>\n<p>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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Capture2bb0b8.jpg\" width=\"539\" height=\"627\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/370086-1f7d83.jpg\" width=\"325\" height=\"300\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Capturec0ccc.jpg\" width=\"589\" height=\"598\"/></p>\n<p><br></p>\n<p>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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/souleve-malade-foldyadb08.jpg\" width=\"480\" height=\"640\"/></p>\n<p><br></p>\n<p>Headline in this service is: you come to bed but you leave again walking. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>During dinner, we feed the disabled and we encode our care in the computer.</p>\n<p><br></p>\n<p> 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. </p>\n<p><br></p>\n<p>We must not believe that the nursing profession is simple, each service is different and you can not compare the care of each other. </p>\n<p><br></p>\n<p>I hope I have not bothered you with this long text, I wish you a good day to you all. </p>\n</html>", + "body_length": 6785, + "cashout_time": "2016-09-16T19:43:54", + "category": "story", + "children": 0, + "created": "2016-09-15T19:43:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"health\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:43:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1202120459, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "my-day-hospital", + "post_id": 961007, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My day hospital", + "title": "My day hospital", + "total_payout_value": "0.000 HBD", + "url": "/story/@varda/my-day-hospital" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "54846770", + "voter": "ejaredallen" + } + ], + "author": "ejaredallen", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-986x1024-289x300.jpeg\"/></p>\n<h1>Nature</h1>\n<p>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!</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-3-1024x768-300x225.jpeg\"/></p>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6440-1024x1024-300x300.jpg\"/></p>\n<h2>Colorado mountain rivers</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6031-1024x1024-300x300.jpg\"/></p>\n<h2>Mississippi at sunset</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_5829-1024x1024-300x300.jpg\"/></p>\n<h2>Hundreds of years old Indian hieroglyphs in Arizona</h2>\n<p>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!</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/2015-07-13-06-37-59-1024x1024-300x300.jpg\"/></p>\n<h2>Uganda, Africa at twilight, from a moving bus</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_7281-1024x1024-300x300.jpg\"/></p>\n<p>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! </p>\n<h2>Follow me <a href=\"https://steemit.com/@ejaredallen\">@ejaredallen </a>for more pictures and great content!</h2>\n</html>", + "body_length": 3518, + "cashout_time": "2016-09-16T19:42:24", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"pictures\",\"art\",\"steemit\",\"travel\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:43:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54846770, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "wanna-see-something-cool", + "post_id": 960996, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Shot From Around The Block On An iPhone!", + "title": "Shot From Around The Block On An iPhone!", + "total_payout_value": "0.000 HBD", + "url": "/photography/@ejaredallen/wanna-see-something-cool" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1979857275", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3911638805", + "voter": "zaitsevalesyaa" + } + ], + "author": "cwbrooch", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>This is part 2 of my Memoir. Missed Part 1?<a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-in-moscow-part-1-surviving-underground\"> Click here.</a><br>\nDon't know what's going on? <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-of-living-in-moscow-preamble\">Start from the beginning here.</a></p>\n<p>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.</p>\n<p><img src=\"https://s14.postimg.org/bpiqdmgpt/Untitled.jpg\" width=\"1066\" height=\"800\"/></p>\n<h1>Russian Roulette - A Memoir of my Two Years in Moscow - Part 2 - Under the Table Tactics</h1>\n<p>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 <em>it's-russia-get-used-to-it </em>anecdote.<br>\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.</p>\n<h3>A ROUTINE POLICE CHECK<strong> </strong></h3>\n<p>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. \"<em>You were speeding\", \"You didn't stop at the STOP sign\", \"You're light is out\" </em>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...</p>\n<h3>PAYING TO PASS AN EXAM</h3>\n<p>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....\"<br>\nNeedless to say, she was forced to pay the second time around and surprise, surprise, she passed....<br>\n<br>\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...</p>\n<h3>GETTING INTO A PRIVATE EVENT</h3>\n<p>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...</p>\n<p>That was a minor party. Let's talk about the big stuff, involving bigger money!<br>\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. </p>\n<p>The whole thing is long, play with it a little bit. The good stuff starts at about 40 minutes. <a href=\"https://www.youtube.com/channel/UC4qBu3EvraPWezHbaC7npIQ\">Source</a></p>\n<p>https://www.youtube.com/watch?v=5EI3FYynz-Q</p>\n<p>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 :)</p>\n<p>The event itself is quite impressive and for soldiers taking part in the march it is an honor among honors. <br>\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...)</p>\n<p><img src=\"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\" width=\"1162\" height=\"775\"/></p>\n<p>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 :)</p>\n<p> ____________________________________________________________________________</p>\n<p>Thank you for reading Part 2 of my memoir.</p>\n<p>Want to find out more about living in Moscow? Follow me <a href=\"https://steemit.com/@cwbrooch\">@cwbrooch</a> :)</p>\n<p>My other work on Streemit:</p>\n<p>1) <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-of-living-in-moscow-preamble\">Russian Roulette - Preamble</a> </p>\n<p>2) <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-in-moscow-part-1-surviving-underground\">Russian Roulette - Part 1 - Surviving Underground</a></p>\n<p>3) <a href=\"https://steemit.com/languages/@cwbrooch/why-shouldn-t-you-use-google-translate-for-learning-english-and-which-dictionaries-are-faaaar-better\">Why shouldn't you use google translate for learning English and which dictionaries are far better</a>. </p>\n<p>4) <a href=\"https://steemit.com/languages/@cwbrooch/how-to-learn-vocabulary-effectively-in-any-language\">How to learn vocabulary effectively in any language!</a></p>\n<p>5) <a href=\"https://steemit.com/introduceyourself/@cwbrooch/teacher-story-teller-cat-lover-about-me\">About me: introduction</a> <br>\n </p>\n<p><br></p>\n</html>", + "body_length": 6713, + "cashout_time": "2016-09-16T19:44:28", + "category": "story", + "children": 0, + "created": "2016-09-15T19:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"writing\",\"travel\",\"life\",\"russia\"],\"users\":[\"cwbrooch\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:42:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5891496080, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "russian-roulette-a-memoir-part-2-under-the-table-tactics", + "post_id": 960988, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Russian Roulette - a Memoir [Part 2] - Under-the-table Tactics", + "title": "Russian Roulette - a Memoir [Part 2] - Under-the-table Tactics", + "total_payout_value": "0.000 HBD", + "url": "/story/@cwbrooch/russian-roulette-a-memoir-part-2-under-the-table-tactics" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1856124515188", + "voter": "badassmother" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1511911763", + "voter": "fkn" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1987313581", + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "10685732759", + "voter": "kimziv" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "7380892516", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13847065167", + "voter": "aaseb" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "233089182", + "voter": "poseidon" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1226120506", + "voter": "positive" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1805841949", + "voter": "sisterholics" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "63861075353", + "voter": "laonie" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "2665078950", + "voter": "myfirst" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "12962686205", + "voter": "somebody" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "484662341", + "voter": "flysaga" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "2863548500", + "voter": "midnightoil" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "7162422615", + "voter": "xiaohui" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "485163523", + "voter": "elfkitchen" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "223914723", + "voter": "xiaokongcom" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "451374022", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82361209107", + "voter": "markrmorrisjr" + } + ], + "author": "markrmorrisjr", + "author_reputation": 0, + "beneficiaries": [], + "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\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\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\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\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! ##", + "body_length": 8159, + "cashout_time": "2016-09-16T19:45:37", + "category": "story", + "children": 0, + "created": "2016-09-15T19:40:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"fiction\",\"anarchy\",\"minnowsunited\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2069384927746, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.691 HBD", + "percent_steem_dollars": 10000, + "permlink": "original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10", + "post_id": 960985, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Original Fiction: JACKED Book One, The Origin Dime Chronicles, Episode 10", + "title": "Original Fiction: JACKED Book One, The Origin Dime Chronicles, Episode 10", + "total_payout_value": "0.000 HBD", + "url": "/story/@markrmorrisjr/original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "201736965", + "voter": "blend" + } + ], + "author": "blend", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<ul>\n <li> I\u2019m as surprised as anyone to be saying this but <em>holy shit</em>, these vape trick are really impressive.Yes, vaping still makes most people look like an extra who just stepped off the set of <em>Blade Runner.</em> 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. <img src=\"http://i.kinja-img.com/gawker-media/image/upload/t_original/p8yuecbnagacjm6khr6t.jpg\" width=\"800\" height=\"363\"/></li>\n</ul>\n</html>\nhttps://youtu.be/i3Nd_FK1zUg\nsource>http://www.gizmodo.com.au/2016/09/so-uh-vape-tricks-are-cool-now/", + "body_length": 705, + "cashout_time": "2016-09-16T19:40:45", + "category": "art", + "children": 0, + "created": "2016-09-15T19:40:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"story\",\"life\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 201736965, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "so-uh-vape-tricks-are-cool-now", + "post_id": 960984, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "So, Uh... Vape Tricks Are Cool Now?", + "title": "So, Uh... Vape Tricks Are Cool Now?", + "total_payout_value": "0.000 HBD", + "url": "/art/@blend/so-uh-vape-tricks-are-cool-now" + }, + { + "active_votes": [], + "author": "philanthropest", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams. </p>\n<p>I'm not crazy for having masking tape over my camera...I'm not alone....</p>\n<p>https://www.youtube.com/watch?v=y02aBfNT8n4</p>\n<p>WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....</p>\n<ul>\n <li>People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf. </li>\n</ul>\n<h1><strong>AS IF THEY AREN'T LISTENING</strong> TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING</h1>\n</html>", + "body_length": 652, + "cashout_time": "2016-09-16T07:40:21", + "category": "freedom", + "children": 0, + "created": "2016-09-15T19:40:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"freedom\",\"anarchy\",\"steem\",\"life\",\"\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/y02aBfNT8n4\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=y02aBfNT8n4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:42:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "freedom", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does", + "post_id": 960979, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES", + "title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES", + "total_payout_value": "0.000 HBD", + "url": "/freedom/@philanthropest/cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231815399848", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1856124515188", + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1950776472028", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "466189427281", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "440845842", + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26932369613", + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8677356665", + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22149156424", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24694558802", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "468295495", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5641891453", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31733693573", + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "319978787382", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32459455171", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "584301957019", + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183455862202", + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177422979921", + "voter": "mummyimperfect" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40553528416", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "970610699889", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49581638772", + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61303208719", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35244223389", + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3848697023555", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "365370465", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55960464168", + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275083790158", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047565689", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31346657524", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203028922423", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45359587433", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75335893384", + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34073741916", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "484636799", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36267999733", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49807514764", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68450624110", + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52094130602", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "462747522217", + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5271256317", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118094280271", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "578386960", + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "642869652", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "594982040", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14886225123", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "185306737687", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5250267854", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13847065167", + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209550858", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89580632", + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14455781997", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4428694472", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3709674578", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30989849211", + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20026634941", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "799615699", + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34310997040", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4150694741", + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "674282213", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "599033376", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21249911268", + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135241026997", + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50580942653", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2157263872", + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1181429894047", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22969530313", + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23486336661", + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23494631758", + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41308723727", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246291037911", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9208584487", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5831884826", + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54407421509", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4190432650", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "3157899297", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23477459041", + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23474757706", + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2370331931", + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136086029693", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88206053", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6630568148", + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99940391922", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2354334523", + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4254379739", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8576106418", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72135954", + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51247757", + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52419023", + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "576343622", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60225791", + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60219243", + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "802020725261", + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3977281078", + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23468551300", + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8536250240", + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50829277", + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99130059443", + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31611733517", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2029369552", + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8390958262", + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56999917", + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5401518277", + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22792452702", + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22621847215", + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3411072843", + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174778016", + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "26574132419", + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4044803243", + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50798127", + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2353724275", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1655277599", + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53413720", + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258239323", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50931848", + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5934390558", + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51716816", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "659649765", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51449632", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "415654681468", + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63546443837", + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "26568286493", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1702730509", + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1282974860", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50528809", + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2127783725", + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "1979857275", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "1630374239", + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31008332335", + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "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": 50375830871208, + "beneficiaries": [], + "body": "[](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[](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[](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[](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-16T19:42:59", + "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.929 HBD", + "percent_steem_dollars": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 960970, + "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": 0, + "rshares": "2041184971", + "voter": "profitgenerator" + } + ], + "author": "profitgenerator", + "author_reputation": 0, + "beneficiaries": [], + "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<center>https://steemit.com/money/@profitgenerator/the-Oil-market-1-3</center>\n\n------------------------------------\n<br/>\n<center>[](https://postimg.org/image/5cmg2iqlt/)</center>\n\n<center><h1>Oil and Dollar</h1></center>\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<center>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</center>\n\n<center>[](https://postimg.org/image/vnrc53f4b/)</center>\n<center>*(Source: https://srsroccoreport.com)*</center>\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<br/>\n<center>[](https://postimg.org/image/kd4w9e0uj/)</center>\n\n\n<center><h1>Trading the Oil Market</h1></center>\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<center><h2>[Hedging](https://en.wikipedia.org/wiki/Hedge_%28finance%29)</h2></center>\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<center>[](https://postimg.org/image/feeaw9ejt/)</center>\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<center>[](https://postimg.org/image/mktzlt43n/)</center>\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<CENTER><H1>Upvote & Follow Me: @profitgenerator</H1></CENTER>", + "body_length": 6854, + "cashout_time": "2016-09-16T19:39:15", + "category": "money", + "children": 0, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"investing\",\"oil\",\"trading\",\"economics\"],\"users\":[\"profitgenerator\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2041184971, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-oil-market-2-3", + "post_id": 960969, + "promoted": "0.030 HBD", + "replies": [], + "root_title": "The Oil Market [2/3]", + "title": "The Oil Market [2/3]", + "total_payout_value": "0.000 HBD", + "url": "/money/@profitgenerator/the-oil-market-2-3" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "99588913", + "voter": "rebeccamorgan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2264991522", + "voter": "bluechoochoo" + } + ], + "author": "rebeccamorgan", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSvPcipLOst42r-1eVPTuUXJ1aF4RhA6dpo9vwTt_HgsdBHW9GYXA\" width=\"259\" height=\"194\"/></p>\n<p>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.</p>\n<p>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! </p>\n<p>Recipe:</p>\n<p>1/4 cup peeled, thinly sliced ginger</p>\n<p>1/4 cup seasoned sushi vinegar</p>\n<p>1 tablespoon ginger</p>\n<p>Put all the ingredients in a small seal-able container and let set in the refrigerator for at least one hour.</p>\n<p>I love to eat this with a simple tempura shrimp roll using 1 sheet of nori, 1/2 cup sushi rice, and tempura shrimp.</p>\n<p>YUM!</p>\n</html>", + "body_length": 1044, + "cashout_time": "2016-09-16T19:42:18", + "category": "food", + "children": 0, + "created": "2016-09-15T19:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipe\",\"life\",\"\"],\"image\":[\"https:\\/\\/encrypted-tbn2.gstatic.com\\/images?q=tbn:ANd9GcSvPcipLOst42r-1eVPTuUXJ1aF4RhA6dpo9vwTt_HgsdBHW9GYXA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2364580435, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "recipe-pickled-ginger-for-sushi", + "post_id": 960968, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[recipe] pickled ginger for sushi", + "title": "[recipe] pickled ginger for sushi", + "total_payout_value": "0.000 HBD", + "url": "/food/@rebeccamorgan/recipe-pickled-ginger-for-sushi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13342307926", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27470549701", + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52094130602", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8222986904", + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1582556166", + "voter": "trees" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221867769", + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "777893805", + "voter": "cryptochannel" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "121062267", + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119998460", + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6168588588", + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2275125890", + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7475701368", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59295031", + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7989270301", + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54574888", + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298391608", + "voter": "risabold" + } + ], + "author": "acidyo", + "author_reputation": 15768042352593, + "beneficiaries": [], + "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", + "body_length": 290, + "cashout_time": "2016-09-16T19:38:01", + "category": "avatar", + "children": 1, + "created": "2016-09-15T19:37:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"avatar\",\"signature\",\"steemit\",\"acidyo\",\"art\"],\"image\":[\"http:\\/\\/imgur.com\\/FU1u3Aa.jpg\",\"http:\\/\\/imgur.com\\/UIw3ArK.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:37:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 129649321550, + "parent_author": "", + "parent_permlink": "avatar", + "pending_payout_value": "0.029 HBD", + "percent_steem_dollars": 10000, + "permlink": "drew-an-avatar-signature-for-my-posts", + "post_id": 960951, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Drew an avatar/signature for my posts!", + "title": "Drew an avatar/signature for my posts!", + "total_payout_value": "0.000 HBD", + "url": "/avatar/@acidyo/drew-an-avatar-signature-for-my-posts" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "153246055", + "voter": "ladenlabel" + } + ], + "author": "ladenlabel", + "author_reputation": 0, + "beneficiaries": [], + "body": "Each day more and more people are jumping onto the \u201cgreen\u201d bandwagon as an attempt protect themselves and \nfamilies from the hidden dangers in chemical products. It\u2019s no secret anymore that many of these concoctions are \nloaded with carcinogens that damage the neurological, reproductive, and hormonal systems.\n\n For example fluoride is a substance found in most drinking water that to me and many doctors alike would say is unethical.\n \nFluoride is not an essential nutrient. No disease, not even tooth decay, is caused by a \u201cfluoride deficiency.\u201d Not a single biological process has been shown to require fluoride. On the contrary there is extensive evidence that fluoride can interfere with many important biological processes. Fluoride interferes with numerous enzymes. In combination with aluminum, fluoride interferes with G-proteins. Such interactions give aluminum-fluoride complexes the potential to interfere with signals from growth factors, hormones and neurotransmitters. More and more studies indicate that fluoride can interfere with biochemistry in fundamental ways.\n\nFluoride may damage the brain. According to the National Research Council, \u201cit is apparent that fluorides have the ability to interfere with the functions of the brain.\u201d In a review of the literature commissioned by the US Environmental Protection Agency (EPA), fluoride has been listed among about 100 chemicals for which there is \u201csubstantial evidence of developmental neurotoxicity.\u201d Animal experiments show that fluoride accumulates in the brain and alters mental behavior in a manner consistent with a neurotoxic agent. In total, there have now been over 100 animal experiments showing that fluoride can damage the brain and impact learning and behavior. According to fluoridation proponents, these animal studies can be ignored because high doses were used. However, it is important to note that rats generally require five times more fluoride to reach the same plasma levels in humans. Further, one animal experiment found effects at remarkably low doses. In this study, rats fed for one year with 1 ppm fluoride in their water (the same level used in fluoridation programs), using either sodium fluoride or aluminum fluoride, had morphological changes to their kidneys and brains, an increased uptake of aluminum in the brain, and the formation of beta-amyloid deposits which are associated with Alzheimer\u2019s disease. Other animal studies have found effects on the brain at water fluoride levels as low as 5 ppm.\n\nWhile fluoridation may not be the greatest environmental health threat, it is one of the easiest to end. \nMany People are aware of these issues and today there are more alternative options than ever before.\n\nwaterliberty.com is one site I've came across with products and tips for a healthier lifestyle. \n\nTo find more info on fluoride this is a good site: fluoridealert.org/articles/50-reasons/", + "body_length": 2901, + "cashout_time": "2016-09-16T19:36:36", + "category": "health", + "children": 0, + "created": "2016-09-15T19:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"life\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153246055, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "water-liberty-bringing-it-back-to-its-primordial-clean-and-pristine-state", + "post_id": 960949, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Water Liberty, bringing it back to its primordial clean and pristine state", + "title": "Water Liberty, bringing it back to its primordial clean and pristine state", + "total_payout_value": "0.000 HBD", + "url": "/health/@ladenlabel/water-liberty-bringing-it-back-to-its-primordial-clean-and-pristine-state" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "366434912", + "voter": "lloyddavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3911638805", + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153202378", + "voter": "sterlingsnead" + } + ], + "author": "lloyddavis", + "author_reputation": 0, + "beneficiaries": [], + "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<a target='_BLANK' href='https://ipfs.pics/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A'><img src='https://ipfs.pics/ipfs/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A'/></a><a target='_BLANK' href='https://ipfs.pics/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn'><img src='https://ipfs.pics/ipfs/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn'/></a>\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<a target='_BLANK' href='https://ipfs.pics/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA'><img src='https://ipfs.pics/ipfs/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA'/></a>\n\nI'd love to see what other people make of this technique. Show me your work too!", + "body_length": 2740, + "cashout_time": "2016-09-16T19:36:54", + "category": "art", + "children": 0, + "created": "2016-09-15T19:34:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"animation\",\"rotoscope\",\"fun\",\"drawing\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4431276095, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping", + "post_id": 960931, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I made these animations by tracing from video - and found out later it's called \"rotoscoping\"", + "title": "I made these animations by tracing from video - and found out later it's called \"rotoscoping\"", + "total_payout_value": "0.000 HBD", + "url": "/art/@lloyddavis/i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "125411048", + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153214220", + "voter": "creativecasualty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150198410", + "voter": "sterlingsnead" + } + ], + "author": "creativecasualty", + "author_reputation": 0, + "beneficiaries": [], + "body": "By exploring the effects of the Schumann resonances, Resonance Being Of Frequency presents a thought provoking account of regarding the power of modern wireless technology. Radio signals, Wifi, Bluetooth, and other wireless communications can have a wide array of effects on both physical environment and our physiology. \n\nhttps://www.youtube.com/watch?v=oS6FGzh3ygw", + "body_length": 366, + "cashout_time": "2016-09-16T19:37:07", + "category": "documentary", + "children": 0, + "created": "2016-09-15T19:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"documentary\",\"schumann\",\"resonance\",\"sound\",\"\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/oS6FGzh3ygw\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=oS6FGzh3ygw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 428823678, + "parent_author": "", + "parent_permlink": "documentary", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "are-we-resonance-beings-of-frequency", + "post_id": 960922, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Are we Resonance Beings of Frequency?", + "title": "Are we Resonance Beings of Frequency?", + "total_payout_value": "0.000 HBD", + "url": "/documentary/@creativecasualty/are-we-resonance-beings-of-frequency" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3911638805", + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1131354587", + "voter": "patimaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150728858", + "voter": "alexandrapop" + } + ], + "author": "patimaker", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 145, + "cashout_time": "2016-09-16T19:37:05", + "category": "art", + "children": 1, + "created": "2016-09-15T19:33:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"drawing\",\"life\",\"picture\",\"painting\"],\"image\":[\"http:\\/\\/s017.radikal.ru\\/i410\\/1609\\/b9\\/c2414d721dd3.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5193722250, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "night-sketch-funny-bird", + "post_id": 960921, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Night sketch - Funny bird", + "title": "Night sketch - Funny bird", + "total_payout_value": "0.000 HBD", + "url": "/art/@patimaker/night-sketch-funny-bird" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7736449047", + "voter": "anarchyhasnogods" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59293327", + "voter": "archimedes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11552440717", + "voter": "herpetologyguy" + } + ], + "author": "archimedes", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg\n\n### The Controversial\n\nThe age of the Earth is controversial topic to say the least. It has been the battle ground for many groups of people. One group of people though have had a rather large voice in it, those being the deeply religious and gullible. \n\nhttps://pixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\n\nConservapedia is a encyclopedia type website tasked with presenting the other side of the story. They have been on the forefront of the age of the Earth dispute for some time. Their motto is, \"The trustworthy encyclopedia\" but is this really true to any extent? Lets look at their page on the age of the Earth, http://www.conservapedia.com/Age_of_the_Earth\n\n### They claim is that the earth is about 6,000 years old.\n\nThe first thing that they claim is that the earth is about 6,000 years old. They say that historical and much scientific evidence point to that age strongly. One example being that dating substances through radioactive decay is not a valid because the assumption that radioactive decay is constant is wrong. This is just blatantly incorrect. The claim that it is an assumption is really facts backed with testing at least to a limited degree of accuracy. Even with rigorous testing to alter the decay rates of elements no substantial change has ever been detected. Even in the Oklo reactor which was a natural nuclear fission reactor that was active for a few hundred thousand years has had no change on the Sommerfeld's constant and neutron capture for almost 2 billion years.\n\n\n### Conclusion\n\nConservapedia makes frequent references archaic texts that have no solid facts backing any of their claims. Their delusional claims take into account little if not any real world facts. They present biased and fudged data as reliable information for profound question and answered. I conclusion they are so detached reality that I am surprised that anybody would take them seriously, and the fact that they are even able to upkeep a website.\n\n\n\n\n\n\n\n\n\n\n### Sources:\nwww.talkorigins.org/indexcc/CF/CF210.html\npixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\neoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg", + "body_length": 2317, + "cashout_time": "2016-09-16T19:36:50", + "category": "science", + "children": 1, + "created": "2016-09-15T19:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"discovery\",\"physics\",\"minnowsunite\",\"conservatives\"],\"image\":[\"http:\\/\\/eoimages.gsfc.nasa.gov\\/images\\/imagerecords\\/57000\\/57723\\/globe_west_2048.jpg\",\"https:\\/\\/pixabay.com\\/static\\/uploads\\/photo\\/2016\\/08\\/20\\/09\\/46\\/magnifying-glass-1607160_960_720.jpg\"],\"links\":[\"http:\\/\\/www.conservapedia.com\\/Age_of_the_Earth\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19348183091, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "conservapedia-and-the-age-of-the-earth", + "post_id": 960918, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Conservapedia and the age of the Earth", + "title": "Conservapedia and the age of the Earth", + "total_payout_value": "0.000 HBD", + "url": "/science/@archimedes/conservapedia-and-the-age-of-the-earth" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 0, + "rshares": "503970587", + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "662437860", + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "5342866379", + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "2460297505", + "voter": "furion" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "116544591", + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "408706835", + "voter": "positive" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "902920974", + "voter": "sisterholics" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "31930537676", + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1332539475", + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "6481343102", + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "242331170", + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1431774250", + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "3581211307", + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "161721174", + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "111957361", + "voter": "xiaokongcom" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "225687011", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2550264720", + "voter": "benberger" + } + ], + "author": "benberger", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i67.tinypic.com/307wwzn.jpg", + "body_length": 34, + "cashout_time": "2016-09-16T19:34:27", + "category": "life", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"fun\",\"comedy\",\"fail\",\"cartoon\"],\"image\":[\"http:\\/\\/i67.tinypic.com\\/307wwzn.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59508421773, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.013 HBD", + "percent_steem_dollars": 10000, + "permlink": "please-identify-your-sexuell-orientation", + "post_id": 960914, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Please identify your sexuell orientation:", + "title": "Please identify your sexuell orientation:", + "total_payout_value": "0.000 HBD", + "url": "/life/@benberger/please-identify-your-sexuell-orientation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "59061355186", + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1708336843", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101627835", + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159631404", + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4546813061", + "voter": "nadin3" + } + ], + "author": "nadin3", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgur.com/PW0v4ZA.jpg</p>\n<h3>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.</h3>\n<p>\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! </p>\n<h3>Ingredients :</h3>\n<h3>Pancakes</h3>\n<h3>500ml sour cream</h3>\n<h3>1pack vanilla sugar</h3>\n<h3>800g of frozen or preserved cherry</h3>\n<p>\u0418\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b: </p>\n<p>\u0411\u043b\u0438\u043d\u044b </p>\n<p>\u0421\u043c\u0435\u0442\u0430\u043d\u0430 500\u043c\u043b </p>\n<p>\u0421\u0430\u0445\u0430\u0440 1 \u0441\u0442\u0430\u043a\u0430\u043d </p>\n<p>\u0412\u0430\u043d\u0438\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0445\u0430\u0440 - 1 \u043f\u0430\u043a\u0435\u0442\u0438\u043a </p>\n<p>\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</p>\n<p>http://i.imgur.com/oguMRtZ.jpg</p>\n<h3>Make pancakes the way you like them</h3>\n<h3>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</h3>\n<p>\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 .</p>\n<p>http://i.imgur.com/8YMOHzf.jpg</p>\n<p>http://i.imgur.com/8KzsX0I.jpg</p>\n<p>http://i.imgur.com/LCZJXWX.jpg</p>\n<p>http://i.imgur.com/cSqfUeR.jpg</p>\n<h3>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.</h3>\n<p>\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. </p>\n<p>http://i.imgur.com/jMNEtFR.jpg</p>\n<p>http://i.imgur.com/UyGHCOn.jpg</p>\n<p>http://i.imgur.com/G7kN563.jpg</p>\n<p>http://i.imgur.com/Cjs81fe.jpg</p>\n<p>http://i.imgur.com/RTeoS7n.jpg</p>\n<p>http://i.imgur.com/uy10SVo.jpg</p>\n<h3>Put cream on top and decorative as you like.</h3>\n<p>\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</p>\n<p>http://i.imgur.com/SvwKADp.jpg</p>\n<h3>Bon appetite!!!</h3>\n<p>http://i.imgur.com/Mlh4uXf.jpg</p>\n<p>\u041f\u0440\u0438\u044f\u0442\u043d\u043e\u0433\u043e \u0430\u043f\u043f\u0435\u0442\u0438\u0442\u0430!!!</p>\n<p>http://i.imgur.com/xv13Hu9.jpg</p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n</html>", + "body_length": 2173, + "cashout_time": "2016-09-16T19:33:27", + "category": "food", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"photography\",\"ru\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65577764329, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.014 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi", + "post_id": 960913, + "promoted": "0.000 HBD", + "replies": [], + "root_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!!!", + "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!!!", + "total_payout_value": "0.000 HBD", + "url": "/food/@nadin3/a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156366867238", + "voter": "vitaly-lvov" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3848697023555", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "545502649240", + "voter": "yan-kovalenko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45359587433", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24867605062", + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3723435049", + "voter": "litvintech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23929907939", + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267757687", + "voter": "pioner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213848535", + "voter": "sjamayee" + } + ], + "author": "vitaly-lvov", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Mountly recap of blockchain crowdsales</p>\n<p><br></p>\n<h1>CLOSED CROWDSALES</h1>\n<h2><a href=\"https://cyber.fund/system/BlockPay\"><strong>BlockPay</strong></a> </h2>\n<p>Aimed at deeper integration with POS terminals and payments between counterparties.<br>\nA preliminary Initial Coin Offering finished on 4 September, where BlockPay sold 5% of the 100-million stock of BLOCKPAY tokens released on the <a href=\"https://cyber.fund/system/BitShares\">BitShares</a> blockchain. Future owners will receive dividends from transaction fees paid to BlockPay.<br>\nThe pre-ICO was done in 3 stages: </p>\n<ul>\n <li>1st \u2014 exchange of OPENPOS for BLOCKPAY at the rate of 1.2 to 1 (fund of 600,000 tokens) </li>\n <li>2nd \u2014 sale of BLOCKPAY at the price of 0.000288 BTC (fund of 1.4 mln tokens) </li>\n <li>3rd \u2014 sale of BLOCKPAY at the price of 0.000360 BTC (fund of 3 mln tokens) </li>\n</ul>\n<p>The distribution of tokens is as follows: </p>\n<ul>\n <li>1.5% \u2014 marketing for pre-ICO</li>\n <li>5% \u2014 pre-ICO</li>\n <li>0.9% \u2014 early adopters</li>\n <li>1.8% \u2014 advisors and partners</li>\n <li>3.6% \u2014 marketing</li>\n <li>7.2% \u2014 developers reward</li>\n <li>80% \u2014 upcoming ICO in 2017</li>\n</ul>\n<p>The platform development plan:</p>\n<ul>\n <li>The release of BlockPay \"S\" app for Android and payment terminals Odoo</li>\n <li>BlockPay integration with leading payment terminals</li>\n <li>API Development</li>\n <li>The addition of a large number of fiat gateway exchanges and Escrow Services</li>\n <li>The addition of anonymous transactions function</li>\n <li>The development and release of the ECHO messenger for Android and iOS</li>\n <li>Development of the first version of the BlockPay \"S\" app for iOS</li>\n</ul>\n<p>The project looks interesting, given the fact that they claim an integration with the ERP and CRM system<a href=\"https://www.odoo.com/\">Odoo</a> 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.<br>\nCrowdsale summary:</p>\n<ul>\n <li>Dates: 20 August 2016 \u2014 4 September 2016</li>\n <li>Raised: ~ $657,000 (1096 BTC)</li>\n <li>Tokens sold: 3.92 mln</li>\n <li>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</li>\n</ul>\n<p>For detailed information on the crowdsale, see: <a href=\"https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/\">https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/BlockPay\">https://cyber.fund/system/BlockPay</a> </p>\n<h2><a href=\"https://cyber.fund/system/AntShares\"><strong>AntShares</strong></a><br>\n</h2>\n<p>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. </p>\n<p>Crowdsale summary: </p>\n<ul>\n <li>Dates: 8 August 2016 \u2014 7 September 2016</li>\n <li>Raised: ~ $ 3.4 mln (5582 ~ BTC)</li>\n <li>Tokens sold: 20 mln</li>\n <li>Total number of tokens: 100 mln</li>\n</ul>\n<p>For detailed information on the crowdsale, see: <a href=\"http://www.antshares.org/ico\">www.antshares.org/ico</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/AntShares\">https://cyber.fund/system/AntShares</a></p>\n<h2><a href=\"http://www.elastic.pro/\"><strong>Elastic project</strong></a><br>\n</h2>\n<p>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. </p>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: 29 February 2016 \u2014 19 August 2016</li>\n <li>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.</li>\n <li>Tokens sold: 20 mln</li>\n <li>Total number of tokens: 5 mln XEL</li>\n</ul>\n<p>The crowdsale took place here: <a href=\"http://www.elastic.pro/donations\">http://www.elastic.pro/donations</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Elastic\">https://cyber.fund/system/Elastic</a> </p>\n<h1>CURRENT CROWDSALES</h1>\n<h2><a href=\"https://cyber.fund/system/Iconomi\">Iconomi</a><br>\n</h2>\n<p>The aim of the project is the creation of management platform for crypto investment funds and the launch of two associated investment funds.<br>\n</p>\n<p>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).<br>\nPrecise information on the distribution of ICN tokens is missing on the official website. According to the information in the related <a href=\"https://bitcointalk.org/index.php?topic=1587736.0\">Bitcointalk</a> thread, the tokens will be distributed as follows: </p>\n<ul>\n <li>85% - to be sold in the crowdsale</li>\n <li>8% - founders reward</li>\n <li>3% - reserve for the future team</li>\n <li>2% - advisers reward</li>\n <li>2% - marketing and bounty</li>\n</ul>\n<p>Money raised from the crowdsale will be used as follows: </p>\n<ul>\n <li>62% - development</li>\n <li>25% - operations</li>\n <li>9% - legal expenses</li>\n <li>4% - marketing</li>\n</ul>\n<p>ICN owners will receive weekly dividends in ETH from all sources of Iconomi income, such as: </p>\n<ul>\n <li>management fees</li>\n <li>rewards for fund management efficiency</li>\n <li>fees received from the funds registered with OFM</li>\n</ul>\n<p>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.) </p>\n<p>The development plan: </p>\n<ul>\n <li>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;</li>\n <li>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</li>\n <li>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.</li>\n</ul>\n<p>Blind spots: </p>\n<ul>\n <li>The currency is not specified for evaluation of the raised funds for further distribution of ICN tokens among investors.</li>\n <li>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?</li>\n <li>There is no information as to the amount and frequency of fees charged from funds managed on OFM.</li>\n <li>The functions of the \"platform operator\" is described but very vaguely, as well as the process of further decision making involving ICN holders.</li>\n</ul>\n<p>Red flags:</p>\n<ul>\n <li>There is no description of technical solutions for the project's tasks</li>\n <li>No program code is published</li>\n</ul>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: 25 August 2016 \u2014 29 October 2016</li>\n <li>Total number of tokens: 100 mln ICN</li>\n <li>Tokens distribution: 85% will be sold in the crowdsale, 15% team reward and marketing</li>\n <li>Minimum crowdsale goal: 2 000 BTC (~ $1.5 mln)</li>\n <li>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.</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://ico.iconomi.net/\">https://ico.iconomi.net/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Iconomi\">https://cyber.fund/system/Iconomi</a> </p>\n<h2><br>\n<a href=\"https://cyber.fund/system/DeClouds\">DeClouds</a><br>\n</h2>\n<p>The main focus of the project is providing the opportunity for trading in precious metals.<br>\nThe network will be implemented as follows: </p>\n<ul>\n <li>Proof-of-Stake consensus algorithm</li>\n <li>Decentralised Exchange</li>\n <li>Cloud-based blockchain</li>\n</ul>\n<p>Apart from a patently weak <a href=\"https://drive.google.com/open?id=0B8VJa9S_WxSSSHJhN0o0QkVPN1E\">8-page paper</a> and a number of <a href=\"https://medium.com/@decloudscom/latest\">publications on the blog</a>, 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.<br>\nDuring the crowdsale, bonuses from 20% to 5% will be distributed, depending on the time of investment.<br>\n</p>\n<p>Crowdsale summary: </p>\n<ul>\n <li>Dates: 6 August 2016 \u2014 October 6, 2016</li>\n <li>Total number of tokens: 100 mln</li>\n <li>Tokens distribution: 80% will be sold to the crowdsale participants, 10% is a team reward and 10% are marketing expenses</li>\n <li>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</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://ico.declouds.com/\">https://ico.declouds.com/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/DeClouds\">https://cyber.fund/system/DeClouds</a></p>\n<h2><br>\n<a href=\"https://cyber.fund/system/Hong\">Hong</a><br>\n</h2>\n<p>Investments are made by transferring ETH to the <a href=\"http://etherscan.io/address/0x9Fa8fA61A10Ff892E4EBCeB7f4e0FC684C2ce0a9\">Etherium contract</a>.<br>\n</p>\n<p>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.</p>\n<p>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.<br>\nThe fund operates according to the following scheme: </p>\n<ul>\n <li>Fund managers review projects and make a decision on whitelisting them;</li>\n <li>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);</li>\n <li>Fund managers prepare due-diligence and investment strategy for the project and provide any possible assistance in the development and promotion of the project;</li>\n <li>When the fund's term comes to an end, the managers carry out the exit process.</li>\n</ul>\n<p>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.<br>\nThe crowdsale takes place in several stages, with 50 mln Hongcoin sold at each stage: </p>\n<ul>\n <li>50 mln \u0126 \u2013 1.00 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.05 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.10 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.15 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.20 ETH \u0437\u0430 100 \u0126</li>\n</ul>\n<p>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.<br>\nCrowdsale summary: </p>\n<ul>\n <li>Dates: 29 August 2016 \u2014 29 October 2016 (may be extended until 28 November)</li>\n <li>Total number of tokens: to be determined by the end of the crowdsale</li>\n <li>Tokens distribution: 100% will be sold in the crowdsale</li>\n <li>Crowdsale goal: at least 1,575,000 ETH (~ $19 mln), the maximum is 2.7 mln ETH (~ $33 mln)</li>\n <li>Raised so far: ~ $6,600 (11 BTC).</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"http://www.hongcoin.org/\">http://www.hongcoin.org/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Hong\">https://cyber.fund/system/Hong</a><br>\n</p>\n<p>Judging by the current investments dynamics, the project will not succeed.</p>\n<h2><br>\nPLANNED CROWDSALES </h2>\n<h2><br>\n<a href=\"https://cyber.fund/system/Synereo\"><strong>Synereo</strong></a><br>\n</h2>\n<p>One year after a crowdsale that raised <a href=\"https://blog.synereo.com/2015/05/10/amp-distribution-complete-2/\">$126,000</a> aimed at the development and launch of a decentralised social network, the project team announced <a href=\"https://blog.synereo.com/2016/08/29/synereos-second-fundraising-campaign-coming/\">the second funding round</a> and the launch of the network's<a href=\"https://www.synereo.com/alpha/\">alpha version</a>. Two funding campaigns start at the same time in September: the sale of Synereo Ltd shares on <a href=\"https://bnktothefuture.com/\">BnkToTheFuture</a> and of AMP tokens.<br>\nFollowing the first crowdfunding, the distribution of AMP was as follows:</p>\n<ul>\n <li>2.72% (45.8 mln) \u2014 sold during the first crowdsale</li>\n <li>11.9% (200 mln) \u2014 user rewards</li>\n <li>8.92% (150 mln) \u2014 reserve for the content creators</li>\n <li>11.9% (200 mln) \u2014 founders' reward</li>\n <li>13.68% (230 mln) \u2014 bounty program</li>\n <li>50.61% (850.4 mln) \u2014 next funding</li>\n</ul>\n<p>Synereo revised their plans and now aim to develop a protocol similar to the <a href=\"https://cyber.fund/system/MaidSafeCoin\">SAFE Network</a>, which will include the following <a href=\"https://www.synereo.com/learn-more/\">components</a>:</p>\n<ul>\n <li>Proof-of-Stake consensus algorithm</li>\n <li>Distributed network of nodes connected on the principle of \"shards\", where blockchain is divided into many small segments</li>\n <li>Distributed repository</li>\n <li>Smart contracts</li>\n <li>Social layer (a social network motivated according to the <a href=\"https://github.com/synereo/synereo.github.io/raw/master/whitepapers/synereo.pdf\">Attention</a> Economy Model)</li>\n <li>The possibility of building distributed apps</li>\n</ul>\n<p>The grant program for dApps developers <a href=\"https://www.synereo.com/developers/\">Project 11</a> with a budget of 1.11 million AMP is already in operation.<br>\n</p>\n<p>The popular website <a href=\"http://coinmarketcap.com/assets/synereo/\">CoinMarketCap</a> 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 <a href=\"https://cyber.fund/system/Synereo\">cyber \u2022 Fund</a>'s calculations, with the total of <a href=\"http://omnichest.info/lookupsp.aspx?sp=39\">1.68 billion</a> tokens, Synereo's real capitalisation reaches $300 million.</p>\n<p>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.</p>\n<p>Despite the presence of a strong team with an excellent technological vision, we consider the evaluation of $300 mln inadequate.</p>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: September 2016</li>\n <li>Total number of tokens: 1.68 billion AMP</li>\n <li>Number of tokens for sale: unknown, probably 850.4 mln</li>\n <li>Crowdsale goal: presumably ~ $130-140 million</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://www.synereo.com/sale\">https://www.synereo.com/sale</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/Synereo\">https://cyber.fund/system/Synereo</a></p>\n<p><br></p>\n<h2><a href=\"https://cyber.fund/system/Golem\"><strong>Golem Project</strong></a><br>\n</h2>\n<p>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. </p>\n<p>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. </p>\n<p>The Golem App will connect to the network from a local device to share computing power and deliver tasks for calculations.<br>\nThe <a href=\"http://golemproject.net/doc/GolemNanopayments.pdf\">micropayment system</a> based on Ethereum will provide the incentivising component distributing rewards and processing transactions. Transaction fee will be set at 5%. </p>\n<p>Currently, the network can work only with public data because the apps require direct access to data.<br>\nDevelopers <a href=\"https://blog.golemproject.net/golem-network-token-gnt-sale-220c2a732f9#.fdn8hljmq\">announced the crowdsale on their blog</a>. </p>\n<p>Golem Network Tokens (GNT) are the shares that give the right to receive part of the revenue generated by Golem Network. </p>\n<p>Crowdsale start date: September 2016. </p>\n<p>Token distribution: </p>\n<ul>\n <li>Total number of tokens: unknown</li>\n <li>82% \u2014 crowdsale</li>\n <li>6% \u2014 founders reward</li>\n <li>12% \u2014 developer company reward</li>\n <li>Estimated amount of funds: a minimum of 100,000 ETH, a maximum of 650,000 ETH</li>\n</ul>\n<p>For detailed information on the project, see <a href=\"http://golemproject.net/slides/index.html#/14\">http://golemproject.net/slides/index.html#/14</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Golem\">https://cyber.fund/system/Golem</a><br>\n<br>\n</p>\n<h2><a href=\"https://cyber.fund/system/SingularDTV\"><strong>SingularDTV</strong></a><br>\n</h2>\n<p>The ultimate goal of the project is the creation a thriving industry of decentralised entertainment.</p>\n<p>What they promise: </p>\n<p>\u25cf SINGULAR \u2013 a TV series.<br>\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. </p>\n<p>\u25cf Documentary division<br>\nThis division will create full-length and short-length documentary series and movies about the blockchain, decentralisation and Ethereum. </p>\n<p>\u25cf S-DTV rights management platform<br>\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. </p>\n<p>\u25cf On-demand video content portal (TVOD)<br>\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.</p>\n<p>Minimum investment goal \u2013 $500,000.</p>\n<p>Desirable funding \u2013 $7,5 mln.</p>\n<p>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.</p>\n<p>Token distribution: </p>\n<ul>\n <li>400 mln Singular DTV GMBH</li>\n <li>100 mln core investors</li>\n <li>500 mln crowdsale</li>\n</ul>\n<p>Funds distribution in case if $7,5 mln is raised: </p>\n<ul>\n <li>\"Singular\" season 1 (3 episodes of the mini-series): $3.25 mln</li>\n <li>Documentary division: $0.50 mln</li>\n <li>Development of the rights management platform: $2 mln</li>\n <li>TVOD portal development: $1 mln</li>\n <li>Marketing: $0.50 mln</li>\n <li>Administrative, legal expenses and unforeseen circumstances: $0.25 mln</li>\n</ul>\n<p>Crowdfunding is planned for September and will likely take place at Devcon2.</p>\n<p>The Ethereum and Consensys founder Joseph Lubin is included into the team as CTO.</p>\n<p>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.</p>\n<p>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.=</p>\n<p>For detailed information about the project, see: <a href=\"https://singulardtv.com/\">https://singulardtv.com/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/SingularDTV\">https://cyber.fund/system/SingularDTV</a><br>\n</p>\n<h2><a href=\"https://cyber.fund/system/Decent\"><strong>Decent</strong></a><br>\n</h2>\n<p>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.</p>\n<p>Consensus algorithm \u2013 Proof-of-Stake.</p>\n<p>Decent has three functional roles: </p>\n<ul>\n <li>Authors: content producers, writers, music producers etc.</li>\n <li>Consumers: readers, listeners and viewers</li>\n <li>Publishers: miners</li>\n</ul>\n<p>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: </p>\n<ul>\n <li>10% \u2014 DECENT Foundation</li>\n <li>2% \u2014 the Investment fund</li>\n <li>1,000,000 DCT \u2014 campaign bounty</li>\n <li>3,000,000 DCT \u2014 pre-launch marketing programme</li>\n</ul>\n<p>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. </p>\n<p>The crowdsale takes place here: <a href=\"http://sale.decent.ch/\">http://sale.decent.ch/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/Decent\">https://cyber.fund/system/Decent</a><br>\n</p>\n<h2><a href=\"https://cyber.fund/system/FirstBlood\"><strong>FirstBlood</strong></a><br>\n</h2>\n<p>This platform will allow players to bet without intermediaries. The payoff distribution will be also managed via smart contracts.</p>\n<p>The eSports betting market holds more than $130 million per year with 30% annual growth rate.</p>\n<p>3 monetisation channels:</p>\n<ul>\n <li>Matchmaking</li>\n <li>Revenue from the tournament organisation</li>\n <li>Advertising</li>\n</ul>\n<p>Token will allow: </p>\n<ul>\n <li>Match playing</li>\n <li>Match refereeing and voting for the referee</li>\n <li>Placing tournaments</li>\n <li>Requesting an award from referrals</li>\n</ul>\n<p>Tokens distribution: </p>\n<ul>\n <li>Crowdsale, 4 weeks, in the first hour 170 tokens for 1 ETH</li>\n <li>10% to the project founders; these funds will be blocked for 12 months</li>\n <li>5% will be placed in the platform development fund for the promotion and tournament awards</li>\n <li>2.5 mln - bounty fund, to be distributed during the crowdsale for advertising and debugging</li>\n</ul>\n<p>Crowdsale start date: 26 September 2016.</p>\n<p>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. </p>\n<p>For detailed information about the project, see: <a href=\"https://firstblood.io/\">https://firstblood.io/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/FirstBlood\">https://cyber.fund/system/FirstBlood</a><br>\n</p>\n<h2><br>\n<a href=\"https://ico.mass.network/#/\"><strong>MassNetwork</strong></a><br>\n</h2>\n<p>The three main entities: </p>\n<ul>\n <li>Advertisers</li>\n <li>Websites</li>\n <li>Internet users</li>\n</ul>\n<p>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.<br>\n</p>\n<p>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.</p>\n<p>Crowdsale dates: 6 September \u2014 1 December 2016</p>\n<p>Token distribution: </p>\n<ul>\n <li>70% to the crowdsale participants</li>\n <li>30% to Mass team members</li>\n</ul>\n<p>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. </p>\n<p>Crowdsale takes place here: <a href=\"https://ico.mass.network/#/?aid=ep6oxa\">https://ico.mass.network/#/?aid=ep6oxa</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/MassNetwork\">https://cyber.fund/system/MassNetwork</a></p>\n<p>---</p>\n<p>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.</p>\n<p>---</p>\n<p>Big thanks to: </p>\n<ul>\n <li>co-autor <a href=\"https://steemit.com/@creator\">@creator</a></li>\n <li>translation <a href=\"https://steemit.com/@coinfox\">@coinfox</a></li>\n</ul>\n<p>---</p>\n<p>Original was posted in <a href=\"http://blockchainboom.coinfox.info/\">Blockchain Boom</a></p>\n<p><br></p>\n</html>", + "body_length": 28716, + "cashout_time": "2016-09-16T19:34:50", + "category": "cyberfund", + "children": 0, + "created": "2016-09-15T19:30:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cyberfund\",\"blockchain\",\"crowdsales\"],\"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\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4649989991534, + "parent_author": "", + "parent_permlink": "cyberfund", + "pending_payout_value": "2.215 HBD", + "percent_steem_dollars": 10000, + "permlink": "crowdsales-monitor-august-2016", + "post_id": 960888, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crowdsales Monitor - August 2016", + "title": "Crowdsales Monitor - August 2016", + "total_payout_value": "0.000 HBD", + "url": "/cyberfund/@vitaly-lvov/crowdsales-monitor-august-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1411040719", + "voter": "rkpl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3130135820", + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118714161", + "voter": "cristinabu1990" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1485792249", + "voter": "haylino96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3911638805", + "voter": "zaitsevalesyaa" + }, + { + "percent": "8000", + "reputation": 0, + "rshares": "6654849164", + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1357131455", + "voter": "lili95" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133590030", + "voter": "thedevil" + } + ], + "author": "rkpl", + "author_reputation": 0, + "beneficiaries": [], + "body": "<h1>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 .. :)</h1>\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\n<h1>Normal...</h1>\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg\n\n\n\n<h1>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?</h1>\n\n\n<h1>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</h1>\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<h1>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 ...)</h1>\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", + "body_length": 2239, + "cashout_time": "2016-09-16T19:36:35", + "category": "guide", + "children": 1, + "created": "2016-09-15T19:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"guide\",\"photography\",\"moon\",\"descriptionsonthespot\",\"steemitphotochallenge\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18202892403, + "parent_author": "", + "parent_permlink": "guide", + "pending_payout_value": "0.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-make-a-good-picture-of-the-moon-my-guide-and-photos", + "post_id": 960884, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to make a good picture of the moon? My guide and photos...", + "title": "How to make a good picture of the moon? My guide and photos...", + "total_payout_value": "0.000 HBD", + "url": "/guide/@rkpl/how-to-make-a-good-picture-of-the-moon-my-guide-and-photos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1284606912", + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172646222", + "voter": "sammie" + } + ], + "author": "stevescoins", + "author_reputation": 0, + "beneficiaries": [], + "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 '>", + "body_length": 2380, + "cashout_time": "2016-09-16T19:29:21", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:28:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"value\",\"voting\",\"writing\"],\"links\":[\"https:\\/\\/steemit.com\\/life\\/@stevescoins\\/defining-insanity-on-a-personal-basis\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:28:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1457253134, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants", + "post_id": 960873, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "\"Experiment\" Number One in Steemit Posting - Results: The Market Gets what it Wants!", + "title": "\"Experiment\" Number One in Steemit Posting - Results: The Market Gets what it Wants!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stevescoins/experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2157223318", + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172646222", + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3911638805", + "voter": "zaitsevalesyaa" + } + ], + "author": "merej99", + "author_reputation": 0, + "beneficiaries": [], + "body": "### <center>These photos were taken in July, 2016 at sunrise.</center>\n\n<center>\nTaken with a Canon Powershot SX1 IS</center><br>\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<center>\nimage source: pixabay</center>\n\n<br>\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<center>***Sometimes you just have to put positive vibes out there and hope for a good return.***</center>\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<center>\nA wider view of sunrise over Buccaneer Bay</center>\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### <center>Well, would it?</center>\n-----\n### Wall of #Steemit love:\nThis awesome name in peppers was created by @papa-pepper: <br>\n 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<center>  \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) </center>\n_____\n\n## Come see what I've been writing! Visit [my blog page](http://steemit.com/@merej99)", + "body_length": 7354, + "cashout_time": "2016-09-16T19:30:38", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"sunrise\",\"personal\",\"inspiration\",\"Steemit\"],\"users\":[\"papa-pepper\",\"poeticsnake\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6241508345, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times", + "post_id": 960869, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Sunrise Over Buccaneer Bay - my personal story behind the shot and how positivity kept me going through challenging times", + "title": "Sunrise Over Buccaneer Bay - my personal story behind the shot and how positivity kept me going through challenging times", + "total_payout_value": "0.000 HBD", + "url": "/photography/@merej99/sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "156847289", + "voter": "tomorrows" + } + ], + "author": "tomorrows", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n*picture by Giulian Frisoni*\n\n___________________________\n\nspiral black\ndry hands in heavy rain\nand art that makes sense\n\nspiral black\ndry hands i feel them\ncuz they're mine\n\"what's not to like\"\nyou say that a lot\nand your art is kind\n\nspiral black\nheavy rain hits my eyes\nand art is not to like\n\nspiral twist of my neck\nwrings out words\ncuz they're mine\nwhat's kind?", + "body_length": 435, + "cashout_time": "2016-09-16T19:27:18", + "category": "poetry", + "children": 0, + "created": "2016-09-15T19:27:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poetry\",\"darkness\",\"rain\",\"payitforward\",\"original\"],\"image\":[\"https:\\/\\/c1.staticflickr.com\\/1\\/656\\/22181826503_56c6baa526_b.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:28:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156847289, + "parent_author": "", + "parent_permlink": "poetry", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "spiral-black", + "post_id": 960864, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "spiral black [original poem]", + "title": "spiral black [original poem]", + "total_payout_value": "0.000 HBD", + "url": "/poetry/@tomorrows/spiral-black" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3109585367", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3562389763", + "voter": "movievertigo" + } + ], + "author": "movievertigo", + "author_reputation": 0, + "beneficiaries": [], + "body": "<center><a href=\"http://i.imgur.com/UeJT51a.jpg\"><img src=\"http://i.imgur.com/UeJT51a.jpg\"></a></center>\n# <center>\"Connections\"</center>\n<center>*Click the image to enlarge*</center>\n\n<center>Rendered with [MandelBulb 3D](http://mandelbulb.com/2014/mandelbulb-3d-mb3d-fractal-rendering-software/)</center>", + "body_length": 306, + "cashout_time": "2016-09-16T19:29:04", + "category": "fractal", + "children": 1, + "created": "2016-09-15T19:26:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fractal\",\"cgi\",\"pictures\",\"mathematics\",\"math\"],\"image\":[\"http:\\/\\/i.imgur.com\\/UeJT51a.jpg\"],\"links\":[\"http:\\/\\/i.imgur.com\\/UeJT51a.jpg\",\"http:\\/\\/mandelbulb.com\\/2014\\/mandelbulb-3d-mb3d-fractal-rendering-software\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:26:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6671975130, + "parent_author": "", + "parent_permlink": "fractal", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "connections-original-image", + "post_id": 960853, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Connections\" (Original image)", + "title": "\"Connections\" (Original image)", + "total_payout_value": "0.000 HBD", + "url": "/fractal/@movievertigo/connections-original-image" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "154779613", + "voter": "blendplayz" + } + ], + "author": "blendplayz", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<ul>\n <li> 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 <a href=\"https://twitter.com/tikiderelict\">Brian Miller</a> \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. </li>\n <li><img src=\"http://static.businessinsider.com/image/55aead2a2acae719008b898c-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55aead3f2acae719008b8990-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55aead502acae7f4028b89c3-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55b279b42acae711008b9bea-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55b279c32acae7c23f8b743d-1200/image.jpg\" width=\"1200\" height=\"1200\"/></li>\n</ul>\n</html>\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", + "body_length": 1392, + "cashout_time": "2016-09-16T19:25:27", + "category": "food", + "children": 0, + "created": "2016-09-15T19:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 154779613, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "5-tiki-cocktails-you-can-make-at-home", + "post_id": 960844, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 tiki cocktails you can make at home", + "title": "5 tiki cocktails you can make at home", + "total_payout_value": "0.000 HBD", + "url": "/food/@blendplayz/5-tiki-cocktails-you-can-make-at-home" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21249911268", + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12687813009", + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3146097649", + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172646222", + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53389583", + "voter": "ppan08162016" + } + ], + "author": "betamusic", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html><img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n<p>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.</p><img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n<p>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.</p>\n<p>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.</p>\n\n<p>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.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n<p>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.</p>\n<p>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.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n<p>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.</p>\n<p><br></p>\n</html>\nVERSI\u00d3N EN ESPA\u00d1OL\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\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<img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\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 src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\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 src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\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.", + "body_length": 7158, + "cashout_time": "2016-09-16T19:37:45", + "category": "animalrescue", + "children": 0, + "created": "2016-09-15T19:25:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animalrescue\",\"spanish\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46225814915, + "parent_author": "", + "parent_permlink": "animalrescue", + "pending_payout_value": "0.010 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-history-of-danna-a-dog-abandoned-saved-by-steemit", + "post_id": 960842, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The history of Danna a dog abandoned saved by Steemit", + "title": "The history of Danna a dog abandoned saved by Steemit", + "total_payout_value": "0.000 HBD", + "url": "/animalrescue/@betamusic/the-history-of-danna-a-dog-abandoned-saved-by-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "150215761", + "voter": "nbofill" + } + ], + "author": "nbofill", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Don\u2019t cry because it\u2019s over. Smile because it happened. </p>\n</html>", + "body_length": 83, + "cashout_time": "2016-09-16T19:23:48", + "category": "frase", + "children": 0, + "created": "2016-09-15T19:23:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"frase\",\"life\",\"positive\",\"news\",\"good\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:23:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150215761, + "parent_author": "", + "parent_permlink": "frase", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "3tfbln", + "post_id": 960832, + "promoted": "0.000 HBD", + "replies": [], + "root_title": ":)", + "title": ":)", + "total_payout_value": "0.000 HBD", + "url": "/frase/@nbofill/3tfbln" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6450217562", + "voter": "feline1991" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3994865163", + "voter": "zaitsevalesyaa" + } + ], + "author": "feline1991", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><strong>Memoir of a runaway girl - A true story!</strong></p>\n<p><img src=\"https://s16.postimg.org/und8f4oet/stock_illustration_2013520_hitchhiker_girl.jpg\" width=\"190\" height=\"146\"/></p>\n<p> 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 \u201c<strong>Open your eyes and watch, because you\u2019re next</strong>\u201d. </p>\n<p><img src=\"https://s9.postimg.org/bw4vrm7tr/bound_and_gagged.jpg\" width=\"289\" height=\"320\"/></p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p><img src=\"https://s17.postimg.org/7c73d0mbz/overflowing_suitcase.jpg\" width=\"300\" height=\"220\"/> </p>\n<p>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. </p>\n<p>This was when I met Miguel. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p><img src=\"https://s18.postimg.org/6egwz52ih/cryingbaby.jpg\" width=\"170\" height=\"136\"/></p>\n<p>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. </p>\n<p>Thank you for your support and continued reading.</p>\n<p>If you missed the beginning of my book you can find it here:</p>\n<p><a href=\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1\">https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1</a> </p>\n</html>", + "body_length": 5153, + "cashout_time": "2016-09-16T19:25:00", + "category": "writing", + "children": 0, + "created": "2016-09-15T19:22:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"story\",\"life\",\"seekinghappiness\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:22:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11557782168, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3", + "post_id": 960815, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 3", + "title": "A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 3", + "total_payout_value": "0.000 HBD", + "url": "/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "150216797", + "voter": "helazocrack" + } + ], + "author": "helazocrack", + "author_reputation": 0, + "beneficiaries": [], + "body": " ", + "body_length": 86, + "cashout_time": "2016-09-16T19:27:39", + "category": "dog", + "children": 0, + "created": "2016-09-15T19:20:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"links\":[],\"image\":[\"https:\\/\\/res.cloudinary.com\\/esteem\\/image\\/upload\\/v1473967237\\/image_mbzhso.jpg\"],\"tags\":[\"dog\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:20:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150216797, + "parent_author": "", + "parent_permlink": "dog", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "nothing-more-beautiful-than-the-eyes-of-a-dog-in-looking-for-family-2016915t145045881z", + "post_id": 960803, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nothing more beautiful than the eyes of a dog. #In Looking for Family", + "title": "Nothing more beautiful than the eyes of a dog. #In Looking for Family", + "total_payout_value": "0.000 HBD", + "url": "/dog/@helazocrack/nothing-more-beautiful-than-the-eyes-of-a-dog-in-looking-for-family-2016915t145045881z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1517204931", + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239669638", + "voter": "valeri" + } + ], + "author": "anwar78", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://youtu.be/ibO_fxeBltQ", + "body_length": 28, + "cashout_time": "2016-09-16T19:19:19", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"nwo\",\"politics\",\"illuminati\",\"life\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/ibO_fxeBltQ\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/ibO_fxeBltQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1756874569, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-protocols-of-the-learned-elders-of-zion", + "post_id": 960790, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The protocols of the learned elders of Zion", + "title": "The protocols of the learned elders of Zion", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@anwar78/the-protocols-of-the-learned-elders-of-zion" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "832935638", + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153397644", + "voter": "milank" + } + ], + "author": "milank", + "author_reputation": 0, + "beneficiaries": [], + "body": "Project Ara is pronounced dead by Google's ATAP division earlyer this month.\nThat's sad news but it also makes room for a product that is like the Ara project but then not a phone, but accessoire for your phone, so every phone.\n\n\n\n\n*[Nexpaq](http://nexpaq.com)* is a modular phone case that is currently available for Iphone 5 and 6(plus), Samsung galaxy S6, S6 Edge series and more phones to come.\nIf your phone is not (yet) compattible but you really wat the product, then they have made an \"external battery\" type of product with the same capabilities *Batpaq*.\nboth the phonecase and the Batpaq gives your phone the ability to adapt to your lifestyle with extra hardware.\n\n*Nexpaq* is a phone case with 6 module slots and you can put any combination of modules on the case to extend the usability of your smartphone.\nWe all know the struggle of to little storage for example, or even too little battery power to last the entire day.\nThan brace yourself for *Nexpaq*, it standard packs a 1000 mAh external battery in the case. But if that still isnt enough you can allwasy add 2 extra battery modules, or 1 and 3 other modules *depending on what module you want to add*.\n\nThere are 12 modules available at this moment but there are more to come, there is word that there is going to be a module to communicate without the need of a GSM connection.\n\nI could go on and on about this amazing product but sadly enough we have to wait until Q1 of 2017 before it will actually ship and until that time I will keep watching the news about *Nexpaq*\n\nFor more information go to *Nexpaq* and see what you would like them to add as a module, the're looking for some input!\n**[Nexpaq.com](http://nexpaq.com)**", + "body_length": 1770, + "cashout_time": "2016-09-16T19:23:10", + "category": "nexpaq", + "children": 0, + "created": "2016-09-15T19:18:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nexpaq\",\"ara\",\"google\",\"phone\",\"modular\"],\"image\":[\"https:\\/\\/nexpaq.com\\/wp-content\\/uploads\\/2015\\/09\\/baner_v4.jpg\"],\"links\":[\"http:\\/\\/nexpaq.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986333282, + "parent_author": "", + "parent_permlink": "nexpaq", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "nexpaq-the-new-project-ara-for-every-phone", + "post_id": 960789, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nexpaq the new Project Ara for every phone", + "title": "Nexpaq the new Project Ara for every phone", + "total_payout_value": "0.000 HBD", + "url": "/nexpaq/@milank/nexpaq-the-new-project-ara-for-every-phone" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7946872448", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1855374869", + "voter": "alex2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118331751", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "832935638", + "voter": "jbaker585" + } + ], + "author": "alex2016", + "author_reputation": 0, + "beneficiaries": [], + "body": "<b>I want to tell as we have held another photoshoot where we have tried to sustain black-and-white style of photos.</b>\n<hr color>\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<center>\nhttps://pp.vk.me/c836320/v836320641/185/NYRpq9qzo9w.jpg\n</center>\n<center>\nhttps://pp.vk.me/c836320/v836320641/169/iPi41rP501o.jpg\n</center>\nAfter we have spent more than 30 minutes of shootings, the girl was liberated, and has begun to work actively.\n<center>\nhttps://pp.vk.me/c836320/v836320641/17e/eU5naYLtgEw.jpg\n<br>\nhttps://pp.vk.me/c836320/v836320641/177/XNZ-jrBAvOA.jpg\n</center>\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<center>\nhttps://pp.vk.me/c836320/v836320641/170/hM7NQWYiPYQ.jpg\n<center>\nhttps://pp.vk.me/c836320/v836320641/162/Qy1iCE7yhWs.jpg\n</center>\n</center>\nEstimate my article, all thanks!\n<center>https://pp.vk.me/c836320/v836320641/143/qUzy2zppzaQ.jpg\nhttps://pp.vk.me/c836320/v836320641/13c/9wEdFLSFETs.jpg\n</center>\n<hr no shade>", + "body_length": 1420, + "cashout_time": "2016-09-16T19:31:50", + "category": "photography", + "children": 3, + "created": "2016-09-15T19:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"photo\",\"blog\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10753514706, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "as-we-have-held-photoshoots-in-black-and-white-colors", + "post_id": 960786, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "As we have held photoshoots in black-and-white colors", + "title": "As we have held photoshoots in black-and-white colors", + "total_payout_value": "0.000 HBD", + "url": "/photography/@alex2016/as-we-have-held-photoshoots-in-black-and-white-colors" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "234970233", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56527396", + "voter": "blahblahblah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153220076", + "voter": "nbofill" + } + ], + "author": "nbofill", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://s12.postimg.org/ry5ny36vh/image.jpg\" width=\"1191\" height=\"800\"/></p>\n</html>", + "body_length": 104, + "cashout_time": "2016-09-16T19:23:12", + "category": "life", + "children": 0, + "created": "2016-09-15T19:18:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"steemit\",\"art\",\"food\",\"photography\"],\"image\":[\"https:\\/\\/s12.postimg.org\\/ry5ny36vh\\/image.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 444717705, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "girl", + "post_id": 960784, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "girl", + "title": "girl", + "total_payout_value": "0.000 HBD", + "url": "/life/@nbofill/girl" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "138002890", + "voter": "charlie.wilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133590030", + "voter": "thedevil" + } + ], + "author": "charlie.wilson", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 584, + "cashout_time": "2016-09-16T19:28:10", + "category": "hillary", + "children": 1, + "created": "2016-09-15T19:18:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hillary\",\"clinton\",\"clintonforprison\",\"elections\",\"davidseaman\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/qD7Q5sa_xHo\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=qD7Q5sa_xHo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271592920, + "parent_author": "", + "parent_permlink": "hillary", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public", + "post_id": 960783, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Clinton's SCHEMES leaked-- man is KILLED for leaking incriminating proof to the public.", + "title": "Hillary Clinton's SCHEMES leaked-- man is KILLED for leaking incriminating proof to the public.", + "total_payout_value": "0.000 HBD", + "url": "/hillary/@charlie.wilson/hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13342307926", + "voter": "valtr" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "503970587", + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "662437860", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87300558689", + "voter": "herzmeister" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "5342866379", + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "2460297505", + "voter": "furion" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "116544591", + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "408706835", + "voter": "positive" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "902920974", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10419645487", + "voter": "dumar022" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "31930537676", + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1332539475", + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "6481343102", + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "242331170", + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1431774250", + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "3581211307", + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "161721174", + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "111957361", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "225687011", + "voter": "xianjun" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": "4633082667", + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11479766873", + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118331751", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "832935638", + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3994865163", + "voter": "zaitsevalesyaa" + } + ], + "author": "herzmeister", + "author_reputation": 0, + "beneficiaries": [], + "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[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.jpg)\n\n[](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.", + "body_length": 1253, + "cashout_time": "2016-09-16T19:29:00", + "category": "photography", + "children": 1, + "created": "2016-09-15T19:17:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"forest\",\"trees\",\"sun\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:17:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 190506061170, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.043 HBD", + "percent_steem_dollars": 10000, + "permlink": "forest-at-the-ammersee", + "post_id": 960781, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Forest at the Ammersee", + "title": "Forest at the Ammersee", + "total_payout_value": "0.000 HBD", + "url": "/photography/@herzmeister/forest-at-the-ammersee" + }, + { + "active_votes": [ + { + "percent": "3900", + "reputation": 0, + "rshares": "9575441168", + "voter": "fkn" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "12586319352", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "80142995693", + "voter": "kimziv" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "46745652607", + "voter": "furion" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "224272494", + "voter": "barbara2" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "249275987", + "voter": "ch0c0latechip" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "230707321", + "voter": "doge4lyf" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "1748168870", + "voter": "poseidon" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "7765429875", + "voter": "positive" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "13543814621", + "voter": "sisterholics" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "261456368", + "voter": "fnait" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "232278247", + "voter": "keepcalmand" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "478958065154", + "voter": "laonie" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "15990473701", + "voter": "myfirst" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "97220146544", + "voter": "somebody" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "3634967560", + "voter": "flysaga" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "21476613753", + "voter": "midnightoil" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "53718169615", + "voter": "xiaohui" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "2587538789", + "voter": "elfkitchen" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "1679360423", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "3385305165", + "voter": "xianjun" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "221670623", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7989270301", + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61478828", + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136316357", + "voter": "thedevil" + } + ], + "author": "karisa", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 1634, + "cashout_time": "2016-09-16T19:44:21", + "category": "food", + "children": 1, + "created": "2016-09-15T19:17:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"life\",\"cooking\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 862962138444, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.231 HBD", + "percent_steem_dollars": 10000, + "permlink": "dr1uk-vegetable-soup-puree-recipe-specially-for-steemit", + "post_id": 960776, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Chicken fillet with breadcrumbs) recipe specially for Steemit", + "title": "Chicken fillet with breadcrumbs) recipe specially for Steemit", + "total_payout_value": "0.000 HBD", + "url": "/food/@karisa/dr1uk-vegetable-soup-puree-recipe-specially-for-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "70956487", + "voter": "dudu-hoffman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + } + ], + "author": "dudu-hoffman", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://s16.postimg.org/l7dh41yad/Dudu_Hoffman_Livin_la_Zuada_Loca.jpg\" width=\"827\" height=\"800\"/></p>\n<p><br></p>\n<p>https://www.youtube.com/watch?v=tLBVeyYp7N0</p>\n<p><br></p>\n<p><em>Electronica / Dub / Funk</em><br>\n </p>\n<p>- Feche os Olhos </p>\n<p>- Dudu Hoffman </p>\n<p>- Livin' la Zuada Loca (2007)</p>\n<p>- Brazil<br>\n</p>\n<p><br></p>\n<p><br></p>\n<p><a href=\"https://steemit.com/@dudu-hoffman\">@dudu-hoffman </a><a href=\"https://duduhoffman.bandcamp.com/album/livin-la-zuada-loca\">Bandcamp</a><a href=\"https://duduhoffman.bandcamp.com/album/ru-do-primal-maquinar-ep\"> </a><a href=\"https://soundcloud.com/dudu-hoffman\">SoundCloud</a></p>\n</html>", + "body_length": 706, + "cashout_time": "2016-09-16T19:19:07", + "category": "music", + "children": 0, + "created": "2016-09-15T19:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"electronica\",\"dub\",\"funk\",\"dudu-hoffman\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180185796, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "dudu-hoffman-feche-os-olhos", + "post_id": 960772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dudu Hoffman - Feche os Olhos", + "title": "Dudu Hoffman - Feche os Olhos", + "total_payout_value": "0.000 HBD", + "url": "/music/@dudu-hoffman/dudu-hoffman-feche-os-olhos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "22687919345", + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7697824638", + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83629307390", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6036784485", + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125198095", + "voter": "emeline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3983913956", + "voter": "michelle.gent" + } + ], + "author": "prufarchy", + "author_reputation": 0, + "beneficiaries": [], + "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<center>https://www.steemimg.com/images/2016/09/15/image56bc9.jpg</center>", + "body_length": 570, + "cashout_time": "2016-09-16T19:25:22", + "category": "story", + "children": 1, + "created": "2016-09-15T19:16:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"art\",\"poetry\",\"life\",\"writing\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/image56bc9.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 124270177218, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.028 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-witness-original", + "post_id": 960766, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I, Witness (Original)", + "title": "I, Witness (Original)", + "total_payout_value": "0.000 HBD", + "url": "/story/@prufarchy/i-witness-original" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1247376898", + "voter": "biodragon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1532004192", + "voter": "aljazeera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1583212074", + "voter": "chocolatemilk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36346429443", + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2076423635", + "voter": "press-release" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234970233", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "678818770", + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156881056", + "voter": "alexandrapop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133590030", + "voter": "thedevil" + } + ], + "author": "alexandrapop", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h3> <em><strong> Hello, beautiful people.</strong></em></h3>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/c5678d97ffda171f06129e6b6f3628ee.png\" width=\"679\" height=\"449\"/> </p>\n<p> <em>I decided to do another #introduceyourself , also with the #verification , even though I\u2019ve done it in my first introduction. I was a little bit shy the first time and I didn\u2019t know what to tell you about me. </em></p>\n<h3> <em><strong>Again.. </strong></em></h3>\n<p> My name is Alexandra, but my friends are calling me \u201cAle\u201d, you can call me like this, too, if you want to. I\u2019m a 22 years old girl, student at a Dental Medicine University and a Makeup Artist. This is a weird combination, because I won\u2019t be able to do both of them at the same time and I\u2019m wondering if I\u2019ll have to choose. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/42b9a9a3942fc7c3149f7175e25cdcb0.png\" width=\"419\" height=\"452\"/></p>\n<p> Now, I want to tell you something about my hobbies. I like Photography. A good friend of mine, was a student at Photography and she needed me for many times to be a model for her projects. So, yes, I like to be a model, even I\u2019m short (1.55 m).</p>\n<p> Besides Photography, I like to do many DIY things for decoration, storage or for wearing. I love listening to a lot of music, especially Rihanna\u2019s music (as I told you, I\u2019m obsessed with her). </p>\n<p> Another weird hobby of mine, is to collect things. I have a collection of napkins ( I don\u2019t know the number of them), perfumes bottles (over 150), and also I have a lot of things with Rihanna (magazines, perfumes, albums, a doll, posters, body lotions).Maybe it\u2019s not a \u201ccollection\u201d but I like to say, that it is. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/70867617eddfe2f460a16ae718c14956.png\" width=\"466\" height=\"454\"/></p>\n<h3> <em><strong> I love..</strong></em> </h3>\n<p> I love Makeup! I can say this everyday! I want to push myself to be one of the top Makeup Artists from the world. And dreaming. I love to dream, so this is my biggest dream. I love chocolate, roses, cats, walks, my friends, my family, to be myself, to be happy, coffee with milk, to make my clients happy and I love to share my thoughts with you (I just discovered this). </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/ffcf90e4038e4d76cfa5dc782de63edd.png\" width=\"289\" height=\"456\"/></p>\n<h3> <em><strong> I\u2019m afraid of.. </strong></em></h3>\n<p> Hmm.. The first thing that came to my mind are spiders. Ohh, yeah, I totally dislike them. I\u2019m afraid of loneliness, of failures (even if a failure can make me stronger) and also I\u2019m afraid of the dark.</p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/ff6f4dc66a84dbe05f14a163a678121f.png\" width=\"308\" height=\"457\"/></p>\n<h3> <em><strong> My plans are.. </strong></em></h3>\n<p> I planned to do everyday something new, because life is short. I want to have in the future, my own Youtube Channel, I want to be someone who inspires others. I want to be an independent woman and also I want to graduate from Universty. I studied Maths, IT, Dental Medicine, Makeup. I haven\u2019t used English in none of this. Now I\u2019m trying to learn English to write correctly, so you can understand me. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/1f008b807be84f5dd81138eb448dd4c7.png\" width=\"491\" height=\"446\"/></p>\n<p><em> Now you know more about me, than the first time. I can\u2019t wait to know something about each of you. Here, I\u2019ll post about DIY things (do it yourself), photography, makeup, tutorials (beauty, food), my trips and beautiful places I visited and more. </em></p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/0d5a41ed105b70f93be549dac22ce6bd.png\" width=\"296\" height=\"431\"/></p>\n<h3> <em> Please, feel free, to follow me and checking my upcoming posts. </em></h3>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/0b63e136d613d2cb97d9f59907773939.png\" width=\"324\" height=\"103\"/></p>\n<p><br></p>\n</html>", + "body_length": 6842, + "cashout_time": "2016-09-16T19:19:07", + "category": "introduceyourself", + "children": 9, + "created": "2016-09-15T19:15:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steemit\",\"live\",\"verification\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/c5678d97ffda171f06129e6b6f3628ee.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/42b9a9a3942fc7c3149f7175e25cdcb0.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/70867617eddfe2f460a16ae718c14956.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/ffcf90e4038e4d76cfa5dc782de63edd.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/ff6f4dc66a84dbe05f14a163a678121f.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/1f008b807be84f5dd81138eb448dd4c7.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/0d5a41ed105b70f93be549dac22ce6bd.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/0b63e136d613d2cb97d9f59907773939.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:15:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45211635083, + "parent_author": "", + "parent_permlink": "introduceyourself", + "pending_payout_value": "0.010 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-introduce-yourself-post-with-more-info-about-me-and-more-pictures-with-me", + "post_id": 960757, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New 'Introduce Yourself' post, with more info about me and more pictures with me!", + "title": "New 'Introduce Yourself' post, with more info about me and more pictures with me!", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@alexandrapop/new-introduce-yourself-post-with-more-info-about-me-and-more-pictures-with-me" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "258619590", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125198095", + "voter": "emeline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52647965", + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2344626753", + "voter": "fairz" + } + ], + "author": "fairz", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 156, + "cashout_time": "2016-09-16T19:15:31", + "category": "animation", + "children": 0, + "created": "2016-09-15T19:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animation\",\"art\",\"droopy\",\"dog\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/YWealwI_vIQ\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/YWealwI_vIQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2890321712, + "parent_author": "", + "parent_permlink": "animation", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "droopy-the-dog-animation", + "post_id": 960754, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "droopy the dog animation", + "title": "droopy the dog animation", + "total_payout_value": "0.000 HBD", + "url": "/animation/@fairz/droopy-the-dog-animation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "51615652", + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155096457", + "voter": "soundmoney" + } + ], + "author": "soundmoney", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>..and how the money circulates to benefit the very elite. If you have 100 minutes available it will be time well spent and contains some great comment from people who I listen to including David Morgan who is something of a Silver Guru. The race to debase currency by Central Bankers is gathering pace and the documentary places this in the context of the demise of Empire. Watch be enlightened and think about what it might mean for you.</p>\n<p><a href=\"https://youtu.be/5fbvquHSPJU\">https://youtu.be/5fbvquHSPJU</a></p>\n</html>", + "body_length": 551, + "cashout_time": "2016-09-16T19:15:46", + "category": "silver", + "children": 0, + "created": "2016-09-15T19:14:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"silver\",\"money\",\"debt\",\"capital\",\"currency\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/5fbvquHSPJU\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/5fbvquHSPJU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:14:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 206712109, + "parent_author": "", + "parent_permlink": "silver", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "four-horsemen-by-renegade-inc-economists-shows-how-the-world-works", + "post_id": 960746, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Four Horsemen by Renegade Inc. Economists shows how the world works", + "title": "Four Horsemen by Renegade Inc. Economists shows how the world works", + "total_payout_value": "0.000 HBD", + "url": "/silver/@soundmoney/four-horsemen-by-renegade-inc-economists-shows-how-the-world-works" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1609525039", + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1708336843", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114779248", + "voter": "bleujay" + } + ], + "author": "gidlark", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://www.steemimg.com/images/2016/09/10/IMG_0876a016a.jpg</p>\n<p><br></p>\n</html>", + "body_length": 94, + "cashout_time": "2016-09-16T19:24:39", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:13:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"life\",\"ru\",\"ukraine\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/10\\/IMG_0876a016a.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:13:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4545340573, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "environment-10-cloud-okruzhayushaya-sreda-10-oblaka", + "post_id": 960745, + "promoted": "0.000 HBD", + "replies": [], + "root_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)", + "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)", + "total_payout_value": "0.000 HBD", + "url": "/photography/@gidlark/environment-10-cloud-okruzhayushaya-sreda-10-oblaka" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "234970233", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232757631", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3994865163", + "voter": "zaitsevalesyaa" + } + ], + "author": "zaitsevalesyaa", + "author_reputation": 0, + "beneficiaries": [], + "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!", + "body_length": 1108, + "cashout_time": "2016-09-16T19:13:35", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:12:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"art\",\"photography\",\"life\",\"origami\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4670405545, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-art-of-origami-bird-swan", + "post_id": 960734, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Art of Origami - bird swan.", + "title": "The Art of Origami - bird swan.", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-bird-swan" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "19239985423", + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258619590", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2020262526", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1442647825", + "voter": "modernbukowski" + } + ], + "author": "renzoarg", + "author_reputation": 0, + "beneficiaries": [], + "body": "<p>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 <strong>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</strong>. 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.</p>\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n<p>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. <strong>Because of her, again. Always her. </strong>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 <strong>a 16 year old teen craves more the sheets than to prepare the Playstation,</strong> 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.</p>\n<p>What your friends do not know is that <strong>you had to leave behind SEVERAL Saturday nights</strong> 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. <strong>They hold the goods to display in offer to our permanent demands</strong>, 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\".</p>\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n<p>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 <strong>haploid overload</strong>.</p>\n<p><strong>When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance</strong> in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time <strong>blood vessels dilate</strong> (veins, mainly) at the entire genital area. This McCombo leads into <strong>blood accumulation in the sexual organs</strong> 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.</p>\n<p>BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, <strong>the nervous signals that tell your body to \"stop and let go already\" are not there</strong> 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).</p>\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n<p><em>Where did the 3rd one come from?</em></p>\n<p>Despite being something amazingly frequent, <strong>we know nothing about this pain caused for not finishing what you started</strong>. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it <strong><em>blue balls</em></strong><strong> (slang)</strong><em>,</em> 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, <strong>a clear cause is also unknown</strong>. 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.</p>\n<p>Another reason for this lack of info is that <strong>the treatment is rather simple, we all know it</strong> 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.</p>\n<p>This time, medicine based on evidence, only real guru, confirms nothing else but folklore:</p>\n<blockquote>\n<p>A bird in the hand is worth two in the blue.</p>\n</blockquote>\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n<hr>\n<blockquote>\n<p>If you liked this post and its informal way of talking about sciences, please, follow me for more!</p>\n<p>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!).</p>\n</blockquote>\n<hr>\n<h3>Copyrights:</h3>\n<hr>\n<blockquote>\n<p>All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.</p>\n<p>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.</p>\n</blockquote>\n<hr>", + "body_length": 6154, + "cashout_time": "2016-09-16T19:26:56", + "category": "science", + "children": 0, + "created": "2016-09-15T19:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"medicine\",\"health\",\"sex\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24282027325, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.005 HBD", + "percent_steem_dollars": 10000, + "permlink": "two-in-the-blue-vasocongestion-destroyer-of-men", + "post_id": 960729, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Two in the blue - Vasocongestion (destroyer of men)", + "title": "Two in the blue - Vasocongestion (destroyer of men)", + "total_payout_value": "0.000 HBD", + "url": "/science/@renzoarg/two-in-the-blue-vasocongestion-destroyer-of-men" + }, + { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-435787244", + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1418244835", + "voter": "seraph" + } + ], + "author": "quin", + "author_reputation": 0, + "beneficiaries": [], + "body": "spam", + "body_length": 4, + "cashout_time": "2016-09-16T19:13:11", + "category": "test", + "children": 0, + "created": "2016-09-15T19:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\",\"spam\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 982457591, + "parent_author": "", + "parent_permlink": "test", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "spam", + "post_id": 960727, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "spam", + "title": "spam", + "total_payout_value": "0.000 HBD", + "url": "/test/@quin/spam" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158259550", + "voter": "paulrprichard68" + } + ], + "author": "paulrprichard68", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://paulthepaperbear.wordpress.com/2016/05/29/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost-kentucky-votes/", + "body_length": 189, + "cashout_time": "2016-09-16T19:12:21", + "category": "current", + "children": 0, + "created": "2016-09-15T19:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"current\",\"events\",\"paperbear-blog\"],\"links\":[\"https:\\/\\/paulthepaperbear.wordpress.com\\/2016\\/05\\/29\\/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost-kentucky-votes\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158259550, + "parent_author": "", + "parent_permlink": "current", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost", + "post_id": 960726, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bail-in rules ignored by media / Globalists cause crisis, offer non-solution solution, Soviet style mental illness / Sanders lost Kentucky votes", + "title": "Bail-in rules ignored by media / Globalists cause crisis, offer non-solution solution, Soviet style mental illness / Sanders lost Kentucky votes", + "total_payout_value": "0.000 HBD", + "url": "/current/@paulrprichard68/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "124605648771", + "voter": "joshbreslauer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232757631", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": "4633082667", + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4594200588", + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546846490", + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2310291352", + "voter": "bluechoochoo" + } + ], + "author": "lyndsaybowes", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>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. </p>\n<p>The chicken was given to us by a neighbour who raises birds for meat, the most local meat we've eaten so far! </p>\n<p>I've got the broth ready, and now I'm finishing it off with runner beans, zucchini, squash, potatoes and carrots, thyme and oregano.</p>\n<p><img src=\"https://pbs.twimg.com/media/CsasCH0WcAMaGLj.jpg\" width=\"1080\" height=\"720\"/></p>\n<p><img src=\"https://pbs.twimg.com/media/CsasCH2WcAAwz-a.jpg\" width=\"1080\" height=\"720\"/></p>\n</html>", + "body_length": 717, + "cashout_time": "2016-09-16T19:15:21", + "category": "organic", + "children": 2, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"organic\",\"food\",\"gardening\",\"supportlocal\",\"growfoodnotlawns\"],\"image\":[\"https:\\/\\/pbs.twimg.com\\/media\\/CsasCH0WcAMaGLj.jpg\",\"https:\\/\\/pbs.twimg.com\\/media\\/CsasCH2WcAAwz-a.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 138243339460, + "parent_author": "", + "parent_permlink": "organic", + "pending_payout_value": "0.031 HBD", + "percent_steem_dollars": 10000, + "permlink": "just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup", + "post_id": 960723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Just Picked and Pulled These Beautiful Organic Vegetables to Add to My Soup", + "title": "Just Picked and Pulled These Beautiful Organic Vegetables to Add to My Soup", + "total_payout_value": "0.000 HBD", + "url": "/organic/@lyndsaybowes/just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1735554942", + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + } + ], + "author": "linzo", + "author_reputation": 0, + "beneficiaries": [], + "body": "<img src=\"https://www.steemimg.com/images/2016/09/15/love-1417705_640bb3b6.jpg\" alt=\"love-1417705_640bb3b6.jpg\" border=\"0\">\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", + "body_length": 975, + "cashout_time": "2016-09-16T19:12:26", + "category": "poem", + "children": 0, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poem\",\"write\",\"story\",\"addiction\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/love-1417705_640bb3b6.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1943367460, + "parent_author": "", + "parent_permlink": "poem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "addicted-original-poem", + "post_id": 960722, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Addicted (Original Poem)", + "title": "Addicted (Original Poem)", + "total_payout_value": "0.000 HBD", + "url": "/poem/@linzo/addicted-original-poem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "466158469258", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "452882692801", + "voter": "recursive3" + }, + { + "percent": "612", + "reputation": 0, + "rshares": "59932806392", + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9857913474", + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114993639671", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047527838", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113350116117", + "voter": "alexbeyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45716829240", + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81130790703", + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "whalepool" + }, + { + "percent": "612", + "reputation": 0, + "rshares": "1667780703", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3157847929", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20690393698", + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91521583046", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5201378075", + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4594200588", + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "659423594", + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52794249", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52521499", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317649856", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5753585781", + "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": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213848535", + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71727340", + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64921864", + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55388665", + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61530871", + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93882016", + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126595034", + "voter": "toddemaher1" + } + ], + "author": "alexbeyman", + "author_reputation": 0, + "beneficiaries": [], + "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.", + "body_length": 1716, + "cashout_time": "2016-09-16T19:19:45", + "category": "scifi", + "children": 0, + "created": "2016-09-15T19:11:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scifi\",\"horror\",\"writing\",\"fiction\",\"death\"],\"image\":[\"http:\\/\\/i.imgur.com\\/yOEUfMj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506906407098, + "parent_author": "", + "parent_permlink": "scifi", + "pending_payout_value": "0.457 HBD", + "percent_steem_dollars": 10000, + "permlink": "short-story-debut-a-nightmarish-vignette-about-trying-to-find-meaning-and-warmth-in-the-world-between-birth-and-death", + "post_id": 960718, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Short Story] Debut: A nightmarish vignette about trying to find meaning and warmth in the world between birth, and death.", + "title": "[Short Story] Debut: A nightmarish vignette about trying to find meaning and warmth in the world between birth, and death.", + "total_payout_value": "0.000 HBD", + "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": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "225204295", + "voter": "mashatik87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + } + ], + "author": "mashatik87", + "author_reputation": 0, + "beneficiaries": [], + "body": "<div class=\"separator\" style=\"clear: both; text-align: center;\">\n<a href=\"https://youtu.be/PFauKcvNuPE\"><img border=\"0\" height=\"358\" src=\"https://4.bp.blogspot.com/-ejI16DS7g8E/V9ryM-lLK9I/AAAAAAAAAWs/3KDI7QmAR2wAjmh-ZVvOqg1XNBq9nh8ewCLcB/s640/Screen%2BShot%2B2016-09-15%2Bat%2B2.10.10%2BPM.png\" width=\"640\" /></a></div>\n<br />", + "body_length": 327, + "cashout_time": "2016-09-16T19:14:47", + "category": "haul", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"haul\",\"mash\",\"mashafications\",\"speakers\",\"youtube\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 334433604, + "parent_author": "", + "parent_permlink": "haul", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "no-make-up-tiny-haul-or-mashi", + "post_id": 960717, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No Make Up... Tiny Haul | Mashi", + "title": "No Make Up... Tiny Haul | Mashi", + "total_payout_value": "0.000 HBD", + "url": "/haul/@mashatik87/no-make-up-tiny-haul-or-mashi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2897105713", + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230270829", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66492707", + "voter": "trytostopme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51712697", + "voter": "the-ultimatum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154192801", + "voter": "waves-social" + } + ], + "author": "trytostopme", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n_(Image source: @the-ultimatum)_\n\n# **HOW-TO: REMOTELY SHUTDOWN A COMPUTER ON A SHARED NETWORK**\nRecently I was hanging at a local java joint, enjoying the complimentary Wi-Fi. There, I was with fifteen other souls, all of us intently hammering away at solving the world\u2019s problems in a nice quite \u201cstudy-hall\u201d environment. Suddenly the placid quietude was shattered by one person initiating a video conference with several colleagues, sans headphones. She and her colleagues talked and laughed loudly; completely oblivious to the fact that they were disrupting everyone around them.\n\nFrom the dark looks, loud sighs and other non-verbal communication, it was obvious that everyone was annoyed. I managed to survive about seven minutes of her auditory assault before summoning the will to approach her with a bleeding edge new concept\u2026 headphones. I have captured the essence of the exchange below.\n\n\u2022\t**the-ultimatum** (**TU**)\n\u2022\t**Rude Shrew** (**RS**)\n\n> \u2022\t**TU**: \u201cWould you like to borrow these?\u201d\n \n_I extend my arm out revealing a set of headphones with a built in mic._\n> \u2022\t**RS**: [incoherent stammering while she tried to ignore me. She responds to her colleagues]\n\n_I sweep the room with my extended arm_\n> \u2022\t**TU**: \u201cWe are all trying to work\u2026 you are more than welcome to these\u201d\n\n_She turns to me with a look of utter confusion_\n> \u2022\t**RS**: \u201cI don\u2019t know how to use those.\u201d\n\n_A lifetime of training in self-control is being challenged in this solitary moment. A look of incredulity sweeps over my face_\n> \u2022\t**TU**: \u201cYou don\u2019t know how to plug-in and put on headphones\u2026?\u201d\n\n_[End of conversation.]_\n\n**As she continued to interrupt everyone I started to do some research and below is the content of this post.**\n\n**A Step-by-Step Guide to: Remotely Shutdown a Computer on a Shared Network**\nFollowing the steps & screenshots below you will find a very fast very simple way to boot users off a shared network or play pranks on your friends. \n\n\u2022\tFind the **cmd** prompt & _run as admin_\n\u2022\tType the command: **net view**\n\nThis will show you all the names of computers on the same network. The hardest part is targeting your subject\u2019s computer name. Trial and error.\n\n\n\nOnce you have chosen your subject follow the next steps:\n\u2022\tType the command: **ping [comp. name]**\n\n\n\n\u2022\tType the command: **shutdown -i**\n\n\n\nIn the **command prompt**:\n\u2022\tLeft click\n\u2022\tSelect _mark_\n\u2022\tCopy IP Address (e.g. _fe80::ddc9:3651:2554:3a93%2_)\n\nIn the **shutdown -i** pane follow these steps:\n\u2022\tPaste into _ADD_\n\u2022\tChoose _Shutdown_\n\u2022\tLeave Checked _Warn users of the action_\n\u2022\tSet the _Warn users of the action_ timer to a desired time.\n\u2022\tUncheck _Planned_\n\u2022\tChoose option _Security issue (unplanned)_\n\u2022\tType in your own _Comment_ (e.g. \"Your computer has been locked. Goodbye.\")\n\u2022\tClick _OK_\n\n\n\nIf everything goes according to plan you should be able to watch your subject squirm in discomfort while the 15 second timer counts down and you and those around you are able to go back to working in peace. \n\n# **FOR EDUCATIONAL PURPOSES ONLY**\n\nWritten by: @the-ultimatum \n_https://twitter.com/WavesIs_\nEdited by: @cerberus65\nPublished by: @trytostopme", + "body_length": 3482, + "cashout_time": "2016-09-16T19:30:22", + "category": "story", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"hacking\",\"life\",\"steemit\"],\"users\":[\"the-ultimatum\",\"cerberus65\",\"trytostopme\"],\"image\":[\"https:\\/\\/anonimag.es\\/i\\/5a492a6a7abb3596a1984993ba879925.jpg\",\"https:\\/\\/anonimag.es\\/i\\/aacbbb1c18515bf66837d975858fee63.jpg\",\"https:\\/\\/anonimag.es\\/i\\/0713224e9d0de131e979b0aa33ead35f.jpg\",\"https:\\/\\/anonimag.es\\/i\\/a3f83e1d32b2e6d54c9b0bdfa0fcb0ca.jpg\",\"https:\\/\\/anonimag.es\\/i\\/1abc1c79a33194a68792b5e88aa8d3b7.jpg\"],\"links\":[\"https:\\/\\/twitter.com\\/WavesIs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3509004056, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-remotely-shutdown-a-computer-on-a-shared-network", + "post_id": 960716, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "total_payout_value": "0.000 HBD", + "url": "/story/@trytostopme/how-to-remotely-shutdown-a-computer-on-a-shared-network" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1861066361", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12452663543", + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/LB32fl1iExA</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T19:23:21", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/LB32fl1iExA\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/LB32fl1iExA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14521542422, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video", + "post_id": 960711, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12687826828", + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3084409460", + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "3363381107", + "voter": "betamusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1883541074", + "voter": "juliamateo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98582007", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51782882", + "voter": "javiergg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51422448", + "voter": "cuvi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + } + ], + "author": "juliamateo", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 587, + "cashout_time": "2016-09-16T19:34:39", + "category": "spanish", + "children": 0, + "created": "2016-09-15T19:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"spanish\",\"steemit\",\"life\",\"youtube\",\"teenager\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/joHQB8Uq8Oc\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=joHQB8Uq8Oc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23152882179, + "parent_author": "", + "parent_permlink": "spanish", + "pending_payout_value": "0.005 HBD", + "percent_steem_dollars": 10000, + "permlink": "promociono-steemit-en-mi-canal-de-youtube", + "post_id": 960709, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "total_payout_value": "0.000 HBD", + "url": "/spanish/@juliamateo/promociono-steemit-en-mi-canal-de-youtube" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "419603951021", + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "190467351752", + "voter": "jamtaylor" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20605443611", + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230270829", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1114903893", + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1771771876", + "voter": "agapakos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "342267987", + "voter": "holidaygreece" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21249911268", + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3282317279", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68250832", + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2686735390", + "voter": "avtzis.petros" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1112699443", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3187509176", + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259305456", + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31527137100", + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4159011441", + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "474397754", + "voter": "skapart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6657915847", + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98582007", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59478888", + "voter": "mariajoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "348646506", + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213848535", + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162331614", + "voter": "johnelbow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162862498", + "voter": "dreamylou" + } + ], + "author": "skapaneas", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 2511, + "cashout_time": "2016-09-16T19:20:19", + "category": "art", + "children": 6, + "created": "2016-09-15T19:10:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"nature\",\"animals\",\"life\"],\"users\":[\"ned\",\"dan\",\"smooth\",\"berniesanders\",\"blocktrades\",\"itsascam\",\"andeverywhale\",\"skapaneas\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 713153852343, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.185 HBD", + "percent_steem_dollars": 10000, + "permlink": "pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work", + "post_id": 960706, + "promoted": "1.060 HBD", + "replies": [], + "root_title": "Pearl the whale: A sculpture with process pictures by @skapaneas (original own work)", + "title": "Pearl the whale: A sculpture with process pictures by @skapaneas (original own work)", + "total_payout_value": "0.000 HBD", + "url": "/art/@skapaneas/pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "263853222", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + } + ], + "author": "bapparabi", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Do you also Vitim of HashOcean cloud mining may be because more then 700,000 users have lost there money ..and people who taken out there money they are profitable otherwise they have taken all our money ..s</p>\n<p>So do you think they will come back or fbi will do anything to get pour fund back </p>\n<p><img src=\"https://bazaarbay.org/i/f9b7fc1a6272427bdfc566f7b0cfc0bf46d3f564.jpg\" width=\"1675\" height=\"944\"/></p>\n<p><strong>many use like this </strong></p>\n<p>\" Trombini said he started the campaign because he had lost about $10,000 dollars - everything he had and six months of work: \u201cI see others want justice, so I started to search for my own.\u201d </p>\n<p><img src=\"https://i.ytimg.com/vi/6v_Dqwj0t0Y/hqdefault.jpg\" width=\"480\" height=\"360\"/></p>\n<p>lost so much that people still hoping to bet back there money but still not light on it ..</p>\n<p><br></p>\n<p> Three separate online petitions have been opened by individuals who have reportedly lost their investments in the defunct HashOcean Bitcoin mining company. They are seeking to get the interest of the relevant transborder crimes department of law enforcement agencies such as the FBI, CIA, Interpol and MI6. </p>\n<p><br></p>\n<p>https://secure.avaaz.org/po/petition/FBI_EUA_FIND_HASHOCEANCOM/</p>\n<p>https://secure.avaaz.org/en/petition/FBI_CIA_MI6_INTERPOL_FBI_EUA_CIA_MI6_INTERPOL_FIND_OWNER_HASHOCEANCOM/?aHdQTkb</p>\n<p>https://www.change.org/p/fbi-fbi-and-interpol-hashocean-700-000-people-swindled</p>\n<p><br></p>\n<p>so say away form this cloud mining look ponzy ..</p>\n<p><br></p>\n<p><strong>And do you think hashocen will come back</strong></p>\n<p><br></p>\n</html>", + "body_length": 1720, + "cashout_time": "2016-09-16T19:11:38", + "category": "ponzi", + "children": 1, + "created": "2016-09-15T19:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ponzi\"],\"image\":[\"https:\\/\\/bazaarbay.org\\/i\\/f9b7fc1a6272427bdfc566f7b0cfc0bf46d3f564.jpg\",\"https:\\/\\/i.ytimg.com\\/vi\\/6v_Dqwj0t0Y\\/hqdefault.jpg\"],\"links\":[\"https:\\/\\/secure.avaaz.org\\/po\\/petition\\/FBI_EUA_FIND_HASHOCEANCOM\\/\",\"https:\\/\\/secure.avaaz.org\\/en\\/petition\\/FBI_CIA_MI6_INTERPOL_FBI_EUA_CIA_MI6_INTERPOL_FIND_OWNER_HASHOCEANCOM\\/?aHdQTkb\",\"https:\\/\\/www.change.org\\/p\\/fbi-fbi-and-interpol-hashocean-700-000-people-swindled\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:10:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2086560286, + "parent_author": "", + "parent_permlink": "ponzi", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "world-biggest-pronzy-site-hashocean-taken-usd44m-and-gone", + "post_id": 960704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "world biggest pronzy site HashOcean taken $44m and gone", + "title": "world biggest pronzy site HashOcean taken $44m and gone", + "total_payout_value": "0.000 HBD", + "url": "/ponzi/@bapparabi/world-biggest-pronzy-site-hashocean-taken-usd44m-and-gone" + }, + { + "active_votes": [ + { + "percent": "3300", + "reputation": 0, + "rshares": "3313423713996", + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "794763647", + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "445761993002", + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54477247", + "voter": "reported" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "2113775393", + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51206711", + "voter": "krushing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "456481293", + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50065542", + "voter": "whatyouganjado" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56817337", + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50010551", + "voter": "alexbones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67782873", + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50215700", + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7626813355", + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50326099", + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50317967", + "voter": "sleepcult" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1369181864", + "voter": "timbernana" + } + ], + "author": "timbernana", + "author_reputation": 0, + "beneficiaries": [], + "body": "<a href=\"http://www.fotos-hochladen.net\" target=\"_blank\"><img src=\"http://img5.fotos-hochladen.net/uploads/326quv3lcrw.png\" border=\"0\"></a>\n<html>\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<a href=\"http://www.fotos-hochladen.net\" target=\"_blank\"><img src=\"http://img5.fotos-hochladen.net/uploads/38f3yjdho7r.jpg\" border=\"0\"></a>", + "body_length": 589, + "cashout_time": "2016-09-16T19:28:32", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"deutsch\",\"dog\",\"minnowsunite\",\"story\",\"photography\"],\"image\":[\"http:\\/\\/img5.fotos-hochladen.net\\/uploads\\/326quv3lcrw.png\",\"http:\\/\\/img5.fotos-hochladen.net\\/uploads\\/38f3yjdho7r.jpg\"],\"links\":[\"http:\\/\\/www.fotos-hochladen.net\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:36:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3783945252298, + "parent_author": "", + "parent_permlink": "deutsch", + "pending_payout_value": "1.622 HBD", + "percent_steem_dollars": 10000, + "permlink": "izzy-the-dog-4", + "post_id": 960694, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IZZY THE DOG #4", + "title": "IZZY THE DOG #4", + "total_payout_value": "0.000 HBD", + "url": "/deutsch/@timbernana/izzy-the-dog-4" + }, + { + "active_votes": [ + { + "percent": "475", + "reputation": 0, + "rshares": "44949604794", + "voter": "eeks" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "2015882351", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26100983566", + "voter": "georgedonnelly" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "2649751442", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047527838", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115323965378", + "voter": "geoffrey" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "21371465518", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "719401125", + "voter": "rxhector" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "9841190022", + "voter": "furion" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "52479155", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10419949344", + "voter": "deviedev" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "466178365", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81130790703", + "voter": "thylbom" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "1634827342", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22243058181", + "voter": "prufarchy" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "2708762924", + "voter": "sisterholics" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "55043445", + "voter": "fnait" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "95791613030", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22624610458", + "voter": "reneenouveau" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "3997618425", + "voter": "myfirst" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "19444029308", + "voter": "somebody" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "969324682", + "voter": "flysaga" + }, + { + "percent": "475", + "reputation": 0, + "rshares": "1250835527", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6405447915", + "voter": "kryptik" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "4295322750", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3157847929", + "voter": "kurtbeil" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "10743633923", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20690393698", + "voter": "jphamer1" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "646884697", + "voter": "elfkitchen" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "447829446", + "voter": "xiaokongcom" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "902748044", + "voter": "xianjun" + }, + { + "percent": "800", + "reputation": 0, + "rshares": "59112166", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5475437205", + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317649856", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11552440717", + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71727340", + "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": 0, + "rshares": "126595034", + "voter": "toddemaher1" + } + ], + "author": "reneenouveau", + "author_reputation": 10551964788902, + "beneficiaries": [], + "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/", + "body_length": 1784, + "cashout_time": "2016-09-16T19:32:38", + "category": "nanowrimo", + "children": 7, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nanowrimo\",\"writing\",\"challenge\",\"collaboration\",\"nano\"],\"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\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:23:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 566502764207, + "parent_author": "", + "parent_permlink": "nanowrimo", + "pending_payout_value": "0.142 HBD", + "percent_steem_dollars": 10000, + "permlink": "nanowrimo-6-weeks-away-come-join-a-steemit-writing-team", + "post_id": 960692, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "NaNoWriMo!!!! 6 weeks away! Come join a Steemit writing team!", + "title": "NaNoWriMo!!!! 6 weeks away! Come join a Steemit writing team!", + "total_payout_value": "0.000 HBD", + "url": "/nanowrimo/@reneenouveau/nanowrimo-6-weeks-away-come-join-a-steemit-writing-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14763351827", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + } + ], + "author": "nippel66", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Todays Music Choise\n<iframe width=\"100%\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/282898673&color=00cc11&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false\"></iframe> \n\nDon diablo is a realy good mixer, i love this Hexagon episodes he makes.", + "body_length": 385, + "cashout_time": "2016-09-16T19:18:26", + "category": "music", + "children": 0, + "created": "2016-09-15T19:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22665192777, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.005 HBD", + "percent_steem_dollars": 10000, + "permlink": "don-diablo-hexagon-radio-episode-085", + "post_id": 960690, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Don Diablo - Hexagon Radio Episode 085", + "title": "Don Diablo - Hexagon Radio Episode 085", + "total_payout_value": "0.000 HBD", + "url": "/music/@nippel66/don-diablo-hexagon-radio-episode-085" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "122693390101", + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "8567499992", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83863566295", + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11261443630", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "74800129313", + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "41825057596", + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "212468679", + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "223036409", + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "218564831", + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1631624279", + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "6948016204", + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11737972671", + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "233934645", + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "220053077", + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "415096989800", + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "14657934226", + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "90738803441", + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3392636390", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131247634", + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "20044839503", + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "50136958308", + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "2425817615", + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1567403062", + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3159618154", + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "206892582", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5475437205", + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155796749", + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 612, + "cashout_time": "2016-09-16T19:30:54", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.270 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "post_id": 960688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "61427097", + "voter": "forevergala" + } + ], + "author": "forevergala", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h2><strong>For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?</strong></h2>\n<p><strong>https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg</strong></p>\n<p><br></p>\n<p>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.</p>\n<p><br></p>\n<p>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.</p>\n<p>https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg</p>\n<p><br></p>\n<p>In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. </p>\n<h1><strong>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. </strong></h1>\n<p>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.</p>\n<p><br></p>\n</html>", + "body_length": 1601, + "cashout_time": "2016-09-16T19:07:36", + "category": "steem", + "children": 0, + "created": "2016-09-15T19:07:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"blokcheyn\",\"news\",\"crypo\",\"bitcoin\"],\"image\":[\"https:\\/\\/pp.vk.me\\/c636416\\/v636416646\\/26c42\\/SjBHmqEOzRE.jpg\",\"https:\\/\\/pp.vk.me\\/c636416\\/v636416646\\/26c53\\/ObLWMGBR0I8.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61427097, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-is-blokcheyn", + "post_id": 960679, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Blokcheyn?", + "title": "What is Blokcheyn?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@forevergala/what-is-blokcheyn" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "154323367", + "voter": "sandee" + } + ], + "author": "sandee", + "author_reputation": 0, + "beneficiaries": [], + "body": "PCSO Lotto results September 15, 2016:\nSuperlotto 6/49: 31-21-02-25-15-19\nLotto 6/42: 33-07-38-02-42-18\n6D: 2-6-5-4-6-2\n3D: 7-4-0\n2D: 24-09", + "body_length": 139, + "cashout_time": "2016-09-16T19:06:45", + "category": "pcso", + "children": 0, + "created": "2016-09-15T19:06:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pcso\",\"lotto\",\"swertres\",\"result\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 154323367, + "parent_author": "", + "parent_permlink": "pcso", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "pcso-lotto-results-september-15-2016-superlotto-6-49-31-21-02-25-15-19-lotto-6-42-33-07-38-02-42-18-6d-2-6-5-4-6-2-3d-7-4-0-2d", + "post_id": 960678, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PCSO Lotto results September 15, 2016: Superlotto 6/49: 31-21-02-25-15-19 Lotto 6/42: 33-07-38-02-42-18 6D: 2-6-5-4-6-2 3D: 7-4-0 2D: 24-09", + "title": "PCSO Lotto results September 15, 2016: Superlotto 6/49: 31-21-02-25-15-19 Lotto 6/42: 33-07-38-02-42-18 6D: 2-6-5-4-6-2 3D: 7-4-0 2D: 24-09", + "total_payout_value": "0.000 HBD", + "url": "/pcso/@sandee/pcso-lotto-results-september-15-2016-superlotto-6-49-31-21-02-25-15-19-lotto-6-42-33-07-38-02-42-18-6d-2-6-5-4-6-2-3d-7-4-0-2d" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "21980954327", + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9042934069", + "voter": "imjustsayintho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52104641", + "voter": "vsmith08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157780341", + "voter": "greencycles" + } + ], + "author": "wpalczynski", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>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?</p>\n<p>When will government officials start being held responsible for lying and war crimes the western world is committing in the middle east and elsewhere?</p>\n<p>http://www.zerohedge.com/news/2016-09-15/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500</p>\n<p><br></p>\n<p>http://dweaay7e22a7h.cloudfront.net/dr-content_3/uploads/2015/10/shutterstock_271655756-650x360.jpg</p>\n</html>", + "body_length": 608, + "cashout_time": "2016-09-16T19:08:22", + "category": "terrorist", + "children": 1, + "created": "2016-09-15T19:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"terrorist\",\"america\",\"warcrimes\",\"syria\",\"iraq\"],\"links\":[\"http:\\/\\/www.zerohedge.com\\/news\\/2016-09-15\\/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500\"],\"image\":[\"http:\\/\\/dweaay7e22a7h.cloudfront.net\\/dr-content_3\\/uploads\\/2015\\/10\\/shutterstock_271655756-650x360.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31432483453, + "parent_author": "", + "parent_permlink": "terrorist", + "pending_payout_value": "0.006 HBD", + "percent_steem_dollars": 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": 960674, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The US War On Terror Has Cost $5 Trillion And Increased Terrorism By 6,500% - Made the american ruling class very wealthy", + "title": "The US War On Terror Has Cost $5 Trillion And Increased Terrorism By 6,500% - Made the american ruling class very wealthy", + "total_payout_value": "0.000 HBD", + "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": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "230270829", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1899047308", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12452663543", + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/i6LwJSSBgBM</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T19:31:18", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"and\",\"steem\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/i6LwJSSBgBM\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/i6LwJSSBgBM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14780691755, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-what-is-steem-should-you-invest-some-ether-video", + "post_id": 960668, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit - What is Steem? Should You Invest Some Ether Video", + "title": "Steemit - What is Steem? Should You Invest Some Ether Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-what-is-steem-should-you-invest-some-ether-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "9223792750", + "voter": "imjustsayintho" + } + ], + "author": "imjustsayintho", + "author_reputation": 0, + "beneficiaries": [], + "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<center>  </center>\n\nWatch this film. \n\n[--IJST](https://steemit.com/@imjustsayintho/)", + "body_length": 2371, + "cashout_time": "2016-09-16T19:06:56", + "category": "opinion", + "children": 1, + "created": "2016-09-15T19:05:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"opinion\",\"snowden\",\"government\",\"nsa\",\"signal\"],\"image\":[\"https:\\/\\/i.gyazo.com\\/e61df2c9f69db5c5c8c318fbffdcf577.jpg\"],\"links\":[\"https:\\/\\/steemit.com\\/@imjustsayintho\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9223792750, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "snowden-live-quote-from-ed-snowden", + "post_id": 960665, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "Snowden Live - Quote from Ed Snowden", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "77132612396", + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2968616397", + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "171200715", + "voter": "robyneggs" + } + ], + "author": "robyneggs", + "author_reputation": 0, + "beneficiaries": [], + "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\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\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\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", + "body_length": 8730, + "cashout_time": "2016-09-16T19:38:22", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"life\",\"macro-economics\",\"business\"],\"users\":[\"robyneggs\",\"thelord\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80272429508, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.018 HBD", + "percent_steem_dollars": 10000, + "permlink": "an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation", + "post_id": 960663, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An economic slowdown and the \"deepening\" of our human capital; how steemit can be our salvation", + "title": "An economic slowdown and the \"deepening\" of our human capital; how steemit can be our salvation", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@robyneggs/an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231813239369", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2059078537865", + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "10884777244", + "voter": "yefet" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": "468281676", + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": "5641725632", + "voter": "spaninv" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061302586", + "voter": "murh" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": "365370465", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047527838", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59061302314", + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11709563991", + "voter": "anasya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1005566128", + "voter": "danielkt" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209545151", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7946872448", + "voter": "smolalit" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204619400604", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "steemchain" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267415955", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2960764853", + "voter": "dmilash" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734213651", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63847571", + "voter": "rpo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3157847929", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2118152083", + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83629253317", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101627835", + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317649856", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1773444711", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71727340", + "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": 0, + "rshares": "126595034", + "voter": "toddemaher1" + } + ], + "author": "lehard", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgur.com/jeelDxs.jpg</p>\n<p>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.</p>\n<p>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.</p>\n<p>https://www.youtube.com/watch?v=prqaZ97DX9k</p>\n</html>", + "body_length": 420, + "cashout_time": "2016-09-16T19:19:38", + "category": "video", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"video\"],\"image\":[\"http:\\/\\/i.imgur.com\\/jeelDxs.jpg\",\"https:\\/\\/img.youtube.com\\/vi\\/prqaZ97DX9k\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=prqaZ97DX9k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2727719889737, + "parent_author": "", + "parent_permlink": "video", + "pending_payout_value": "1.010 HBD", + "percent_steem_dollars": 10000, + "permlink": "amazing-color-correction-video-before-and-after-the-my-original-work", + "post_id": 960662, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Amazing Color Correction video. Before and after [My original work]", + "title": "Amazing Color Correction video. Before and after [My original work]", + "total_payout_value": "0.000 HBD", + "url": "/video/@lehard/amazing-color-correction-video-before-and-after-the-my-original-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29174698761", + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119924160", + "voter": "timendainum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1223969387", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4366979846", + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9868091435", + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "849594350", + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3983913956", + "voter": "michelle.gent" + } + ], + "author": "dwinblood", + "author_reputation": 0, + "beneficiaries": [], + "body": "<img src=\"http://i.imgur.com/VuVQsID.jpg\"/>\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<h1>What do I mean by hijacking?</h1>\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 <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-the-study-based-battle-for-control-of-our-minds\">[Terrorist, Piracy]</a>, <a href=\"https://steemit.com/politics/@dwinblood/word-hijacking-2-0-just-who-is-a-traitor-what-is-treason\">[Traitor]</a>, <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-3-0-anarchy-climate-change-occult-conspiracy-theory\">[Anarchy, Climate Change, Occult, and Conspiracy Theory]</a>. In those cases I explained some possible motives for the hijacking in the <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-the-study-based-battle-for-control-of-our-minds\">first word hijacking</a> 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<img src=\"https://media.giphy.com/media/DJHLI7Bfi1Vpm/giphy.gif\"/>\n*Source: giphy.com*\n<h1>Organic</h1>\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<img src=\"http://i.imgur.com/iS0xCfP.png\"/>\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<img src=\"http://i.imgur.com/ySHBg1c.png\"/>\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<img src=\"https://media.giphy.com/media/xTiTnK80JHV0fgDZzG/giphy.gif\"/>\n*Source: giphy.com*\n<h1>GMO</h1>\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\n<b>Popped Secret: The Mysterious Origin of Corn</b>\nhttps://www.youtube.com/watch?v=mBuYUb_mFXA\n\n<b>The surprising history of bananas in under 2 minutes</b>\nhttps://www.youtube.com/watch?v=SpAHPXNhAwk\n\n<b>And Man Created Dog</b>\nhttps://www.youtube.com/watch?v=GFzbBVMR8zA\n\n<img src=\"https://media.giphy.com/media/98pZs1ZVaWb1C/giphy.gif\"/>\n*Source: giphy.com*\n<h1>Troll</h1>\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<img src=\"https://media0.giphy.com/media/3oEduGzkdvam26MrXG/200w.gif\"/>\n*Source: giphy.com*\n<h1>Hijacking</h1>\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.", + "body_length": 8156, + "cashout_time": "2016-09-16T19:22:41", + "category": "philosophy", + "children": 1, + "created": "2016-09-15T19:05:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"politics\",\"organic\",\"gmo\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61346069875, + "parent_author": "", + "parent_permlink": "philosophy", + "pending_payout_value": "0.013 HBD", + "percent_steem_dollars": 10000, + "permlink": "word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking", + "post_id": 960658, + "promoted": "0.001 HBD", + "replies": [], + "root_title": "Word Hijacking 4.0: - Thanks to my friends in slack the words today are ORGANIC, GMO, TROLL and HIJACKING", + "title": "Word Hijacking 4.0: - Thanks to my friends in slack the words today are ORGANIC, GMO, TROLL and HIJACKING", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@dwinblood/word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking" + }, + { + "active_votes": [ + { + "percent": "1200", + "reputation": 0, + "rshares": "3337701573126", + "voter": "dantheman" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16825894924", + "voter": "jamesbrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64167195", + "voter": "statman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60326971", + "voter": "bitcoingiveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1701524453", + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1773444711", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139337929", + "voter": "feelinggood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136316357", + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138233639", + "voter": "thetruthhurts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138227134", + "voter": "tupacisback" + } + ], + "author": "feelinggood", + "author_reputation": 0, + "beneficiaries": [], + "body": "# Why, Hello There, World\n\nHi, my name is James Brown and I'm what some like to call a \"health-nut\". \n\n# Here's My Typical Day\n\n* I get 9 to 10 hours of sleep every night. \n* I stretch and give myself messages with various self-massage tools for 45 minutes to an hour.\n* I drink at least 2 gallons of purified water.\n* I jump rope for 30 minutes on an anti-fatigue mat, 6 days a week.\n* I follow-up skipping rope with 5 to 10 minutes of push-ups, followed by another 5 to 10 minutes of bent-over underhand rows. I do these together in order to give my body a balance of \"push\" and \"pull\" on my muscles, seeing to it that adding muscle doesn't pull my posture forward or backward.\n* I jog outside, in beautiful nature trails, for anywhere from 30 minutes to 4 hours, 3 to 6 times per week.\n* I do a heavy-lifting routine with barbells and dumbbells for 1 to 1.5 hours, 2 to 3 days per week.\n* I do a Pilates, core workout, routine for 45 minutes to an hour, 3 to 4 days per week.\n* I eat A LOT of greens, fruits, beans, nuts and seeds.\n* I especially eat lots of hemp seed (hearts), oatmeal, and organic peanut butter (heavy protein) - usually all mixed together. It tastes heavenly :)\n* I meditate for 20 to 30 minutes in the morning and sometimes for another 15 to 20 minutes before I go to sleep at night.\n\nI do these things routinely and I LOVE doing it. I feel great! I feel healthy, vital, strong, flexible, calm and relaxed. My mind is clear and focused on my goals and the people whom I love. I'm happy and healthy physically, psychologically, and socially. Everything is good :)\n \n# My Goal Here On Steemit..\n\n...is to share some of my health-tips and personal techniques that I've used to make it easy and painless to develop healthier habits. I plan to share some of the tools I use to loosen up my body, making it feel wonderful and bringing all the \"life\" to the muscles that they need in order to get the most out of stretching and exercising them. I'll go through how I approach exercise and weight-lifting. I'll share my secrets on how to build a strong and flexible body in a way that's fun and effective. I'll touch base on my diet approach and even share some delicious and nutritious recipes.\n\n# Keep Your Eyes Peeled\n\nI'll be around @feelinggood. Throw me an up-vote and a follow if you like where I'm going with this.\n\nI'm so excited to share my secrets to healthy and happy living :)\n\n# Peace.\n\n<center><img src=\"http://quotes.greet2k.com/image-code/health-3.jpg\"></center><br>\n<center><([source image](http://quotes.greet2k.com/image-code/health-3.jpg))></center>", + "body_length": 2600, + "cashout_time": "2016-09-16T19:06:59", + "category": "health", + "children": 1, + "created": "2016-09-15T19:04:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"life\",\"healthy\",\"eating\",\"living\"],\"users\":[\"feelinggood\"],\"image\":[\"http:\\/\\/quotes.greet2k.com\\/image-code\\/health-3.jpg\"],\"links\":[\"http:\\/\\/quotes.greet2k.com\\/image-code\\/health-3.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3360228124678, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "1.362 HBD", + "percent_steem_dollars": 10000, + "permlink": "life-is-all-about-being-healthy-feeling-good-and-spreading-happiness-and-well-being", + "post_id": 960648, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Life is All About Being Healthy, Feeling Good, and Spreading Happiness and Well-Being!", + "title": "Life is All About Being Healthy, Feeling Good, and Spreading Happiness and Well-Being!", + "total_payout_value": "0.000 HBD", + "url": "/health/@feelinggood/life-is-all-about-being-healthy-feeling-good-and-spreading-happiness-and-well-being" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 0, + "rshares": "503970587", + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "662437860", + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "5342866379", + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "2460297505", + "voter": "furion" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "116544591", + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "408706835", + "voter": "positive" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "902920974", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3276506793", + "voter": "sulev" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "31930537676", + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1332539475", + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "6481343102", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63847571", + "voter": "rpo" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "242331170", + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1431774250", + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "3581211307", + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "161721174", + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "111957361", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1223969387", + "voter": "future24" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "225687011", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53389583", + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + } + ], + "author": "anduweb", + "author_reputation": 0, + "beneficiaries": [], + "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<center>http://i.imgur.com/p8Jufok.jpg</center>", + "body_length": 264, + "cashout_time": "2016-09-16T19:29:20", + "category": "decent", + "children": 0, + "created": "2016-09-15T19:03:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"decent\",\"twitter\",\"scam\",\"\"],\"image\":[\"http:\\/\\/i.imgur.com\\/p8Jufok.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:03:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61749928350, + "parent_author": "", + "parent_permlink": "decent", + "pending_payout_value": "0.013 HBD", + "percent_steem_dollars": 0, + "permlink": "the-surveymonkey-scammer-is-back-now-for-decent", + "post_id": 960641, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The SurveyMonkey scammer is back on Twitter - now for DECENT", + "title": "The SurveyMonkey scammer is back on Twitter - now for DECENT", + "total_payout_value": "0.000 HBD", + "url": "/decent/@anduweb/the-surveymonkey-scammer-is-back-now-for-decent" + }, + { + "active_votes": [ + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12064022115", + "voter": "primus" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102855934", + "voter": "cheetah20" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-171631587", + "voter": "cheetah15" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101859018", + "voter": "cheetah16" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101857729", + "voter": "cheetah17" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101760456", + "voter": "cheetah18" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-123906339", + "voter": "cheetah19" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101135204", + "voter": "cheetah21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53146733", + "voter": "vsmith08162016" + } + ], + "author": "machinelearning", + "author_reputation": 0, + "beneficiaries": [], + "body": "Please do not upvote.", + "body_length": 21, + "cashout_time": "2016-09-16T19:09:49", + "category": "test", + "children": 1, + "created": "2016-09-15T19:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12373472377, + "parent_author": "", + "parent_permlink": "test", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "test", + "post_id": 960632, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "Test", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "66885815", + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "453506109", + "voter": "witchcraftblog" + } + ], + "author": "witchcraftblog", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p> 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 :).</p>\n<p> 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.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/9b/OCNpU4gQRx0.jpg\" width=\"602\" height=\"389\"/></p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/94/EzJAJcbbqcE.jpg\" width=\"384\" height=\"414\"/></p>\n<p>So what do you think?</p>\n<p>Now, lets return to my basilicum. I decided to plant purple basil at home because:</p>\n<p> 1. I love to see how plants are growing; </p>\n<p>2. I like the taste and flawour of basil;</p>\n<p>3. basil is not only a delicious condiment, it has so many more useful properties; </p>\n<p>4. growing basil at home is cheaper than buying it in a supermarket in winter; </p>\n<p>5. basil just looks beautiful.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/ac/26h6wvaCyKE.jpg\" width=\"320\" height=\"240\"/> <img src=\"https://pp.vk.me/c836531/v836531195/b3/9PkkuC3hnNE.jpg\" width=\"320\" height=\"240\"/></p>\n<p>this photos were made by me 2 years ago in my garden.</p>\n<p>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.</p>\n<p>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.</p>\n<p>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. </p>\n<p><br></p>\n<p>Now, a simple plan, how to plant basil:</p>\n<p>you'll need: soil, flower pot, spoon (or something like that), water, seeds.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/ba/uFpyFu5zp0I.jpg\" width=\"400\" height=\"259\"/> <img src=\"https://pp.vk.me/c836531/v836531195/c1/PzwWU0v31HI.jpg\" width=\"320\" height=\"259\"/> </p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/c8/7fKXPqtl0Mc.jpg\" width=\"325\" height=\"259\"/> <img src=\"https://pp.vk.me/c836531/v836531195/32/mhEkv77lnO8.jpg\" width=\"272\" height=\"259\"/></p>\n<p><br></p>\n<p>put soil in to the flower pot</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/47/xLfbxm1Uo5w.jpg\" width=\"366\" height=\"259\"/></p>\n<p> tamp the soil with spoon </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/4e/KUGmIripXzs.jpg\" width=\"461\" height=\"259\"/></p>\n<p> pour the ground and make holes of 1.5-2 cm deep in it </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/55/GBsJg9nsoTY.jpg\" width=\"461\" height=\"259\"/></p>\n<p>I did it with the spoon</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/5c/VOOIptBr2aQ.jpg\" width=\"461\" height=\"259\"/></p>\n<p>put the seeds in to the soil</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/63/MgcHM4ifZ8I.jpg\" width=\"413\" height=\"259\"/></p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/71/LCC4d_P_PuM.jpg\" width=\"385\" height=\"372\"/></p>\n<p> close the holes with the soil</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/78/dsBEWxUSKGM.jpg\" width=\"414\" height=\"259\"/></p>\n<p>put the flowerpot on the sunny window</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/86/G8xTEIi0Y3I.jpg\" width=\"461\" height=\"259\"/></p>\n<p> 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.</p>\n<p><br></p>\n<p> If you like my post don`t forget to follow and upvote ;) </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/8d/H5D-WzJEIQc.jpg\" width=\"392\" height=\"233\"/></p>\n<p>Sincerely yours <a href=\"https://steemit.com/@witchcraftblog\">@witchcraftblog</a> </p>\n<p><br></p>\n</html>", + "body_length": 4825, + "cashout_time": "2016-09-16T19:08:09", + "category": "gardening", + "children": 0, + "created": "2016-09-15T19:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gardening\",\"steemart\",\"health\",\"life\",\"herbs\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 694456196, + "parent_author": "", + "parent_permlink": "gardening", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me", + "post_id": 960626, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Basil planting and my spontaneous STEEMART. Full moon is watching me :)", + "title": "Basil planting and my spontaneous STEEMART. Full moon is watching me :)", + "total_payout_value": "0.000 HBD", + "url": "/gardening/@witchcraftblog/basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231813191302", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4287714457313", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1856068812916", + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2006601418874", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1239194317889", + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2059078537865", + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22391933607", + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1491294220946", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "452882692801", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "621040278295", + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3120621212590", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "448236514656", + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8927535677", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4839155280", + "voter": "sakr" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "10884745702", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "481790356914", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1536625837", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14818418390", + "voter": "gregory-f" + }, + { + "percent": "781", + "reputation": 0, + "rshares": "59932650184", + "voter": "eeks" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "17134999985", + "voter": "fkn" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "22522887261", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106636079470", + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061302586", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6086022456", + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2003404389", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58190613755", + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3848697023555", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87300558689", + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19598687179", + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15787747831", + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047527838", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118358806572", + "voter": "geoffrey" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "144257392248", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45359587433", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2187607792", + "voter": "superfreek" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "81189817686", + "voter": "furion" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "401329727", + "voter": "barbara2" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "446072819", + "voter": "ch0c0latechip" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "412844681", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245479785", + "voter": "tasman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2632467953", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13847065167", + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209545151", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46859749971", + "voter": "milestone" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "3146703967", + "voter": "poseidon" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204618886920", + "voter": "jl777" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "13896032408", + "voter": "positive" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267376002", + "voter": "proto" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "23475945343", + "voter": "sisterholics" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "467869290", + "voter": "fnait" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "415655812", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69137816305", + "voter": "healthyrecipes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3354060704", + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734213651", + "voter": "taker" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "830193979600", + "voter": "laonie" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "29315868452", + "voter": "myfirst" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "168514920676", + "voter": "somebody" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "6542941609", + "voter": "flysaga" + }, + { + "percent": "781", + "reputation": 0, + "rshares": "1667777098", + "voter": "gmurph" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "37226130506", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3157847929", + "voter": "kurtbeil" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "93111494000", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20690393698", + "voter": "jphamer1" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "4689914056", + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99935909954", + "voter": "joele" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "3022848762", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2076619689", + "voter": "natalymaty" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "6093549297", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91520297334", + "voter": "miacats" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "399007122", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2923096249", + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4441060568", + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53146015442", + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52794249", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52521499", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53134467783", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317649856", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5753585781", + "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": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51240567", + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51235131", + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1233715718", + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50871059", + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50570250", + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50565798", + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50349676", + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2291193388", + "voter": "ayim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160973134", + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160900665", + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156837244", + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156814579", + "voter": "haribo" + }, + { + "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": "159352476", + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159164412", + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155433319", + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158486055", + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71727340", + "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": "153804957", + "voter": "alexandrapop" + } + ], + "author": "healthyrecipes", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p> 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. </p>\n<p>For chicken:</p>\n<ul>\n <li>1lb chicken breast</li>\n <li>1 tsp ancho chili</li>\n <li>1 tbs olive oil</li>\n <li>1 lime (juice and zest)</li>\n <li>1 tsp minced garlic</li>\n</ul>\n<p>For squash:</p>\n<ul>\n <li>1 spaghetti squash (cut in half length wise and seeds removed)</li>\n <li>1 tsp olive oil</li>\n <li>salt and pepper to taste</li>\n</ul>\n<p>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!</p>\n<p>https://puu.sh/rcmnK/c059def2e0.png</p>\n</html>", + "body_length": 1424, + "cashout_time": "2016-09-16T19:16:19", + "category": "healthyliving", + "children": 3, + "created": "2016-09-15T19:01:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"healthyliving\",\"dinner\",\"squash\",\"recipes\"],\"image\":[\"https:\\/\\/puu.sh\\/rcmnK\\/c059def2e0.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:01:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24948140852996, + "parent_author": "", + "parent_permlink": "healthyliving", + "pending_payout_value": "39.772 HBD", + "percent_steem_dollars": 10000, + "permlink": "spaghetti-squash-burrito-bowl", + "post_id": 960622, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Spaghetti Squash 'Burrito' Bowl", + "title": "Spaghetti Squash 'Burrito' Bowl", + "total_payout_value": "0.000 HBD", + "url": "/healthyliving/@healthyrecipes/spaghetti-squash-burrito-bowl" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "153995877", + "voter": "steefranci" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153224110", + "voter": "sasharaven" + } + ], + "author": "sasharaven", + "author_reputation": 0, + "beneficiaries": [], + "body": "Life is killing you.\nYou wish never to be born.\nYou don't remember,\nwaiting somewhere,\nhaving wished to be born at all.\nYou tried in vain to warn them,\nbut you were conceived with passion.\nDo not condemn them!\nThey couldn't hear you -\nthey, too, were conceived involuntarily -\nby those who couldn't hear them.\nAs soon as you entered the world -\nyou cried out in pain and disappointment!\nYet you were given anything but consolation.\nSelfish joy attended your birth.\nAnother baby born, helpless and wretched,\nto be sacrificed to the grim reaper.", + "body_length": 543, + "cashout_time": "2016-09-16T19:02:03", + "category": "poetry", + "children": 0, + "created": "2016-09-15T19:00:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poetry\",\"sasharaven\",\"sasharavenmusic\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:00:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 307219987, + "parent_author": "", + "parent_permlink": "poetry", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "x-y-z-4th-dimension", + "post_id": 960616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "X - Y - Z - 4TH DIMENSION", + "title": "X - Y - Z - 4TH DIMENSION", + "total_payout_value": "0.000 HBD", + "url": "/poetry/@sasharaven/x-y-z-4th-dimension" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134606131320", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14763294144", + "voter": "nippel66" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "10729009089", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "369718962", + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1223969387", + "voter": "future24" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "6655075357", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83487539", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + } + ], + "author": "nippel66", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 228, + "cashout_time": "2016-09-16T19:24:55", + "category": "steemit", + "children": 4, + "created": "2016-09-15T18:59:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"nippel66\"],\"image\":[\"https:\\/\\/s15.postimg.org\\/4n75f6bcr\\/paymeesteempower.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:00:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4176408007811, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "1.880 HBD", + "percent_steem_dollars": 10000, + "permlink": "pay-me-100-in-steem-power-when-submit-a-story", + "post_id": 960608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pay me 100% in Steem Power. When submit a story!", + "title": "Pay me 100% in Steem Power. When submit a story!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@nippel66/pay-me-100-in-steem-power-when-submit-a-story" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "92097237828", + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150351784", + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "377113341", + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81850529", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + } + ], + "author": "trevonjb", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 188, + "cashout_time": "2016-09-16T18:59:07", + "category": "trevonjb", + "children": 0, + "created": "2016-09-15T18:59:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trevonjb\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/9yqH7iGSdic\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=9yqH7iGSdic\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 92880617754, + "parent_author": "", + "parent_permlink": "trevonjb", + "pending_payout_value": "0.020 HBD", + "percent_steem_dollars": 10000, + "permlink": "eating-a-7-month-old-cinnabun", + "post_id": 960604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Eating a 7 Month Old Cinnabun!", + "title": "Eating a 7 Month Old Cinnabun!", + "total_payout_value": "0.000 HBD", + "url": "/trevonjb/@trevonjb/eating-a-7-month-old-cinnabun" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134627828281", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047527838", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122162400756", + "voter": "joshbreslauer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258619590", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3157847929", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1899047308", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1282974860", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81850529", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68608760", + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124085673", + "voter": "bleujay" + }, + { + "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": 0, + "rshares": "126595034", + "voter": "toddemaher1" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/Sg2TbYabhqQ</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T19:25:04", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:58:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/Sg2TbYabhqQ\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/Sg2TbYabhqQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:58:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4271982026148, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "1.946 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video", + "post_id": 960597, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How Does Steemit Work Steemit Blogging Basics and Advanced Training Video", + "title": "How Does Steemit Work Steemit Blogging Basics and Advanced Training Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "258619590", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63535942", + "voter": "cassidy1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1284606912", + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81850529", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3135333121", + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124085673", + "voter": "bleujay" + } + ], + "author": "stevescoins", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 1659, + "cashout_time": "2016-09-16T18:58:39", + "category": "gridcoin", + "children": 0, + "created": "2016-09-15T18:57:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gridcoin\",\"beyondbitcoin\",\"cryptocurency\",\"boinc\",\"altcoin\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:57:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5146735833, + "parent_author": "", + "parent_permlink": "gridcoin", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 0, + "permlink": "recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post", + "post_id": 960587, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Recruiting New AltMiners for Gridcoin, Staking Giveaway for First 5 To Create Wallet and Post", + "title": "Recruiting New AltMiners for Gridcoin, Staking Giveaway for First 5 To Create Wallet and Post", + "total_payout_value": "0.000 HBD", + "url": "/gridcoin/@stevescoins/recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134632281224", + "voter": "riverhead" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1708263839", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14763351827", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10419645487", + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1208491149", + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118331751", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52129459", + "voter": "gumer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64399060", + "voter": "lenar02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58725839", + "voter": "hamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55074731", + "voter": "karina00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54982319", + "voter": "sona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54971933", + "voter": "saha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2201700765", + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54957779", + "voter": "kam1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80213518", + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123221500", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3135333121", + "voter": "zaitsevalesyaa" + } + ], + "author": "ola1", + "author_reputation": 0, + "beneficiaries": [], + "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!", + "body_length": 3843, + "cashout_time": "2016-09-16T19:25:40", + "category": "tours", + "children": 2, + "created": "2016-09-15T18:57:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tours\",\"photography\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:10:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4170161089268, + "parent_author": "", + "parent_permlink": "tours", + "pending_payout_value": "1.876 HBD", + "percent_steem_dollars": 10000, + "permlink": "soledar-salt-mines", + "post_id": 960585, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Salt mines.", + "title": "Salt mines.", + "total_payout_value": "0.000 HBD", + "url": "/tours/@ola1/soledar-salt-mines" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "10729017501", + "voter": "gomeravibz" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "6655080164", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51615652", + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76492342", + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50060597", + "voter": "roswellrockman" + } + ], + "author": "ancientofdays", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://dc95wa4w5yhv.cloudfront.net/image-cache/the-mark-of-the-beast_640_426_80_c1.jpg\" width=\"640\" height=\"426\"/><br>\nImage Source & External Article - http://lifehopeandtruth.com/prophecy/revelation/mark-of-the-beast/</p>\n<p>Just recently here in <a href=\"http://www.AlienStranger.com\">Roswell NM (where I live, yes)</a> I was telling a <a href=\"http://www.ancientsofdays.net\">shop owner</a> about Steem and Steemit, and he made the comment that he thought it sounded like \"...one more step towards the Mark of The Beast\"...</p>\n<blockquote><em><strong>\"...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...\"<br>\n - Revelation Chapter 13 (</strong></em><a href=\"https://www.biblegateway.com/passage/?search=Revelation+13&version=KJV\"><em><strong>Full Chapter</strong></em></a><em><strong>)</strong></em></blockquote>\n<h3>Yes Virginia... I hate to break it to you, but digital currency IS indeed \"<em>one more step towards the mark of the beast</em>\" - <em>and we all know it. </em></h3>\n<p>Let's just get that out of the way now. But fear not, this is NOT a<em> paranoid religious</em> post warning people about the eternal dangers of joining Steemit, nor of using digital currency in general however. This is just a hopefully<em> rational religious</em> post (inspired by <a href=\"https://cointelegraph.com/news/4-reasons-why-your-nation-will-kill-cash-for-a-digital-currency\">a secular article</a>) meant to<em> stem paranoid fear</em> (amongst Christians mainly) of utilizing Steemit specifically, and digital currency in general. Which I will get back to in just a second...</p>\n<p>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). </p>\n<p>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!</p>\n<p><img src=\"https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-0/s526x395/14358900_10154412654816605_8330352735442203600_n.jpg?oh=e2a53091d31ad716798686aec3f7bef0&oe=586CF056\" width=\"305\" height=\"395\"/><br>\nImage Source & External Article: http://www.evangelicaloutreach.org/markbeast.htm</p>\n<p> (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)...</p>\n<h3>Anyways...</h3>\n<h3>As I told my friend Don (who DID join Steemit @roswellrockman ) \"So is your debit card!\"</h3>\n<p><strong>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. </strong></p>\n<p>(Altho I will note respectfully that The American Amish community feels differently - see the link below these next images.)</p>\n<h3>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</h3>\n<p><img src=\"http://www.whatdoesitmean.com/wmb2.jpg\"/><br>\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. </p>\n<p><img src=\"http://www.whatdoesitmean.com/wmb3.jpg\"/><img src=\"http://www.whatdoesitmean.com/wmb4.jpg\"/><br>\nAll 3 Images above & External Article: http://www.whatdoesitmean.com/index1392.htm</p>\n<p>\"Radio Frequency ID chips\" (see <a href=\"https://en.wikipedia.org/wiki/Radio-frequency_identification\">Wikipedia article</a>) 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! </p>\n<p>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? </p>\n<p>Absolutely!</p>\n<p>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.</p>\n<p>Folks I am no stranger to this belief. I first penned the words myself way back in 1997 (in my original webpage and book <a href=\"http://amzn.to/1Ueug63\"><strong>\"Come Sail Away : UFO Phenomenon & The Bible\"</strong></a>- << Amazon link to 2105 version) in the section I titled \"Genesis 6 to 666\"</p>\n<p><strong>\"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.</strong><br>\n<br>\n\"<strong>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</strong><br>\n<br>\n\"<strong>Yup, you\u2019d need all that\u2026</strong><br>\n<br>\n\"<strong>Get that in place and you\u2019re ready to go...\" </strong></p>\n<p><img src=\"http://www.alienstranger.com/seekye1//CSAcover.jpg\"/><br>\n(Original 1997 cover, now out of print - <a href=\"http://amzn.to/1Ueug63\">2015 version available on Amazon here</a>)</p>\n<h3>So getting to my main point - finally...</h3>\n<p>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.</p>\n<p>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...</p>\n<p>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...</p>\n<p>See what I mean? </p>\n<p>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.\"</p>\n<p>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...</p>\n<p>(<em><strong>EXCEPT IT MUST BE NOTED</strong></em> 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. </p>\n<p>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...</p>\n<p>So there.) </p>\n<p>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.</p>\n<p>In fact, it was seeing this article today published by The Coin Telegraph </p>\n<p><img src=\"https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zYjkxMjBiMjg3YTRmZDJjZjE5MTcyZDk0ZDBhOGQzOC5qcGc=.jpg\" width=\"725\" height=\"483\"/><br>\n<a href=\"https://cointelegraph.com/news/4-reasons-why-your-nation-will-kill-cash-for-a-digital-currency\"><strong>4 Reasons Why Your Nation Will Kill Cash For A Digital Currency</strong></a></p>\n<p>that inspired me to drop everything and write this particular article. </p>\n<p>The Coin Telegraph wonderfully details how national interests (Satanic, New World Order interests, for our purposes here) <em>probably will in fact adopt a digital currency of their own</em> 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.</p>\n<p>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.</p>\n<p>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. </p>\n<p>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. </p>\n<p>The Bible clearly instructs and solemnly warns all to not accept the Mark of the Beast, <em><strong>when it finally comes</strong></em> in the form of <em><strong>a mark on your hand or forehead that cannot buy or sell without</strong></em> receiving. Abstaining from \"the steps\" has proven impractical, unavoidable (again, except to the Amish), and ultimately not directly commanded in scripture.<br>\n <br>\n===============<br>\nTwo things in closing:<br>\n#1) Here's one more lengthy scripture-packed article on <a href=\"http://www.av1611.org/666/biochip.html\"><strong>Biochips & TMOTB</strong></a> I'll recommend if you're unlearned about the whole topic...<br>\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. </p>\n<p>I bring all of this up in THIS article, only to announce here that:</p>\n<p>My non-profit \"<a href=\"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\"><strong>Roswell Mission</strong></a>\" will be accepting Steem for conference registrations (follow for details) and that<br>\n<em><strong>UP-FRONT VIP SEATING goes to those who pay VIA STEEMIT!</strong></em></p>\n</html>", + "body_length": 13178, + "cashout_time": "2016-09-16T19:18:59", + "category": "money", + "children": 2, + "created": "2016-09-15T18:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"religion\",\"steem\",\"beyondbitcoin\",\"christianity\"],\"users\":[\"roswellrockman\",\"ancientofdays\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:41:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25365523997, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.005 HBD", + "percent_steem_dollars": 10000, + "permlink": "are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast", + "post_id": 960584, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Are Steem, Bitcoin, etc.. Obvious Pre-cursors to The Mark of the Beast?", + "title": "Are Steem, Bitcoin, etc.. Obvious Pre-cursors to The Mark of the Beast?", + "total_payout_value": "0.000 HBD", + "url": "/money/@ancientofdays/are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "20478824991", + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123221500", + "voter": "ola1" + } + ], + "author": "keithwillshine", + "author_reputation": 0, + "beneficiaries": [], + "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.)", + "body_length": 388, + "cashout_time": "2016-09-16T18:55:59", + "category": "music", + "children": 0, + "created": "2016-09-15T18:55:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"spiritual\",\"art\",\"creativity\",\"love\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/Cbvqv19Nf0E\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=Cbvqv19Nf0E\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20702173357, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time", + "post_id": 960570, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cool new creative Music Video by Two of the Greatest Dj's/Producers of our current time!", + "title": "Cool new creative Music Video by Two of the Greatest Dj's/Producers of our current time!", + "total_payout_value": "0.000 HBD", + "url": "/music/@keithwillshine/cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "159238010", + "voter": "pablopb" + } + ], + "author": "pablopb", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>I woke up slowly, unwillingly to opened my eyes</p>\n<p>I Follow the routine day to day, moving my body almost by inertia</p>\n<p>Everything lost its meaning,</p>\n<p>Everything is lost</p>\n<p>Nothing seems to be beautiful anymore</p>\n<p>The world has gone mad</p>\n<p>The sky is blue, but I only see black clouds</p>\n<p>Depression befell me like a plague</p>\n<p>And the sorrow comes sucking my energy</p>\n<p>There is no smile that can bring me joy</p>\n<p>And all the jokes are meaningless to me ,</p>\n<p>All I do is cry my misfortune</p>\n<p>And the things just get worse no matter what I do,</p>\n<p>I'm at the edge of the abyss and feeling like I'm going to fall forever</p>\n<p>I was struck by such pessimism</p>\n<p>Therefore I shut myself ostracized</p>\n<p>And I went into deep depression</p>\n<p>There is no person in this world that come to my help,</p>\n<p>Neither human being who understands me, not a lover who wants me,</p>\n<p>Depression is not more than the most profound sadness</p>\n<p>That leaves the soul trapped in suffering</p>\n<p>Being unable to see the light at the end of the tunnel</p>\n<p>I can only hope for a word of support, or perhaps an encouragement gesture.</p>\n</html>", + "body_length": 1210, + "cashout_time": "2016-09-16T18:54:30", + "category": "reflexions", + "children": 0, + "created": "2016-09-15T18:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"reflexions\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 159238010, + "parent_author": "", + "parent_permlink": "reflexions", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "depression", + "post_id": 960557, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Depression", + "title": "Depression", + "total_payout_value": "0.000 HBD", + "url": "/reflexions/@pablopb/depression" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "225204295", + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_reputation": 0, + "beneficiaries": [], + "body": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ojUrmdHNFD0\" frameborder=\"0\" allowfullscreen></iframe>", + "body_length": 122, + "cashout_time": "2016-09-16T18:54:24", + "category": "tags", + "children": 0, + "created": "2016-09-15T18:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tags\",\"youtube\",\"subscribe\",\"video\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225204295, + "parent_author": "", + "parent_permlink": "tags", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "32-random-questions-tag-or-mashiface", + "post_id": 960555, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "32 Random Questions Tag | Mashiface", + "title": "32 Random Questions Tag | Mashiface", + "total_payout_value": "0.000 HBD", + "url": "/tags/@mashatik87/32-random-questions-tag-or-mashiface" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "21017552483", + "voter": "skapaneas" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-125177473", + "voter": "cheetah01" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102169064", + "voter": "cheetah03" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102168682", + "voter": "cheetah04" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102161368", + "voter": "cheetah05" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102159434", + "voter": "cheetah06" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102108064", + "voter": "cheetah02" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-102085954", + "voter": "cheetah07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4242191670", + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123221500", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "355619437", + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298372096", + "voter": "james1987" + } + ], + "author": "steembeast", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p> Let's say that it is time for your kid to mail an application to a college.</p>\n<p>You spent days writing an application and your kid's future depends on it.</p>\n<p>Would you use the Post Office to mail it or would you use a private company like FedEx.</p>\n<p>What it all boils down to is which one is the most effective and the most trustworthy.</p>\n<p><em> </em><img src=\"https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg\" width=\"400\" height=\"290\"/></p>\n<p><br></p>\n<p><em>Lets analyse both sectors.</em></p>\n<p><br></p>\n<h2><em>Private sector.</em></h2>\n<p>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.</p>\n<p><br></p>\n<h2>Public sector.</h2>\n<p>Public sector by not having profit as their main goal can end up going two roads. <strong>1st</strong> Offer great prices</p>\n<p><strong>2nd </strong>Offer very bad product/service.</p>\n<p>Even though the funding of those public companies is by our tax dollars those businesses usually burn money as if money is irrelevant .</p>\n<p><br></p>\n<p> 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.</p>\n<p>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.</p>\n<p><em><strong> </strong></em></p>\n<p><em><strong> Closing </strong></em>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.</p>\n</html>", + "body_length": 4235, + "cashout_time": "2016-09-16T18:58:53", + "category": "life", + "children": 2, + "created": "2016-09-15T18:54:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"money\",\"economics\",\"government\",\"taxdollars\"],\"image\":[\"https:\\/\\/s18.postimg.org\\/9jrtr4sex\\/Public_private_sectors.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25399054013, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.005 HBD", + "percent_steem_dollars": 10000, + "permlink": "do-you-trust-government-companies-explaining-the-private-sector-benefits", + "post_id": 960553, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "Do you trust government companies? Explaining the private sector benefits.", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134632281224", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56055247", + "voter": "whoknows" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123221500", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2337017256", + "voter": "ayim" + } + ], + "author": "ayim", + "author_reputation": 0, + "beneficiaries": [], + "body": "<center></center>\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<h4>The benefits of have a deep tissue massage: </h4>\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<center> <h3>Lacrosse ball</h3>\n\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</center>\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<center> <h3>Foam roller</h3>\n\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)</center>\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<center> <h3>Theracane</h3>\n\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</center>\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!", + "body_length": 4518, + "cashout_time": "2016-09-16T19:26:25", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"story\",\"fitness\",\"health\",\"blog\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:57:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "1.855 HBD", + "percent_steem_dollars": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 960550, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fixing Posture - Part 5: Massages", + "title": "Fixing Posture - Part 5: Massages", + "total_payout_value": "0.000 HBD", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134640392195", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "253514770855", + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1535071696382", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8927535677", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1536625837", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "374437048490", + "voter": "craig-grant" + }, + { + "percent": "287", + "reputation": 0, + "rshares": "29966325092", + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 0, + "rshares": "1511911763", + "voter": "fkn" + }, + { + "percent": "600", + "reputation": 0, + "rshares": "1987313581", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "584301957019", + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172753954134", + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313699965", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061283659", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2003404389", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49581638772", + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206092862903", + "voter": "alexc" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "192336700354", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75335893384", + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2187607792", + "voter": "superfreek" + }, + { + "percent": "600", + "reputation": 0, + "rshares": "7380892516", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240666456", + "voter": "tasman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2632467953", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33739229218", + "voter": "creemej" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "4195475503", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "472134488", + "voter": "nin0000" + }, + { + "percent": "600", + "reputation": 0, + "rshares": "1226120506", + "voter": "positive" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "31601214153", + "voter": "sisterholics" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "1117528556435", + "voter": "laonie" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "38642686402", + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "233320672689", + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "8723640942", + "voter": "flysaga" + }, + { + "percent": "287", + "reputation": 0, + "rshares": "833888549", + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "50110479436", + "voter": "midnightoil" + }, + { + "percent": "9500", + "reputation": 0, + "rshares": "128918653572", + "voter": "xiaohui" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "6306903180", + "voter": "elfkitchen" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "4030335230", + "voter": "xiaokongcom" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "8124462008", + "voter": "xianjun" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "546776422", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3562389763", + "voter": "movievertigo" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": "4633082667", + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17087288555", + "voter": "kommienezuspadt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3030462572", + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271448835", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123221500", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51615652", + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "796357358", + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50820410", + "voter": "nazmood" + } + ], + "author": "kommienezuspadt", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0104.jpg\" width=\"800\" height=\"600\"/></p>\n<p>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.</p>\n<p>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 <a href=\"www.theiacomic.com\">THEIA</a> script in my previous blog, <a href=\"https://steemit.com/writing/@kommienezuspadt/full-script-of-theia-sci-fi-comic-book-theia-exclusively-on-steemit\">\u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d</a>]. 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].</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0105.jpg\" width=\"800\" height=\"1132\"/></p>\n<p>It was during the process of writing the first draft for <a href=\"www.theiacomic.com\">THEIA</a> 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. </p>\n<p>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].</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0106.jpg\" width=\"800\" height=\"519\"/></p>\n<p>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 <a href=\"www.theiacomic.com\">Patreon</a> 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.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate004.jpg\" width=\"800\" height=\"1130\"/></p>\n<p>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.</p>\n<p>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.</p>\n<p><strong>\u2022 Real-life Inspiration:</strong> 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.</p>\n<p><strong>\u2022 Character Inventories:</strong> 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.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0107.jpg\" width=\"800\" height=\"1765\"/></p>\n<p><strong>\u2022 Name Generators:</strong> 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. <a href=\"www.seventhsanctum.com\">www.seventhsanctum.com</a> has an excellent list of name generators tailored specifically for several genres and character types.</p>\n<p><strong>\u2022 Research:</strong> 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].</p>\n<p><strong>\u2022 Don\u2019t Lose The Magic:</strong> 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.</p>\n<p>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 <a href=\"https://steemit.com/steemit/@jamielefay/steemit-and-the-future-of-book-publishing\">\u201cSteemit and the future of book publishing\u201d</a>. Everything here, totally relevant if you\u2019re creating comics or graphic novels.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate011.jpg\" width=\"800\" height=\"1130\"/></p>\n<p>Keep writing, creating and sharing! More work from my comic,<a href=\"www.theiacomic.com\"> THIEA</a>, and other stories to come. I\u2019d love feedback and constructive criticism.</p>\n<p>I post daily. Follow me <a href=\"https://steemit.com/@kommienezuspadt\">@kommienezuspadt</a> so you don\u2019t miss a post.</p>\n</html>", + "body_length": 9020, + "cashout_time": "2016-09-16T19:14:49", + "category": "art", + "children": 0, + "created": "2016-09-15T18:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"writing\",\"story\",\"blog\",\"comic\"],\"users\":[\"jamielefay\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9343647949820, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "6.866 HBD", + "percent_steem_dollars": 10000, + "permlink": "bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators", + "post_id": 960548, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "total_payout_value": "0.000 HBD", + "url": "/art/@kommienezuspadt/bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1899047308", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/JlnMXnpLuPU</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T18:54:34", + "category": "te", + "children": 0, + "created": "2016-09-15T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"\",\"steemit\",\"te\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/JlnMXnpLuPU\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/JlnMXnpLuPU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:53:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2097751374, + "parent_author": "", + "parent_permlink": "te", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-led-tittle-video", + "post_id": 960541, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Led Tittle Video", + "title": "Steemit Led Tittle Video", + "total_payout_value": "0.000 HBD", + "url": "/te/@jackgallenhall/steemit-led-tittle-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "393761539", + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14757696670", + "voter": "felixxx" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": "38316523646", + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54585840", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263853222", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152236495", + "voter": "knight-angel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73937406", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3983913956", + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124085673", + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "519265850", + "voter": "doubledex" + } + ], + "author": "stephenkendal", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h2>STEEM FEST uk</h2>\n<p>https://steemimg.com/images/2016/09/15/SteemFestUKe399a.png</p>\n<p>I have been on <strong>STEEMIT </strong>now for a few weeks.</p>\n<p>I totally get the vision and where this is potentially going to go.</p>\n<p>As a newbie forgive me while I get up to speed with all the veterans on here.</p>\n<p>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.</p>\n<p>Thanks for reading and feel free to share.</p>\n<p>Stephen</p>\n</html>", + "body_length": 557, + "cashout_time": "2016-09-16T19:06:22", + "category": "steemit", + "children": 6, + "created": "2016-09-15T18:52:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"fest\",\"uk\",\"blockchain\",\"event\"],\"image\":[\"https:\\/\\/steemimg.com\\/images\\/2016\\/09\\/15\\/SteemFestUKe399a.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58639860297, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.013 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested", + "post_id": 960538, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "STEEM FEST uk. Has this been done yet? If not anyone interested?", + "title": "STEEM FEST uk. Has this been done yet? If not anyone interested?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stephenkendal/steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4134640392195", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4597948653", + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232757631", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275446808", + "voter": "cris.emilia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1335239332", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "191761463", + "voter": "abnerpasquini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83629379486", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "163701239", + "voter": "steemit-recipes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17024381094", + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "8000", + "reputation": 0, + "rshares": "6654826634", + "voter": "dresden" + } + ], + "author": "gustavopasquini", + "author_reputation": 0, + "beneficiaries": [], + "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-----------------------------------------------------------------------------------------------------------------------------------------------------------", + "body_length": 2838, + "cashout_time": "2016-09-16T19:27:45", + "category": "food", + "children": 4, + "created": "2016-09-15T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"health\",\"recipes\",\"curie\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4251375630921, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1.931 HBD", + "percent_steem_dollars": 10000, + "permlink": "pastel-of-banana-with-chocolate", + "post_id": 960535, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pastel of Banana with Chocolate", + "title": "Pastel of Banana with Chocolate", + "total_payout_value": "0.000 HBD", + "url": "/food/@gustavopasquini/pastel-of-banana-with-chocolate" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "57071051", + "voter": "commit-happiness" + } + ], + "author": "commit-happiness", + "author_reputation": 0, + "beneficiaries": [], + "body": "I'm sick of all the weird rules I make for myself. Why do I have to work in order to feel accepted by myself? While at the same time I also have the rule: I have to accept all of me. And I think I do. Yes I do. I accept myself the way I am. No I don't. Ha ha shit. There are moments when I can say 'I accept all of me' and it feels real. But there are definitely also moments like now: it's 11:30 AM, I had a long sleep, lay in bed for half an hour without getting up, okay so far, didn't blame myself too much for that. But even that sentence already reveals that I do consider to blame myself for it. Why not just ask myself then: Do I want to blame myself for lying in bed when I have the feeling that I should get up and start my working day? Noooooo. Of course not! I don't want to blame myself for anything ever! However nice this sounds I don't have the feeling I can control my feelings of blame. It seems to happen before I'm aware of it. Okay, so I'm just practicing awareness. I have a clear intention, which is to never ever blame myself for anything. Very easy, no exceptions to this simple rule. And I'm practicing with becoming aware of the moment when I apparently decided to blame myself for something. I don't think it was such a conscious decision, I mean... I'm a little bit wary here. I feel some peacefulness as well though. This morning when I came out of the bedroom, I felt both my feet on the wooden floor, the morning felt fresh and I had this feeling of happy anticipation of being able to do exactly what I wanted to do. I thought: How do I want to live this day? I smiled. And then... things went differently, I had my breakfast in bed with Jordan. My vagina was hurting today, yet we had such a beautiful connection conversation about our relationship, that I did wanted to have sex. Then we had sex and.... bam, suddenly it was 11:30 AM and I noticed feeling bad and guilty and disappointed in myself for not having done any work yet. I feel so stuck at this problem. Didn't I realize years ago already that I didn't want my self worth to be depended upon my productivity anymore? And still it's hard. Or is it hard because I say it's hard? Am I feeling stuck, but am I not really stuck? Is this stream of consciousness long enough already? Apparently I think there's a rule for that too. As I said: I'm fucking sick of all the rules I make for myself. They DO NOT exist in reality. It's just my mind, it's feelings, the feelings are real, but they are NOT based on real facts. There are no fucking rules. I do not have to think about rules, I don't need to consider rules when I do or don't do something, it alllll fineee. That's me aggresively forcing down a new rule on myself. The new rule is: thou shall never listen to any rules anymore! What's the opposite of a rule? Freedom, is what comes up in me. Housemate just came in, asking how I'm doing, me: 'Good. You?' It's always hard to accurately describe my state of being in just a sentence or two. So freedom. That sounds nice. I am free. No I'm not, I have to go to the swimming hole with Nele. This afternoon. And afternoon comes quick when you cuddle, talk and have sex the whole morning. Do I want to go to the swimming hole? Not today maybe, actually. Oh god, I just feel like I now will have to work the whole day to make up for my morning. And this freacking happens almost every morning it seems! I'm free. This is how decided to live my mornings. I made the decision in total freedom, and I can make whatever different or similar decision today. I feel like eating a Chinese noodle dish. Hmmm. Alright let's check if Nele has send me something back, and see if I can do some work. And make tea. That's one of those things. I feel like I'm wasting time when I'm making tea while I shouldn't work, but shit, I have to put liquid in my body as well right?? Maybe not after my breatharian retreat in March, but for now my body needs water. I hardly drank anything yet today. Do I need to justify whatever 'waste of time' though? I am free. I wish I would feel that.", + "body_length": 4060, + "cashout_time": "2016-09-16T18:52:15", + "category": "consciousness", + "children": 0, + "created": "2016-09-15T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"consciousness\",\"stream\",\"automatic\",\"writing\",\"rules\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57071051, + "parent_author": "", + "parent_permlink": "consciousness", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "stream-of-consciousness-3-automatic-writing-topic-rules-productivity-and-freedom", + "post_id": 960534, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Stream of Consciousness #3, automatic writing. Topic: rules, productivity & freedom", + "title": "Stream of Consciousness #3, automatic writing. Topic: rules, productivity & freedom", + "total_payout_value": "0.000 HBD", + "url": "/consciousness/@commit-happiness/stream-of-consciousness-3-automatic-writing-topic-rules-productivity-and-freedom" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3448954519", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "366434912", + "voter": "lloyddavis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3701396319", + "voter": "lscottphotos" + } + ], + "author": "lscottphotos", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 1484, + "cashout_time": "2016-09-16T18:56:05", + "category": "photography", + "children": 0, + "created": "2016-09-15T18:50:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"travel\",\"life\",\"beauty\",\"family\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:50:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7615362950, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.001 HBD", + "percent_steem_dollars": 10000, + "permlink": "lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos", + "post_id": 960521, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 3 - Bad&Blurred (6 Original Photos)", + "title": "LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 3 - Bad&Blurred (6 Original Photos)", + "total_payout_value": "0.000 HBD", + "url": "/photography/@lscottphotos/lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13342307926", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "834466391", + "voter": "inferno" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1899047308", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50193769", + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3200652561", + "voter": "zaitsevalesyaa" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/a93c9Jd4lPs</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T18:49:41", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/a93c9Jd4lPs\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/a93c9Jd4lPs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19425245155, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-floral-video", + "post_id": 960490, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "steemit floral video", + "title": "steemit floral video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-floral-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "229708381", + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_reputation": 0, + "beneficiaries": [], + "body": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/WwqKyoEnbh0\" frameborder=\"0\" allowfullscreen></iframe>", + "body_length": 122, + "cashout_time": "2016-09-16T18:46:09", + "category": "haul", + "children": 0, + "created": "2016-09-15T18:46:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"haul\",\"colon\",\"shampoo\",\"clothing\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 229708381, + "parent_author": "", + "parent_permlink": "haul", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash", + "post_id": 960480, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Stuff Haul | colon cleanse, laundry basket, dry shampoo, clothing \u2026 more | Mash", + "title": "Stuff Haul | colon cleanse, laundry basket, dry shampoo, clothing \u2026 more | Mash", + "total_payout_value": "0.000 HBD", + "url": "/haul/@mashatik87/stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3200652561", + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201736965", + "voter": "blend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154681498", + "voter": "ekremi12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150319355", + "voter": "denise12" + } + ], + "author": "ekremi12", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2016/08/PCOS-Information-e1470329659193.jpg?zoom=2&resize=780%2C364\" width=\"780\" height=\"364\"/></p>\n<p> 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.</p>\n<h2>What Is PCOS?</h2>\n<p>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.</p>\n<h2>What Are The Symptoms?</h2>\n<p>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.</p>\n<h3>1. Abundant Body Hair</h3>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2015/05/facial.jpg?w=750\" width=\"750\" height=\"427\"/></p>\n<p> 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.</p>\n<h3>2. Irregular Periods</h3>\n<p>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.</p>\n<h3>3. Weight Gain</h3>\n<p>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! <img src=\"http://i0.wp.com/tiphero.com/wp-content/uploads/2016/05/GirlWithAcneforList.jpg?w=750\" width=\"750\" height=\"500\"/></p>\n<p> 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.</p>\n<h3>5. Anxiety or Depression</h3>\n<p>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.</p>\n<h3>6. Incontinence</h3>\n<p><img src=\"http://i2.wp.com/tiphero.com/wp-content/uploads/2016/08/Ovary-Diagram.gif?resize=640%2C394\" width=\"640\" height=\"394\"/></p>\n<p> 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. </p>\n<h2>How Is PCOS Treated?</h2>\n<p>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.</p>\n<h3>1. Try Magnesium</h3>\n<p><img src=\"http://i0.wp.com/tiphero.com/wp-content/uploads/2015/04/Dollarphotoclub_59846549-e1428596118670.jpg?w=750\" width=\"750\" height=\"501\"/></p>\n<p> 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.</p>\n<h3>2. Consult a Aesthetician</h3>\n<p>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, <em><strong>the choice of what you do with your body hair is truly yours</strong></em>.</p>\n<h3>3. Exercise More</h3>\n<p>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.</p>\n<h3>4. Change Your Diet</h3>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2016/01/Salmon-Edited.jpg?w=750\" width=\"750\" height=\"500\"/></p>\n<p> 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.</p>\n<h3>5. Talk to a Therapist</h3>\n<p>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.</p>\n<h3>6. Talk to Your Doctor</h3>\n<p>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! </p>\n<p> source >tiphero.com//lifestyle </p>\n</html>", + "body_length": 10154, + "cashout_time": "2016-09-16T18:50:29", + "category": "health", + "children": 2, + "created": "2016-09-15T18:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3707390379, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "here-s-what-all-women-need-to-know-about-pcos", + "post_id": 960479, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Here\u2019s What All Women Need to Know About PCOS", + "title": "Here\u2019s What All Women Need to Know About PCOS", + "total_payout_value": "0.000 HBD", + "url": "/health/@ekremi12/here-s-what-all-women-need-to-know-about-pcos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "153622312", + "voter": "owaisted" + } + ], + "author": "owaisted", + "author_reputation": 0, + "beneficiaries": [], + "body": "by Jeff John Roberts for Fortune.com\n\nIt was only a matter of time until someone made a TV show featuring bitcoin. Well, that show is here in the form of a 10-episode series called Startup, and, frankly, it does a good job of depicting the weird world of crypto-currency.\n\nThe show is set in Miami and (surprise!) involves drug dealers and an FBI agent as well as a brilliant young Stanford drop-out, Izzy Morales, who tries to convince people how digital money will change the world.\n\nThe young coder is actually flogging something called \u201cGen-Coin,\u201d which she claims is better than the original bitcoin, but is based on the same idea of a decentralized digital currency beyond the reach of banks and governments. In Izzy\u2019s eyes, while money can corrupt people, the bigger issue is that \u201cpeople corrupt money.\u201d\n\nThis scene and other ones do a good job in portraying the philosophical case for digital money, as well as some of the technology involved. (Izzy\u2019s ex-boyfriend, for instance, is unhappy about the giant electricity bills she runs up.)\n\nStartup gets it tech cred in part because the producers retained a fin-tech consultant, Brian Stoeckert, who provided advice about the world of bitcoin as well as issues like money laundering and off-shore accounts. In an interview, Stoeckert said the writers and cast were brand new to bitcoin but soon came to understand it.\n\nAs for the show overall, I only watched the first episode but would give it a 7/10. The tech scenes are probably the best part, which is why it\u2019s a shame so much of the episode is consumed by drug cliches and superfluous sex scenes. It feels like being at a party where people keep taking their clothes off, though you wish you wouldn\u2019t. (You can read full reviews of Startup at the New York Times and Variety).\n\nStartup appears on Sony\u2019s streaming platform Crackle, best known for Jerry Seinfeld\u2019s Comedians in Cars, and also stars Martin Freeman of Fargo fame as a sensitive finance bro who decides to funnel his drug dealer daddy\u2019s money into Izzy\u2019s venture.\n\nThe show is unlikely be the definitive on-screen account of bitcoin. (For that we\u2019re going to have to wait for a studio to take on the saga of Dread Pirate Roberts and the Silk Road.) But it\u2019s worth a watch for anyone into tech and digital money.", + "body_length": 2287, + "cashout_time": "2016-09-16T18:47:05", + "category": "bitcoin", + "children": 1, + "created": "2016-09-15T18:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"sony\",\"tv\",\"show\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153622312, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "post_id": 960474, + "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": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "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" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 0, + "rshares": "12523260993360", + "voter": "smooth" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "2377105047841", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49168301700", + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "41161390898", + "voter": "unosuke" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313699965", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061303487", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "579494558", + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210512019921", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85402720456", + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37088193309", + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4551729239", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1609525039", + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2632467953", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42836399572", + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8401059269", + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15070803886", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1959134133", + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5068724760", + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18607156497", + "voter": "timelapse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68250832", + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1446509276", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13841342477", + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3635091595", + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2923037366", + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "720031052", + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "195329269", + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "6368823978", + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3200652561", + "voter": "zaitsevalesyaa" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "4259089046", + "voter": "dresden" + } + ], + "author": "halo", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 463, + "cashout_time": "2016-09-16T19:16:58", + "category": "halo", + "children": 13, + "created": "2016-09-15T18:45:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"halo\",\"photography\",\"photos\",\"steemitgirls\",\"girls\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15463146900495, + "parent_author": "", + "parent_permlink": "halo", + "pending_payout_value": "16.574 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-girl-halo-beautiful-day", + "post_id": 960471, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "STEEMIT GIRL HALO \u2661 Beautiful Day", + "title": "STEEMIT GIRL HALO \u2661 Beautiful Day", + "total_payout_value": "0.000 HBD", + "url": "/halo/@halo/steemit-girl-halo-beautiful-day" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "158198386", + "voter": "soundmoney" + } + ], + "author": "soundmoney", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Always worth considering the long view when analysing Silver and not getting caught up in the hour to hour frenzy of trading and market manipulation via the paper derivative. Silver is historically at the high end of the Gold Silver Ratio in the 70's yet comes out of the ground 10:1 when compared to Gold. Could that ratio collapse? I think so but more of that in a later post. For now consider the possibility of Silver regaining and exceeding previous 2011 highs after a 78% pullback from those highs. Food for thought from @soundmoney.</p>\n<p><img src=\"https://www.tradingview.com/x/gCv8i6BJ/\" width=\"916\" height=\"560\"/></p>\n</html>", + "body_length": 670, + "cashout_time": "2016-09-16T18:44:45", + "category": "silver", + "children": 0, + "created": "2016-09-15T18:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"silver\",\"xagusd\",\"money\",\"chart\"],\"users\":[\"soundmoney\"],\"image\":[\"https:\\/\\/www.tradingview.com\\/x\\/gCv8i6BJ\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:44:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158198386, + "parent_author": "", + "parent_permlink": "silver", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "multi-year-view-of-silver", + "post_id": 960468, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Multi-Year view of Silver", + "title": "Multi-Year view of Silver", + "total_payout_value": "0.000 HBD", + "url": "/silver/@soundmoney/multi-year-view-of-silver" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7802862978", + "voter": "richman" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1329593743", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64248375", + "voter": "nibiru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1098825300", + "voter": "lenatramper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + } + ], + "author": "lenatramper", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bliCFZM2S_8", + "body_length": 43, + "cashout_time": "2016-09-16T18:48:37", + "category": "german", + "children": 0, + "created": "2016-09-15T18:42:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"german\",\"girls\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/bliCFZM2S_8\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=bliCFZM2S_8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:42:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10394107596, + "parent_author": "", + "parent_permlink": "german", + "pending_payout_value": "0.002 HBD", + "percent_steem_dollars": 10000, + "permlink": "german-girls", + "post_id": 960455, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German Girls!", + "title": "German Girls!", + "total_payout_value": "0.000 HBD", + "url": "/german/@lenatramper/german-girls" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.pat.json new file mode 100644 index 00000000..9106e5cb --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.pat.json @@ -0,0 +1,9849 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8666442, + "rshares": 155925481, + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 8666442, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-22T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http://i.imgur.com/FLe0WeF.jpg\",\"http://i.imgur.com/s6Aeke2.jpg\",\"http://i.imgur.com/RX0JK1z.jpg\",\"http://i.imgur.com/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https://www.facebook.com/iconomi.net/\",\"https://twitter.com/iconominet\\\"twitter.com\\\"\",\"https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/\",\"https://telegram.me/iconomi\",\"https://medium.com/iconominet\",\"https://iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 1257938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 3377256926, + "voter": "anton333" + } + ], + "author": "anton333", + "author_reputation": 2054624294432, + "beneficiaries": [], + "body": "<html>\n<h2>Model of Skeleton hands,without scissors and glue.</h2>\n<a href='https://postimg.org/image/byivq2oqt/' target='_blank'><img src='https://s18.postimg.org/fi4tfvrgp/image.jpg' border='0' alt='1'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/ivepluv0b/' target='_blank'><img src='https://s9.postimg.org/kn7ogredb/image.jpg' border='0' alt='2'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n\n<p><br></p>\n<h2>I need a piece of paper.</h2>\n<a href='https://postimg.org/image/efv1n0qmt/' target='_blank'><img src='https://s10.postimg.org/nnna3pxp5/image.jpg' border='0' alt='3'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/u9lgfmvnt/' target='_blank'><img src='https://s12.postimg.org/dltyd50wd/image.jpg' border='0' alt='4'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/gzhee9knd/' target='_blank'><img src='https://s12.postimg.org/qwsf7bs99/image.jpg' border='0' alt='5'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/gwtumvm6n/' target='_blank'><img src='https://s3.postimg.org/7p1m66f4j/image.jpg' border='0' alt='6'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/55ifcrhhp/' target='_blank'><img src='https://s22.postimg.org/4388u7yoh/image.jpg' border='0' alt='7'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<a href='https://postimg.org/image/4cbh56p1p/' target='_blank'><img src='https://s14.postimg.org/qo99yko5t/image.jpg' border='0' alt='1'/><br /><a target='_blank' href='https://postimage.org/index.php?lang=russian'></a><br /><br />\n<h2><a href=\"https://steemit.com/art/@anton333/origami-start-with-the-simplest\">Part 1</a> <a href=\"https://steemit.com/art/@anton333/origami-part-two-do-a-swan\">Part 2 </a><a href=\"https://steemit.com/art/@anton333/origami-part-3-the-model-of-a-mouse\">Part 3 </a><a href=\"https://steemit.com/art/@anton333/origami-part-4-the-model-of-a-rose-petals\">Part4 </a><a href=\"https://steemit.com/art/@anton333/origami-part-5-the-model-of-master-yoda\">Part5 </a><a href=\"https://steemit.com/art/@anton333/origami-part-6-the-model-of-eagle\">Part6 </a><a href=\"https://steemit.com/art/@anton333/origami-part-7-the-model-of-dagger\">Part7 </a><a href=\"https://steemit.com/art/@anton333/origami-part-8-the-model-of-spider\">Part8 </a><a href=\"https://steemit.com/art/@anton333/origami-part-9-the-model-of-tooth\">Part9 </a><a href=\"https://steemit.com/art/@anton333/origami-part-10-the-model-of-flower\">Part10</a></h2>\n</html>", + "body_length": 2879, + "cashout_time": "2016-09-22T19:46:30", + "category": "art", + "children": 0, + "created": "2016-09-15T19:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"origami\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3377256926, + "parent_author": "", + "parent_permlink": "art", + "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": [], + "root_title": "Origami Part 11, the model of Skeleton hands.", + "title": "Origami Part 11, the model of Skeleton hands.", + "total_payout_value": "0.000 HBD", + "url": "/art/@anton333/origami-part-11-the-model-of-skeleton-hands" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 151513711, + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16791486869, + "beneficiaries": [], + "body": "The Texas Rangers are 33-10 (.767) in one-run games this season. This would stand as a modern record for winning percentage in one-run games, besting the 2012 Orioles, who were 29-9 (.763).\n\n<h1><center>http://images.performgroup.com/di/library/sporting_news/a3/fa/texasrangers-getty-ftr-091516jpg_9u1oo1fjvsue1twr2494i9qcn.jpg?t=766994815</center></h1>\n\nBut if we dig deep into the archives of baseball history, we learn that this is actually the best record since the 1890 Brooklyn Bridegrooms, who were 14-4 (.778) in one-run games en route to an overall 86-43 (.667) record and the National League pennant.\n\n**Source / Read More...** <a href='http://www.sportingnews.com/mlb/news/texas-rangers-record-in-one-run-games-brooklyn-bridegrooms/irlcvzvv8fui1vgogevkmomch\n'>sportingnews.com</a> \n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\n\n**NEWS FEED** \n*Get the latest headlines from around the world right on your Steemit Feed! With @newsfeed you always stay in the know about all sorts of topics ranging from Politics & Finance to Sports*\n\n**Currently In Beta**\n*Full news feed from hand picked creditable sources from all sides of the political and social realm. Although not fully operational, posts will be random while testing BUT do have real headlines!*", + "body_length": 1323, + "cashout_time": "2016-09-22T19:46:30", + "category": "newsfeed", + "children": 0, + "created": "2016-09-15T19:46:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"sports\",\"rangers\",\"baseball\"],\"users\":[\"newsfeed\"],\"image\":[\"http://images.performgroup.com/di/library/sporting_news/a3/fa/texasrangers-getty-ftr-091516jpg_9u1oo1fjvsue1twr2494i9qcn.jpg?t=766994815\",\"https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http://www.sportingnews.com/mlb/news/texas-rangers-record-in-one-run-games-brooklyn-bridegrooms/irlcvzvv8fui1vgogevkmomch\\n\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:46:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 151513711, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "rangers-record-in-one-run-games-nearing-truly-historic-level", + "post_id": 1257930, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Rangers' record in one-run games nearing truly historic level", + "title": "Rangers' record in one-run games nearing truly historic level", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/rangers-record-in-one-run-games-nearing-truly-historic-level" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 579514851, + "rshares": 64358062, + "voter": "agartha" + } + ], + "author": "agartha", + "author_reputation": 579514851, + "beneficiaries": [], + "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", + "body_length": 152, + "cashout_time": "2016-09-22T19:44:00", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"hack\",\"monero\",\"bitcoin\",\"lol\"],\"links\":[\"https://www.facebook.com/agartha.white.3/posts/179267779175393\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64358062, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-hack-monero-xmr", + "post_id": 1257912, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I hack Monero (Xmr) ?", + "title": "I hack Monero (Xmr) ?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@agartha/i-hack-monero-xmr" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 722830970922, + "rshares": 1202120459, + "voter": "varda" + } + ], + "author": "varda", + "author_reputation": 722830970922, + "beneficiaries": [], + "body": "<html>\n<p> 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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/DSCN0477faad0.jpg\" width=\"2758\" height=\"2736\"/></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/keops0029612b.jpg\" width=\"1464\" height=\"1162\"/></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Au-sommet81f7b.jpg\" width=\"731\" height=\"645\"/></p>\n<p> 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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/16e3c4.jpg\" width=\"620\" height=\"464\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Photo0224b24a.jpg\" width=\"2048\" height=\"1536\"/></p>\n<p><br></p>\n<p> 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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/d85917d4a45b3d581b5f40d1d7a7504a3bb1e.jpg\" width=\"236\" height=\"234\"/></p>\n<p><br></p>\n<p>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.</p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/chr841bd.jpg\" width=\"916\" height=\"613\"/></p>\n<p><br></p>\n<p> 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! </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/DSCN1513-Copiee7a4d.jpg\" width=\"410\" height=\"681\"/></p>\n<p><br></p>\n<p>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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Capture2bb0b8.jpg\" width=\"539\" height=\"627\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/370086-1f7d83.jpg\" width=\"325\" height=\"300\"/></p>\n<p><br></p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/Capturec0ccc.jpg\" width=\"589\" height=\"598\"/></p>\n<p><br></p>\n<p>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. </p>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/souleve-malade-foldyadb08.jpg\" width=\"480\" height=\"640\"/></p>\n<p><br></p>\n<p>Headline in this service is: you come to bed but you leave again walking. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>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. </p>\n<p><br></p>\n<p>During dinner, we feed the disabled and we encode our care in the computer.</p>\n<p><br></p>\n<p> 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. </p>\n<p><br></p>\n<p>We must not believe that the nursing profession is simple, each service is different and you can not compare the care of each other. </p>\n<p><br></p>\n<p>I hope I have not bothered you with this long text, I wish you a good day to you all. </p>\n</html>", + "body_length": 6785, + "cashout_time": "2016-09-22T19:43:54", + "category": "story", + "children": 0, + "created": "2016-09-15T19:43:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"health\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:43:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1202120459, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "my-day-hospital", + "post_id": 1257908, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My day hospital", + "title": "My day hospital", + "total_payout_value": "0.000 HBD", + "url": "/story/@varda/my-day-hospital" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5705459768, + "rshares": 54846770, + "voter": "ejaredallen" + } + ], + "author": "ejaredallen", + "author_reputation": 5705459768, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-986x1024-289x300.jpeg\"/></p>\n<h1>Nature</h1>\n<p>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!</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/image-3-1024x768-300x225.jpeg\"/></p>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6440-1024x1024-300x300.jpg\"/></p>\n<h2>Colorado mountain rivers</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_6031-1024x1024-300x300.jpg\"/></p>\n<h2>Mississippi at sunset</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_5829-1024x1024-300x300.jpg\"/></p>\n<h2>Hundreds of years old Indian hieroglyphs in Arizona</h2>\n<p>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!</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/2015-07-13-06-37-59-1024x1024-300x300.jpg\"/></p>\n<h2>Uganda, Africa at twilight, from a moving bus</h2>\n<p>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.</p>\n<p><img src=\"http://www.theanonymousnovelist.com/wp-content/uploads/2016/09/img_7281-1024x1024-300x300.jpg\"/></p>\n<p>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! </p>\n<h2>Follow me <a href=\"https://steemit.com/@ejaredallen\">@ejaredallen </a>for more pictures and great content!</h2>\n</html>", + "body_length": 3518, + "cashout_time": "2016-09-22T19:42:24", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"pictures\",\"art\",\"steemit\",\"travel\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:43:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 54846770, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "wanna-see-something-cool", + "post_id": 1257893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Shot From Around The Block On An iPhone!", + "title": "Shot From Around The Block On An iPhone!", + "total_payout_value": "0.000 HBD", + "url": "/photography/@ejaredallen/wanna-see-something-cool" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1979857275, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + } + ], + "author": "cwbrooch", + "author_reputation": 1289521305818, + "beneficiaries": [], + "body": "<html>\n<p>This is part 2 of my Memoir. Missed Part 1?<a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-in-moscow-part-1-surviving-underground\"> Click here.</a><br>\nDon't know what's going on? <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-of-living-in-moscow-preamble\">Start from the beginning here.</a></p>\n<p>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.</p>\n<p><img src=\"https://s14.postimg.org/bpiqdmgpt/Untitled.jpg\" width=\"1066\" height=\"800\"/></p>\n<h1>Russian Roulette - A Memoir of my Two Years in Moscow - Part 2 - Under the Table Tactics</h1>\n<p>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 <em>it's-russia-get-used-to-it </em>anecdote.<br>\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.</p>\n<h3>A ROUTINE POLICE CHECK<strong> </strong></h3>\n<p>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. \"<em>You were speeding\", \"You didn't stop at the STOP sign\", \"You're light is out\" </em>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...</p>\n<h3>PAYING TO PASS AN EXAM</h3>\n<p>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....\"<br>\nNeedless to say, she was forced to pay the second time around and surprise, surprise, she passed....<br>\n<br>\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...</p>\n<h3>GETTING INTO A PRIVATE EVENT</h3>\n<p>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...</p>\n<p>That was a minor party. Let's talk about the big stuff, involving bigger money!<br>\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. </p>\n<p>The whole thing is long, play with it a little bit. The good stuff starts at about 40 minutes. <a href=\"https://www.youtube.com/channel/UC4qBu3EvraPWezHbaC7npIQ\">Source</a></p>\n<p>https://www.youtube.com/watch?v=5EI3FYynz-Q</p>\n<p>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 :)</p>\n<p>The event itself is quite impressive and for soldiers taking part in the march it is an honor among honors. <br>\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...)</p>\n<p><img src=\"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\" width=\"1162\" height=\"775\"/></p>\n<p>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 :)</p>\n<p> ____________________________________________________________________________</p>\n<p>Thank you for reading Part 2 of my memoir.</p>\n<p>Want to find out more about living in Moscow? Follow me <a href=\"https://steemit.com/@cwbrooch\">@cwbrooch</a> :)</p>\n<p>My other work on Streemit:</p>\n<p>1) <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-of-living-in-moscow-preamble\">Russian Roulette - Preamble</a> </p>\n<p>2) <a href=\"https://steemit.com/story/@cwbrooch/russian-roulette-a-memoir-of-my-two-years-in-moscow-part-1-surviving-underground\">Russian Roulette - Part 1 - Surviving Underground</a></p>\n<p>3) <a href=\"https://steemit.com/languages/@cwbrooch/why-shouldn-t-you-use-google-translate-for-learning-english-and-which-dictionaries-are-faaaar-better\">Why shouldn't you use google translate for learning English and which dictionaries are far better</a>. </p>\n<p>4) <a href=\"https://steemit.com/languages/@cwbrooch/how-to-learn-vocabulary-effectively-in-any-language\">How to learn vocabulary effectively in any language!</a></p>\n<p>5) <a href=\"https://steemit.com/introduceyourself/@cwbrooch/teacher-story-teller-cat-lover-about-me\">About me: introduction</a> <br>\n </p>\n<p><br></p>\n</html>", + "body_length": 6713, + "cashout_time": "2016-09-22T19:41:09", + "category": "story", + "children": 0, + "created": "2016-09-15T19:41:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"writing\",\"travel\",\"life\",\"russia\"],\"users\":[\"cwbrooch\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:42:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5891496080, + "parent_author": "", + "parent_permlink": "story", + "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": [], + "root_title": "Russian Roulette - a Memoir [Part 2] - Under-the-table Tactics", + "title": "Russian Roulette - a Memoir [Part 2] - Under-the-table Tactics", + "total_payout_value": "0.000 HBD", + "url": "/story/@cwbrooch/russian-roulette-a-memoir-part-2-under-the-table-tactics" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1856124515188, + "voter": "badassmother" + }, + { + "percent": "500", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "500", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "500", + "reputation": 598181152117, + "rshares": 10685732759, + "voter": "kimziv" + }, + { + "percent": "500", + "reputation": 19111656178138, + "rshares": 7380892516, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "percent": "500", + "reputation": 782596410473, + "rshares": 233089182, + "voter": "poseidon" + }, + { + "percent": "500", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "500", + "reputation": 17698439393799, + "rshares": 1805841949, + "voter": "sisterholics" + }, + { + "percent": "500", + "reputation": 10771708337101, + "rshares": 63861075353, + "voter": "laonie" + }, + { + "percent": "500", + "reputation": 18027204457681, + "rshares": 2665078950, + "voter": "myfirst" + }, + { + "percent": "500", + "reputation": 5776723480371, + "rshares": 12962686205, + "voter": "somebody" + }, + { + "percent": "500", + "reputation": 206355094166, + "rshares": 484662341, + "voter": "flysaga" + }, + { + "percent": "500", + "reputation": 97845484474, + "rshares": 2863548500, + "voter": "midnightoil" + }, + { + "percent": "500", + "reputation": 3016325652890, + "rshares": 7162422615, + "voter": "xiaohui" + }, + { + "percent": "500", + "reputation": 6111268639849, + "rshares": 485163523, + "voter": "elfkitchen" + }, + { + "percent": "500", + "reputation": 1851205309677, + "rshares": 223914723, + "voter": "xiaokongcom" + }, + { + "percent": "500", + "reputation": 4195733833721, + "rshares": 451374022, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 82361209107, + "voter": "markrmorrisjr" + } + ], + "author": "markrmorrisjr", + "author_reputation": 38377870181305, + "beneficiaries": [], + "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\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\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\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\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! ##", + "body_length": 8159, + "cashout_time": "2016-09-22T19:40:48", + "category": "story", + "children": 0, + "created": "2016-09-15T19:40:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"fiction\",\"anarchy\",\"minnowsunited\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2069384927746, + "parent_author": "", + "parent_permlink": "story", + "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": [], + "root_title": "Original Fiction: JACKED Book One, The Origin Dime Chronicles, Episode 10", + "title": "Original Fiction: JACKED Book One, The Origin Dime Chronicles, Episode 10", + "total_payout_value": "0.000 HBD", + "url": "/story/@markrmorrisjr/original-fiction-jacked-book-one-the-origin-dime-chronicles-episode-10" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 174395287082, + "rshares": 201736965, + "voter": "blend" + } + ], + "author": "blend", + "author_reputation": 174395287082, + "beneficiaries": [], + "body": "<html>\n<ul>\n <li> I\u2019m as surprised as anyone to be saying this but <em>holy shit</em>, these vape trick are really impressive.Yes, vaping still makes most people look like an extra who just stepped off the set of <em>Blade Runner.</em> 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. <img src=\"http://i.kinja-img.com/gawker-media/image/upload/t_original/p8yuecbnagacjm6khr6t.jpg\" width=\"800\" height=\"363\"/></li>\n</ul>\n</html>\nhttps://youtu.be/i3Nd_FK1zUg\nsource>http://www.gizmodo.com.au/2016/09/so-uh-vape-tricks-are-cool-now/", + "body_length": 705, + "cashout_time": "2016-09-22T19:40:36", + "category": "art", + "children": 0, + "created": "2016-09-15T19:40:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"story\",\"life\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:40:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 201736965, + "parent_author": "", + "parent_permlink": "art", + "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": [], + "root_title": "So, Uh... Vape Tricks Are Cool Now?", + "title": "So, Uh... Vape Tricks Are Cool Now?", + "total_payout_value": "0.000 HBD", + "url": "/art/@blend/so-uh-vape-tricks-are-cool-now" + }, + { + "active_votes": [], + "author": "philanthropest", + "author_reputation": 3093571339, + "beneficiaries": [], + "body": "<html>\n<p>James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams. </p>\n<p>I'm not crazy for having masking tape over my camera...I'm not alone....</p>\n<p>https://www.youtube.com/watch?v=y02aBfNT8n4</p>\n<p>WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....</p>\n<ul>\n <li>People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf. </li>\n</ul>\n<h1><strong>AS IF THEY AREN'T LISTENING</strong> TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING</h1>\n</html>", + "body_length": 652, + "cashout_time": "2016-09-22T19:40:21", + "category": "freedom", + "children": 0, + "created": "2016-09-15T19:40:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"freedom\",\"anarchy\",\"steem\",\"life\",\"\"],\"image\":[\"https://img.youtube.com/vi/y02aBfNT8n4/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=y02aBfNT8n4\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:42:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "", + "parent_permlink": "freedom", + "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": [], + "root_title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES", + "title": "COVER YOUR LAPTOP -and phone- CAMERA - Comey; DIR OF THE FBI DOES", + "total_payout_value": "0.000 HBD", + "url": "/freedom/@philanthropest/cover-your-laptop-and-phone-camera-comey-dir-of-the-fbi-does" + }, + { + "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": "[](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[](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[](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[](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": 2523049726780, + "rshares": 2041184971, + "voter": "profitgenerator" + } + ], + "author": "profitgenerator", + "author_reputation": 2523049726780, + "beneficiaries": [], + "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<center>https://steemit.com/money/@profitgenerator/the-Oil-market-1-3</center>\n\n------------------------------------\n<br/>\n<center>[](https://postimg.org/image/5cmg2iqlt/)</center>\n\n<center><h1>Oil and Dollar</h1></center>\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<center>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</center>\n\n<center>[](https://postimg.org/image/vnrc53f4b/)</center>\n<center>*(Source: https://srsroccoreport.com)*</center>\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<br/>\n<center>[](https://postimg.org/image/kd4w9e0uj/)</center>\n\n\n<center><h1>Trading the Oil Market</h1></center>\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<center><h2>[Hedging](https://en.wikipedia.org/wiki/Hedge_%28finance%29)</h2></center>\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<center>[](https://postimg.org/image/feeaw9ejt/)</center>\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<center>[](https://postimg.org/image/mktzlt43n/)</center>\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<CENTER><H1>Upvote & Follow Me: @profitgenerator</H1></CENTER>", + "body_length": 6854, + "cashout_time": "2016-09-22T19:39:15", + "category": "money", + "children": 0, + "created": "2016-09-15T19:39:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"investing\",\"oil\",\"trading\",\"economics\"],\"users\":[\"profitgenerator\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2041184971, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-oil-market-2-3", + "post_id": 1257858, + "promoted": "0.030 HBD", + "replies": [], + "root_title": "The Oil Market [2/3]", + "title": "The Oil Market [2/3]", + "total_payout_value": "0.000 HBD", + "url": "/money/@profitgenerator/the-oil-market-2-3" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 120832955774, + "rshares": 99588913, + "voter": "rebeccamorgan" + }, + { + "percent": "10000", + "reputation": 1109798810075, + "rshares": 2264991522, + "voter": "bluechoochoo" + } + ], + "author": "rebeccamorgan", + "author_reputation": 120832955774, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSvPcipLOst42r-1eVPTuUXJ1aF4RhA6dpo9vwTt_HgsdBHW9GYXA\" width=\"259\" height=\"194\"/></p>\n<p>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.</p>\n<p>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! </p>\n<p>Recipe:</p>\n<p>1/4 cup peeled, thinly sliced ginger</p>\n<p>1/4 cup seasoned sushi vinegar</p>\n<p>1 tablespoon ginger</p>\n<p>Put all the ingredients in a small seal-able container and let set in the refrigerator for at least one hour.</p>\n<p>I love to eat this with a simple tempura shrimp roll using 1 sheet of nori, 1/2 cup sushi rice, and tempura shrimp.</p>\n<p>YUM!</p>\n</html>", + "body_length": 1044, + "cashout_time": "2016-09-22T19:39:12", + "category": "food", + "children": 0, + "created": "2016-09-15T19:39:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipe\",\"life\",\"\"],\"image\":[\"https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSvPcipLOst42r-1eVPTuUXJ1aF4RhA6dpo9vwTt_HgsdBHW9GYXA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:39:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2364580435, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "recipe-pickled-ginger-for-sushi", + "post_id": 1257857, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[recipe] pickled ginger for sushi", + "title": "[recipe] pickled ginger for sushi", + "total_payout_value": "0.000 HBD", + "url": "/food/@rebeccamorgan/recipe-pickled-ginger-for-sushi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13342307926, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 27470549701, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 52094130602, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 8222986904, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 744428437430, + "rshares": 1582556166, + "voter": "trees" + }, + { + "percent": "10000", + "reputation": 2906973892, + "rshares": 221867769, + "voter": "strawhat" + }, + { + "percent": "10000", + "reputation": 675716972978, + "rshares": 777893805, + "voter": "cryptochannel" + }, + { + "percent": "100", + "reputation": 3439295754608, + "rshares": 121062267, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 6570213787, + "rshares": 119998460, + "voter": "pokemon" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 3271549714172, + "rshares": 2275125890, + "voter": "andrew0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 21156422, + "rshares": 59295031, + "voter": "dobbydaba" + }, + { + "percent": "10000", + "reputation": 5372210998898, + "rshares": 7989270301, + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 54574888, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 210160001146, + "rshares": 298391608, + "voter": "risabold" + } + ], + "author": "acidyo", + "author_reputation": 15755437221598, + "beneficiaries": [], + "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", + "body_length": 290, + "cashout_time": "2016-09-22T19:37:00", + "category": "avatar", + "children": 1, + "created": "2016-09-15T19:37:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"avatar\",\"signature\",\"steemit\",\"acidyo\",\"art\"],\"image\":[\"http://imgur.com/FU1u3Aa.jpg\",\"http://imgur.com/UIw3ArK.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:37:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 129649321550, + "parent_author": "", + "parent_permlink": "avatar", + "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": [], + "root_title": "Drew an avatar/signature for my posts!", + "title": "Drew an avatar/signature for my posts!", + "total_payout_value": "0.000 HBD", + "url": "/avatar/@acidyo/drew-an-avatar-signature-for-my-posts" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2394469, + "rshares": 153246055, + "voter": "ladenlabel" + } + ], + "author": "ladenlabel", + "author_reputation": 2394469, + "beneficiaries": [], + "body": "Each day more and more people are jumping onto the \u201cgreen\u201d bandwagon as an attempt protect themselves and \nfamilies from the hidden dangers in chemical products. It\u2019s no secret anymore that many of these concoctions are \nloaded with carcinogens that damage the neurological, reproductive, and hormonal systems.\n\n For example fluoride is a substance found in most drinking water that to me and many doctors alike would say is unethical.\n \nFluoride is not an essential nutrient. No disease, not even tooth decay, is caused by a \u201cfluoride deficiency.\u201d Not a single biological process has been shown to require fluoride. On the contrary there is extensive evidence that fluoride can interfere with many important biological processes. Fluoride interferes with numerous enzymes. In combination with aluminum, fluoride interferes with G-proteins. Such interactions give aluminum-fluoride complexes the potential to interfere with signals from growth factors, hormones and neurotransmitters. More and more studies indicate that fluoride can interfere with biochemistry in fundamental ways.\n\nFluoride may damage the brain. According to the National Research Council, \u201cit is apparent that fluorides have the ability to interfere with the functions of the brain.\u201d In a review of the literature commissioned by the US Environmental Protection Agency (EPA), fluoride has been listed among about 100 chemicals for which there is \u201csubstantial evidence of developmental neurotoxicity.\u201d Animal experiments show that fluoride accumulates in the brain and alters mental behavior in a manner consistent with a neurotoxic agent. In total, there have now been over 100 animal experiments showing that fluoride can damage the brain and impact learning and behavior. According to fluoridation proponents, these animal studies can be ignored because high doses were used. However, it is important to note that rats generally require five times more fluoride to reach the same plasma levels in humans. Further, one animal experiment found effects at remarkably low doses. In this study, rats fed for one year with 1 ppm fluoride in their water (the same level used in fluoridation programs), using either sodium fluoride or aluminum fluoride, had morphological changes to their kidneys and brains, an increased uptake of aluminum in the brain, and the formation of beta-amyloid deposits which are associated with Alzheimer\u2019s disease. Other animal studies have found effects on the brain at water fluoride levels as low as 5 ppm.\n\nWhile fluoridation may not be the greatest environmental health threat, it is one of the easiest to end. \nMany People are aware of these issues and today there are more alternative options than ever before.\n\nwaterliberty.com is one site I've came across with products and tips for a healthier lifestyle. \n\nTo find more info on fluoride this is a good site: fluoridealert.org/articles/50-reasons/", + "body_length": 2901, + "cashout_time": "2016-09-22T19:36:36", + "category": "health", + "children": 0, + "created": "2016-09-15T19:36:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"life\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:36:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153246055, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "water-liberty-bringing-it-back-to-its-primordial-clean-and-pristine-state", + "post_id": 1257832, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Water Liberty, bringing it back to its primordial clean and pristine state", + "title": "Water Liberty, bringing it back to its primordial clean and pristine state", + "total_payout_value": "0.000 HBD", + "url": "/health/@ladenlabel/water-liberty-bringing-it-back-to-its-primordial-clean-and-pristine-state" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 136868986514, + "rshares": 366434912, + "voter": "lloyddavis" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153202378, + "voter": "sterlingsnead" + } + ], + "author": "lloyddavis", + "author_reputation": 136868986514, + "beneficiaries": [], + "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<a target='_BLANK' href='https://ipfs.pics/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A'><img src='https://ipfs.pics/ipfs/QmZ5i1Sv2xYzQEWccL9VZVNoo56jv6xNMUxjbjnS7V7S9A'/></a><a target='_BLANK' href='https://ipfs.pics/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn'><img src='https://ipfs.pics/ipfs/Qmaxqs77D6je2acPPF8FhdghAcAV9akbkRTpGdXY4jbZKn'/></a>\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<a target='_BLANK' href='https://ipfs.pics/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA'><img src='https://ipfs.pics/ipfs/QmXUay7uUTx44JaaiEEzFLoCeAqLAfxoD4cv24SWA8MkqA'/></a>\n\nI'd love to see what other people make of this technique. Show me your work too!", + "body_length": 2740, + "cashout_time": "2016-09-22T19:34:36", + "category": "art", + "children": 0, + "created": "2016-09-15T19:34:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"animation\",\"rotoscope\",\"fun\",\"drawing\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4431276095, + "parent_author": "", + "parent_permlink": "art", + "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": [], + "root_title": "I made these animations by tracing from video - and found out later it's called \"rotoscoping\"", + "title": "I made these animations by tracing from video - and found out later it's called \"rotoscoping\"", + "total_payout_value": "0.000 HBD", + "url": "/art/@lloyddavis/i-made-these-animations-by-tracing-from-video-and-found-out-later-it-s-called-rotoscoping" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 125411048, + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 4740822, + "rshares": 153214220, + "voter": "creativecasualty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150198410, + "voter": "sterlingsnead" + } + ], + "author": "creativecasualty", + "author_reputation": 4740822, + "beneficiaries": [], + "body": "By exploring the effects of the Schumann resonances, Resonance Being Of Frequency presents a thought provoking account of regarding the power of modern wireless technology. Radio signals, Wifi, Bluetooth, and other wireless communications can have a wide array of effects on both physical environment and our physiology. \n\nhttps://www.youtube.com/watch?v=oS6FGzh3ygw", + "body_length": 366, + "cashout_time": "2016-09-22T19:33:30", + "category": "documentary", + "children": 0, + "created": "2016-09-15T19:33:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"documentary\",\"schumann\",\"resonance\",\"sound\",\"\"],\"image\":[\"https://img.youtube.com/vi/oS6FGzh3ygw/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=oS6FGzh3ygw\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 428823678, + "parent_author": "", + "parent_permlink": "documentary", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "are-we-resonance-beings-of-frequency", + "post_id": 1257797, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Are we Resonance Beings of Frequency?", + "title": "Are we Resonance Beings of Frequency?", + "total_payout_value": "0.000 HBD", + "url": "/documentary/@creativecasualty/are-we-resonance-beings-of-frequency" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 798267372775, + "rshares": 1131354587, + "voter": "patimaker" + }, + { + "percent": "10000", + "reputation": 1822578972, + "rshares": 150728858, + "voter": "alexandrapop" + } + ], + "author": "patimaker", + "author_reputation": 798267372775, + "beneficiaries": [], + "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", + "body_length": 145, + "cashout_time": "2016-09-22T19:33:24", + "category": "art", + "children": 1, + "created": "2016-09-15T19:33:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"drawing\",\"life\",\"picture\",\"painting\"],\"image\":[\"http://s017.radikal.ru/i410/1609/b9/c2414d721dd3.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5193722250, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "night-sketch-funny-bird", + "post_id": 1257796, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Night sketch - Funny bird", + "title": "Night sketch - Funny bird", + "total_payout_value": "0.000 HBD", + "url": "/art/@patimaker/night-sketch-funny-bird" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6861320744353, + "rshares": 7736449047, + "voter": "anarchyhasnogods" + }, + { + "percent": "10000", + "reputation": 1635754125, + "rshares": 59293327, + "voter": "archimedes" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11552440717, + "voter": "herpetologyguy" + } + ], + "author": "archimedes", + "author_reputation": 1635754125, + "beneficiaries": [], + "body": "http://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg\n\n### The Controversial\n\nThe age of the Earth is controversial topic to say the least. It has been the battle ground for many groups of people. One group of people though have had a rather large voice in it, those being the deeply religious and gullible. \n\nhttps://pixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\n\nConservapedia is a encyclopedia type website tasked with presenting the other side of the story. They have been on the forefront of the age of the Earth dispute for some time. Their motto is, \"The trustworthy encyclopedia\" but is this really true to any extent? Lets look at their page on the age of the Earth, http://www.conservapedia.com/Age_of_the_Earth\n\n### They claim is that the earth is about 6,000 years old.\n\nThe first thing that they claim is that the earth is about 6,000 years old. They say that historical and much scientific evidence point to that age strongly. One example being that dating substances through radioactive decay is not a valid because the assumption that radioactive decay is constant is wrong. This is just blatantly incorrect. The claim that it is an assumption is really facts backed with testing at least to a limited degree of accuracy. Even with rigorous testing to alter the decay rates of elements no substantial change has ever been detected. Even in the Oklo reactor which was a natural nuclear fission reactor that was active for a few hundred thousand years has had no change on the Sommerfeld's constant and neutron capture for almost 2 billion years.\n\n\n### Conclusion\n\nConservapedia makes frequent references archaic texts that have no solid facts backing any of their claims. Their delusional claims take into account little if not any real world facts. They present biased and fudged data as reliable information for profound question and answered. I conclusion they are so detached reality that I am surprised that anybody would take them seriously, and the fact that they are even able to upkeep a website.\n\n\n\n\n\n\n\n\n\n\n### Sources:\nwww.talkorigins.org/indexcc/CF/CF210.html\npixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\neoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg", + "body_length": 2317, + "cashout_time": "2016-09-22T19:33:18", + "category": "science", + "children": 1, + "created": "2016-09-15T19:33:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"discovery\",\"physics\",\"minnowsunite\",\"conservatives\"],\"image\":[\"http://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg\",\"https://pixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\"],\"links\":[\"http://www.conservapedia.com/Age_of_the_Earth\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19348183091, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "conservapedia-and-the-age-of-the-earth", + "post_id": 1257793, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Conservapedia and the age of the Earth", + "title": "Conservapedia and the age of the Earth", + "total_payout_value": "0.000 HBD", + "url": "/science/@archimedes/conservapedia-and-the-age-of-the-earth" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 4931834878069, + "rshares": 503970587, + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 5414208804644, + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "100", + "reputation": 598181152117, + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 19111656178138, + "rshares": 2460297505, + "voter": "furion" + }, + { + "percent": "100", + "reputation": 782596410473, + "rshares": 116544591, + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 10519849768972, + "rshares": 408706835, + "voter": "positive" + }, + { + "percent": "100", + "reputation": 17698439393799, + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "percent": "100", + "reputation": 10771708337101, + "rshares": 31930537676, + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 18027204457681, + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 5776723480371, + "rshares": 6481343102, + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 206355094166, + "rshares": 242331170, + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 97845484474, + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 3016325652890, + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 6111268639849, + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 1851205309677, + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "percent": "100", + "reputation": 4195733833721, + "rshares": 225687011, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 2093855721226, + "rshares": 2550264720, + "voter": "benberger" + } + ], + "author": "benberger", + "author_reputation": 2093855721226, + "beneficiaries": [], + "body": "http://i67.tinypic.com/307wwzn.jpg", + "body_length": 34, + "cashout_time": "2016-09-22T19:33:00", + "category": "life", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"fun\",\"comedy\",\"fail\",\"cartoon\"],\"image\":[\"http://i67.tinypic.com/307wwzn.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59508421773, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 10000, + "permlink": "please-identify-your-sexuell-orientation", + "post_id": 1257788, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Please identify your sexuell orientation:", + "title": "Please identify your sexuell orientation:", + "total_payout_value": "0.000 HBD", + "url": "/life/@benberger/please-identify-your-sexuell-orientation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 59061355186, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1708336843, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 159631404, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4546813061, + "voter": "nadin3" + } + ], + "author": "nadin3", + "author_reputation": 4922272667302, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgur.com/PW0v4ZA.jpg</p>\n<h3>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.</h3>\n<p>\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! </p>\n<h3>Ingredients :</h3>\n<h3>Pancakes</h3>\n<h3>500ml sour cream</h3>\n<h3>1pack vanilla sugar</h3>\n<h3>800g of frozen or preserved cherry</h3>\n<p>\u0418\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b: </p>\n<p>\u0411\u043b\u0438\u043d\u044b </p>\n<p>\u0421\u043c\u0435\u0442\u0430\u043d\u0430 500\u043c\u043b </p>\n<p>\u0421\u0430\u0445\u0430\u0440 1 \u0441\u0442\u0430\u043a\u0430\u043d </p>\n<p>\u0412\u0430\u043d\u0438\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0445\u0430\u0440 - 1 \u043f\u0430\u043a\u0435\u0442\u0438\u043a </p>\n<p>\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</p>\n<p>http://i.imgur.com/oguMRtZ.jpg</p>\n<h3>Make pancakes the way you like them</h3>\n<h3>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</h3>\n<p>\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 .</p>\n<p>http://i.imgur.com/8YMOHzf.jpg</p>\n<p>http://i.imgur.com/8KzsX0I.jpg</p>\n<p>http://i.imgur.com/LCZJXWX.jpg</p>\n<p>http://i.imgur.com/cSqfUeR.jpg</p>\n<h3>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.</h3>\n<p>\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. </p>\n<p>http://i.imgur.com/jMNEtFR.jpg</p>\n<p>http://i.imgur.com/UyGHCOn.jpg</p>\n<p>http://i.imgur.com/G7kN563.jpg</p>\n<p>http://i.imgur.com/Cjs81fe.jpg</p>\n<p>http://i.imgur.com/RTeoS7n.jpg</p>\n<p>http://i.imgur.com/uy10SVo.jpg</p>\n<h3>Put cream on top and decorative as you like.</h3>\n<p>\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</p>\n<p>http://i.imgur.com/SvwKADp.jpg</p>\n<h3>Bon appetite!!!</h3>\n<p>http://i.imgur.com/Mlh4uXf.jpg</p>\n<p>\u041f\u0440\u0438\u044f\u0442\u043d\u043e\u0433\u043e \u0430\u043f\u043f\u0435\u0442\u0438\u0442\u0430!!!</p>\n<p>http://i.imgur.com/xv13Hu9.jpg</p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n</html>", + "body_length": 2173, + "cashout_time": "2016-09-22T19:33:00", + "category": "food", + "children": 0, + "created": "2016-09-15T19:33:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"photography\",\"ru\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:33:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 65577764329, + "parent_author": "", + "parent_permlink": "food", + "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": [], + "root_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!!!", + "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!!!", + "total_payout_value": "0.000 HBD", + "url": "/food/@nadin3/a-pancake-pie-with-cherry-it-s-very-delicious-blinnyi-tort-s-vishnei-ochen-ochen-vkusnyi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 127159698297, + "rshares": 156366867238, + "voter": "vitaly-lvov" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 678483517048, + "rshares": 545502649240, + "voter": "yan-kovalenko" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 24867605062, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3723435049, + "voter": "litvintech" + }, + { + "percent": "10000", + "reputation": 9734558763221, + "rshares": 23929907939, + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 238425674335, + "rshares": 267757687, + "voter": "pioner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + } + ], + "author": "vitaly-lvov", + "author_reputation": 127159698297, + "beneficiaries": [], + "body": "<html>\n<p>Mountly recap of blockchain crowdsales</p>\n<p><br></p>\n<h1>CLOSED CROWDSALES</h1>\n<h2><a href=\"https://cyber.fund/system/BlockPay\"><strong>BlockPay</strong></a> </h2>\n<p>Aimed at deeper integration with POS terminals and payments between counterparties.<br>\nA preliminary Initial Coin Offering finished on 4 September, where BlockPay sold 5% of the 100-million stock of BLOCKPAY tokens released on the <a href=\"https://cyber.fund/system/BitShares\">BitShares</a> blockchain. Future owners will receive dividends from transaction fees paid to BlockPay.<br>\nThe pre-ICO was done in 3 stages: </p>\n<ul>\n <li>1st \u2014 exchange of OPENPOS for BLOCKPAY at the rate of 1.2 to 1 (fund of 600,000 tokens) </li>\n <li>2nd \u2014 sale of BLOCKPAY at the price of 0.000288 BTC (fund of 1.4 mln tokens) </li>\n <li>3rd \u2014 sale of BLOCKPAY at the price of 0.000360 BTC (fund of 3 mln tokens) </li>\n</ul>\n<p>The distribution of tokens is as follows: </p>\n<ul>\n <li>1.5% \u2014 marketing for pre-ICO</li>\n <li>5% \u2014 pre-ICO</li>\n <li>0.9% \u2014 early adopters</li>\n <li>1.8% \u2014 advisors and partners</li>\n <li>3.6% \u2014 marketing</li>\n <li>7.2% \u2014 developers reward</li>\n <li>80% \u2014 upcoming ICO in 2017</li>\n</ul>\n<p>The platform development plan:</p>\n<ul>\n <li>The release of BlockPay \"S\" app for Android and payment terminals Odoo</li>\n <li>BlockPay integration with leading payment terminals</li>\n <li>API Development</li>\n <li>The addition of a large number of fiat gateway exchanges and Escrow Services</li>\n <li>The addition of anonymous transactions function</li>\n <li>The development and release of the ECHO messenger for Android and iOS</li>\n <li>Development of the first version of the BlockPay \"S\" app for iOS</li>\n</ul>\n<p>The project looks interesting, given the fact that they claim an integration with the ERP and CRM system<a href=\"https://www.odoo.com/\">Odoo</a> 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.<br>\nCrowdsale summary:</p>\n<ul>\n <li>Dates: 20 August 2016 \u2014 4 September 2016</li>\n <li>Raised: ~ $657,000 (1096 BTC)</li>\n <li>Tokens sold: 3.92 mln</li>\n <li>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</li>\n</ul>\n<p>For detailed information on the crowdsale, see: <a href=\"https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/\">https://blockpay.ch/newsroom/investor-relations/blockpay-reserves/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/BlockPay\">https://cyber.fund/system/BlockPay</a> </p>\n<h2><a href=\"https://cyber.fund/system/AntShares\"><strong>AntShares</strong></a><br>\n</h2>\n<p>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. </p>\n<p>Crowdsale summary: </p>\n<ul>\n <li>Dates: 8 August 2016 \u2014 7 September 2016</li>\n <li>Raised: ~ $ 3.4 mln (5582 ~ BTC)</li>\n <li>Tokens sold: 20 mln</li>\n <li>Total number of tokens: 100 mln</li>\n</ul>\n<p>For detailed information on the crowdsale, see: <a href=\"http://www.antshares.org/ico\">www.antshares.org/ico</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/AntShares\">https://cyber.fund/system/AntShares</a></p>\n<h2><a href=\"http://www.elastic.pro/\"><strong>Elastic project</strong></a><br>\n</h2>\n<p>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. </p>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: 29 February 2016 \u2014 19 August 2016</li>\n <li>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.</li>\n <li>Tokens sold: 20 mln</li>\n <li>Total number of tokens: 5 mln XEL</li>\n</ul>\n<p>The crowdsale took place here: <a href=\"http://www.elastic.pro/donations\">http://www.elastic.pro/donations</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Elastic\">https://cyber.fund/system/Elastic</a> </p>\n<h1>CURRENT CROWDSALES</h1>\n<h2><a href=\"https://cyber.fund/system/Iconomi\">Iconomi</a><br>\n</h2>\n<p>The aim of the project is the creation of management platform for crypto investment funds and the launch of two associated investment funds.<br>\n</p>\n<p>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).<br>\nPrecise information on the distribution of ICN tokens is missing on the official website. According to the information in the related <a href=\"https://bitcointalk.org/index.php?topic=1587736.0\">Bitcointalk</a> thread, the tokens will be distributed as follows: </p>\n<ul>\n <li>85% - to be sold in the crowdsale</li>\n <li>8% - founders reward</li>\n <li>3% - reserve for the future team</li>\n <li>2% - advisers reward</li>\n <li>2% - marketing and bounty</li>\n</ul>\n<p>Money raised from the crowdsale will be used as follows: </p>\n<ul>\n <li>62% - development</li>\n <li>25% - operations</li>\n <li>9% - legal expenses</li>\n <li>4% - marketing</li>\n</ul>\n<p>ICN owners will receive weekly dividends in ETH from all sources of Iconomi income, such as: </p>\n<ul>\n <li>management fees</li>\n <li>rewards for fund management efficiency</li>\n <li>fees received from the funds registered with OFM</li>\n</ul>\n<p>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.) </p>\n<p>The development plan: </p>\n<ul>\n <li>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;</li>\n <li>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</li>\n <li>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.</li>\n</ul>\n<p>Blind spots: </p>\n<ul>\n <li>The currency is not specified for evaluation of the raised funds for further distribution of ICN tokens among investors.</li>\n <li>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?</li>\n <li>There is no information as to the amount and frequency of fees charged from funds managed on OFM.</li>\n <li>The functions of the \"platform operator\" is described but very vaguely, as well as the process of further decision making involving ICN holders.</li>\n</ul>\n<p>Red flags:</p>\n<ul>\n <li>There is no description of technical solutions for the project's tasks</li>\n <li>No program code is published</li>\n</ul>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: 25 August 2016 \u2014 29 October 2016</li>\n <li>Total number of tokens: 100 mln ICN</li>\n <li>Tokens distribution: 85% will be sold in the crowdsale, 15% team reward and marketing</li>\n <li>Minimum crowdsale goal: 2 000 BTC (~ $1.5 mln)</li>\n <li>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.</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://ico.iconomi.net/\">https://ico.iconomi.net/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Iconomi\">https://cyber.fund/system/Iconomi</a> </p>\n<h2><br>\n<a href=\"https://cyber.fund/system/DeClouds\">DeClouds</a><br>\n</h2>\n<p>The main focus of the project is providing the opportunity for trading in precious metals.<br>\nThe network will be implemented as follows: </p>\n<ul>\n <li>Proof-of-Stake consensus algorithm</li>\n <li>Decentralised Exchange</li>\n <li>Cloud-based blockchain</li>\n</ul>\n<p>Apart from a patently weak <a href=\"https://drive.google.com/open?id=0B8VJa9S_WxSSSHJhN0o0QkVPN1E\">8-page paper</a> and a number of <a href=\"https://medium.com/@decloudscom/latest\">publications on the blog</a>, 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.<br>\nDuring the crowdsale, bonuses from 20% to 5% will be distributed, depending on the time of investment.<br>\n</p>\n<p>Crowdsale summary: </p>\n<ul>\n <li>Dates: 6 August 2016 \u2014 October 6, 2016</li>\n <li>Total number of tokens: 100 mln</li>\n <li>Tokens distribution: 80% will be sold to the crowdsale participants, 10% is a team reward and 10% are marketing expenses</li>\n <li>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</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://ico.declouds.com/\">https://ico.declouds.com/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/DeClouds\">https://cyber.fund/system/DeClouds</a></p>\n<h2><br>\n<a href=\"https://cyber.fund/system/Hong\">Hong</a><br>\n</h2>\n<p>Investments are made by transferring ETH to the <a href=\"http://etherscan.io/address/0x9Fa8fA61A10Ff892E4EBCeB7f4e0FC684C2ce0a9\">Etherium contract</a>.<br>\n</p>\n<p>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.</p>\n<p>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.<br>\nThe fund operates according to the following scheme: </p>\n<ul>\n <li>Fund managers review projects and make a decision on whitelisting them;</li>\n <li>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);</li>\n <li>Fund managers prepare due-diligence and investment strategy for the project and provide any possible assistance in the development and promotion of the project;</li>\n <li>When the fund's term comes to an end, the managers carry out the exit process.</li>\n</ul>\n<p>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.<br>\nThe crowdsale takes place in several stages, with 50 mln Hongcoin sold at each stage: </p>\n<ul>\n <li>50 mln \u0126 \u2013 1.00 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.05 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.10 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.15 ETH \u0437\u0430 100 \u0126</li>\n <li>50 mln \u0126 \u2013 1.20 ETH \u0437\u0430 100 \u0126</li>\n</ul>\n<p>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.<br>\nCrowdsale summary: </p>\n<ul>\n <li>Dates: 29 August 2016 \u2014 29 October 2016 (may be extended until 28 November)</li>\n <li>Total number of tokens: to be determined by the end of the crowdsale</li>\n <li>Tokens distribution: 100% will be sold in the crowdsale</li>\n <li>Crowdsale goal: at least 1,575,000 ETH (~ $19 mln), the maximum is 2.7 mln ETH (~ $33 mln)</li>\n <li>Raised so far: ~ $6,600 (11 BTC).</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"http://www.hongcoin.org/\">http://www.hongcoin.org/</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Hong\">https://cyber.fund/system/Hong</a><br>\n</p>\n<p>Judging by the current investments dynamics, the project will not succeed.</p>\n<h2><br>\nPLANNED CROWDSALES </h2>\n<h2><br>\n<a href=\"https://cyber.fund/system/Synereo\"><strong>Synereo</strong></a><br>\n</h2>\n<p>One year after a crowdsale that raised <a href=\"https://blog.synereo.com/2015/05/10/amp-distribution-complete-2/\">$126,000</a> aimed at the development and launch of a decentralised social network, the project team announced <a href=\"https://blog.synereo.com/2016/08/29/synereos-second-fundraising-campaign-coming/\">the second funding round</a> and the launch of the network's<a href=\"https://www.synereo.com/alpha/\">alpha version</a>. Two funding campaigns start at the same time in September: the sale of Synereo Ltd shares on <a href=\"https://bnktothefuture.com/\">BnkToTheFuture</a> and of AMP tokens.<br>\nFollowing the first crowdfunding, the distribution of AMP was as follows:</p>\n<ul>\n <li>2.72% (45.8 mln) \u2014 sold during the first crowdsale</li>\n <li>11.9% (200 mln) \u2014 user rewards</li>\n <li>8.92% (150 mln) \u2014 reserve for the content creators</li>\n <li>11.9% (200 mln) \u2014 founders' reward</li>\n <li>13.68% (230 mln) \u2014 bounty program</li>\n <li>50.61% (850.4 mln) \u2014 next funding</li>\n</ul>\n<p>Synereo revised their plans and now aim to develop a protocol similar to the <a href=\"https://cyber.fund/system/MaidSafeCoin\">SAFE Network</a>, which will include the following <a href=\"https://www.synereo.com/learn-more/\">components</a>:</p>\n<ul>\n <li>Proof-of-Stake consensus algorithm</li>\n <li>Distributed network of nodes connected on the principle of \"shards\", where blockchain is divided into many small segments</li>\n <li>Distributed repository</li>\n <li>Smart contracts</li>\n <li>Social layer (a social network motivated according to the <a href=\"https://github.com/synereo/synereo.github.io/raw/master/whitepapers/synereo.pdf\">Attention</a> Economy Model)</li>\n <li>The possibility of building distributed apps</li>\n</ul>\n<p>The grant program for dApps developers <a href=\"https://www.synereo.com/developers/\">Project 11</a> with a budget of 1.11 million AMP is already in operation.<br>\n</p>\n<p>The popular website <a href=\"http://coinmarketcap.com/assets/synereo/\">CoinMarketCap</a> 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 <a href=\"https://cyber.fund/system/Synereo\">cyber \u2022 Fund</a>'s calculations, with the total of <a href=\"http://omnichest.info/lookupsp.aspx?sp=39\">1.68 billion</a> tokens, Synereo's real capitalisation reaches $300 million.</p>\n<p>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.</p>\n<p>Despite the presence of a strong team with an excellent technological vision, we consider the evaluation of $300 mln inadequate.</p>\n<p>Crowdsale summary:</p>\n<ul>\n <li>Dates: September 2016</li>\n <li>Total number of tokens: 1.68 billion AMP</li>\n <li>Number of tokens for sale: unknown, probably 850.4 mln</li>\n <li>Crowdsale goal: presumably ~ $130-140 million</li>\n</ul>\n<p>The crowdsale takes place here: <a href=\"https://www.synereo.com/sale\">https://www.synereo.com/sale</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/Synereo\">https://cyber.fund/system/Synereo</a></p>\n<p><br></p>\n<h2><a href=\"https://cyber.fund/system/Golem\"><strong>Golem Project</strong></a><br>\n</h2>\n<p>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. </p>\n<p>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. </p>\n<p>The Golem App will connect to the network from a local device to share computing power and deliver tasks for calculations.<br>\nThe <a href=\"http://golemproject.net/doc/GolemNanopayments.pdf\">micropayment system</a> based on Ethereum will provide the incentivising component distributing rewards and processing transactions. Transaction fee will be set at 5%. </p>\n<p>Currently, the network can work only with public data because the apps require direct access to data.<br>\nDevelopers <a href=\"https://blog.golemproject.net/golem-network-token-gnt-sale-220c2a732f9#.fdn8hljmq\">announced the crowdsale on their blog</a>. </p>\n<p>Golem Network Tokens (GNT) are the shares that give the right to receive part of the revenue generated by Golem Network. </p>\n<p>Crowdsale start date: September 2016. </p>\n<p>Token distribution: </p>\n<ul>\n <li>Total number of tokens: unknown</li>\n <li>82% \u2014 crowdsale</li>\n <li>6% \u2014 founders reward</li>\n <li>12% \u2014 developer company reward</li>\n <li>Estimated amount of funds: a minimum of 100,000 ETH, a maximum of 650,000 ETH</li>\n</ul>\n<p>For detailed information on the project, see <a href=\"http://golemproject.net/slides/index.html#/14\">http://golemproject.net/slides/index.html#/14</a><br>\nFor useful links and more information, go to <a href=\"https://cyber.fund/system/Golem\">https://cyber.fund/system/Golem</a><br>\n<br>\n</p>\n<h2><a href=\"https://cyber.fund/system/SingularDTV\"><strong>SingularDTV</strong></a><br>\n</h2>\n<p>The ultimate goal of the project is the creation a thriving industry of decentralised entertainment.</p>\n<p>What they promise: </p>\n<p>\u25cf SINGULAR \u2013 a TV series.<br>\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. </p>\n<p>\u25cf Documentary division<br>\nThis division will create full-length and short-length documentary series and movies about the blockchain, decentralisation and Ethereum. </p>\n<p>\u25cf S-DTV rights management platform<br>\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. </p>\n<p>\u25cf On-demand video content portal (TVOD)<br>\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.</p>\n<p>Minimum investment goal \u2013 $500,000.</p>\n<p>Desirable funding \u2013 $7,5 mln.</p>\n<p>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.</p>\n<p>Token distribution: </p>\n<ul>\n <li>400 mln Singular DTV GMBH</li>\n <li>100 mln core investors</li>\n <li>500 mln crowdsale</li>\n</ul>\n<p>Funds distribution in case if $7,5 mln is raised: </p>\n<ul>\n <li>\"Singular\" season 1 (3 episodes of the mini-series): $3.25 mln</li>\n <li>Documentary division: $0.50 mln</li>\n <li>Development of the rights management platform: $2 mln</li>\n <li>TVOD portal development: $1 mln</li>\n <li>Marketing: $0.50 mln</li>\n <li>Administrative, legal expenses and unforeseen circumstances: $0.25 mln</li>\n</ul>\n<p>Crowdfunding is planned for September and will likely take place at Devcon2.</p>\n<p>The Ethereum and Consensys founder Joseph Lubin is included into the team as CTO.</p>\n<p>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.</p>\n<p>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.=</p>\n<p>For detailed information about the project, see: <a href=\"https://singulardtv.com/\">https://singulardtv.com/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/SingularDTV\">https://cyber.fund/system/SingularDTV</a><br>\n</p>\n<h2><a href=\"https://cyber.fund/system/Decent\"><strong>Decent</strong></a><br>\n</h2>\n<p>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.</p>\n<p>Consensus algorithm \u2013 Proof-of-Stake.</p>\n<p>Decent has three functional roles: </p>\n<ul>\n <li>Authors: content producers, writers, music producers etc.</li>\n <li>Consumers: readers, listeners and viewers</li>\n <li>Publishers: miners</li>\n</ul>\n<p>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: </p>\n<ul>\n <li>10% \u2014 DECENT Foundation</li>\n <li>2% \u2014 the Investment fund</li>\n <li>1,000,000 DCT \u2014 campaign bounty</li>\n <li>3,000,000 DCT \u2014 pre-launch marketing programme</li>\n</ul>\n<p>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. </p>\n<p>The crowdsale takes place here: <a href=\"http://sale.decent.ch/\">http://sale.decent.ch/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/Decent\">https://cyber.fund/system/Decent</a><br>\n</p>\n<h2><a href=\"https://cyber.fund/system/FirstBlood\"><strong>FirstBlood</strong></a><br>\n</h2>\n<p>This platform will allow players to bet without intermediaries. The payoff distribution will be also managed via smart contracts.</p>\n<p>The eSports betting market holds more than $130 million per year with 30% annual growth rate.</p>\n<p>3 monetisation channels:</p>\n<ul>\n <li>Matchmaking</li>\n <li>Revenue from the tournament organisation</li>\n <li>Advertising</li>\n</ul>\n<p>Token will allow: </p>\n<ul>\n <li>Match playing</li>\n <li>Match refereeing and voting for the referee</li>\n <li>Placing tournaments</li>\n <li>Requesting an award from referrals</li>\n</ul>\n<p>Tokens distribution: </p>\n<ul>\n <li>Crowdsale, 4 weeks, in the first hour 170 tokens for 1 ETH</li>\n <li>10% to the project founders; these funds will be blocked for 12 months</li>\n <li>5% will be placed in the platform development fund for the promotion and tournament awards</li>\n <li>2.5 mln - bounty fund, to be distributed during the crowdsale for advertising and debugging</li>\n</ul>\n<p>Crowdsale start date: 26 September 2016.</p>\n<p>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. </p>\n<p>For detailed information about the project, see: <a href=\"https://firstblood.io/\">https://firstblood.io/</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/FirstBlood\">https://cyber.fund/system/FirstBlood</a><br>\n</p>\n<h2><br>\n<a href=\"https://ico.mass.network/#/\"><strong>MassNetwork</strong></a><br>\n</h2>\n<p>The three main entities: </p>\n<ul>\n <li>Advertisers</li>\n <li>Websites</li>\n <li>Internet users</li>\n</ul>\n<p>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.<br>\n</p>\n<p>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.</p>\n<p>Crowdsale dates: 6 September \u2014 1 December 2016</p>\n<p>Token distribution: </p>\n<ul>\n <li>70% to the crowdsale participants</li>\n <li>30% to Mass team members</li>\n</ul>\n<p>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. </p>\n<p>Crowdsale takes place here: <a href=\"https://ico.mass.network/#/?aid=ep6oxa\">https://ico.mass.network/#/?aid=ep6oxa</a><br>\nFor useful links and more information, go to: <a href=\"https://cyber.fund/system/MassNetwork\">https://cyber.fund/system/MassNetwork</a></p>\n<p>---</p>\n<p>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.</p>\n<p>---</p>\n<p>Big thanks to: </p>\n<ul>\n <li>co-autor <a href=\"https://steemit.com/@creator\">@creator</a></li>\n <li>translation <a href=\"https://steemit.com/@coinfox\">@coinfox</a></li>\n</ul>\n<p>---</p>\n<p>Original was posted in <a href=\"http://blockchainboom.coinfox.info/\">Blockchain Boom</a></p>\n<p><br></p>\n</html>", + "body_length": 28716, + "cashout_time": "2016-09-22T19:30:36", + "category": "cyberfund", + "children": 0, + "created": "2016-09-15T19:30:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cyberfund\",\"blockchain\",\"crowdsales\"],\"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/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4649989991534, + "parent_author": "", + "parent_permlink": "cyberfund", + "pending_payout_value": "2.210 HBD", + "percent_hbd": 10000, + "permlink": "crowdsales-monitor-august-2016", + "post_id": 1257758, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Crowdsales Monitor - August 2016", + "title": "Crowdsales Monitor - August 2016", + "total_payout_value": "0.000 HBD", + "url": "/cyberfund/@vitaly-lvov/crowdsales-monitor-august-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1754841072080, + "rshares": 1411040719, + "voter": "rkpl" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 3130135820, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 117710516795, + "rshares": 118714161, + "voter": "cristinabu1990" + }, + { + "percent": "10000", + "reputation": 780118679225, + "rshares": 1485792249, + "voter": "haylino96" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 6654849164, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 647641798382, + "rshares": 1357131455, + "voter": "lili95" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 133590030, + "voter": "thedevil" + } + ], + "author": "rkpl", + "author_reputation": 1754841072080, + "beneficiaries": [], + "body": "<h1>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 .. :)</h1>\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01302988da.jpg\n\n<h1>Normal...</h1>\n\nhttps://www.steemimg.com/images/2016/09/15/DSC01251d1ec0.jpg\n\n\n\n<h1>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?</h1>\n\n\n<h1>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</h1>\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<h1>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 ...)</h1>\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", + "body_length": 2239, + "cashout_time": "2016-09-22T19:29:36", + "category": "guide", + "children": 1, + "created": "2016-09-15T19:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"guide\",\"photography\",\"moon\",\"descriptionsonthespot\",\"steemitphotochallenge\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:32:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18202892403, + "parent_author": "", + "parent_permlink": "guide", + "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": [], + "root_title": "How to make a good picture of the moon? My guide and photos...", + "title": "How to make a good picture of the moon? My guide and photos...", + "total_payout_value": "0.000 HBD", + "url": "/guide/@rkpl/how-to-make-a-good-picture-of-the-moon-my-guide-and-photos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + } + ], + "author": "stevescoins", + "author_reputation": 1005947450655, + "beneficiaries": [], + "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 '>", + "body_length": 2380, + "cashout_time": "2016-09-22T19:28:27", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:28:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"value\",\"voting\",\"writing\"],\"links\":[\"https://steemit.com/life/@stevescoins/defining-insanity-on-a-personal-basis\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:28:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1457253134, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "\"Experiment\" Number One in Steemit Posting - Results: The Market Gets what it Wants!", + "title": "\"Experiment\" Number One in Steemit Posting - Results: The Market Gets what it Wants!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stevescoins/experiment-number-one-in-steemit-posting-results-the-market-gets-what-it-wants" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 2157223318, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3911638805, + "voter": "zaitsevalesyaa" + } + ], + "author": "merej99", + "author_reputation": 4835227647717, + "beneficiaries": [], + "body": "### <center>These photos were taken in July, 2016 at sunrise.</center>\n\n<center>\nTaken with a Canon Powershot SX1 IS</center><br>\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<center>\nimage source: pixabay</center>\n\n<br>\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<center>***Sometimes you just have to put positive vibes out there and hope for a good return.***</center>\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<center>\nA wider view of sunrise over Buccaneer Bay</center>\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### <center>Well, would it?</center>\n-----\n### Wall of #Steemit love:\nThis awesome name in peppers was created by @papa-pepper: <br>\n 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<center>  \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) </center>\n_____\n\n## Come see what I've been writing! Visit [my blog page](http://steemit.com/@merej99)", + "body_length": 7354, + "cashout_time": "2016-09-22T19:27:54", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"sunrise\",\"personal\",\"inspiration\",\"Steemit\"],\"users\":[\"papa-pepper\",\"poeticsnake\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6241508345, + "parent_author": "", + "parent_permlink": "photography", + "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": [], + "root_title": "Sunrise Over Buccaneer Bay - my personal story behind the shot and how positivity kept me going through challenging times", + "title": "Sunrise Over Buccaneer Bay - my personal story behind the shot and how positivity kept me going through challenging times", + "total_payout_value": "0.000 HBD", + "url": "/photography/@merej99/sunrise-over-buccaneer-bay-my-personal-story-behind-the-shot-and-how-positivity-kept-me-going-through-challenging-times" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 12679124960, + "rshares": 156847289, + "voter": "tomorrows" + } + ], + "author": "tomorrows", + "author_reputation": 12679124960, + "beneficiaries": [], + "body": "\n*picture by Giulian Frisoni*\n\n___________________________\n\nspiral black\ndry hands in heavy rain\nand art that makes sense\n\nspiral black\ndry hands i feel them\ncuz they're mine\n\"what's not to like\"\nyou say that a lot\nand your art is kind\n\nspiral black\nheavy rain hits my eyes\nand art is not to like\n\nspiral twist of my neck\nwrings out words\ncuz they're mine\nwhat's kind?", + "body_length": 435, + "cashout_time": "2016-09-22T19:27:18", + "category": "poetry", + "children": 0, + "created": "2016-09-15T19:27:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poetry\",\"darkness\",\"rain\",\"payitforward\",\"original\"],\"image\":[\"https://c1.staticflickr.com/1/656/22181826503_56c6baa526_b.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:28:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 156847289, + "parent_author": "", + "parent_permlink": "poetry", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spiral-black", + "post_id": 1257723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "spiral black [original poem]", + "title": "spiral black [original poem]", + "total_payout_value": "0.000 HBD", + "url": "/poetry/@tomorrows/spiral-black" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3109585367, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3562389763, + "voter": "movievertigo" + } + ], + "author": "movievertigo", + "author_reputation": 2357768295588, + "beneficiaries": [], + "body": "<center><a href=\"http://i.imgur.com/UeJT51a.jpg\"><img src=\"http://i.imgur.com/UeJT51a.jpg\"></a></center>\n# <center>\"Connections\"</center>\n<center>*Click the image to enlarge*</center>\n\n<center>Rendered with [MandelBulb 3D](http://mandelbulb.com/2014/mandelbulb-3d-mb3d-fractal-rendering-software/)</center>", + "body_length": 306, + "cashout_time": "2016-09-22T19:26:21", + "category": "fractal", + "children": 1, + "created": "2016-09-15T19:26:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"fractal\",\"cgi\",\"pictures\",\"mathematics\",\"math\"],\"image\":[\"http://i.imgur.com/UeJT51a.jpg\"],\"links\":[\"http://i.imgur.com/UeJT51a.jpg\",\"http://mandelbulb.com/2014/mandelbulb-3d-mb3d-fractal-rendering-software/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:26:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6671975130, + "parent_author": "", + "parent_permlink": "fractal", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "connections-original-image", + "post_id": 1257710, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\"Connections\" (Original image)", + "title": "\"Connections\" (Original image)", + "total_payout_value": "0.000 HBD", + "url": "/fractal/@movievertigo/connections-original-image" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1643833267, + "rshares": 154779613, + "voter": "blendplayz" + } + ], + "author": "blendplayz", + "author_reputation": 1643833267, + "beneficiaries": [], + "body": "<html>\n<ul>\n <li> 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 <a href=\"https://twitter.com/tikiderelict\">Brian Miller</a> \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. </li>\n <li><img src=\"http://static.businessinsider.com/image/55aead2a2acae719008b898c-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55aead3f2acae719008b8990-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55aead502acae7f4028b89c3-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55b279b42acae711008b9bea-1200/image.jpg\" width=\"1200\" height=\"1200\"/><img src=\"http://static.businessinsider.com/image/55b279c32acae7c23f8b743d-1200/image.jpg\" width=\"1200\" height=\"1200\"/></li>\n</ul>\n</html>\nSOURCE.>http://www.businessinsider.com.au/5-tiki-drink-recipes-that-arent-overly-complicated-2016-7", + "body_length": 1392, + "cashout_time": "2016-09-22T19:25:27", + "category": "food", + "children": 0, + "created": "2016-09-15T19:25:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 154779613, + "parent_author": "", + "parent_permlink": "food", + "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": [], + "root_title": "5 tiki cocktails you can make at home", + "title": "5 tiki cocktails you can make at home", + "total_payout_value": "0.000 HBD", + "url": "/food/@blendplayz/5-tiki-cocktails-you-can-make-at-home" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687813009, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 3146097649, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + } + ], + "author": "betamusic", + "author_reputation": 3521631459073, + "beneficiaries": [], + "body": "<html><img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n<p>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.</p><img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n<p>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.</p>\n<p>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.</p>\n\n<p>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.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n<p>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.</p>\n<p>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.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n<p>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.</p>\n<p><br></p>\n</html>\nVERSI\u00d3N EN ESPA\u00d1OL\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\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<img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\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 src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\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 src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\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.", + "body_length": 7158, + "cashout_time": "2016-09-22T19:25:06", + "category": "animalrescue", + "children": 0, + "created": "2016-09-15T19:25:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animalrescue\",\"spanish\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46225814915, + "parent_author": "", + "parent_permlink": "animalrescue", + "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": [], + "root_title": "The history of Danna a dog abandoned saved by Steemit", + "title": "The history of Danna a dog abandoned saved by Steemit", + "total_payout_value": "0.000 HBD", + "url": "/animalrescue/@betamusic/the-history-of-danna-a-dog-abandoned-saved-by-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 9295833, + "rshares": 150215761, + "voter": "nbofill" + } + ], + "author": "nbofill", + "author_reputation": 9295833, + "beneficiaries": [], + "body": "<html>\n<p>Don\u2019t cry because it\u2019s over. Smile because it happened. </p>\n</html>", + "body_length": 83, + "cashout_time": "2016-09-22T19:23:48", + "category": "frase", + "children": 0, + "created": "2016-09-15T19:23:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"frase\",\"life\",\"positive\",\"news\",\"good\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:23:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150215761, + "parent_author": "", + "parent_permlink": "frase", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "3tfbln", + "post_id": 1257685, + "promoted": "0.000 HBD", + "replies": [], + "root_title": ":)", + "title": ":)", + "total_payout_value": "0.000 HBD", + "url": "/frase/@nbofill/3tfbln" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2531116573169, + "rshares": 6450217562, + "voter": "feline1991" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "feline1991", + "author_reputation": 2531116573169, + "beneficiaries": [], + "body": "<html>\n<p><strong>Memoir of a runaway girl - A true story!</strong></p>\n<p><img src=\"https://s16.postimg.org/und8f4oet/stock_illustration_2013520_hitchhiker_girl.jpg\" width=\"190\" height=\"146\"/></p>\n<p> 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 \u201c<strong>Open your eyes and watch, because you\u2019re next</strong>\u201d. </p>\n<p><img src=\"https://s9.postimg.org/bw4vrm7tr/bound_and_gagged.jpg\" width=\"289\" height=\"320\"/></p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p><img src=\"https://s17.postimg.org/7c73d0mbz/overflowing_suitcase.jpg\" width=\"300\" height=\"220\"/> </p>\n<p>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. </p>\n<p>This was when I met Miguel. </p>\n<p>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. </p>\n<p>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. </p>\n<p>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. </p>\n<p><img src=\"https://s18.postimg.org/6egwz52ih/cryingbaby.jpg\" width=\"170\" height=\"136\"/></p>\n<p>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. </p>\n<p>Thank you for your support and continued reading.</p>\n<p>If you missed the beginning of my book you can find it here:</p>\n<p><a href=\"https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1\">https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-part-1</a> </p>\n</html>", + "body_length": 5153, + "cashout_time": "2016-09-22T19:22:27", + "category": "writing", + "children": 0, + "created": "2016-09-15T19:22:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"story\",\"life\",\"seekinghappiness\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:22:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11557782168, + "parent_author": "", + "parent_permlink": "writing", + "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": [], + "root_title": "A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 3", + "title": "A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 3", + "total_payout_value": "0.000 HBD", + "url": "/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-3" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2347137, + "rshares": 150216797, + "voter": "helazocrack" + } + ], + "author": "helazocrack", + "author_reputation": 2347137, + "beneficiaries": [], + "body": " ", + "body_length": 86, + "cashout_time": "2016-09-22T19:20:48", + "category": "dog", + "children": 0, + "created": "2016-09-15T19:20:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"links\":[],\"image\":[\"https://res.cloudinary.com/esteem/image/upload/v1473967237/image_mbzhso.jpg\"],\"tags\":[\"dog\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:20:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150216797, + "parent_author": "", + "parent_permlink": "dog", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "nothing-more-beautiful-than-the-eyes-of-a-dog-in-looking-for-family-2016915t145045881z", + "post_id": 1257653, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nothing more beautiful than the eyes of a dog. #In Looking for Family", + "title": "Nothing more beautiful than the eyes of a dog. #In Looking for Family", + "total_payout_value": "0.000 HBD", + "url": "/dog/@helazocrack/nothing-more-beautiful-than-the-eyes-of-a-dog-in-looking-for-family-2016915t145045881z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1517204931, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 239669638, + "voter": "valeri" + } + ], + "author": "anwar78", + "author_reputation": 6244867547, + "beneficiaries": [], + "body": "https://youtu.be/ibO_fxeBltQ", + "body_length": 28, + "cashout_time": "2016-09-22T19:18:51", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:18:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"nwo\",\"politics\",\"illuminati\",\"life\"],\"image\":[\"https://img.youtube.com/vi/ibO_fxeBltQ/0.jpg\"],\"links\":[\"https://youtu.be/ibO_fxeBltQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1756874569, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "The protocols of the learned elders of Zion", + "title": "The protocols of the learned elders of Zion", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@anwar78/the-protocols-of-the-learned-elders-of-zion" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832935638, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 17761298, + "rshares": 153397644, + "voter": "milank" + } + ], + "author": "milank", + "author_reputation": 17761298, + "beneficiaries": [], + "body": "Project Ara is pronounced dead by Google's ATAP division earlyer this month.\nThat's sad news but it also makes room for a product that is like the Ara project but then not a phone, but accessoire for your phone, so every phone.\n\n\n\n\n*[Nexpaq](http://nexpaq.com)* is a modular phone case that is currently available for Iphone 5 and 6(plus), Samsung galaxy S6, S6 Edge series and more phones to come.\nIf your phone is not (yet) compattible but you really wat the product, then they have made an \"external battery\" type of product with the same capabilities *Batpaq*.\nboth the phonecase and the Batpaq gives your phone the ability to adapt to your lifestyle with extra hardware.\n\n*Nexpaq* is a phone case with 6 module slots and you can put any combination of modules on the case to extend the usability of your smartphone.\nWe all know the struggle of to little storage for example, or even too little battery power to last the entire day.\nThan brace yourself for *Nexpaq*, it standard packs a 1000 mAh external battery in the case. But if that still isnt enough you can allwasy add 2 extra battery modules, or 1 and 3 other modules *depending on what module you want to add*.\n\nThere are 12 modules available at this moment but there are more to come, there is word that there is going to be a module to communicate without the need of a GSM connection.\n\nI could go on and on about this amazing product but sadly enough we have to wait until Q1 of 2017 before it will actually ship and until that time I will keep watching the news about *Nexpaq*\n\nFor more information go to *Nexpaq* and see what you would like them to add as a module, the're looking for some input!\n**[Nexpaq.com](http://nexpaq.com)**", + "body_length": 1770, + "cashout_time": "2016-09-22T19:18:42", + "category": "nexpaq", + "children": 0, + "created": "2016-09-15T19:18:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nexpaq\",\"ara\",\"google\",\"phone\",\"modular\"],\"image\":[\"https://nexpaq.com/wp-content/uploads/2015/09/baner_v4.jpg\"],\"links\":[\"http://nexpaq.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986333282, + "parent_author": "", + "parent_permlink": "nexpaq", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "nexpaq-the-new-project-ara-for-every-phone", + "post_id": 1257638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Nexpaq the new Project Ara for every phone", + "title": "Nexpaq the new Project Ara for every phone", + "total_payout_value": "0.000 HBD", + "url": "/nexpaq/@milank/nexpaq-the-new-project-ara-for-every-phone" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946872448, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 1957335650576, + "rshares": 1855374869, + "voter": "alex2016" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 118331751, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832935638, + "voter": "jbaker585" + } + ], + "author": "alex2016", + "author_reputation": 1957335650576, + "beneficiaries": [], + "body": "<b>I want to tell as we have held another photoshoot where we have tried to sustain black-and-white style of photos.</b>\n<hr color>\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<center>\nhttps://pp.vk.me/c836320/v836320641/185/NYRpq9qzo9w.jpg\n</center>\n<center>\nhttps://pp.vk.me/c836320/v836320641/169/iPi41rP501o.jpg\n</center>\nAfter we have spent more than 30 minutes of shootings, the girl was liberated, and has begun to work actively.\n<center>\nhttps://pp.vk.me/c836320/v836320641/17e/eU5naYLtgEw.jpg\n<br>\nhttps://pp.vk.me/c836320/v836320641/177/XNZ-jrBAvOA.jpg\n</center>\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<center>\nhttps://pp.vk.me/c836320/v836320641/170/hM7NQWYiPYQ.jpg\n<center>\nhttps://pp.vk.me/c836320/v836320641/162/Qy1iCE7yhWs.jpg\n</center>\n</center>\nEstimate my article, all thanks!\n<center>https://pp.vk.me/c836320/v836320641/143/qUzy2zppzaQ.jpg\nhttps://pp.vk.me/c836320/v836320641/13c/9wEdFLSFETs.jpg\n</center>\n<hr no shade>", + "body_length": 1420, + "cashout_time": "2016-09-22T19:18:21", + "category": "photography", + "children": 3, + "created": "2016-09-15T19:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"art\",\"photo\",\"blog\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10753514706, + "parent_author": "", + "parent_permlink": "photography", + "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": [], + "root_title": "As we have held photoshoots in black-and-white colors", + "title": "As we have held photoshoots in black-and-white colors", + "total_payout_value": "0.000 HBD", + "url": "/photography/@alex2016/as-we-have-held-photoshoots-in-black-and-white-colors" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 234970233, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 2474732, + "rshares": 56527396, + "voter": "blahblahblah" + }, + { + "percent": "10000", + "reputation": 9295833, + "rshares": 153220076, + "voter": "nbofill" + } + ], + "author": "nbofill", + "author_reputation": 9295833, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://s12.postimg.org/ry5ny36vh/image.jpg\" width=\"1191\" height=\"800\"/></p>\n</html>", + "body_length": 104, + "cashout_time": "2016-09-22T19:18:18", + "category": "life", + "children": 0, + "created": "2016-09-15T19:18:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"steemit\",\"art\",\"food\",\"photography\"],\"image\":[\"https://s12.postimg.org/ry5ny36vh/image.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 444717705, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "girl", + "post_id": 1257633, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "girl", + "title": "girl", + "total_payout_value": "0.000 HBD", + "url": "/life/@nbofill/girl" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1478840966, + "rshares": 138002890, + "voter": "charlie.wilson" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 133590030, + "voter": "thedevil" + } + ], + "author": "charlie.wilson", + "author_reputation": 1478840966, + "beneficiaries": [], + "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", + "body_length": 584, + "cashout_time": "2016-09-22T19:18:18", + "category": "hillary", + "children": 1, + "created": "2016-09-15T19:18:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"hillary\",\"clinton\",\"clintonforprison\",\"elections\",\"davidseaman\"],\"image\":[\"https://img.youtube.com/vi/qD7Q5sa_xHo/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=qD7Q5sa_xHo\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:18:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 271592920, + "parent_author": "", + "parent_permlink": "hillary", + "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": [], + "root_title": "Hillary Clinton's SCHEMES leaked-- man is KILLED for leaking incriminating proof to the public.", + "title": "Hillary Clinton's SCHEMES leaked-- man is KILLED for leaking incriminating proof to the public.", + "total_payout_value": "0.000 HBD", + "url": "/hillary/@charlie.wilson/hillary-clinton-s-schemes-leaked-man-is-killed-for-leaking-incriminating-proof-to-the-public" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13342307926, + "voter": "valtr" + }, + { + "percent": "100", + "reputation": 4931834878069, + "rshares": 503970587, + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 5414208804644, + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "100", + "reputation": 598181152117, + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 19111656178138, + "rshares": 2460297505, + "voter": "furion" + }, + { + "percent": "100", + "reputation": 782596410473, + "rshares": 116544591, + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 10519849768972, + "rshares": 408706835, + "voter": "positive" + }, + { + "percent": "100", + "reputation": 17698439393799, + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "100", + "reputation": 10771708337101, + "rshares": 31930537676, + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 18027204457681, + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 5776723480371, + "rshares": 6481343102, + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 206355094166, + "rshares": 242331170, + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 97845484474, + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 3016325652890, + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 6111268639849, + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 1851205309677, + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "100", + "reputation": 4195733833721, + "rshares": 225687011, + "voter": "xianjun" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 11479766873, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 118331751, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 832935638, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "herzmeister", + "author_reputation": 7255473848113, + "beneficiaries": [], + "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[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-a1e9a4.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-b0c3ce.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-cf546d.jpg)\n\n[](https://www.steemimg.com/images/2016/09/15/ammersee-forest-dd2d5d.jpg)\n\n[](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.", + "body_length": 1253, + "cashout_time": "2016-09-22T19:17:51", + "category": "photography", + "children": 1, + "created": "2016-09-15T19:17:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"forest\",\"trees\",\"sun\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:17:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 190506061170, + "parent_author": "", + "parent_permlink": "photography", + "pending_payout_value": "0.043 HBD", + "percent_hbd": 10000, + "permlink": "forest-at-the-ammersee", + "post_id": 1257630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Forest at the Ammersee", + "title": "Forest at the Ammersee", + "total_payout_value": "0.000 HBD", + "url": "/photography/@herzmeister/forest-at-the-ammersee" + }, + { + "active_votes": [ + { + "percent": "3900", + "reputation": 4931834878069, + "rshares": 9575441168, + "voter": "fkn" + }, + { + "percent": "3900", + "reputation": 5414208804644, + "rshares": 12586319352, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "3900", + "reputation": 598181152117, + "rshares": 80142995693, + "voter": "kimziv" + }, + { + "percent": "3900", + "reputation": 19111656178138, + "rshares": 46745652607, + "voter": "furion" + }, + { + "percent": "3900", + "reputation": 3891722, + "rshares": 224272494, + "voter": "barbara2" + }, + { + "percent": "3900", + "reputation": 9142611234, + "rshares": 249275987, + "voter": "ch0c0latechip" + }, + { + "percent": "3900", + "reputation": 3871042, + "rshares": 230707321, + "voter": "doge4lyf" + }, + { + "percent": "3900", + "reputation": 782596410473, + "rshares": 1748168870, + "voter": "poseidon" + }, + { + "percent": "3900", + "reputation": 10519849768972, + "rshares": 7765429875, + "voter": "positive" + }, + { + "percent": "3900", + "reputation": 17698439393799, + "rshares": 13543814621, + "voter": "sisterholics" + }, + { + "percent": "3900", + "reputation": 147425730, + "rshares": 261456368, + "voter": "fnait" + }, + { + "percent": "3900", + "reputation": 3720753029, + "rshares": 232278247, + "voter": "keepcalmand" + }, + { + "percent": "3900", + "reputation": 10771708337101, + "rshares": 478958065154, + "voter": "laonie" + }, + { + "percent": "3900", + "reputation": 18027204457681, + "rshares": 15990473701, + "voter": "myfirst" + }, + { + "percent": "3900", + "reputation": 5776723480371, + "rshares": 97220146544, + "voter": "somebody" + }, + { + "percent": "3900", + "reputation": 206355094166, + "rshares": 3634967560, + "voter": "flysaga" + }, + { + "percent": "3900", + "reputation": 97845484474, + "rshares": 21476613753, + "voter": "midnightoil" + }, + { + "percent": "3900", + "reputation": 3016325652890, + "rshares": 53718169615, + "voter": "xiaohui" + }, + { + "percent": "3900", + "reputation": 6111268639849, + "rshares": 2587538789, + "voter": "elfkitchen" + }, + { + "percent": "3900", + "reputation": 1851205309677, + "rshares": 1679360423, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "3900", + "reputation": 4195733833721, + "rshares": 3385305165, + "voter": "xianjun" + }, + { + "percent": "3900", + "reputation": 730408370151, + "rshares": 221670623, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 5372210998898, + "rshares": 7989270301, + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 61478828, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 136316357, + "voter": "thedevil" + } + ], + "author": "karisa", + "author_reputation": 5372210998898, + "beneficiaries": [], + "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", + "body_length": 1634, + "cashout_time": "2016-09-22T19:17:33", + "category": "food", + "children": 1, + "created": "2016-09-15T19:17:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipes\",\"life\",\"cooking\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 862962138444, + "parent_author": "", + "parent_permlink": "food", + "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": [], + "root_title": "Chicken fillet with breadcrumbs) recipe specially for Steemit", + "title": "Chicken fillet with breadcrumbs) recipe specially for Steemit", + "total_payout_value": "0.000 HBD", + "url": "/food/@karisa/dr1uk-vegetable-soup-puree-recipe-specially-for-steemit" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 13386319310, + "rshares": 70956487, + "voter": "dudu-hoffman" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + } + ], + "author": "dudu-hoffman", + "author_reputation": 13386319310, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://s16.postimg.org/l7dh41yad/Dudu_Hoffman_Livin_la_Zuada_Loca.jpg\" width=\"827\" height=\"800\"/></p>\n<p><br></p>\n<p>https://www.youtube.com/watch?v=tLBVeyYp7N0</p>\n<p><br></p>\n<p><em>Electronica / Dub / Funk</em><br>\n </p>\n<p>- Feche os Olhos </p>\n<p>- Dudu Hoffman </p>\n<p>- Livin' la Zuada Loca (2007)</p>\n<p>- Brazil<br>\n</p>\n<p><br></p>\n<p><br></p>\n<p><a href=\"https://steemit.com/@dudu-hoffman\">@dudu-hoffman </a><a href=\"https://duduhoffman.bandcamp.com/album/livin-la-zuada-loca\">Bandcamp</a><a href=\"https://duduhoffman.bandcamp.com/album/ru-do-primal-maquinar-ep\"> </a><a href=\"https://soundcloud.com/dudu-hoffman\">SoundCloud</a></p>\n</html>", + "body_length": 706, + "cashout_time": "2016-09-22T19:17:15", + "category": "music", + "children": 0, + "created": "2016-09-15T19:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"electronica\",\"dub\",\"funk\",\"dudu-hoffman\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:17:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180185796, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dudu-hoffman-feche-os-olhos", + "post_id": 1257621, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dudu Hoffman - Feche os Olhos", + "title": "Dudu Hoffman - Feche os Olhos", + "total_payout_value": "0.000 HBD", + "url": "/music/@dudu-hoffman/dudu-hoffman-feche-os-olhos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 22687919345, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 5963920739546, + "rshares": 7697824638, + "voter": "lgm-1" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 83629307390, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 4775359646971, + "rshares": 6036784485, + "voter": "anarcho-andrei" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 96725733083, + "rshares": 125198095, + "voter": "emeline" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 3983913956, + "voter": "michelle.gent" + } + ], + "author": "prufarchy", + "author_reputation": 7582874972117, + "beneficiaries": [], + "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<center>https://www.steemimg.com/images/2016/09/15/image56bc9.jpg</center>", + "body_length": 570, + "cashout_time": "2016-09-22T19:16:39", + "category": "story", + "children": 1, + "created": "2016-09-15T19:16:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"art\",\"poetry\",\"life\",\"writing\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/image56bc9.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 124270177218, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.028 HBD", + "percent_hbd": 10000, + "permlink": "i-witness-original", + "post_id": 1257615, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I, Witness (Original)", + "title": "I, Witness (Original)", + "total_payout_value": "0.000 HBD", + "url": "/story/@prufarchy/i-witness-original" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 1247376898, + "voter": "biodragon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1532004192, + "voter": "aljazeera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1583212074, + "voter": "chocolatemilk" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 36346429443, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 956724610756, + "rshares": 2076423635, + "voter": "press-release" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 234970233, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 779095199878, + "rshares": 678818770, + "voter": "ysa" + }, + { + "percent": "10000", + "reputation": 1822578972, + "rshares": 156881056, + "voter": "alexandrapop" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 133590030, + "voter": "thedevil" + } + ], + "author": "alexandrapop", + "author_reputation": 1822578972, + "beneficiaries": [], + "body": "<html>\n<h3> <em><strong> Hello, beautiful people.</strong></em></h3>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/c5678d97ffda171f06129e6b6f3628ee.png\" width=\"679\" height=\"449\"/> </p>\n<p> <em>I decided to do another #introduceyourself , also with the #verification , even though I\u2019ve done it in my first introduction. I was a little bit shy the first time and I didn\u2019t know what to tell you about me. </em></p>\n<h3> <em><strong>Again.. </strong></em></h3>\n<p> My name is Alexandra, but my friends are calling me \u201cAle\u201d, you can call me like this, too, if you want to. I\u2019m a 22 years old girl, student at a Dental Medicine University and a Makeup Artist. This is a weird combination, because I won\u2019t be able to do both of them at the same time and I\u2019m wondering if I\u2019ll have to choose. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/42b9a9a3942fc7c3149f7175e25cdcb0.png\" width=\"419\" height=\"452\"/></p>\n<p> Now, I want to tell you something about my hobbies. I like Photography. A good friend of mine, was a student at Photography and she needed me for many times to be a model for her projects. So, yes, I like to be a model, even I\u2019m short (1.55 m).</p>\n<p> Besides Photography, I like to do many DIY things for decoration, storage or for wearing. I love listening to a lot of music, especially Rihanna\u2019s music (as I told you, I\u2019m obsessed with her). </p>\n<p> Another weird hobby of mine, is to collect things. I have a collection of napkins ( I don\u2019t know the number of them), perfumes bottles (over 150), and also I have a lot of things with Rihanna (magazines, perfumes, albums, a doll, posters, body lotions).Maybe it\u2019s not a \u201ccollection\u201d but I like to say, that it is. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/70867617eddfe2f460a16ae718c14956.png\" width=\"466\" height=\"454\"/></p>\n<h3> <em><strong> I love..</strong></em> </h3>\n<p> I love Makeup! I can say this everyday! I want to push myself to be one of the top Makeup Artists from the world. And dreaming. I love to dream, so this is my biggest dream. I love chocolate, roses, cats, walks, my friends, my family, to be myself, to be happy, coffee with milk, to make my clients happy and I love to share my thoughts with you (I just discovered this). </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/ffcf90e4038e4d76cfa5dc782de63edd.png\" width=\"289\" height=\"456\"/></p>\n<h3> <em><strong> I\u2019m afraid of.. </strong></em></h3>\n<p> Hmm.. The first thing that came to my mind are spiders. Ohh, yeah, I totally dislike them. I\u2019m afraid of loneliness, of failures (even if a failure can make me stronger) and also I\u2019m afraid of the dark.</p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/ff6f4dc66a84dbe05f14a163a678121f.png\" width=\"308\" height=\"457\"/></p>\n<h3> <em><strong> My plans are.. </strong></em></h3>\n<p> I planned to do everyday something new, because life is short. I want to have in the future, my own Youtube Channel, I want to be someone who inspires others. I want to be an independent woman and also I want to graduate from Universty. I studied Maths, IT, Dental Medicine, Makeup. I haven\u2019t used English in none of this. Now I\u2019m trying to learn English to write correctly, so you can understand me. </p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/1f008b807be84f5dd81138eb448dd4c7.png\" width=\"491\" height=\"446\"/></p>\n<p><em> Now you know more about me, than the first time. I can\u2019t wait to know something about each of you. Here, I\u2019ll post about DIY things (do it yourself), photography, makeup, tutorials (beauty, food), my trips and beautiful places I visited and more. </em></p>\n<p> <img src=\"https://www.steemimg.com/images/2016/09/15/0d5a41ed105b70f93be549dac22ce6bd.png\" width=\"296\" height=\"431\"/></p>\n<h3> <em> Please, feel free, to follow me and checking my upcoming posts. </em></h3>\n<p><img src=\"https://www.steemimg.com/images/2016/09/15/0b63e136d613d2cb97d9f59907773939.png\" width=\"324\" height=\"103\"/></p>\n<p><br></p>\n</html>", + "body_length": 6842, + "cashout_time": "2016-09-22T19:15:21", + "category": "introduceyourself", + "children": 9, + "created": "2016-09-15T19:15:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"steemit\",\"live\",\"verification\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/c5678d97ffda171f06129e6b6f3628ee.png\",\"https://www.steemimg.com/images/2016/09/15/42b9a9a3942fc7c3149f7175e25cdcb0.png\",\"https://www.steemimg.com/images/2016/09/15/70867617eddfe2f460a16ae718c14956.png\",\"https://www.steemimg.com/images/2016/09/15/ffcf90e4038e4d76cfa5dc782de63edd.png\",\"https://www.steemimg.com/images/2016/09/15/ff6f4dc66a84dbe05f14a163a678121f.png\",\"https://www.steemimg.com/images/2016/09/15/1f008b807be84f5dd81138eb448dd4c7.png\",\"https://www.steemimg.com/images/2016/09/15/0d5a41ed105b70f93be549dac22ce6bd.png\",\"https://www.steemimg.com/images/2016/09/15/0b63e136d613d2cb97d9f59907773939.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:15:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 45211635083, + "parent_author": "", + "parent_permlink": "introduceyourself", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "new-introduce-yourself-post-with-more-info-about-me-and-more-pictures-with-me", + "post_id": 1257602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New 'Introduce Yourself' post, with more info about me and more pictures with me!", + "title": "New 'Introduce Yourself' post, with more info about me and more pictures with me!", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@alexandrapop/new-introduce-yourself-post-with-more-info-about-me-and-more-pictures-with-me" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 96725733083, + "rshares": 125198095, + "voter": "emeline" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 52647965, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 1895432189110, + "rshares": 2344626753, + "voter": "fairz" + } + ], + "author": "fairz", + "author_reputation": 1895432189110, + "beneficiaries": [], + "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", + "body_length": 156, + "cashout_time": "2016-09-22T19:14:57", + "category": "animation", + "children": 0, + "created": "2016-09-15T19:14:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animation\",\"art\",\"droopy\",\"dog\"],\"image\":[\"https://img.youtube.com/vi/YWealwI_vIQ/0.jpg\"],\"links\":[\"https://youtu.be/YWealwI_vIQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:14:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2890321712, + "parent_author": "", + "parent_permlink": "animation", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "droopy-the-dog-animation", + "post_id": 1257598, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "droopy the dog animation", + "title": "droopy the dog animation", + "total_payout_value": "0.000 HBD", + "url": "/animation/@fairz/droopy-the-dog-animation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 5701725, + "rshares": 155096457, + "voter": "soundmoney" + } + ], + "author": "soundmoney", + "author_reputation": 5701725, + "beneficiaries": [], + "body": "<html>\n<p>..and how the money circulates to benefit the very elite. If you have 100 minutes available it will be time well spent and contains some great comment from people who I listen to including David Morgan who is something of a Silver Guru. The race to debase currency by Central Bankers is gathering pace and the documentary places this in the context of the demise of Empire. Watch be enlightened and think about what it might mean for you.</p>\n<p><a href=\"https://youtu.be/5fbvquHSPJU\">https://youtu.be/5fbvquHSPJU</a></p>\n</html>", + "body_length": 551, + "cashout_time": "2016-09-22T19:14:09", + "category": "silver", + "children": 0, + "created": "2016-09-15T19:14:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"silver\",\"money\",\"debt\",\"capital\",\"currency\"],\"image\":[\"https://img.youtube.com/vi/5fbvquHSPJU/0.jpg\"],\"links\":[\"https://youtu.be/5fbvquHSPJU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:14:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 206712109, + "parent_author": "", + "parent_permlink": "silver", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "four-horsemen-by-renegade-inc-economists-shows-how-the-world-works", + "post_id": 1257590, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Four Horsemen by Renegade Inc. Economists shows how the world works", + "title": "Four Horsemen by Renegade Inc. Economists shows how the world works", + "total_payout_value": "0.000 HBD", + "url": "/silver/@soundmoney/four-horsemen-by-renegade-inc-economists-shows-how-the-world-works" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1609525039, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1708336843, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 114779248, + "voter": "bleujay" + } + ], + "author": "gidlark", + "author_reputation": 454055212995, + "beneficiaries": [], + "body": "<html>\n<p>https://www.steemimg.com/images/2016/09/10/IMG_0876a016a.jpg</p>\n<p><br></p>\n</html>", + "body_length": 94, + "cashout_time": "2016-09-22T19:13:42", + "category": "photography", + "children": 0, + "created": "2016-09-15T19:13:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"nature\",\"life\",\"ru\",\"ukraine\"],\"image\":[\"https://www.steemimg.com/images/2016/09/10/IMG_0876a016a.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:13:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4545340573, + "parent_author": "", + "parent_permlink": "photography", + "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": [], + "root_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)", + "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)", + "total_payout_value": "0.000 HBD", + "url": "/photography/@gidlark/environment-10-cloud-okruzhayushaya-sreda-10-oblaka" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 234970233, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 232757631, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3994865163, + "voter": "zaitsevalesyaa" + } + ], + "author": "zaitsevalesyaa", + "author_reputation": 2553181200335, + "beneficiaries": [], + "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!", + "body_length": 1108, + "cashout_time": "2016-09-22T19:12:42", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:12:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"art\",\"photography\",\"life\",\"origami\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4670405545, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "the-art-of-origami-bird-swan", + "post_id": 1257577, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Art of Origami - bird swan.", + "title": "The Art of Origami - bird swan.", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@zaitsevalesyaa/the-art-of-origami-bird-swan" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19239985423, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 2020262526, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 1442647825, + "voter": "modernbukowski" + } + ], + "author": "renzoarg", + "author_reputation": 6227584776320, + "beneficiaries": [], + "body": "<p>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 <strong>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</strong>. 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.</p>\nhttps://pixabay.com/static/uploads/photo/2015/06/06/07/36/heart-799138_960_720.jpg\n<p>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. <strong>Because of her, again. Always her. </strong>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 <strong>a 16 year old teen craves more the sheets than to prepare the Playstation,</strong> 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.</p>\n<p>What your friends do not know is that <strong>you had to leave behind SEVERAL Saturday nights</strong> 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. <strong>They hold the goods to display in offer to our permanent demands</strong>, 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\".</p>\nhttps://pixabay.com/static/uploads/photo/2016/07/21/15/41/no-1532844_960_720.jpg\n<p>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 <strong>haploid overload</strong>.</p>\n<p><strong>When \"the game\" starts a lot of physiologic processes are triggered, attempting to enhance the performance</strong> in the bed / couch / car / field / airplanebathroom / bullshitairplanebathroomsaretoosmallandnobodyenjoysdoingitthere. Cardiac frequency and arterial pressure increase while at the same time <strong>blood vessels dilate</strong> (veins, mainly) at the entire genital area. This McCombo leads into <strong>blood accumulation in the sexual organs</strong> 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.</p>\n<p>BUUUUUUUUUUUUT (this is what feeds the demon), when there's no orgasm and you're halfway there, <strong>the nervous signals that tell your body to \"stop and let go already\" are not there</strong> 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).</p>\nhttps://pixabay.com/static/uploads/photo/2012/02/26/11/04/ball-17133_960_720.jpg\n<p><em>Where did the 3rd one come from?</em></p>\n<p>Despite being something amazingly frequent, <strong>we know nothing about this pain caused for not finishing what you started</strong>. There's little evidence and bibliography is very limited; only anecdotic info. Some medics had the brilliant idea of calling it <strong><em>blue balls</em></strong><strong> (slang)</strong><em>,</em> 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, <strong>a clear cause is also unknown</strong>. 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.</p>\n<p>Another reason for this lack of info is that <strong>the treatment is rather simple, we all know it</strong> 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.</p>\n<p>This time, medicine based on evidence, only real guru, confirms nothing else but folklore:</p>\n<blockquote>\n<p>A bird in the hand is worth two in the blue.</p>\n</blockquote>\nhttps://pixabay.com/static/uploads/photo/2013/02/27/14/34/brent-goose-86582_960_720.jpg\n<hr>\n<blockquote>\n<p>If you liked this post and its informal way of talking about sciences, please, follow me for more!</p>\n<p>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!).</p>\n</blockquote>\n<hr>\n<h3>Copyrights:</h3>\n<hr>\n<blockquote>\n<p>All the previously used images are of my authory or under a CC0 license (Source: pixabay), unless openly stated.</p>\n<p>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.</p>\n</blockquote>\n<hr>", + "body_length": 6154, + "cashout_time": "2016-09-22T19:12:36", + "category": "science", + "children": 0, + "created": "2016-09-15T19:12:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"medicine\",\"health\",\"sex\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24282027325, + "parent_author": "", + "parent_permlink": "science", + "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": [], + "root_title": "Two in the blue - Vasocongestion (destroyer of men)", + "title": "Two in the blue - Vasocongestion (destroyer of men)", + "total_payout_value": "0.000 HBD", + "url": "/science/@renzoarg/two-in-the-blue-vasocongestion-destroyer-of-men" + }, + { + "active_votes": [ + { + "percent": "-10000", + "reputation": -469690438, + "rshares": -435787244, + "voter": "quin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1418244835, + "voter": "seraph" + } + ], + "author": "quin", + "author_reputation": -469690438, + "beneficiaries": [], + "body": "spam", + "body_length": 4, + "cashout_time": "2016-09-22T19:12:21", + "category": "test", + "children": 0, + "created": "2016-09-15T19:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\",\"spam\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 982457591, + "parent_author": "", + "parent_permlink": "test", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "spam", + "post_id": 1257570, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "spam", + "title": "spam", + "total_payout_value": "0.000 HBD", + "url": "/test/@quin/spam" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 265479283, + "rshares": 158259550, + "voter": "paulrprichard68" + } + ], + "author": "paulrprichard68", + "author_reputation": 265479283, + "beneficiaries": [], + "body": "https://paulthepaperbear.wordpress.com/2016/05/29/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost-kentucky-votes/", + "body_length": 189, + "cashout_time": "2016-09-22T19:12:21", + "category": "current", + "children": 0, + "created": "2016-09-15T19:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"current\",\"events\",\"paperbear-blog\"],\"links\":[\"https://paulthepaperbear.wordpress.com/2016/05/29/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost-kentucky-votes/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158259550, + "parent_author": "", + "parent_permlink": "current", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost", + "post_id": 1257569, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bail-in rules ignored by media / Globalists cause crisis, offer non-solution solution, Soviet style mental illness / Sanders lost Kentucky votes", + "title": "Bail-in rules ignored by media / Globalists cause crisis, offer non-solution solution, Soviet style mental illness / Sanders lost Kentucky votes", + "total_payout_value": "0.000 HBD", + "url": "/current/@paulrprichard68/bail-in-rules-ignored-by-media-globalists-cause-crisis-offer-non-solution-solution-soviet-style-mental-illness-sanders-lost" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 850076768507, + "rshares": 124605648771, + "voter": "joshbreslauer" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 232757631, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4594200588, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 575719148740, + "rshares": 546846490, + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1109798810075, + "rshares": 2310291352, + "voter": "bluechoochoo" + } + ], + "author": "lyndsaybowes", + "author_reputation": 1499198528675, + "beneficiaries": [], + "body": "<html>\n<p>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. </p>\n<p>The chicken was given to us by a neighbour who raises birds for meat, the most local meat we've eaten so far! </p>\n<p>I've got the broth ready, and now I'm finishing it off with runner beans, zucchini, squash, potatoes and carrots, thyme and oregano.</p>\n<p><img src=\"https://pbs.twimg.com/media/CsasCH0WcAMaGLj.jpg\" width=\"1080\" height=\"720\"/></p>\n<p><img src=\"https://pbs.twimg.com/media/CsasCH2WcAAwz-a.jpg\" width=\"1080\" height=\"720\"/></p>\n</html>", + "body_length": 717, + "cashout_time": "2016-09-22T19:11:51", + "category": "organic", + "children": 2, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"organic\",\"food\",\"gardening\",\"supportlocal\",\"growfoodnotlawns\"],\"image\":[\"https://pbs.twimg.com/media/CsasCH0WcAMaGLj.jpg\",\"https://pbs.twimg.com/media/CsasCH2WcAAwz-a.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 138243339460, + "parent_author": "", + "parent_permlink": "organic", + "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": [], + "root_title": "Just Picked and Pulled These Beautiful Organic Vegetables to Add to My Soup", + "title": "Just Picked and Pulled These Beautiful Organic Vegetables to Add to My Soup", + "total_payout_value": "0.000 HBD", + "url": "/organic/@lyndsaybowes/just-picked-and-pulled-these-beautiful-organic-vegetables-to-add-to-my-soup" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1505238830807, + "rshares": 1735554942, + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + } + ], + "author": "linzo", + "author_reputation": 1505238830807, + "beneficiaries": [], + "body": "<img src=\"https://www.steemimg.com/images/2016/09/15/love-1417705_640bb3b6.jpg\" alt=\"love-1417705_640bb3b6.jpg\" border=\"0\">\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", + "body_length": 975, + "cashout_time": "2016-09-22T19:11:51", + "category": "poem", + "children": 0, + "created": "2016-09-15T19:11:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poem\",\"write\",\"story\",\"addiction\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/love-1417705_640bb3b6.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1943367460, + "parent_author": "", + "parent_permlink": "poem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "addicted-original-poem", + "post_id": 1257564, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Addicted (Original Poem)", + "title": "Addicted (Original Poem)", + "total_payout_value": "0.000 HBD", + "url": "/poem/@linzo/addicted-original-poem" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 466158469258, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452882692801, + "voter": "recursive3" + }, + { + "percent": "612", + "reputation": 12382143533351, + "rshares": 59932806392, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 9857913474, + "voter": "kefkius" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 114993639671, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 56256651602417, + "rshares": 113350116117, + "voter": "alexbeyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 45716829240, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 81130790703, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "whalepool" + }, + { + "percent": "612", + "reputation": 1751717743, + "rshares": 1667780703, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91521583046, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 5201378075, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4594200588, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 659423594, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753585781, + "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": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64921864, + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55388665, + "voter": "blackmarket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61530871, + "voter": "gifts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93882016, + "voter": "expat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "alexbeyman", + "author_reputation": 56256651602417, + "beneficiaries": [], + "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.", + "body_length": 1716, + "cashout_time": "2016-09-22T19:11:42", + "category": "scifi", + "children": 0, + "created": "2016-09-15T19:11:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"scifi\",\"horror\",\"writing\",\"fiction\",\"death\"],\"image\":[\"http://i.imgur.com/yOEUfMj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1506906407098, + "parent_author": "", + "parent_permlink": "scifi", + "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": [], + "root_title": "[Short Story] Debut: A nightmarish vignette about trying to find meaning and warmth in the world between birth, and death.", + "title": "[Short Story] Debut: A nightmarish vignette about trying to find meaning and warmth in the world between birth, and death.", + "total_payout_value": "0.000 HBD", + "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": [ + { + "percent": "10000", + "reputation": 204177601345, + "rshares": 225204295, + "voter": "mashatik87" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + } + ], + "author": "mashatik87", + "author_reputation": 204177601345, + "beneficiaries": [], + "body": "<div class=\"separator\" style=\"clear: both; text-align: center;\">\n<a href=\"https://youtu.be/PFauKcvNuPE\"><img border=\"0\" height=\"358\" src=\"https://4.bp.blogspot.com/-ejI16DS7g8E/V9ryM-lLK9I/AAAAAAAAAWs/3KDI7QmAR2wAjmh-ZVvOqg1XNBq9nh8ewCLcB/s640/Screen%2BShot%2B2016-09-15%2Bat%2B2.10.10%2BPM.png\" width=\"640\" /></a></div>\n<br />", + "body_length": 327, + "cashout_time": "2016-09-22T19:11:39", + "category": "haul", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"haul\",\"mash\",\"mashafications\",\"speakers\",\"youtube\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 334433604, + "parent_author": "", + "parent_permlink": "haul", + "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": [], + "root_title": "No Make Up... Tiny Haul | Mashi", + "title": "No Make Up... Tiny Haul | Mashi", + "total_payout_value": "0.000 HBD", + "url": "/haul/@mashatik87/no-make-up-tiny-haul-or-mashi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1205753119776, + "rshares": 2897105713, + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 230270829, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 31143223609, + "rshares": 66492707, + "voter": "trytostopme" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 923173552, + "rshares": 51712697, + "voter": "the-ultimatum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154192801, + "voter": "waves-social" + } + ], + "author": "trytostopme", + "author_reputation": 31143223609, + "beneficiaries": [], + "body": "\n_(Image source: @the-ultimatum)_\n\n# **HOW-TO: REMOTELY SHUTDOWN A COMPUTER ON A SHARED NETWORK**\nRecently I was hanging at a local java joint, enjoying the complimentary Wi-Fi. There, I was with fifteen other souls, all of us intently hammering away at solving the world\u2019s problems in a nice quite \u201cstudy-hall\u201d environment. Suddenly the placid quietude was shattered by one person initiating a video conference with several colleagues, sans headphones. She and her colleagues talked and laughed loudly; completely oblivious to the fact that they were disrupting everyone around them.\n\nFrom the dark looks, loud sighs and other non-verbal communication, it was obvious that everyone was annoyed. I managed to survive about seven minutes of her auditory assault before summoning the will to approach her with a bleeding edge new concept\u2026 headphones. I have captured the essence of the exchange below.\n\n\u2022\t**the-ultimatum** (**TU**)\n\u2022\t**Rude Shrew** (**RS**)\n\n> \u2022\t**TU**: \u201cWould you like to borrow these?\u201d\n \n_I extend my arm out revealing a set of headphones with a built in mic._\n> \u2022\t**RS**: [incoherent stammering while she tried to ignore me. She responds to her colleagues]\n\n_I sweep the room with my extended arm_\n> \u2022\t**TU**: \u201cWe are all trying to work\u2026 you are more than welcome to these\u201d\n\n_She turns to me with a look of utter confusion_\n> \u2022\t**RS**: \u201cI don\u2019t know how to use those.\u201d\n\n_A lifetime of training in self-control is being challenged in this solitary moment. A look of incredulity sweeps over my face_\n> \u2022\t**TU**: \u201cYou don\u2019t know how to plug-in and put on headphones\u2026?\u201d\n\n_[End of conversation.]_\n\n**As she continued to interrupt everyone I started to do some research and below is the content of this post.**\n\n**A Step-by-Step Guide to: Remotely Shutdown a Computer on a Shared Network**\nFollowing the steps & screenshots below you will find a very fast very simple way to boot users off a shared network or play pranks on your friends. \n\n\u2022\tFind the **cmd** prompt & _run as admin_\n\u2022\tType the command: **net view**\n\nThis will show you all the names of computers on the same network. The hardest part is targeting your subject\u2019s computer name. Trial and error.\n\n\n\nOnce you have chosen your subject follow the next steps:\n\u2022\tType the command: **ping [comp. name]**\n\n\n\n\u2022\tType the command: **shutdown -i**\n\n\n\nIn the **command prompt**:\n\u2022\tLeft click\n\u2022\tSelect _mark_\n\u2022\tCopy IP Address (e.g. _fe80::ddc9:3651:2554:3a93%2_)\n\nIn the **shutdown -i** pane follow these steps:\n\u2022\tPaste into _ADD_\n\u2022\tChoose _Shutdown_\n\u2022\tLeave Checked _Warn users of the action_\n\u2022\tSet the _Warn users of the action_ timer to a desired time.\n\u2022\tUncheck _Planned_\n\u2022\tChoose option _Security issue (unplanned)_\n\u2022\tType in your own _Comment_ (e.g. \"Your computer has been locked. Goodbye.\")\n\u2022\tClick _OK_\n\n\n\nIf everything goes according to plan you should be able to watch your subject squirm in discomfort while the 15 second timer counts down and you and those around you are able to go back to working in peace. \n\n# **FOR EDUCATIONAL PURPOSES ONLY**\n\nWritten by: @the-ultimatum \n_https://twitter.com/WavesIs_\nEdited by: @cerberus65\nPublished by: @trytostopme", + "body_length": 3482, + "cashout_time": "2016-09-22T19:11:39", + "category": "story", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"hacking\",\"life\",\"steemit\"],\"users\":[\"the-ultimatum\",\"cerberus65\",\"trytostopme\"],\"image\":[\"https://anonimag.es/i/5a492a6a7abb3596a1984993ba879925.jpg\",\"https://anonimag.es/i/aacbbb1c18515bf66837d975858fee63.jpg\",\"https://anonimag.es/i/0713224e9d0de131e979b0aa33ead35f.jpg\",\"https://anonimag.es/i/a3f83e1d32b2e6d54c9b0bdfa0fcb0ca.jpg\",\"https://anonimag.es/i/1abc1c79a33194a68792b5e88aa8d3b7.jpg\"],\"links\":[\"https://twitter.com/WavesIs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3509004056, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-remotely-shutdown-a-computer-on-a-shared-network", + "post_id": 1257558, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "total_payout_value": "0.000 HBD", + "url": "/story/@trytostopme/how-to-remotely-shutdown-a-computer-on-a-shared-network" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1861066361, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 12452663543, + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/LB32fl1iExA</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T19:11:00", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://img.youtube.com/vi/LB32fl1iExA/0.jpg\"],\"links\":[\"https://youtu.be/LB32fl1iExA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14521542422, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687826828, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 3084409460, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "4200", + "reputation": 3521631459073, + "rshares": 3363381107, + "voter": "betamusic" + }, + { + "percent": "10000", + "reputation": 1516224068896, + "rshares": 1883541074, + "voter": "juliamateo" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98582007, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51782882, + "voter": "javiergg" + }, + { + "percent": "10000", + "reputation": 889436, + "rshares": 51422448, + "voter": "cuvi" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + } + ], + "author": "juliamateo", + "author_reputation": 1516224068896, + "beneficiaries": [], + "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", + "body_length": 587, + "cashout_time": "2016-09-22T19:10:39", + "category": "spanish", + "children": 0, + "created": "2016-09-15T19:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"spanish\",\"steemit\",\"life\",\"youtube\",\"teenager\"],\"image\":[\"https://img.youtube.com/vi/joHQB8Uq8Oc/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=joHQB8Uq8Oc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23152882179, + "parent_author": "", + "parent_permlink": "spanish", + "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": [], + "root_title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "total_payout_value": "0.000 HBD", + "url": "/spanish/@juliamateo/promociono-steemit-en-mi-canal-de-youtube" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 419603951021, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 190467351752, + "voter": "jamtaylor" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 20605443611, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 230270829, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 715914588623, + "rshares": 1114903893, + "voter": "oecp85" + }, + { + "percent": "10000", + "reputation": 1089565020966, + "rshares": 1771771876, + "voter": "agapakos" + }, + { + "percent": "10000", + "reputation": 218271165680, + "rshares": 342267987, + "voter": "holidaygreece" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3282317279, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 25062349105, + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 3260606209007, + "rshares": 2686735390, + "voter": "avtzis.petros" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 2586911533140, + "rshares": 3187509176, + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 259305456, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 31527137100, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 3137399626023, + "rshares": 4159011441, + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 396873747296, + "rshares": 474397754, + "voter": "skapart" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 6657915847, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98582007, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 32357786262, + "rshares": 59478888, + "voter": "mariajoe" + }, + { + "percent": "10000", + "reputation": 447567061326, + "rshares": 348646506, + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213848535, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162331614, + "voter": "johnelbow" + }, + { + "percent": "10000", + "reputation": 43115792822, + "rshares": 162862498, + "voter": "dreamylou" + } + ], + "author": "skapaneas", + "author_reputation": 10980042082204, + "beneficiaries": [], + "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", + "body_length": 2511, + "cashout_time": "2016-09-22T19:10:30", + "category": "art", + "children": 6, + "created": "2016-09-15T19:10:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"nature\",\"animals\",\"life\"],\"users\":[\"ned\",\"dan\",\"smooth\",\"berniesanders\",\"blocktrades\",\"itsascam\",\"andeverywhale\",\"skapaneas\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 713153852343, + "parent_author": "", + "parent_permlink": "art", + "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": [], + "root_title": "Pearl the whale: A sculpture with process pictures by @skapaneas (original own work)", + "title": "Pearl the whale: A sculpture with process pictures by @skapaneas (original own work)", + "total_payout_value": "0.000 HBD", + "url": "/art/@skapaneas/pearl-the-whale-a-sculpture-with-process-pictures-by-skapaneas-original-own-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + } + ], + "author": "bapparabi", + "author_reputation": 858672756, + "beneficiaries": [], + "body": "<html>\n<p>Do you also Vitim of HashOcean cloud mining may be because more then 700,000 users have lost there money ..and people who taken out there money they are profitable otherwise they have taken all our money ..s</p>\n<p>So do you think they will come back or fbi will do anything to get pour fund back </p>\n<p><img src=\"https://bazaarbay.org/i/f9b7fc1a6272427bdfc566f7b0cfc0bf46d3f564.jpg\" width=\"1675\" height=\"944\"/></p>\n<p><strong>many use like this </strong></p>\n<p>\" Trombini said he started the campaign because he had lost about $10,000 dollars - everything he had and six months of work: \u201cI see others want justice, so I started to search for my own.\u201d </p>\n<p><img src=\"https://i.ytimg.com/vi/6v_Dqwj0t0Y/hqdefault.jpg\" width=\"480\" height=\"360\"/></p>\n<p>lost so much that people still hoping to bet back there money but still not light on it ..</p>\n<p><br></p>\n<p> Three separate online petitions have been opened by individuals who have reportedly lost their investments in the defunct HashOcean Bitcoin mining company. They are seeking to get the interest of the relevant transborder crimes department of law enforcement agencies such as the FBI, CIA, Interpol and MI6. </p>\n<p><br></p>\n<p>https://secure.avaaz.org/po/petition/FBI_EUA_FIND_HASHOCEANCOM/</p>\n<p>https://secure.avaaz.org/en/petition/FBI_CIA_MI6_INTERPOL_FBI_EUA_CIA_MI6_INTERPOL_FIND_OWNER_HASHOCEANCOM/?aHdQTkb</p>\n<p>https://www.change.org/p/fbi-fbi-and-interpol-hashocean-700-000-people-swindled</p>\n<p><br></p>\n<p>so say away form this cloud mining look ponzy ..</p>\n<p><br></p>\n<p><strong>And do you think hashocen will come back</strong></p>\n<p><br></p>\n</html>", + "body_length": 1720, + "cashout_time": "2016-09-22T19:10:21", + "category": "ponzi", + "children": 1, + "created": "2016-09-15T19:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ponzi\"],\"image\":[\"https://bazaarbay.org/i/f9b7fc1a6272427bdfc566f7b0cfc0bf46d3f564.jpg\",\"https://i.ytimg.com/vi/6v_Dqwj0t0Y/hqdefault.jpg\"],\"links\":[\"https://secure.avaaz.org/po/petition/FBI_EUA_FIND_HASHOCEANCOM/\",\"https://secure.avaaz.org/en/petition/FBI_CIA_MI6_INTERPOL_FBI_EUA_CIA_MI6_INTERPOL_FIND_OWNER_HASHOCEANCOM/?aHdQTkb\",\"https://www.change.org/p/fbi-fbi-and-interpol-hashocean-700-000-people-swindled\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:10:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2086560286, + "parent_author": "", + "parent_permlink": "ponzi", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "world-biggest-pronzy-site-hashocean-taken-usd44m-and-gone", + "post_id": 1257541, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "world biggest pronzy site HashOcean taken $44m and gone", + "title": "world biggest pronzy site HashOcean taken $44m and gone", + "total_payout_value": "0.000 HBD", + "url": "/ponzi/@bapparabi/world-biggest-pronzy-site-hashocean-taken-usd44m-and-gone" + }, + { + "active_votes": [ + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3313423713996, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 794763647, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 445761993002, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 54477247, + "voter": "reported" + }, + { + "percent": "3000", + "reputation": 2889656462700, + "rshares": 2113775393, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51206711, + "voter": "krushing" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 456481293, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 8358920723, + "rshares": 50065542, + "voter": "whatyouganjado" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 56817337, + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50010551, + "voter": "alexbones" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 67782873, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7626813355, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 1158086, + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 407993596, + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 766723481081, + "rshares": 1369181864, + "voter": "timbernana" + } + ], + "author": "timbernana", + "author_reputation": 766723481081, + "beneficiaries": [], + "body": "<a href=\"http://www.fotos-hochladen.net\" target=\"_blank\"><img src=\"http://img5.fotos-hochladen.net/uploads/326quv3lcrw.png\" border=\"0\"></a>\n<html>\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<a href=\"http://www.fotos-hochladen.net\" target=\"_blank\"><img src=\"http://img5.fotos-hochladen.net/uploads/38f3yjdho7r.jpg\" border=\"0\"></a>", + "body_length": 589, + "cashout_time": "2016-09-22T19:09:18", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"deutsch\",\"dog\",\"minnowsunite\",\"story\",\"photography\"],\"image\":[\"http://img5.fotos-hochladen.net/uploads/326quv3lcrw.png\",\"http://img5.fotos-hochladen.net/uploads/38f3yjdho7r.jpg\"],\"links\":[\"http://www.fotos-hochladen.net\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:36:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3783945252298, + "parent_author": "", + "parent_permlink": "deutsch", + "pending_payout_value": "1.618 HBD", + "percent_hbd": 10000, + "permlink": "izzy-the-dog-4", + "post_id": 1257529, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "IZZY THE DOG #4", + "title": "IZZY THE DOG #4", + "total_payout_value": "0.000 HBD", + "url": "/deutsch/@timbernana/izzy-the-dog-4" + }, + { + "active_votes": [ + { + "percent": "475", + "reputation": 12382143533351, + "rshares": 44949604794, + "voter": "eeks" + }, + { + "percent": "800", + "reputation": 4931834878069, + "rshares": 2015882351, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 26100983566, + "voter": "georgedonnelly" + }, + { + "percent": "800", + "reputation": 5414208804644, + "rshares": 2649751442, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 115323965378, + "voter": "geoffrey" + }, + { + "percent": "800", + "reputation": 598181152117, + "rshares": 21371465518, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 719401125, + "voter": "rxhector" + }, + { + "percent": "800", + "reputation": 19111656178138, + "rshares": 9841190022, + "voter": "furion" + }, + { + "percent": "800", + "reputation": 9142611234, + "rshares": 52479155, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 10419949344, + "voter": "deviedev" + }, + { + "percent": "800", + "reputation": 782596410473, + "rshares": 466178365, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 81130790703, + "voter": "thylbom" + }, + { + "percent": "800", + "reputation": 10519849768972, + "rshares": 1634827342, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 22243058181, + "voter": "prufarchy" + }, + { + "percent": "800", + "reputation": 17698439393799, + "rshares": 2708762924, + "voter": "sisterholics" + }, + { + "percent": "800", + "reputation": 147425730, + "rshares": 55043445, + "voter": "fnait" + }, + { + "percent": "800", + "reputation": 10771708337101, + "rshares": 95791613030, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 22624610458, + "voter": "reneenouveau" + }, + { + "percent": "800", + "reputation": 18027204457681, + "rshares": 3997618425, + "voter": "myfirst" + }, + { + "percent": "800", + "reputation": 5776723480371, + "rshares": 19444029308, + "voter": "somebody" + }, + { + "percent": "800", + "reputation": 206355094166, + "rshares": 969324682, + "voter": "flysaga" + }, + { + "percent": "475", + "reputation": 1751717743, + "rshares": 1250835527, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3602804983584, + "rshares": 6405447915, + "voter": "kryptik" + }, + { + "percent": "800", + "reputation": 97845484474, + "rshares": 4295322750, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "percent": "800", + "reputation": 3016325652890, + "rshares": 10743633923, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "percent": "800", + "reputation": 6111268639849, + "rshares": 646884697, + "voter": "elfkitchen" + }, + { + "percent": "800", + "reputation": 1851205309677, + "rshares": 447829446, + "voter": "xiaokongcom" + }, + { + "percent": "800", + "reputation": 4195733833721, + "rshares": 902748044, + "voter": "xianjun" + }, + { + "percent": "800", + "reputation": 730408370151, + "rshares": 59112166, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 11552440717, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "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": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "reneenouveau", + "author_reputation": 10552713989475, + "beneficiaries": [], + "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/", + "body_length": 1784, + "cashout_time": "2016-09-22T19:09:18", + "category": "nanowrimo", + "children": 7, + "created": "2016-09-15T19:09:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"nanowrimo\",\"writing\",\"challenge\",\"collaboration\",\"nano\"],\"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/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:23:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 566502764207, + "parent_author": "", + "parent_permlink": "nanowrimo", + "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": [], + "root_title": "NaNoWriMo!!!! 6 weeks away! Come join a Steemit writing team!", + "title": "NaNoWriMo!!!! 6 weeks away! Come join a Steemit writing team!", + "total_payout_value": "0.000 HBD", + "url": "/nanowrimo/@reneenouveau/nanowrimo-6-weeks-away-come-join-a-steemit-writing-team" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14763351827, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + } + ], + "author": "nippel66", + "author_reputation": 3033861094190, + "beneficiaries": [], + "body": "# Todays Music Choise\n<iframe width=\"100%\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/282898673&color=00cc11&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false\"></iframe> \n\nDon diablo is a realy good mixer, i love this Hexagon episodes he makes.", + "body_length": 385, + "cashout_time": "2016-09-22T19:08:45", + "category": "music", + "children": 0, + "created": "2016-09-15T19:08:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22665192777, + "parent_author": "", + "parent_permlink": "music", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "don-diablo-hexagon-radio-episode-085", + "post_id": 1257522, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Don Diablo - Hexagon Radio Episode 085", + "title": "Don Diablo - Hexagon Radio Episode 085", + "total_payout_value": "0.000 HBD", + "url": "/music/@nippel66/don-diablo-hexagon-radio-episode-085" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 122693390101, + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 4931834878069, + "rshares": 8567499992, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83863566295, + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 5414208804644, + "rshares": 11261443630, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 598181152117, + "rshares": 74800129313, + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 19111656178138, + "rshares": 41825057596, + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 3891722, + "rshares": 212468679, + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 9142611234, + "rshares": 223036409, + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 3871042, + "rshares": 218564831, + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 782596410473, + "rshares": 1631624279, + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 10519849768972, + "rshares": 6948016204, + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 17698439393799, + "rshares": 11737972671, + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 147425730, + "rshares": 233934645, + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 3720753029, + "rshares": 220053077, + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 10771708337101, + "rshares": 415096989800, + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 18027204457681, + "rshares": 14657934226, + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 5776723480371, + "rshares": 90738803441, + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 206355094166, + "rshares": 3392636390, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 5268727341, + "rshares": 131247634, + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 97845484474, + "rshares": 20044839503, + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 3016325652890, + "rshares": 50136958308, + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 6111268639849, + "rshares": 2425817615, + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 1851205309677, + "rshares": 1567403062, + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 4195733833721, + "rshares": 3159618154, + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 730408370151, + "rshares": 206892582, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 14848515958625, + "beneficiaries": [], + "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", + "body_length": 612, + "cashout_time": "2016-09-22T19:08:36", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "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": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 35984388, + "rshares": 61427097, + "voter": "forevergala" + } + ], + "author": "forevergala", + "author_reputation": 35984388, + "beneficiaries": [], + "body": "<html>\n<h2><strong>For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?</strong></h2>\n<p><strong>https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg</strong></p>\n<p><br></p>\n<p>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.</p>\n<p><br></p>\n<p>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.</p>\n<p>https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg</p>\n<p><br></p>\n<p>In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. </p>\n<h1><strong>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. </strong></h1>\n<p>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.</p>\n<p><br></p>\n</html>", + "body_length": 1601, + "cashout_time": "2016-09-22T19:07:36", + "category": "steem", + "children": 0, + "created": "2016-09-15T19:07:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"blokcheyn\",\"news\",\"crypo\",\"bitcoin\"],\"image\":[\"https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg\",\"https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61427097, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-is-blokcheyn", + "post_id": 1257506, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Blokcheyn?", + "title": "What is Blokcheyn?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@forevergala/what-is-blokcheyn" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 12009230, + "rshares": 154323367, + "voter": "sandee" + } + ], + "author": "sandee", + "author_reputation": 12009230, + "beneficiaries": [], + "body": "PCSO Lotto results September 15, 2016:\nSuperlotto 6/49: 31-21-02-25-15-19\nLotto 6/42: 33-07-38-02-42-18\n6D: 2-6-5-4-6-2\n3D: 7-4-0\n2D: 24-09", + "body_length": 139, + "cashout_time": "2016-09-22T19:06:45", + "category": "pcso", + "children": 0, + "created": "2016-09-15T19:06:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"pcso\",\"lotto\",\"swertres\",\"result\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:06:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 154323367, + "parent_author": "", + "parent_permlink": "pcso", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "pcso-lotto-results-september-15-2016-superlotto-6-49-31-21-02-25-15-19-lotto-6-42-33-07-38-02-42-18-6d-2-6-5-4-6-2-3d-7-4-0-2d", + "post_id": 1257502, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "PCSO Lotto results September 15, 2016: Superlotto 6/49: 31-21-02-25-15-19 Lotto 6/42: 33-07-38-02-42-18 6D: 2-6-5-4-6-2 3D: 7-4-0 2D: 24-09", + "title": "PCSO Lotto results September 15, 2016: Superlotto 6/49: 31-21-02-25-15-19 Lotto 6/42: 33-07-38-02-42-18 6D: 2-6-5-4-6-2 3D: 7-4-0 2D: 24-09", + "total_payout_value": "0.000 HBD", + "url": "/pcso/@sandee/pcso-lotto-results-september-15-2016-superlotto-6-49-31-21-02-25-15-19-lotto-6-42-33-07-38-02-42-18-6d-2-6-5-4-6-2-3d-7-4-0-2d" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 21980954327, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 103553440323, + "rshares": 9042934069, + "voter": "imjustsayintho" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 22066178, + "rshares": 52104641, + "voter": "vsmith08162016" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1318433959, + "rshares": 157780341, + "voter": "greencycles" + } + ], + "author": "wpalczynski", + "author_reputation": 4075717838613, + "beneficiaries": [], + "body": "<html>\n<p>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?</p>\n<p>When will government officials start being held responsible for lying and war crimes the western world is committing in the middle east and elsewhere?</p>\n<p>http://www.zerohedge.com/news/2016-09-15/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500</p>\n<p><br></p>\n<p>http://dweaay7e22a7h.cloudfront.net/dr-content_3/uploads/2015/10/shutterstock_271655756-650x360.jpg</p>\n</html>", + "body_length": 608, + "cashout_time": "2016-09-22T19:06:21", + "category": "terrorist", + "children": 1, + "created": "2016-09-15T19:06:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"terrorist\",\"america\",\"warcrimes\",\"syria\",\"iraq\"],\"links\":[\"http://www.zerohedge.com/news/2016-09-15/us-war-terror-has-cost-5-trillion-and-increased-terrorism-6500\"],\"image\":[\"http://dweaay7e22a7h.cloudfront.net/dr-content_3/uploads/2015/10/shutterstock_271655756-650x360.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31432483453, + "parent_author": "", + "parent_permlink": "terrorist", + "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": [], + "root_title": "The US War On Terror Has Cost $5 Trillion And Increased Terrorism By 6,500% - Made the american ruling class very wealthy", + "title": "The US War On Terror Has Cost $5 Trillion And Increased Terrorism By 6,500% - Made the american ruling class very wealthy", + "total_payout_value": "0.000 HBD", + "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": [ + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 230270829, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 12452663543, + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/i6LwJSSBgBM</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T19:05:57", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:05:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"and\",\"steem\"],\"image\":[\"https://img.youtube.com/vi/i6LwJSSBgBM/0.jpg\"],\"links\":[\"https://youtu.be/i6LwJSSBgBM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14780691755, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "Steemit - What is Steem? Should You Invest Some Ether Video", + "title": "Steemit - What is Steem? Should You Invest Some Ether Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-what-is-steem-should-you-invest-some-ether-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 103553440323, + "rshares": 9223792750, + "voter": "imjustsayintho" + } + ], + "author": "imjustsayintho", + "author_reputation": 103553440323, + "beneficiaries": [], + "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<center>  </center>\n\nWatch this film. \n\n[--IJST](https://steemit.com/@imjustsayintho/)", + "body_length": 2371, + "cashout_time": "2016-09-22T19:05:30", + "category": "opinion", + "children": 1, + "created": "2016-09-15T19:05:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"opinion\",\"snowden\",\"government\",\"nsa\",\"signal\"],\"image\":[\"https://i.gyazo.com/e61df2c9f69db5c5c8c318fbffdcf577.jpg\"],\"links\":[\"https://steemit.com/@imjustsayintho/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9223792750, + "parent_author": "", + "parent_permlink": "opinion", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "snowden-live-quote-from-ed-snowden", + "post_id": 1257488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Snowden Live - Quote from Ed Snowden", + "title": "Snowden Live - Quote from Ed Snowden", + "total_payout_value": "0.000 HBD", + "url": "/opinion/@imjustsayintho/snowden-live-quote-from-ed-snowden" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 77132612396, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 2012742263000, + "rshares": 2968616397, + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 108412302232, + "rshares": 171200715, + "voter": "robyneggs" + } + ], + "author": "robyneggs", + "author_reputation": 108412302232, + "beneficiaries": [], + "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\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\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\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", + "body_length": 8730, + "cashout_time": "2016-09-22T19:05:24", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"life\",\"macro-economics\",\"business\"],\"users\":[\"robyneggs\",\"thelord\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:05:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 80272429508, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "An economic slowdown and the \"deepening\" of our human capital; how steemit can be our salvation", + "title": "An economic slowdown and the \"deepening\" of our human capital; how steemit can be our salvation", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@robyneggs/an-economic-slowdown-and-the-deepening-of-our-human-capital-how-steemit-can-be-our-salvation" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231813239369, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2059078537865, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884777244, + "voter": "yefet" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 468281676, + "voter": "paco-steem" + }, + { + "percent": "9900", + "reputation": 376960001789, + "rshares": 5641725632, + "voter": "spaninv" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061302586, + "voter": "murh" + }, + { + "percent": "9900", + "reputation": 0, + "rshares": 365370465, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 59061302314, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 6682163970142, + "rshares": 11709563991, + "voter": "anasya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 1855825, + "rshares": 1005566128, + "voter": "danielkt" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209545151, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 7946872448, + "voter": "smolalit" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204619400604, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267415955, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 2960764853, + "voter": "dmilash" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734213651, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 23400232, + "rshares": 63847571, + "voter": "rpo" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2118152083, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 83629253317, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1773444711, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "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": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "lehard", + "author_reputation": 19449097565894, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgur.com/jeelDxs.jpg</p>\n<p>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.</p>\n<p>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.</p>\n<p>https://www.youtube.com/watch?v=prqaZ97DX9k</p>\n</html>", + "body_length": 420, + "cashout_time": "2016-09-22T19:05:24", + "category": "video", + "children": 0, + "created": "2016-09-15T19:05:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"video\"],\"image\":[\"http://i.imgur.com/jeelDxs.jpg\",\"https://img.youtube.com/vi/prqaZ97DX9k/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=prqaZ97DX9k\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2727719889737, + "parent_author": "", + "parent_permlink": "video", + "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": [], + "root_title": "Amazing Color Correction video. Before and after [My original work]", + "title": "Amazing Color Correction video. Before and after [My original work]", + "total_payout_value": "0.000 HBD", + "url": "/video/@lehard/amazing-color-correction-video-before-and-after-the-my-original-work" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 29174698761, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 5547303988, + "rshares": 119924160, + "voter": "timendainum" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1223969387, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4366979846, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9868091435, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 768451347973, + "rshares": 849594350, + "voter": "jbaker585" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 3983913956, + "voter": "michelle.gent" + } + ], + "author": "dwinblood", + "author_reputation": 19168905436557, + "beneficiaries": [], + "body": "<img src=\"http://i.imgur.com/VuVQsID.jpg\"/>\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<h1>What do I mean by hijacking?</h1>\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 <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-the-study-based-battle-for-control-of-our-minds\">[Terrorist, Piracy]</a>, <a href=\"https://steemit.com/politics/@dwinblood/word-hijacking-2-0-just-who-is-a-traitor-what-is-treason\">[Traitor]</a>, <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-3-0-anarchy-climate-change-occult-conspiracy-theory\">[Anarchy, Climate Change, Occult, and Conspiracy Theory]</a>. In those cases I explained some possible motives for the hijacking in the <a href=\"https://steemit.com/philosophy/@dwinblood/word-hijacking-the-study-based-battle-for-control-of-our-minds\">first word hijacking</a> 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<img src=\"https://media.giphy.com/media/DJHLI7Bfi1Vpm/giphy.gif\"/>\n*Source: giphy.com*\n<h1>Organic</h1>\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<img src=\"http://i.imgur.com/iS0xCfP.png\"/>\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<img src=\"http://i.imgur.com/ySHBg1c.png\"/>\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<img src=\"https://media.giphy.com/media/xTiTnK80JHV0fgDZzG/giphy.gif\"/>\n*Source: giphy.com*\n<h1>GMO</h1>\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\n<b>Popped Secret: The Mysterious Origin of Corn</b>\nhttps://www.youtube.com/watch?v=mBuYUb_mFXA\n\n<b>The surprising history of bananas in under 2 minutes</b>\nhttps://www.youtube.com/watch?v=SpAHPXNhAwk\n\n<b>And Man Created Dog</b>\nhttps://www.youtube.com/watch?v=GFzbBVMR8zA\n\n<img src=\"https://media.giphy.com/media/98pZs1ZVaWb1C/giphy.gif\"/>\n*Source: giphy.com*\n<h1>Troll</h1>\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<img src=\"https://media0.giphy.com/media/3oEduGzkdvam26MrXG/200w.gif\"/>\n*Source: giphy.com*\n<h1>Hijacking</h1>\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.", + "body_length": 8156, + "cashout_time": "2016-09-22T19:05:09", + "category": "philosophy", + "children": 1, + "created": "2016-09-15T19:05:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"philosophy\",\"politics\",\"organic\",\"gmo\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:12:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61346069875, + "parent_author": "", + "parent_permlink": "philosophy", + "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": [], + "root_title": "Word Hijacking 4.0: - Thanks to my friends in slack the words today are ORGANIC, GMO, TROLL and HIJACKING", + "title": "Word Hijacking 4.0: - Thanks to my friends in slack the words today are ORGANIC, GMO, TROLL and HIJACKING", + "total_payout_value": "0.000 HBD", + "url": "/philosophy/@dwinblood/word-hijacking-4-0-thanks-to-my-friends-in-slack-the-words-today-are-organic-gmo-troll-and-hijacking" + }, + { + "active_votes": [ + { + "percent": "1200", + "reputation": 145171381514207, + "rshares": 3337701573126, + "voter": "dantheman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 314229959204, + "rshares": 16825894924, + "voter": "jamesbrown" + }, + { + "percent": "10000", + "reputation": 2596072693, + "rshares": 64167195, + "voter": "statman" + }, + { + "percent": "10000", + "reputation": 258644544, + "rshares": 60326971, + "voter": "bitcoingiveaway" + }, + { + "percent": "10000", + "reputation": 1505238830807, + "rshares": 1701524453, + "voter": "linzo" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1773444711, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 52501434498, + "rshares": 139337929, + "voter": "feelinggood" + }, + { + "percent": "10000", + "reputation": -588986492243, + "rshares": 136316357, + "voter": "thedevil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138233639, + "voter": "thetruthhurts" + }, + { + "percent": "10000", + "reputation": 2347607, + "rshares": 138227134, + "voter": "tupacisback" + } + ], + "author": "feelinggood", + "author_reputation": 52501434498, + "beneficiaries": [], + "body": "# Why, Hello There, World\n\nHi, my name is James Brown and I'm what some like to call a \"health-nut\". \n\n# Here's My Typical Day\n\n* I get 9 to 10 hours of sleep every night. \n* I stretch and give myself messages with various self-massage tools for 45 minutes to an hour.\n* I drink at least 2 gallons of purified water.\n* I jump rope for 30 minutes on an anti-fatigue mat, 6 days a week.\n* I follow-up skipping rope with 5 to 10 minutes of push-ups, followed by another 5 to 10 minutes of bent-over underhand rows. I do these together in order to give my body a balance of \"push\" and \"pull\" on my muscles, seeing to it that adding muscle doesn't pull my posture forward or backward.\n* I jog outside, in beautiful nature trails, for anywhere from 30 minutes to 4 hours, 3 to 6 times per week.\n* I do a heavy-lifting routine with barbells and dumbbells for 1 to 1.5 hours, 2 to 3 days per week.\n* I do a Pilates, core workout, routine for 45 minutes to an hour, 3 to 4 days per week.\n* I eat A LOT of greens, fruits, beans, nuts and seeds.\n* I especially eat lots of hemp seed (hearts), oatmeal, and organic peanut butter (heavy protein) - usually all mixed together. It tastes heavenly :)\n* I meditate for 20 to 30 minutes in the morning and sometimes for another 15 to 20 minutes before I go to sleep at night.\n\nI do these things routinely and I LOVE doing it. I feel great! I feel healthy, vital, strong, flexible, calm and relaxed. My mind is clear and focused on my goals and the people whom I love. I'm happy and healthy physically, psychologically, and socially. Everything is good :)\n \n# My Goal Here On Steemit..\n\n...is to share some of my health-tips and personal techniques that I've used to make it easy and painless to develop healthier habits. I plan to share some of the tools I use to loosen up my body, making it feel wonderful and bringing all the \"life\" to the muscles that they need in order to get the most out of stretching and exercising them. I'll go through how I approach exercise and weight-lifting. I'll share my secrets on how to build a strong and flexible body in a way that's fun and effective. I'll touch base on my diet approach and even share some delicious and nutritious recipes.\n\n# Keep Your Eyes Peeled\n\nI'll be around @feelinggood. Throw me an up-vote and a follow if you like where I'm going with this.\n\nI'm so excited to share my secrets to healthy and happy living :)\n\n# Peace.\n\n<center><img src=\"http://quotes.greet2k.com/image-code/health-3.jpg\"></center><br>\n<center><([source image](http://quotes.greet2k.com/image-code/health-3.jpg))></center>", + "body_length": 2600, + "cashout_time": "2016-09-22T19:04:18", + "category": "health", + "children": 1, + "created": "2016-09-15T19:04:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"life\",\"healthy\",\"eating\",\"living\"],\"users\":[\"feelinggood\"],\"image\":[\"http://quotes.greet2k.com/image-code/health-3.jpg\"],\"links\":[\"http://quotes.greet2k.com/image-code/health-3.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3360228124678, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "1.353 HBD", + "percent_hbd": 10000, + "permlink": "life-is-all-about-being-healthy-feeling-good-and-spreading-happiness-and-well-being", + "post_id": 1257469, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Life is All About Being Healthy, Feeling Good, and Spreading Happiness and Well-Being!", + "title": "Life is All About Being Healthy, Feeling Good, and Spreading Happiness and Well-Being!", + "total_payout_value": "0.000 HBD", + "url": "/health/@feelinggood/life-is-all-about-being-healthy-feeling-good-and-spreading-happiness-and-well-being" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 4931834878069, + "rshares": 503970587, + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 5414208804644, + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "100", + "reputation": 598181152117, + "rshares": 5342866379, + "voter": "kimziv" + }, + { + "percent": "100", + "reputation": 19111656178138, + "rshares": 2460297505, + "voter": "furion" + }, + { + "percent": "100", + "reputation": 782596410473, + "rshares": 116544591, + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 10519849768972, + "rshares": 408706835, + "voter": "positive" + }, + { + "percent": "100", + "reputation": 17698439393799, + "rshares": 902920974, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3276506793, + "voter": "sulev" + }, + { + "percent": "100", + "reputation": 10771708337101, + "rshares": 31930537676, + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 18027204457681, + "rshares": 1332539475, + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 5776723480371, + "rshares": 6481343102, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 23400232, + "rshares": 63847571, + "voter": "rpo" + }, + { + "percent": "100", + "reputation": 206355094166, + "rshares": 242331170, + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 97845484474, + "rshares": 1431774250, + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 3016325652890, + "rshares": 3581211307, + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 6111268639849, + "rshares": 161721174, + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 1851205309677, + "rshares": 111957361, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1223969387, + "voter": "future24" + }, + { + "percent": "100", + "reputation": 4195733833721, + "rshares": 225687011, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "anduweb", + "author_reputation": 7687950954082, + "beneficiaries": [], + "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<center>http://i.imgur.com/p8Jufok.jpg</center>", + "body_length": 264, + "cashout_time": "2016-09-22T19:03:30", + "category": "decent", + "children": 0, + "created": "2016-09-15T19:03:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"decent\",\"twitter\",\"scam\",\"\"],\"image\":[\"http://i.imgur.com/p8Jufok.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:03:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61749928350, + "parent_author": "", + "parent_permlink": "decent", + "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": [], + "root_title": "The SurveyMonkey scammer is back on Twitter - now for DECENT", + "title": "The SurveyMonkey scammer is back on Twitter - now for DECENT", + "total_payout_value": "0.000 HBD", + "url": "/decent/@anduweb/the-surveymonkey-scammer-is-back-now-for-decent" + }, + { + "active_votes": [ + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12064022115, + "voter": "primus" + }, + { + "percent": "-10000", + "reputation": 3709071791, + "rshares": -102855934, + "voter": "cheetah20" + }, + { + "percent": "-10000", + "reputation": 818760131, + "rshares": -171631587, + "voter": "cheetah15" + }, + { + "percent": "-10000", + "reputation": 856899095, + "rshares": -101859018, + "voter": "cheetah16" + }, + { + "percent": "-10000", + "reputation": 831495901, + "rshares": -101857729, + "voter": "cheetah17" + }, + { + "percent": "-10000", + "reputation": 831460002, + "rshares": -101760456, + "voter": "cheetah18" + }, + { + "percent": "-10000", + "reputation": 55522787, + "rshares": -123906339, + "voter": "cheetah19" + }, + { + "percent": "-10000", + "reputation": 59371692, + "rshares": -101135204, + "voter": "cheetah21" + }, + { + "percent": "10000", + "reputation": 22066178, + "rshares": 53146733, + "voter": "vsmith08162016" + } + ], + "author": "machinelearning", + "author_reputation": 1250045783942, + "beneficiaries": [], + "body": "Please do not upvote.", + "body_length": 21, + "cashout_time": "2016-09-22T19:02:18", + "category": "test", + "children": 1, + "created": "2016-09-15T19:02:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"test\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:02:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 12373472377, + "parent_author": "", + "parent_permlink": "test", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "test", + "post_id": 1257447, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Test", + "title": "Test", + "total_payout_value": "0.000 HBD", + "url": "/test/@machinelearning/test" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 25062349105, + "rshares": 66885815, + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 678509864471, + "rshares": 453506109, + "voter": "witchcraftblog" + } + ], + "author": "witchcraftblog", + "author_reputation": 678509864471, + "beneficiaries": [], + "body": "<html>\n<p> 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 :).</p>\n<p> 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.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/9b/OCNpU4gQRx0.jpg\" width=\"602\" height=\"389\"/></p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/94/EzJAJcbbqcE.jpg\" width=\"384\" height=\"414\"/></p>\n<p>So what do you think?</p>\n<p>Now, lets return to my basilicum. I decided to plant purple basil at home because:</p>\n<p> 1. I love to see how plants are growing; </p>\n<p>2. I like the taste and flawour of basil;</p>\n<p>3. basil is not only a delicious condiment, it has so many more useful properties; </p>\n<p>4. growing basil at home is cheaper than buying it in a supermarket in winter; </p>\n<p>5. basil just looks beautiful.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/ac/26h6wvaCyKE.jpg\" width=\"320\" height=\"240\"/> <img src=\"https://pp.vk.me/c836531/v836531195/b3/9PkkuC3hnNE.jpg\" width=\"320\" height=\"240\"/></p>\n<p>this photos were made by me 2 years ago in my garden.</p>\n<p>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.</p>\n<p>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.</p>\n<p>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. </p>\n<p><br></p>\n<p>Now, a simple plan, how to plant basil:</p>\n<p>you'll need: soil, flower pot, spoon (or something like that), water, seeds.</p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/ba/uFpyFu5zp0I.jpg\" width=\"400\" height=\"259\"/> <img src=\"https://pp.vk.me/c836531/v836531195/c1/PzwWU0v31HI.jpg\" width=\"320\" height=\"259\"/> </p>\n<p> <img src=\"https://pp.vk.me/c836531/v836531195/c8/7fKXPqtl0Mc.jpg\" width=\"325\" height=\"259\"/> <img src=\"https://pp.vk.me/c836531/v836531195/32/mhEkv77lnO8.jpg\" width=\"272\" height=\"259\"/></p>\n<p><br></p>\n<p>put soil in to the flower pot</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/47/xLfbxm1Uo5w.jpg\" width=\"366\" height=\"259\"/></p>\n<p> tamp the soil with spoon </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/4e/KUGmIripXzs.jpg\" width=\"461\" height=\"259\"/></p>\n<p> pour the ground and make holes of 1.5-2 cm deep in it </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/55/GBsJg9nsoTY.jpg\" width=\"461\" height=\"259\"/></p>\n<p>I did it with the spoon</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/5c/VOOIptBr2aQ.jpg\" width=\"461\" height=\"259\"/></p>\n<p>put the seeds in to the soil</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/63/MgcHM4ifZ8I.jpg\" width=\"413\" height=\"259\"/></p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/71/LCC4d_P_PuM.jpg\" width=\"385\" height=\"372\"/></p>\n<p> close the holes with the soil</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/78/dsBEWxUSKGM.jpg\" width=\"414\" height=\"259\"/></p>\n<p>put the flowerpot on the sunny window</p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/86/G8xTEIi0Y3I.jpg\" width=\"461\" height=\"259\"/></p>\n<p> 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.</p>\n<p><br></p>\n<p> If you like my post don`t forget to follow and upvote ;) </p>\n<p><img src=\"https://pp.vk.me/c836531/v836531195/8d/H5D-WzJEIQc.jpg\" width=\"392\" height=\"233\"/></p>\n<p>Sincerely yours <a href=\"https://steemit.com/@witchcraftblog\">@witchcraftblog</a> </p>\n<p><br></p>\n</html>", + "body_length": 4825, + "cashout_time": "2016-09-22T19:01:21", + "category": "gardening", + "children": 0, + "created": "2016-09-15T19:01:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gardening\",\"steemart\",\"health\",\"life\",\"herbs\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:01:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 694456196, + "parent_author": "", + "parent_permlink": "gardening", + "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": [], + "root_title": "Basil planting and my spontaneous STEEMART. Full moon is watching me :)", + "title": "Basil planting and my spontaneous STEEMART. Full moon is watching me :)", + "total_payout_value": "0.000 HBD", + "url": "/gardening/@witchcraftblog/basil-planting-and-my-spontaneous-steemart-full-moon-is-watching-me" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231813191302, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4287714457313, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1856068812916, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2006601418874, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1239194317889, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2059078537865, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22391933607, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1491294220946, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452882692801, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 621040278295, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120621212590, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 448236514656, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927535677, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4839155280, + "voter": "sakr" + }, + { + "percent": "4000", + "reputation": 2165622245848, + "rshares": 10884745702, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 481790356914, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536625837, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14818418390, + "voter": "gregory-f" + }, + { + "percent": "781", + "reputation": 12382143533351, + "rshares": 59932650184, + "voter": "eeks" + }, + { + "percent": "6900", + "reputation": 4931834878069, + "rshares": 17134999985, + "voter": "fkn" + }, + { + "percent": "6900", + "reputation": 5414208804644, + "rshares": 22522887261, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106636079470, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061302586, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 426343346149, + "rshares": 6086022456, + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003404389, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 58190613755, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3848697023555, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 87300558689, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 1205917850073, + "rshares": 19598687179, + "voter": "ziv" + }, + { + "percent": "10000", + "reputation": 1227825343197, + "rshares": 15787747831, + "voter": "zakharya" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 118358806572, + "voter": "geoffrey" + }, + { + "percent": "6900", + "reputation": 598181152117, + "rshares": 144257392248, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45359587433, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "6900", + "reputation": 19111656178138, + "rshares": 81189817686, + "voter": "furion" + }, + { + "percent": "6900", + "reputation": 3891722, + "rshares": 401329727, + "voter": "barbara2" + }, + { + "percent": "6900", + "reputation": 9142611234, + "rshares": 446072819, + "voter": "ch0c0latechip" + }, + { + "percent": "6900", + "reputation": 3871042, + "rshares": 412844681, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 719807689, + "rshares": 245479785, + "voter": "tasman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13847065167, + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209545151, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 46859749971, + "voter": "milestone" + }, + { + "percent": "6900", + "reputation": 782596410473, + "rshares": 3146703967, + "voter": "poseidon" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204618886920, + "voter": "jl777" + }, + { + "percent": "6900", + "reputation": 10519849768972, + "rshares": 13896032408, + "voter": "positive" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267376002, + "voter": "proto" + }, + { + "percent": "6900", + "reputation": 17698439393799, + "rshares": 23475945343, + "voter": "sisterholics" + }, + { + "percent": "6900", + "reputation": 147425730, + "rshares": 467869290, + "voter": "fnait" + }, + { + "percent": "6900", + "reputation": 3720753029, + "rshares": 415655812, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 27855371709889, + "rshares": 69137816305, + "voter": "healthyrecipes" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3354060704, + "voter": "glitterpig" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734213651, + "voter": "taker" + }, + { + "percent": "6900", + "reputation": 10771708337101, + "rshares": 830193979600, + "voter": "laonie" + }, + { + "percent": "6900", + "reputation": 18027204457681, + "rshares": 29315868452, + "voter": "myfirst" + }, + { + "percent": "6900", + "reputation": 5776723480371, + "rshares": 168514920676, + "voter": "somebody" + }, + { + "percent": "6900", + "reputation": 206355094166, + "rshares": 6542941609, + "voter": "flysaga" + }, + { + "percent": "781", + "reputation": 1751717743, + "rshares": 1667777098, + "voter": "gmurph" + }, + { + "percent": "6900", + "reputation": 97845484474, + "rshares": 37226130506, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "percent": "6900", + "reputation": 3016325652890, + "rshares": 93111494000, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 20690393698, + "voter": "jphamer1" + }, + { + "percent": "6900", + "reputation": 6111268639849, + "rshares": 4689914056, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 99935909954, + "voter": "joele" + }, + { + "percent": "6900", + "reputation": 1851205309677, + "rshares": 3022848762, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2076619689, + "voter": "natalymaty" + }, + { + "percent": "6900", + "reputation": 4195733833721, + "rshares": 6093549297, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 91520297334, + "voter": "miacats" + }, + { + "percent": "6900", + "reputation": 730408370151, + "rshares": 399007122, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2923096249, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 4441060568, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 53146015442, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 53134467783, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1317649856, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5753585781, + "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": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51240567, + "voter": "billkappa442" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51235131, + "voter": "glassheart" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 1233715718, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50871059, + "voter": "motion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50570250, + "voter": "ziggo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50565798, + "voter": "penthouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50349676, + "voter": "albertheijn" + }, + { + "percent": "10000", + "reputation": 1663398753211, + "rshares": 2291193388, + "voter": "ayim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160973134, + "voter": "gravity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156837244, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156814579, + "voter": "haribo" + }, + { + "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": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159164412, + "voter": "disneypixar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155433319, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158486055, + "voter": "zendesk" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 71727340, + "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": 1822578972, + "rshares": 153804957, + "voter": "alexandrapop" + } + ], + "author": "healthyrecipes", + "author_reputation": 27855371709889, + "beneficiaries": [], + "body": "<html>\n<p> 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. </p>\n<p>For chicken:</p>\n<ul>\n <li>1lb chicken breast</li>\n <li>1 tsp ancho chili</li>\n <li>1 tbs olive oil</li>\n <li>1 lime (juice and zest)</li>\n <li>1 tsp minced garlic</li>\n</ul>\n<p>For squash:</p>\n<ul>\n <li>1 spaghetti squash (cut in half length wise and seeds removed)</li>\n <li>1 tsp olive oil</li>\n <li>salt and pepper to taste</li>\n</ul>\n<p>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!</p>\n<p>https://puu.sh/rcmnK/c059def2e0.png</p>\n</html>", + "body_length": 1424, + "cashout_time": "2016-09-22T19:01:15", + "category": "healthyliving", + "children": 3, + "created": "2016-09-15T19:01:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"healthyliving\",\"dinner\",\"squash\",\"recipes\"],\"image\":[\"https://puu.sh/rcmnK/c059def2e0.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:01:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24948140852996, + "parent_author": "", + "parent_permlink": "healthyliving", + "pending_payout_value": "39.722 HBD", + "percent_hbd": 10000, + "permlink": "spaghetti-squash-burrito-bowl", + "post_id": 1257434, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Spaghetti Squash 'Burrito' Bowl", + "title": "Spaghetti Squash 'Burrito' Bowl", + "total_payout_value": "0.000 HBD", + "url": "/healthyliving/@healthyrecipes/spaghetti-squash-burrito-bowl" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 153995877, + "voter": "steefranci" + }, + { + "percent": "10000", + "reputation": 4800311, + "rshares": 153224110, + "voter": "sasharaven" + } + ], + "author": "sasharaven", + "author_reputation": 4800311, + "beneficiaries": [], + "body": "Life is killing you.\nYou wish never to be born.\nYou don't remember,\nwaiting somewhere,\nhaving wished to be born at all.\nYou tried in vain to warn them,\nbut you were conceived with passion.\nDo not condemn them!\nThey couldn't hear you -\nthey, too, were conceived involuntarily -\nby those who couldn't hear them.\nAs soon as you entered the world -\nyou cried out in pain and disappointment!\nYet you were given anything but consolation.\nSelfish joy attended your birth.\nAnother baby born, helpless and wretched,\nto be sacrificed to the grim reaper.", + "body_length": 543, + "cashout_time": "2016-09-22T19:00:45", + "category": "poetry", + "children": 0, + "created": "2016-09-15T19:00:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"poetry\",\"sasharaven\",\"sasharavenmusic\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:00:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 307219987, + "parent_author": "", + "parent_permlink": "poetry", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "x-y-z-4th-dimension", + "post_id": 1257428, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "X - Y - Z - 4TH DIMENSION", + "title": "X - Y - Z - 4TH DIMENSION", + "total_payout_value": "0.000 HBD", + "url": "/poetry/@sasharaven/x-y-z-4th-dimension" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134606131320, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14763294144, + "voter": "nippel66" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10729009089, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 369718962, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1223969387, + "voter": "future24" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6655075357, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 83487539, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "nippel66", + "author_reputation": 3033861094190, + "beneficiaries": [], + "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", + "body_length": 228, + "cashout_time": "2016-09-22T18:59:24", + "category": "steemit", + "children": 4, + "created": "2016-09-15T18:59:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"nippel66\"],\"image\":[\"https://s15.postimg.org/4n75f6bcr/paymeesteempower.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:00:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4176408007811, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "Pay me 100% in Steem Power. When submit a story!", + "title": "Pay me 100% in Steem Power. When submit a story!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@nippel66/pay-me-100-in-steem-power-when-submit-a-story" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 23772657642279, + "rshares": 92097237828, + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 150351784, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 475920141542, + "rshares": 377113341, + "voter": "riosparada" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 81850529, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + } + ], + "author": "trevonjb", + "author_reputation": 23772657642279, + "beneficiaries": [], + "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", + "body_length": 188, + "cashout_time": "2016-09-22T18:59:06", + "category": "trevonjb", + "children": 0, + "created": "2016-09-15T18:59:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"trevonjb\"],\"image\":[\"https://img.youtube.com/vi/9yqH7iGSdic/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=9yqH7iGSdic\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:59:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 92880617754, + "parent_author": "", + "parent_permlink": "trevonjb", + "pending_payout_value": "0.020 HBD", + "percent_hbd": 10000, + "permlink": "eating-a-7-month-old-cinnabun", + "post_id": 1257411, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Eating a 7 Month Old Cinnabun!", + "title": "Eating a 7 Month Old Cinnabun!", + "total_payout_value": "0.000 HBD", + "url": "/trevonjb/@trevonjb/eating-a-7-month-old-cinnabun" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134627828281, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5047527838, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 850076768507, + "rshares": 122162400756, + "voter": "joshbreslauer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3157847929, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 1282974860, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 81850529, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 61292139, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 584475717, + "rshares": 68608760, + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 124085673, + "voter": "bleujay" + }, + { + "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": 0, + "rshares": 126595034, + "voter": "toddemaher1" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/Sg2TbYabhqQ</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T18:58:12", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:58:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://img.youtube.com/vi/Sg2TbYabhqQ/0.jpg\"],\"links\":[\"https://youtu.be/Sg2TbYabhqQ\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:58:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4271982026148, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "How Does Steemit Work Steemit Blogging Basics and Advanced Training Video", + "title": "How Does Steemit Work Steemit Blogging Basics and Advanced Training Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/how-does-steemit-work-steemit-blogging-basics-and-advanced-training-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 258619590, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 10330265843, + "rshares": 63535942, + "voter": "cassidy1" + }, + { + "percent": "10000", + "reputation": 1005947450655, + "rshares": 1284606912, + "voter": "stevescoins" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 81850529, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3135333121, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 124085673, + "voter": "bleujay" + } + ], + "author": "stevescoins", + "author_reputation": 1005947450655, + "beneficiaries": [], + "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", + "body_length": 1659, + "cashout_time": "2016-09-22T18:57:27", + "category": "gridcoin", + "children": 0, + "created": "2016-09-15T18:57:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gridcoin\",\"beyondbitcoin\",\"cryptocurency\",\"boinc\",\"altcoin\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:57:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5146735833, + "parent_author": "", + "parent_permlink": "gridcoin", + "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": [], + "root_title": "Recruiting New AltMiners for Gridcoin, Staking Giveaway for First 5 To Create Wallet and Post", + "title": "Recruiting New AltMiners for Gridcoin, Staking Giveaway for First 5 To Create Wallet and Post", + "total_payout_value": "0.000 HBD", + "url": "/gridcoin/@stevescoins/recruiting-new-altminers-for-gridcoin-staking-giveaway-for-first-5-to-create-wallet-and-post" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1708263839, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 14763351827, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10419645487, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1208491149, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 118331751, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3475969893, + "rshares": 52129459, + "voter": "gumer" + }, + { + "percent": "10000", + "reputation": -51054311313, + "rshares": 64399060, + "voter": "lenar02" + }, + { + "percent": "10000", + "reputation": 9435110250, + "rshares": 58725839, + "voter": "hamer" + }, + { + "percent": "10000", + "reputation": -11438325258, + "rshares": 55074731, + "voter": "karina00" + }, + { + "percent": "10000", + "reputation": -11729617906, + "rshares": 54982319, + "voter": "sona" + }, + { + "percent": "10000", + "reputation": -10783738, + "rshares": 54971933, + "voter": "saha" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 2201700765, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": -32546858309, + "rshares": 54957779, + "voter": "kam1" + }, + { + "percent": "10000", + "reputation": 93371797672, + "rshares": 80213518, + "voter": "zodiac" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123221500, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3135333121, + "voter": "zaitsevalesyaa" + } + ], + "author": "ola1", + "author_reputation": 1502200909130, + "beneficiaries": [], + "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!", + "body_length": 3843, + "cashout_time": "2016-09-22T18:57:18", + "category": "tours", + "children": 2, + "created": "2016-09-15T18:57:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tours\",\"photography\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:10:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4170161089268, + "parent_author": "", + "parent_permlink": "tours", + "pending_payout_value": "1.868 HBD", + "percent_hbd": 10000, + "permlink": "soledar-salt-mines", + "post_id": 1257390, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Salt mines.", + "title": "Salt mines.", + "total_payout_value": "0.000 HBD", + "url": "/tours/@ola1/soledar-salt-mines" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "2000", + "reputation": 988942038058, + "rshares": 10729017501, + "voter": "gomeravibz" + }, + { + "percent": "2000", + "reputation": 11490547563070, + "rshares": 6655080164, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 25803661875, + "rshares": 76492342, + "voter": "ancientofdays" + }, + { + "percent": "10000", + "reputation": 95142610, + "rshares": 50060597, + "voter": "roswellrockman" + } + ], + "author": "ancientofdays", + "author_reputation": 25803661875, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://dc95wa4w5yhv.cloudfront.net/image-cache/the-mark-of-the-beast_640_426_80_c1.jpg\" width=\"640\" height=\"426\"/><br>\nImage Source & External Article - http://lifehopeandtruth.com/prophecy/revelation/mark-of-the-beast/</p>\n<p>Just recently here in <a href=\"http://www.AlienStranger.com\">Roswell NM (where I live, yes)</a> I was telling a <a href=\"http://www.ancientsofdays.net\">shop owner</a> about Steem and Steemit, and he made the comment that he thought it sounded like \"...one more step towards the Mark of The Beast\"...</p>\n<blockquote><em><strong>\"...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...\"<br>\n - Revelation Chapter 13 (</strong></em><a href=\"https://www.biblegateway.com/passage/?search=Revelation+13&version=KJV\"><em><strong>Full Chapter</strong></em></a><em><strong>)</strong></em></blockquote>\n<h3>Yes Virginia... I hate to break it to you, but digital currency IS indeed \"<em>one more step towards the mark of the beast</em>\" - <em>and we all know it. </em></h3>\n<p>Let's just get that out of the way now. But fear not, this is NOT a<em> paranoid religious</em> post warning people about the eternal dangers of joining Steemit, nor of using digital currency in general however. This is just a hopefully<em> rational religious</em> post (inspired by <a href=\"https://cointelegraph.com/news/4-reasons-why-your-nation-will-kill-cash-for-a-digital-currency\">a secular article</a>) meant to<em> stem paranoid fear</em> (amongst Christians mainly) of utilizing Steemit specifically, and digital currency in general. Which I will get back to in just a second...</p>\n<p>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). </p>\n<p>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!</p>\n<p><img src=\"https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-0/s526x395/14358900_10154412654816605_8330352735442203600_n.jpg?oh=e2a53091d31ad716798686aec3f7bef0&oe=586CF056\" width=\"305\" height=\"395\"/><br>\nImage Source & External Article: http://www.evangelicaloutreach.org/markbeast.htm</p>\n<p> (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)...</p>\n<h3>Anyways...</h3>\n<h3>As I told my friend Don (who DID join Steemit @roswellrockman ) \"So is your debit card!\"</h3>\n<p><strong>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. </strong></p>\n<p>(Altho I will note respectfully that The American Amish community feels differently - see the link below these next images.)</p>\n<h3>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</h3>\n<p><img src=\"http://www.whatdoesitmean.com/wmb2.jpg\"/><br>\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. </p>\n<p><img src=\"http://www.whatdoesitmean.com/wmb3.jpg\"/><img src=\"http://www.whatdoesitmean.com/wmb4.jpg\"/><br>\nAll 3 Images above & External Article: http://www.whatdoesitmean.com/index1392.htm</p>\n<p>\"Radio Frequency ID chips\" (see <a href=\"https://en.wikipedia.org/wiki/Radio-frequency_identification\">Wikipedia article</a>) 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! </p>\n<p>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? </p>\n<p>Absolutely!</p>\n<p>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.</p>\n<p>Folks I am no stranger to this belief. I first penned the words myself way back in 1997 (in my original webpage and book <a href=\"http://amzn.to/1Ueug63\"><strong>\"Come Sail Away : UFO Phenomenon & The Bible\"</strong></a>- << Amazon link to 2105 version) in the section I titled \"Genesis 6 to 666\"</p>\n<p><strong>\"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.</strong><br>\n<br>\n\"<strong>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</strong><br>\n<br>\n\"<strong>Yup, you\u2019d need all that\u2026</strong><br>\n<br>\n\"<strong>Get that in place and you\u2019re ready to go...\" </strong></p>\n<p><img src=\"http://www.alienstranger.com/seekye1//CSAcover.jpg\"/><br>\n(Original 1997 cover, now out of print - <a href=\"http://amzn.to/1Ueug63\">2015 version available on Amazon here</a>)</p>\n<h3>So getting to my main point - finally...</h3>\n<p>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.</p>\n<p>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...</p>\n<p>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...</p>\n<p>See what I mean? </p>\n<p>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.\"</p>\n<p>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...</p>\n<p>(<em><strong>EXCEPT IT MUST BE NOTED</strong></em> 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. </p>\n<p>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...</p>\n<p>So there.) </p>\n<p>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.</p>\n<p>In fact, it was seeing this article today published by The Coin Telegraph </p>\n<p><img src=\"https://cointelegraph.com/images/725_Ly9jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8zYjkxMjBiMjg3YTRmZDJjZjE5MTcyZDk0ZDBhOGQzOC5qcGc=.jpg\" width=\"725\" height=\"483\"/><br>\n<a href=\"https://cointelegraph.com/news/4-reasons-why-your-nation-will-kill-cash-for-a-digital-currency\"><strong>4 Reasons Why Your Nation Will Kill Cash For A Digital Currency</strong></a></p>\n<p>that inspired me to drop everything and write this particular article. </p>\n<p>The Coin Telegraph wonderfully details how national interests (Satanic, New World Order interests, for our purposes here) <em>probably will in fact adopt a digital currency of their own</em> 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.</p>\n<p>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.</p>\n<p>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. </p>\n<p>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. </p>\n<p>The Bible clearly instructs and solemnly warns all to not accept the Mark of the Beast, <em><strong>when it finally comes</strong></em> in the form of <em><strong>a mark on your hand or forehead that cannot buy or sell without</strong></em> receiving. Abstaining from \"the steps\" has proven impractical, unavoidable (again, except to the Amish), and ultimately not directly commanded in scripture.<br>\n <br>\n===============<br>\nTwo things in closing:<br>\n#1) Here's one more lengthy scripture-packed article on <a href=\"http://www.av1611.org/666/biochip.html\"><strong>Biochips & TMOTB</strong></a> I'll recommend if you're unlearned about the whole topic...<br>\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. </p>\n<p>I bring all of this up in THIS article, only to announce here that:</p>\n<p>My non-profit \"<a href=\"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\"><strong>Roswell Mission</strong></a>\" will be accepting Steem for conference registrations (follow for details) and that<br>\n<em><strong>UP-FRONT VIP SEATING goes to those who pay VIA STEEMIT!</strong></em></p>\n</html>", + "body_length": 13178, + "cashout_time": "2016-09-22T18:57:12", + "category": "money", + "children": 2, + "created": "2016-09-15T18:57:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"religion\",\"steem\",\"beyondbitcoin\",\"christianity\"],\"users\":[\"roswellrockman\",\"ancientofdays\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:41:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25365523997, + "parent_author": "", + "parent_permlink": "money", + "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": [], + "root_title": "Are Steem, Bitcoin, etc.. Obvious Pre-cursors to The Mark of the Beast?", + "title": "Are Steem, Bitcoin, etc.. Obvious Pre-cursors to The Mark of the Beast?", + "total_payout_value": "0.000 HBD", + "url": "/money/@ancientofdays/are-steem-bitcoin-etc-obvious-pre-cursors-to-the-mark-of-the-beast" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3404245483553, + "rshares": 20478824991, + "voter": "keithwillshine" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123221500, + "voter": "ola1" + } + ], + "author": "keithwillshine", + "author_reputation": 3404245483553, + "beneficiaries": [], + "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.)", + "body_length": 388, + "cashout_time": "2016-09-22T18:55:51", + "category": "music", + "children": 0, + "created": "2016-09-15T18:55:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"music\",\"spiritual\",\"art\",\"creativity\",\"love\"],\"image\":[\"https://img.youtube.com/vi/Cbvqv19Nf0E/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=Cbvqv19Nf0E\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:55:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 20702173357, + "parent_author": "", + "parent_permlink": "music", + "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": [], + "root_title": "Cool new creative Music Video by Two of the Greatest Dj's/Producers of our current time!", + "title": "Cool new creative Music Video by Two of the Greatest Dj's/Producers of our current time!", + "total_payout_value": "0.000 HBD", + "url": "/music/@keithwillshine/cool-new-creative-music-video-by-two-of-the-greatest-dj-s-producers-of-our-current-time" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 4403820815, + "rshares": 159238010, + "voter": "pablopb" + } + ], + "author": "pablopb", + "author_reputation": 4403820815, + "beneficiaries": [], + "body": "<html>\n<p>I woke up slowly, unwillingly to opened my eyes</p>\n<p>I Follow the routine day to day, moving my body almost by inertia</p>\n<p>Everything lost its meaning,</p>\n<p>Everything is lost</p>\n<p>Nothing seems to be beautiful anymore</p>\n<p>The world has gone mad</p>\n<p>The sky is blue, but I only see black clouds</p>\n<p>Depression befell me like a plague</p>\n<p>And the sorrow comes sucking my energy</p>\n<p>There is no smile that can bring me joy</p>\n<p>And all the jokes are meaningless to me ,</p>\n<p>All I do is cry my misfortune</p>\n<p>And the things just get worse no matter what I do,</p>\n<p>I'm at the edge of the abyss and feeling like I'm going to fall forever</p>\n<p>I was struck by such pessimism</p>\n<p>Therefore I shut myself ostracized</p>\n<p>And I went into deep depression</p>\n<p>There is no person in this world that come to my help,</p>\n<p>Neither human being who understands me, not a lover who wants me,</p>\n<p>Depression is not more than the most profound sadness</p>\n<p>That leaves the soul trapped in suffering</p>\n<p>Being unable to see the light at the end of the tunnel</p>\n<p>I can only hope for a word of support, or perhaps an encouragement gesture.</p>\n</html>", + "body_length": 1210, + "cashout_time": "2016-09-22T18:54:30", + "category": "reflexions", + "children": 0, + "created": "2016-09-15T18:54:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"reflexions\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 159238010, + "parent_author": "", + "parent_permlink": "reflexions", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "depression", + "post_id": 1257354, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Depression", + "title": "Depression", + "total_payout_value": "0.000 HBD", + "url": "/reflexions/@pablopb/depression" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204177601345, + "rshares": 225204295, + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_reputation": 204177601345, + "beneficiaries": [], + "body": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ojUrmdHNFD0\" frameborder=\"0\" allowfullscreen></iframe>", + "body_length": 122, + "cashout_time": "2016-09-22T18:54:24", + "category": "tags", + "children": 0, + "created": "2016-09-15T18:54:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"tags\",\"youtube\",\"subscribe\",\"video\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 225204295, + "parent_author": "", + "parent_permlink": "tags", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "32-random-questions-tag-or-mashiface", + "post_id": 1257352, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "32 Random Questions Tag | Mashiface", + "title": "32 Random Questions Tag | Mashiface", + "total_payout_value": "0.000 HBD", + "url": "/tags/@mashatik87/32-random-questions-tag-or-mashiface" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 21017552483, + "voter": "skapaneas" + }, + { + "percent": "-10000", + "reputation": -209142316, + "rshares": -125177473, + "voter": "cheetah01" + }, + { + "percent": "-10000", + "reputation": 80245481, + "rshares": -102169064, + "voter": "cheetah03" + }, + { + "percent": "-10000", + "reputation": 53035376, + "rshares": -102168682, + "voter": "cheetah04" + }, + { + "percent": "-10000", + "reputation": 53568813, + "rshares": -102161368, + "voter": "cheetah05" + }, + { + "percent": "-10000", + "reputation": 53249658, + "rshares": -102159434, + "voter": "cheetah06" + }, + { + "percent": "-10000", + "reputation": -64689350, + "rshares": -102108064, + "voter": "cheetah02" + }, + { + "percent": "-10000", + "reputation": 53886256, + "rshares": -102085954, + "voter": "cheetah07" + }, + { + "percent": "10000", + "reputation": 3137399626023, + "rshares": 4242191670, + "voter": "steembeast" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123221500, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 447567061326, + "rshares": 355619437, + "voter": "koskl" + }, + { + "percent": "10000", + "reputation": 308198215903, + "rshares": 298372096, + "voter": "james1987" + } + ], + "author": "steembeast", + "author_reputation": 3137399626023, + "beneficiaries": [], + "body": "<html>\n<p> Let's say that it is time for your kid to mail an application to a college.</p>\n<p>You spent days writing an application and your kid's future depends on it.</p>\n<p>Would you use the Post Office to mail it or would you use a private company like FedEx.</p>\n<p>What it all boils down to is which one is the most effective and the most trustworthy.</p>\n<p><em> </em><img src=\"https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg\" width=\"400\" height=\"290\"/></p>\n<p><br></p>\n<p><em>Lets analyse both sectors.</em></p>\n<p><br></p>\n<h2><em>Private sector.</em></h2>\n<p>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.</p>\n<p><br></p>\n<h2>Public sector.</h2>\n<p>Public sector by not having profit as their main goal can end up going two roads. <strong>1st</strong> Offer great prices</p>\n<p><strong>2nd </strong>Offer very bad product/service.</p>\n<p>Even though the funding of those public companies is by our tax dollars those businesses usually burn money as if money is irrelevant .</p>\n<p><br></p>\n<p> 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.</p>\n<p>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.</p>\n<p><em><strong> </strong></em></p>\n<p><em><strong> Closing </strong></em>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.</p>\n</html>", + "body_length": 4235, + "cashout_time": "2016-09-22T18:54:18", + "category": "life", + "children": 2, + "created": "2016-09-15T18:54:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"money\",\"economics\",\"government\",\"taxdollars\"],\"image\":[\"https://s18.postimg.org/9jrtr4sex/Public_private_sectors.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:54:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25399054013, + "parent_author": "", + "parent_permlink": "life", + "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": [], + "root_title": "Do you trust government companies? Explaining the private sector benefits.", + "title": "Do you trust government companies? Explaining the private sector benefits.", + "total_payout_value": "0.000 HBD", + "url": "/life/@steembeast/do-you-trust-government-companies-explaining-the-private-sector-benefits" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 70958274, + "rshares": 56055247, + "voter": "whoknows" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123221500, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 1663398753211, + "rshares": 2337017256, + "voter": "ayim" + } + ], + "author": "ayim", + "author_reputation": 1663398753211, + "beneficiaries": [], + "body": "<center></center>\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<h4>The benefits of have a deep tissue massage: </h4>\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<center> <h3>Lacrosse ball</h3>\n\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</center>\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<center> <h3>Foam roller</h3>\n\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)</center>\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<center> <h3>Theracane</h3>\n\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</center>\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!", + "body_length": 4518, + "cashout_time": "2016-09-22T18:53:51", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"story\",\"fitness\",\"health\",\"blog\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:57:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "1.845 HBD", + "percent_hbd": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 1257346, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Fixing Posture - Part 5: Massages", + "title": "Fixing Posture - Part 5: Massages", + "total_payout_value": "0.000 HBD", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134640392195, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 253514770855, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1535071696382, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8927535677, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1536625837, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 374437048490, + "voter": "craig-grant" + }, + { + "percent": "287", + "reputation": 12382143533351, + "rshares": 29966325092, + "voter": "eeks" + }, + { + "percent": "600", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "600", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 584301957019, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 172753954134, + "voter": "mummyimperfect" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313699965, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061283659, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2003404389, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 49581638772, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 206092862903, + "voter": "alexc" + }, + { + "percent": "9300", + "reputation": 598181152117, + "rshares": 192336700354, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 3708822694051, + "rshares": 75335893384, + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2187607792, + "voter": "superfreek" + }, + { + "percent": "600", + "reputation": 19111656178138, + "rshares": 7380892516, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 719807689, + "rshares": 240666456, + "voter": "tasman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 33739229218, + "voter": "creemej" + }, + { + "percent": "9300", + "reputation": 782596410473, + "rshares": 4195475503, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 361552742284, + "rshares": 472134488, + "voter": "nin0000" + }, + { + "percent": "600", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "9300", + "reputation": 17698439393799, + "rshares": 31601214153, + "voter": "sisterholics" + }, + { + "percent": "9300", + "reputation": 10771708337101, + "rshares": 1117528556435, + "voter": "laonie" + }, + { + "percent": "9300", + "reputation": 18027204457681, + "rshares": 38642686402, + "voter": "myfirst" + }, + { + "percent": "9300", + "reputation": 5776723480371, + "rshares": 233320672689, + "voter": "somebody" + }, + { + "percent": "9300", + "reputation": 206355094166, + "rshares": 8723640942, + "voter": "flysaga" + }, + { + "percent": "287", + "reputation": 1751717743, + "rshares": 833888549, + "voter": "gmurph" + }, + { + "percent": "9300", + "reputation": 97845484474, + "rshares": 50110479436, + "voter": "midnightoil" + }, + { + "percent": "9500", + "reputation": 3016325652890, + "rshares": 128918653572, + "voter": "xiaohui" + }, + { + "percent": "9300", + "reputation": 6111268639849, + "rshares": 6306903180, + "voter": "elfkitchen" + }, + { + "percent": "9300", + "reputation": 1851205309677, + "rshares": 4030335230, + "voter": "xiaokongcom" + }, + { + "percent": "9300", + "reputation": 4195733833721, + "rshares": 8124462008, + "voter": "xianjun" + }, + { + "percent": "9300", + "reputation": 730408370151, + "rshares": 546776422, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3562389763, + "voter": "movievertigo" + }, + { + "percent": "2500", + "reputation": 6263695706748, + "rshares": 4633082667, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 7306624703593, + "rshares": 17087288555, + "voter": "kommienezuspadt" + }, + { + "percent": "10000", + "reputation": 2012742263000, + "rshares": 3030462572, + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271448835, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123221500, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 51615652, + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 617740454942, + "rshares": 796357358, + "voter": "zombiedoll" + }, + { + "percent": "10000", + "reputation": 1026372953, + "rshares": 50820410, + "voter": "nazmood" + } + ], + "author": "kommienezuspadt", + "author_reputation": 7306624703593, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0104.jpg\" width=\"800\" height=\"600\"/></p>\n<p>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.</p>\n<p>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 <a href=\"www.theiacomic.com\">THEIA</a> script in my previous blog, <a href=\"https://steemit.com/writing/@kommienezuspadt/full-script-of-theia-sci-fi-comic-book-theia-exclusively-on-steemit\">\u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d</a>]. 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].</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0105.jpg\" width=\"800\" height=\"1132\"/></p>\n<p>It was during the process of writing the first draft for <a href=\"www.theiacomic.com\">THEIA</a> 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. </p>\n<p>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].</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0106.jpg\" width=\"800\" height=\"519\"/></p>\n<p>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 <a href=\"www.theiacomic.com\">Patreon</a> 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.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate004.jpg\" width=\"800\" height=\"1130\"/></p>\n<p>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.</p>\n<p>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.</p>\n<p><strong>\u2022 Real-life Inspiration:</strong> 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.</p>\n<p><strong>\u2022 Character Inventories:</strong> 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.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/steemit0107.jpg\" width=\"800\" height=\"1765\"/></p>\n<p><strong>\u2022 Name Generators:</strong> 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. <a href=\"www.seventhsanctum.com\">www.seventhsanctum.com</a> has an excellent list of name generators tailored specifically for several genres and character types.</p>\n<p><strong>\u2022 Research:</strong> 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].</p>\n<p><strong>\u2022 Don\u2019t Lose The Magic:</strong> 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.</p>\n<p>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 <a href=\"https://steemit.com/steemit/@jamielefay/steemit-and-the-future-of-book-publishing\">\u201cSteemit and the future of book publishing\u201d</a>. Everything here, totally relevant if you\u2019re creating comics or graphic novels.</p>\n<p><img src=\"http://www.madeineighty.com/wp-content/uploads/2015/07/SketchUpdate011.jpg\" width=\"800\" height=\"1130\"/></p>\n<p>Keep writing, creating and sharing! More work from my comic,<a href=\"www.theiacomic.com\"> THIEA</a>, and other stories to come. I\u2019d love feedback and constructive criticism.</p>\n<p>I post daily. Follow me <a href=\"https://steemit.com/@kommienezuspadt\">@kommienezuspadt</a> so you don\u2019t miss a post.</p>\n</html>", + "body_length": 9020, + "cashout_time": "2016-09-22T18:53:42", + "category": "art", + "children": 0, + "created": "2016-09-15T18:53:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"writing\",\"story\",\"blog\",\"comic\"],\"users\":[\"jamielefay\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9343647949820, + "parent_author": "", + "parent_permlink": "art", + "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": [], + "root_title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "title": "Bringing worlds and characters to life; an ode to the Steemit creators!", + "total_payout_value": "0.000 HBD", + "url": "/art/@kommienezuspadt/bringing-characters-and-worlds-to-life-an-ode-to-the-steemit-creators" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/JlnMXnpLuPU</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T18:52:48", + "category": "te", + "children": 0, + "created": "2016-09-15T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"\",\"steemit\",\"te\"],\"image\":[\"https://img.youtube.com/vi/JlnMXnpLuPU/0.jpg\"],\"links\":[\"https://youtu.be/JlnMXnpLuPU\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:53:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2097751374, + "parent_author": "", + "parent_permlink": "te", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steemit-led-tittle-video", + "post_id": 1257332, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit Led Tittle Video", + "title": "Steemit Led Tittle Video", + "total_payout_value": "0.000 HBD", + "url": "/te/@jackgallenhall/steemit-led-tittle-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 393761539, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 14757696670, + "voter": "felixxx" + }, + { + "percent": "2500", + "reputation": 1161816442579, + "rshares": 38316523646, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 263853222, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 70707045777, + "rshares": 152236495, + "voter": "knight-angel" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 73937406, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 3983913956, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 124085673, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 1153608185509, + "rshares": 519265850, + "voter": "doubledex" + } + ], + "author": "stephenkendal", + "author_reputation": 227415344771, + "beneficiaries": [], + "body": "<html>\n<h2>STEEM FEST uk</h2>\n<p>https://steemimg.com/images/2016/09/15/SteemFestUKe399a.png</p>\n<p>I have been on <strong>STEEMIT </strong>now for a few weeks.</p>\n<p>I totally get the vision and where this is potentially going to go.</p>\n<p>As a newbie forgive me while I get up to speed with all the veterans on here.</p>\n<p>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.</p>\n<p>Thanks for reading and feel free to share.</p>\n<p>Stephen</p>\n</html>", + "body_length": 557, + "cashout_time": "2016-09-22T18:52:30", + "category": "steemit", + "children": 6, + "created": "2016-09-15T18:52:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"fest\",\"uk\",\"blockchain\",\"event\"],\"image\":[\"https://steemimg.com/images/2016/09/15/SteemFestUKe399a.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 58639860297, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "STEEM FEST uk. Has this been done yet? If not anyone interested?", + "title": "STEEM FEST uk. Has this been done yet? If not anyone interested?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@stephenkendal/steem-fest-uk-has-this-been-done-yet-if-not-anyone-interested" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 4134640392195, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 3076953263936, + "rshares": 4597948653, + "voter": "gustavopasquini" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 232757631, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 218918933875, + "rshares": 275446808, + "voter": "cris.emilia" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1335239332, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 153867079197, + "rshares": 191761463, + "voter": "abnerpasquini" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 83629379486, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 172419460399, + "rshares": 163701239, + "voter": "steemit-recipes" + }, + { + "percent": "10000", + "reputation": 1108819043543, + "rshares": 17024381094, + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "8000", + "reputation": 130504358563, + "rshares": 6654826634, + "voter": "dresden" + } + ], + "author": "gustavopasquini", + "author_reputation": 3076953263936, + "beneficiaries": [], + "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-----------------------------------------------------------------------------------------------------------------------------------------------------------", + "body_length": 2838, + "cashout_time": "2016-09-22T18:52:15", + "category": "food", + "children": 4, + "created": "2016-09-15T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"health\",\"recipes\",\"curie\",\"life\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4251375630921, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1.927 HBD", + "percent_hbd": 10000, + "permlink": "pastel-of-banana-with-chocolate", + "post_id": 1257325, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Pastel of Banana with Chocolate", + "title": "Pastel of Banana with Chocolate", + "total_payout_value": "0.000 HBD", + "url": "/food/@gustavopasquini/pastel-of-banana-with-chocolate" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 438872646, + "rshares": 57071051, + "voter": "commit-happiness" + } + ], + "author": "commit-happiness", + "author_reputation": 438872646, + "beneficiaries": [], + "body": "I'm sick of all the weird rules I make for myself. Why do I have to work in order to feel accepted by myself? While at the same time I also have the rule: I have to accept all of me. And I think I do. Yes I do. I accept myself the way I am. No I don't. Ha ha shit. There are moments when I can say 'I accept all of me' and it feels real. But there are definitely also moments like now: it's 11:30 AM, I had a long sleep, lay in bed for half an hour without getting up, okay so far, didn't blame myself too much for that. But even that sentence already reveals that I do consider to blame myself for it. Why not just ask myself then: Do I want to blame myself for lying in bed when I have the feeling that I should get up and start my working day? Noooooo. Of course not! I don't want to blame myself for anything ever! However nice this sounds I don't have the feeling I can control my feelings of blame. It seems to happen before I'm aware of it. Okay, so I'm just practicing awareness. I have a clear intention, which is to never ever blame myself for anything. Very easy, no exceptions to this simple rule. And I'm practicing with becoming aware of the moment when I apparently decided to blame myself for something. I don't think it was such a conscious decision, I mean... I'm a little bit wary here. I feel some peacefulness as well though. This morning when I came out of the bedroom, I felt both my feet on the wooden floor, the morning felt fresh and I had this feeling of happy anticipation of being able to do exactly what I wanted to do. I thought: How do I want to live this day? I smiled. And then... things went differently, I had my breakfast in bed with Jordan. My vagina was hurting today, yet we had such a beautiful connection conversation about our relationship, that I did wanted to have sex. Then we had sex and.... bam, suddenly it was 11:30 AM and I noticed feeling bad and guilty and disappointed in myself for not having done any work yet. I feel so stuck at this problem. Didn't I realize years ago already that I didn't want my self worth to be depended upon my productivity anymore? And still it's hard. Or is it hard because I say it's hard? Am I feeling stuck, but am I not really stuck? Is this stream of consciousness long enough already? Apparently I think there's a rule for that too. As I said: I'm fucking sick of all the rules I make for myself. They DO NOT exist in reality. It's just my mind, it's feelings, the feelings are real, but they are NOT based on real facts. There are no fucking rules. I do not have to think about rules, I don't need to consider rules when I do or don't do something, it alllll fineee. That's me aggresively forcing down a new rule on myself. The new rule is: thou shall never listen to any rules anymore! What's the opposite of a rule? Freedom, is what comes up in me. Housemate just came in, asking how I'm doing, me: 'Good. You?' It's always hard to accurately describe my state of being in just a sentence or two. So freedom. That sounds nice. I am free. No I'm not, I have to go to the swimming hole with Nele. This afternoon. And afternoon comes quick when you cuddle, talk and have sex the whole morning. Do I want to go to the swimming hole? Not today maybe, actually. Oh god, I just feel like I now will have to work the whole day to make up for my morning. And this freacking happens almost every morning it seems! I'm free. This is how decided to live my mornings. I made the decision in total freedom, and I can make whatever different or similar decision today. I feel like eating a Chinese noodle dish. Hmmm. Alright let's check if Nele has send me something back, and see if I can do some work. And make tea. That's one of those things. I feel like I'm wasting time when I'm making tea while I shouldn't work, but shit, I have to put liquid in my body as well right?? Maybe not after my breatharian retreat in March, but for now my body needs water. I hardly drank anything yet today. Do I need to justify whatever 'waste of time' though? I am free. I wish I would feel that.", + "body_length": 4060, + "cashout_time": "2016-09-22T18:52:15", + "category": "consciousness", + "children": 0, + "created": "2016-09-15T18:52:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"consciousness\",\"stream\",\"automatic\",\"writing\",\"rules\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57071051, + "parent_author": "", + "parent_permlink": "consciousness", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "stream-of-consciousness-3-automatic-writing-topic-rules-productivity-and-freedom", + "post_id": 1257324, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Stream of Consciousness #3, automatic writing. Topic: rules, productivity & freedom", + "title": "Stream of Consciousness #3, automatic writing. Topic: rules, productivity & freedom", + "total_payout_value": "0.000 HBD", + "url": "/consciousness/@commit-happiness/stream-of-consciousness-3-automatic-writing-topic-rules-productivity-and-freedom" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3448954519, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 136868986514, + "rshares": 366434912, + "voter": "lloyddavis" + }, + { + "percent": "10000", + "reputation": 3226000976856, + "rshares": 3701396319, + "voter": "lscottphotos" + } + ], + "author": "lscottphotos", + "author_reputation": 3226000976856, + "beneficiaries": [], + "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", + "body_length": 1484, + "cashout_time": "2016-09-22T18:50:36", + "category": "photography", + "children": 0, + "created": "2016-09-15T18:50:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"photography\",\"travel\",\"life\",\"beauty\",\"family\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:50:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7615362950, + "parent_author": "", + "parent_permlink": "photography", + "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": [], + "root_title": "LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 3 - Bad&Blurred (6 Original Photos)", + "title": "LSCOTTPHOTOS To San Fran and Back Again: A Photographer's Tale PART 3 - Bad&Blurred (6 Original Photos)", + "total_payout_value": "0.000 HBD", + "url": "/photography/@lscottphotos/lscottphotos-to-san-fran-and-back-again-a-photographer-s-tale-part-3-bad-and-blurred-6-original-photos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13342307926, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 834466391, + "voter": "inferno" + }, + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1899047308, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 50193769, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/a93c9Jd4lPs</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T18:47:24", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"\"],\"image\":[\"https://img.youtube.com/vi/a93c9Jd4lPs/0.jpg\"],\"links\":[\"https://youtu.be/a93c9Jd4lPs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:47:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19425245155, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "steemit-floral-video", + "post_id": 1257270, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "steemit floral video", + "title": "steemit floral video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-floral-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 204177601345, + "rshares": 229708381, + "voter": "mashatik87" + } + ], + "author": "mashatik87", + "author_reputation": 204177601345, + "beneficiaries": [], + "body": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/WwqKyoEnbh0\" frameborder=\"0\" allowfullscreen></iframe>", + "body_length": 122, + "cashout_time": "2016-09-22T18:46:09", + "category": "haul", + "children": 0, + "created": "2016-09-15T18:46:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"haul\",\"colon\",\"shampoo\",\"clothing\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 229708381, + "parent_author": "", + "parent_permlink": "haul", + "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": [], + "root_title": "Stuff Haul | colon cleanse, laundry basket, dry shampoo, clothing \u2026 more | Mash", + "title": "Stuff Haul | colon cleanse, laundry basket, dry shampoo, clothing \u2026 more | Mash", + "total_payout_value": "0.000 HBD", + "url": "/haul/@mashatik87/stuff-haul-or-colon-cleanse-laundry-basket-dry-shampoo-clothing-more-or-mash" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + }, + { + "percent": "10000", + "reputation": 174395287082, + "rshares": 201736965, + "voter": "blend" + }, + { + "percent": "10000", + "reputation": -9393005213, + "rshares": 154681498, + "voter": "ekremi12" + }, + { + "percent": "10000", + "reputation": 11959732, + "rshares": 150319355, + "voter": "denise12" + } + ], + "author": "ekremi12", + "author_reputation": -9393005213, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2016/08/PCOS-Information-e1470329659193.jpg?zoom=2&resize=780%2C364\" width=\"780\" height=\"364\"/></p>\n<p> 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.</p>\n<h2>What Is PCOS?</h2>\n<p>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.</p>\n<h2>What Are The Symptoms?</h2>\n<p>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.</p>\n<h3>1. Abundant Body Hair</h3>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2015/05/facial.jpg?w=750\" width=\"750\" height=\"427\"/></p>\n<p> 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.</p>\n<h3>2. Irregular Periods</h3>\n<p>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.</p>\n<h3>3. Weight Gain</h3>\n<p>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! <img src=\"http://i0.wp.com/tiphero.com/wp-content/uploads/2016/05/GirlWithAcneforList.jpg?w=750\" width=\"750\" height=\"500\"/></p>\n<p> 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.</p>\n<h3>5. Anxiety or Depression</h3>\n<p>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.</p>\n<h3>6. Incontinence</h3>\n<p><img src=\"http://i2.wp.com/tiphero.com/wp-content/uploads/2016/08/Ovary-Diagram.gif?resize=640%2C394\" width=\"640\" height=\"394\"/></p>\n<p> 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. </p>\n<h2>How Is PCOS Treated?</h2>\n<p>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.</p>\n<h3>1. Try Magnesium</h3>\n<p><img src=\"http://i0.wp.com/tiphero.com/wp-content/uploads/2015/04/Dollarphotoclub_59846549-e1428596118670.jpg?w=750\" width=\"750\" height=\"501\"/></p>\n<p> 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.</p>\n<h3>2. Consult a Aesthetician</h3>\n<p>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, <em><strong>the choice of what you do with your body hair is truly yours</strong></em>.</p>\n<h3>3. Exercise More</h3>\n<p>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.</p>\n<h3>4. Change Your Diet</h3>\n<p><img src=\"http://i1.wp.com/tiphero.com/wp-content/uploads/2016/01/Salmon-Edited.jpg?w=750\" width=\"750\" height=\"500\"/></p>\n<p> 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.</p>\n<h3>5. Talk to a Therapist</h3>\n<p>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.</p>\n<h3>6. Talk to Your Doctor</h3>\n<p>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! </p>\n<p> source >tiphero.com//lifestyle </p>\n</html>", + "body_length": 10154, + "cashout_time": "2016-09-22T18:46:00", + "category": "health", + "children": 2, + "created": "2016-09-15T18:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3707390379, + "parent_author": "", + "parent_permlink": "health", + "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": [], + "root_title": "Here\u2019s What All Women Need to Know About PCOS", + "title": "Here\u2019s What All Women Need to Know About PCOS", + "total_payout_value": "0.000 HBD", + "url": "/health/@ekremi12/here-s-what-all-women-need-to-know-about-pcos" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 65796322, + "rshares": 153622312, + "voter": "owaisted" + } + ], + "author": "owaisted", + "author_reputation": 65796322, + "beneficiaries": [], + "body": "by Jeff John Roberts for Fortune.com\n\nIt was only a matter of time until someone made a TV show featuring bitcoin. Well, that show is here in the form of a 10-episode series called Startup, and, frankly, it does a good job of depicting the weird world of crypto-currency.\n\nThe show is set in Miami and (surprise!) involves drug dealers and an FBI agent as well as a brilliant young Stanford drop-out, Izzy Morales, who tries to convince people how digital money will change the world.\n\nThe young coder is actually flogging something called \u201cGen-Coin,\u201d which she claims is better than the original bitcoin, but is based on the same idea of a decentralized digital currency beyond the reach of banks and governments. In Izzy\u2019s eyes, while money can corrupt people, the bigger issue is that \u201cpeople corrupt money.\u201d\n\nThis scene and other ones do a good job in portraying the philosophical case for digital money, as well as some of the technology involved. (Izzy\u2019s ex-boyfriend, for instance, is unhappy about the giant electricity bills she runs up.)\n\nStartup gets it tech cred in part because the producers retained a fin-tech consultant, Brian Stoeckert, who provided advice about the world of bitcoin as well as issues like money laundering and off-shore accounts. In an interview, Stoeckert said the writers and cast were brand new to bitcoin but soon came to understand it.\n\nAs for the show overall, I only watched the first episode but would give it a 7/10. The tech scenes are probably the best part, which is why it\u2019s a shame so much of the episode is consumed by drug cliches and superfluous sex scenes. It feels like being at a party where people keep taking their clothes off, though you wish you wouldn\u2019t. (You can read full reviews of Startup at the New York Times and Variety).\n\nStartup appears on Sony\u2019s streaming platform Crackle, best known for Jerry Seinfeld\u2019s Comedians in Cars, and also stars Martin Freeman of Fargo fame as a sensitive finance bro who decides to funnel his drug dealer daddy\u2019s money into Izzy\u2019s venture.\n\nThe show is unlikely be the definitive on-screen account of bitcoin. (For that we\u2019re going to have to wait for a studio to take on the saga of Dread Pirate Roberts and the Silk Road.) But it\u2019s worth a watch for anyone into tech and digital money.", + "body_length": 2287, + "cashout_time": "2016-09-22T18:45:33", + "category": "bitcoin", + "children": 1, + "created": "2016-09-15T18:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"sony\",\"tv\",\"show\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153622312, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "post_id": 1257250, + "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": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "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" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 32455846463901, + "rshares": 12523260993360, + "voter": "smooth" + }, + { + "percent": "4000", + "reputation": 83941319998, + "rshares": 2377105047841, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 49168301700, + "voter": "alexgr" + }, + { + "percent": "5000", + "reputation": 9469162, + "rshares": 41161390898, + "voter": "unosuke" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313699965, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061303487, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 579494558, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 210512019921, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 85402720456, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 37088193309, + "voter": "everythink" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4551729239, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 454055212995, + "rshares": 1609525039, + "voter": "gidlark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2632467953, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 42836399572, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8401059269, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 15070803886, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": -2314406420479, + "rshares": 1959134133, + "voter": "earnest" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 5068724760, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6595506981050, + "rshares": 18607156497, + "voter": "timelapse" + }, + { + "percent": "10000", + "reputation": 25062349105, + "rshares": 68250832, + "voter": "missmishel623" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1446509276, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 13841342477, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 3635091595, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2923037366, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 720031052, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 351488360313, + "rshares": 195329269, + "voter": "chadcrypto" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "8500", + "reputation": 5766569295559, + "rshares": 6368823978, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + }, + { + "percent": "5000", + "reputation": 130504358563, + "rshares": 4259089046, + "voter": "dresden" + } + ], + "author": "halo", + "author_reputation": 26654160223111, + "beneficiaries": [], + "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", + "body_length": 463, + "cashout_time": "2016-09-22T18:45:15", + "category": "halo", + "children": 13, + "created": "2016-09-15T18:45:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"halo\",\"photography\",\"photos\",\"steemitgirls\",\"girls\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15463146900495, + "parent_author": "", + "parent_permlink": "halo", + "pending_payout_value": "16.476 HBD", + "percent_hbd": 10000, + "permlink": "steemit-girl-halo-beautiful-day", + "post_id": 1257246, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "STEEMIT GIRL HALO \u2661 Beautiful Day", + "title": "STEEMIT GIRL HALO \u2661 Beautiful Day", + "total_payout_value": "0.000 HBD", + "url": "/halo/@halo/steemit-girl-halo-beautiful-day" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 5701725, + "rshares": 158198386, + "voter": "soundmoney" + } + ], + "author": "soundmoney", + "author_reputation": 5701725, + "beneficiaries": [], + "body": "<html>\n<p>Always worth considering the long view when analysing Silver and not getting caught up in the hour to hour frenzy of trading and market manipulation via the paper derivative. Silver is historically at the high end of the Gold Silver Ratio in the 70's yet comes out of the ground 10:1 when compared to Gold. Could that ratio collapse? I think so but more of that in a later post. For now consider the possibility of Silver regaining and exceeding previous 2011 highs after a 78% pullback from those highs. Food for thought from @soundmoney.</p>\n<p><img src=\"https://www.tradingview.com/x/gCv8i6BJ/\" width=\"916\" height=\"560\"/></p>\n</html>", + "body_length": 670, + "cashout_time": "2016-09-22T18:44:45", + "category": "silver", + "children": 0, + "created": "2016-09-15T18:44:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"silver\",\"xagusd\",\"money\",\"chart\"],\"users\":[\"soundmoney\"],\"image\":[\"https://www.tradingview.com/x/gCv8i6BJ/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:44:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 158198386, + "parent_author": "", + "parent_permlink": "silver", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "multi-year-view-of-silver", + "post_id": 1257240, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Multi-Year view of Silver", + "title": "Multi-Year view of Silver", + "total_payout_value": "0.000 HBD", + "url": "/silver/@soundmoney/multi-year-view-of-silver" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7802862978, + "voter": "richman" + }, + { + "percent": "4000", + "reputation": 2021353867281, + "rshares": 1329593743, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 268980601, + "rshares": 64248375, + "voter": "nibiru" + }, + { + "percent": "10000", + "reputation": 677483161424, + "rshares": 1098825300, + "voter": "lenatramper" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + } + ], + "author": "lenatramper", + "author_reputation": 677483161424, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=bliCFZM2S_8", + "body_length": 43, + "cashout_time": "2016-09-22T18:42:51", + "category": "german", + "children": 0, + "created": "2016-09-15T18:42:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"german\",\"girls\"],\"image\":[\"https://img.youtube.com/vi/bliCFZM2S_8/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=bliCFZM2S_8\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:42:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10394107596, + "parent_author": "", + "parent_permlink": "german", + "pending_payout_value": "0.002 HBD", + "percent_hbd": 10000, + "permlink": "german-girls", + "post_id": 1257224, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "German Girls!", + "title": "German Girls!", + "total_payout_value": "0.000 HBD", + "url": "/german/@lenatramper/german-girls" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.tavern.yaml new file mode 100644 index 00000000..4bd41e5a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/max_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"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_created" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.orig.json new file mode 100644 index 00000000..17506595 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.orig.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "155925481", + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 0, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-16T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http:\\/\\/i.imgur.com\\/FLe0WeF.jpg\",\"http:\\/\\/i.imgur.com\\/s6Aeke2.jpg\",\"http:\\/\\/i.imgur.com\\/RX0JK1z.jpg\",\"http:\\/\\/i.imgur.com\\/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https:\\/\\/www.facebook.com\\/iconomi.net\\/\",\"https:\\/\\/twitter.com\\/iconominet\\\"twitter.com\\\"\",\"https:\\/\\/www.linkedin.com\\/company\\/iconomi-the-financial-services-for-decentralised-economy\\/\",\"https:\\/\\/telegram.me\\/iconomi\",\"https:\\/\\/medium.com\\/iconominet\",\"https:\\/\\/iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 961032, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.pat.json new file mode 100644 index 00000000..3638609b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.pat.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8666442, + "rshares": 155925481, + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 8666442, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-22T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http://i.imgur.com/FLe0WeF.jpg\",\"http://i.imgur.com/s6Aeke2.jpg\",\"http://i.imgur.com/RX0JK1z.jpg\",\"http://i.imgur.com/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https://www.facebook.com/iconomi.net/\",\"https://twitter.com/iconominet\\\"twitter.com\\\"\",\"https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/\",\"https://telegram.me/iconomi\",\"https://medium.com/iconominet\",\"https://iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 1257938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.tavern.yaml new file mode 100644 index 00000000..aaa72297 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/min_limit.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"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_created" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.orig.json new file mode 100644 index 00000000..42db8eae --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.orig.json @@ -0,0 +1,170 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "225204295", + "voter": "mashatik87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + } + ], + "author": "mashatik87", + "author_reputation": 0, + "beneficiaries": [], + "body": "<div class=\"separator\" style=\"clear: both; text-align: center;\">\n<a href=\"https://youtu.be/PFauKcvNuPE\"><img border=\"0\" height=\"358\" src=\"https://4.bp.blogspot.com/-ejI16DS7g8E/V9ryM-lLK9I/AAAAAAAAAWs/3KDI7QmAR2wAjmh-ZVvOqg1XNBq9nh8ewCLcB/s640/Screen%2BShot%2B2016-09-15%2Bat%2B2.10.10%2BPM.png\" width=\"640\" /></a></div>\n<br />", + "body_length": 327, + "cashout_time": "2016-09-16T19:14:47", + "category": "haul", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"haul\",\"mash\",\"mashafications\",\"speakers\",\"youtube\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 334433604, + "parent_author": "", + "parent_permlink": "haul", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "no-make-up-tiny-haul-or-mashi", + "post_id": 960717, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "No Make Up... Tiny Haul | Mashi", + "title": "No Make Up... Tiny Haul | Mashi", + "total_payout_value": "0.000 HBD", + "url": "/haul/@mashatik87/no-make-up-tiny-haul-or-mashi" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2897105713", + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230270829", + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66492707", + "voter": "trytostopme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51712697", + "voter": "the-ultimatum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154192801", + "voter": "waves-social" + } + ], + "author": "trytostopme", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n_(Image source: @the-ultimatum)_\n\n# **HOW-TO: REMOTELY SHUTDOWN A COMPUTER ON A SHARED NETWORK**\nRecently I was hanging at a local java joint, enjoying the complimentary Wi-Fi. There, I was with fifteen other souls, all of us intently hammering away at solving the world\u2019s problems in a nice quite \u201cstudy-hall\u201d environment. Suddenly the placid quietude was shattered by one person initiating a video conference with several colleagues, sans headphones. She and her colleagues talked and laughed loudly; completely oblivious to the fact that they were disrupting everyone around them.\n\nFrom the dark looks, loud sighs and other non-verbal communication, it was obvious that everyone was annoyed. I managed to survive about seven minutes of her auditory assault before summoning the will to approach her with a bleeding edge new concept\u2026 headphones. I have captured the essence of the exchange below.\n\n\u2022\t**the-ultimatum** (**TU**)\n\u2022\t**Rude Shrew** (**RS**)\n\n> \u2022\t**TU**: \u201cWould you like to borrow these?\u201d\n \n_I extend my arm out revealing a set of headphones with a built in mic._\n> \u2022\t**RS**: [incoherent stammering while she tried to ignore me. She responds to her colleagues]\n\n_I sweep the room with my extended arm_\n> \u2022\t**TU**: \u201cWe are all trying to work\u2026 you are more than welcome to these\u201d\n\n_She turns to me with a look of utter confusion_\n> \u2022\t**RS**: \u201cI don\u2019t know how to use those.\u201d\n\n_A lifetime of training in self-control is being challenged in this solitary moment. A look of incredulity sweeps over my face_\n> \u2022\t**TU**: \u201cYou don\u2019t know how to plug-in and put on headphones\u2026?\u201d\n\n_[End of conversation.]_\n\n**As she continued to interrupt everyone I started to do some research and below is the content of this post.**\n\n**A Step-by-Step Guide to: Remotely Shutdown a Computer on a Shared Network**\nFollowing the steps & screenshots below you will find a very fast very simple way to boot users off a shared network or play pranks on your friends. \n\n\u2022\tFind the **cmd** prompt & _run as admin_\n\u2022\tType the command: **net view**\n\nThis will show you all the names of computers on the same network. The hardest part is targeting your subject\u2019s computer name. Trial and error.\n\n\n\nOnce you have chosen your subject follow the next steps:\n\u2022\tType the command: **ping [comp. name]**\n\n\n\n\u2022\tType the command: **shutdown -i**\n\n\n\nIn the **command prompt**:\n\u2022\tLeft click\n\u2022\tSelect _mark_\n\u2022\tCopy IP Address (e.g. _fe80::ddc9:3651:2554:3a93%2_)\n\nIn the **shutdown -i** pane follow these steps:\n\u2022\tPaste into _ADD_\n\u2022\tChoose _Shutdown_\n\u2022\tLeave Checked _Warn users of the action_\n\u2022\tSet the _Warn users of the action_ timer to a desired time.\n\u2022\tUncheck _Planned_\n\u2022\tChoose option _Security issue (unplanned)_\n\u2022\tType in your own _Comment_ (e.g. \"Your computer has been locked. Goodbye.\")\n\u2022\tClick _OK_\n\n\n\nIf everything goes according to plan you should be able to watch your subject squirm in discomfort while the 15 second timer counts down and you and those around you are able to go back to working in peace. \n\n# **FOR EDUCATIONAL PURPOSES ONLY**\n\nWritten by: @the-ultimatum \n_https://twitter.com/WavesIs_\nEdited by: @cerberus65\nPublished by: @trytostopme", + "body_length": 3482, + "cashout_time": "2016-09-16T19:30:22", + "category": "story", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"hacking\",\"life\",\"steemit\"],\"users\":[\"the-ultimatum\",\"cerberus65\",\"trytostopme\"],\"image\":[\"https:\\/\\/anonimag.es\\/i\\/5a492a6a7abb3596a1984993ba879925.jpg\",\"https:\\/\\/anonimag.es\\/i\\/aacbbb1c18515bf66837d975858fee63.jpg\",\"https:\\/\\/anonimag.es\\/i\\/0713224e9d0de131e979b0aa33ead35f.jpg\",\"https:\\/\\/anonimag.es\\/i\\/a3f83e1d32b2e6d54c9b0bdfa0fcb0ca.jpg\",\"https:\\/\\/anonimag.es\\/i\\/1abc1c79a33194a68792b5e88aa8d3b7.jpg\"],\"links\":[\"https:\\/\\/twitter.com\\/WavesIs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3509004056, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-remotely-shutdown-a-computer-on-a-shared-network", + "post_id": 960716, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "total_payout_value": "0.000 HBD", + "url": "/story/@trytostopme/how-to-remotely-shutdown-a-computer-on-a-shared-network" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1861066361", + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109229309", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12452663543", + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/LB32fl1iExA</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-16T19:23:21", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/LB32fl1iExA\\/0.jpg\"],\"links\":[\"https:\\/\\/youtu.be\\/LB32fl1iExA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14521542422, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video", + "post_id": 960711, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.pat.json new file mode 100644 index 00000000..0ba00158 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.pat.json @@ -0,0 +1,212 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1205753119776, + "rshares": 2897105713, + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 2518982758, + "rshares": 230270829, + "voter": "valeri" + }, + { + "percent": "10000", + "reputation": 31143223609, + "rshares": 66492707, + "voter": "trytostopme" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 923173552, + "rshares": 51712697, + "voter": "the-ultimatum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154192801, + "voter": "waves-social" + } + ], + "author": "trytostopme", + "author_reputation": 31143223609, + "beneficiaries": [], + "body": "\n_(Image source: @the-ultimatum)_\n\n# **HOW-TO: REMOTELY SHUTDOWN A COMPUTER ON A SHARED NETWORK**\nRecently I was hanging at a local java joint, enjoying the complimentary Wi-Fi. There, I was with fifteen other souls, all of us intently hammering away at solving the world\u2019s problems in a nice quite \u201cstudy-hall\u201d environment. Suddenly the placid quietude was shattered by one person initiating a video conference with several colleagues, sans headphones. She and her colleagues talked and laughed loudly; completely oblivious to the fact that they were disrupting everyone around them.\n\nFrom the dark looks, loud sighs and other non-verbal communication, it was obvious that everyone was annoyed. I managed to survive about seven minutes of her auditory assault before summoning the will to approach her with a bleeding edge new concept\u2026 headphones. I have captured the essence of the exchange below.\n\n\u2022\t**the-ultimatum** (**TU**)\n\u2022\t**Rude Shrew** (**RS**)\n\n> \u2022\t**TU**: \u201cWould you like to borrow these?\u201d\n \n_I extend my arm out revealing a set of headphones with a built in mic._\n> \u2022\t**RS**: [incoherent stammering while she tried to ignore me. She responds to her colleagues]\n\n_I sweep the room with my extended arm_\n> \u2022\t**TU**: \u201cWe are all trying to work\u2026 you are more than welcome to these\u201d\n\n_She turns to me with a look of utter confusion_\n> \u2022\t**RS**: \u201cI don\u2019t know how to use those.\u201d\n\n_A lifetime of training in self-control is being challenged in this solitary moment. A look of incredulity sweeps over my face_\n> \u2022\t**TU**: \u201cYou don\u2019t know how to plug-in and put on headphones\u2026?\u201d\n\n_[End of conversation.]_\n\n**As she continued to interrupt everyone I started to do some research and below is the content of this post.**\n\n**A Step-by-Step Guide to: Remotely Shutdown a Computer on a Shared Network**\nFollowing the steps & screenshots below you will find a very fast very simple way to boot users off a shared network or play pranks on your friends. \n\n\u2022\tFind the **cmd** prompt & _run as admin_\n\u2022\tType the command: **net view**\n\nThis will show you all the names of computers on the same network. The hardest part is targeting your subject\u2019s computer name. Trial and error.\n\n\n\nOnce you have chosen your subject follow the next steps:\n\u2022\tType the command: **ping [comp. name]**\n\n\n\n\u2022\tType the command: **shutdown -i**\n\n\n\nIn the **command prompt**:\n\u2022\tLeft click\n\u2022\tSelect _mark_\n\u2022\tCopy IP Address (e.g. _fe80::ddc9:3651:2554:3a93%2_)\n\nIn the **shutdown -i** pane follow these steps:\n\u2022\tPaste into _ADD_\n\u2022\tChoose _Shutdown_\n\u2022\tLeave Checked _Warn users of the action_\n\u2022\tSet the _Warn users of the action_ timer to a desired time.\n\u2022\tUncheck _Planned_\n\u2022\tChoose option _Security issue (unplanned)_\n\u2022\tType in your own _Comment_ (e.g. \"Your computer has been locked. Goodbye.\")\n\u2022\tClick _OK_\n\n\n\nIf everything goes according to plan you should be able to watch your subject squirm in discomfort while the 15 second timer counts down and you and those around you are able to go back to working in peace. \n\n# **FOR EDUCATIONAL PURPOSES ONLY**\n\nWritten by: @the-ultimatum \n_https://twitter.com/WavesIs_\nEdited by: @cerberus65\nPublished by: @trytostopme", + "body_length": 3482, + "cashout_time": "2016-09-22T19:11:39", + "category": "story", + "children": 0, + "created": "2016-09-15T19:11:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"hacking\",\"life\",\"steemit\"],\"users\":[\"the-ultimatum\",\"cerberus65\",\"trytostopme\"],\"image\":[\"https://anonimag.es/i/5a492a6a7abb3596a1984993ba879925.jpg\",\"https://anonimag.es/i/aacbbb1c18515bf66837d975858fee63.jpg\",\"https://anonimag.es/i/0713224e9d0de131e979b0aa33ead35f.jpg\",\"https://anonimag.es/i/a3f83e1d32b2e6d54c9b0bdfa0fcb0ca.jpg\",\"https://anonimag.es/i/1abc1c79a33194a68792b5e88aa8d3b7.jpg\"],\"links\":[\"https://twitter.com/WavesIs\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3509004056, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-remotely-shutdown-a-computer-on-a-shared-network", + "post_id": 1257558, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "title": "How-to: Remotely Shutdown a Computer on a Shared Network", + "total_payout_value": "0.000 HBD", + "url": "/story/@trytostopme/how-to-remotely-shutdown-a-computer-on-a-shared-network" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2170055933924, + "rshares": 1861066361, + "voter": "jackgallenhall" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 12452663543, + "voter": "exploretraveler" + } + ], + "author": "jackgallenhall", + "author_reputation": 2170055933924, + "beneficiaries": [], + "body": "<html>\n<p>https://youtu.be/LB32fl1iExA</p>\n</html>", + "body_length": 50, + "cashout_time": "2016-09-22T19:11:00", + "category": "steemit", + "children": 1, + "created": "2016-09-15T19:11:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\"],\"image\":[\"https://img.youtube.com/vi/LB32fl1iExA/0.jpg\"],\"links\":[\"https://youtu.be/LB32fl1iExA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:11:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14521542422, + "parent_author": "", + "parent_permlink": "steemit", + "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": [], + "root_title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "title": "Steemit For Dummies - How To Transfer Steem Dollars To Bittrex Video", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jackgallenhall/steemit-for-dummies-how-to-transfer-steem-dollars-to-bittrex-video" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687826828, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 3084409460, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109229309, + "voter": "rusla" + }, + { + "percent": "4200", + "reputation": 3521631459073, + "rshares": 3363381107, + "voter": "betamusic" + }, + { + "percent": "10000", + "reputation": 1516224068896, + "rshares": 1883541074, + "voter": "juliamateo" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98582007, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51782882, + "voter": "javiergg" + }, + { + "percent": "10000", + "reputation": 889436, + "rshares": 51422448, + "voter": "cuvi" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + } + ], + "author": "juliamateo", + "author_reputation": 1516224068896, + "beneficiaries": [], + "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", + "body_length": 587, + "cashout_time": "2016-09-22T19:10:39", + "category": "spanish", + "children": 0, + "created": "2016-09-15T19:10:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"spanish\",\"steemit\",\"life\",\"youtube\",\"teenager\"],\"image\":[\"https://img.youtube.com/vi/joHQB8Uq8Oc/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=joHQB8Uq8Oc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:29:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23152882179, + "parent_author": "", + "parent_permlink": "spanish", + "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": [], + "root_title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "title": "PROMOCIONO Steemit en mi CANAL DE YOUTUBE", + "total_payout_value": "0.000 HBD", + "url": "/spanish/@juliamateo/promociono-steemit-en-mi-canal-de-youtube" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.tavern.yaml new file mode 100644 index 00000000..3f4ff294 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/paginated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"start_author":"mashatik87","start_permlink":"no-make-up-tiny-haul-or-mashi","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_created" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.orig.json new file mode 100644 index 00000000..68932a02 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.orig.json @@ -0,0 +1,4216 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "155925481", + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 0, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-16T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http:\\/\\/i.imgur.com\\/FLe0WeF.jpg\",\"http:\\/\\/i.imgur.com\\/s6Aeke2.jpg\",\"http:\\/\\/i.imgur.com\\/RX0JK1z.jpg\",\"http:\\/\\/i.imgur.com\\/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https:\\/\\/www.facebook.com\\/iconomi.net\\/\",\"https:\\/\\/twitter.com\\/iconominet\\\"twitter.com\\\"\",\"https:\\/\\/www.linkedin.com\\/company\\/iconomi-the-financial-services-for-decentralised-economy\\/\",\"https:\\/\\/telegram.me\\/iconomi\",\"https:\\/\\/medium.com\\/iconominet\",\"https:\\/\\/iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 961032, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "64358062", + "voter": "agartha" + } + ], + "author": "agartha", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 152, + "cashout_time": "2016-09-16T19:44:00", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"hack\",\"monero\",\"bitcoin\",\"lol\"],\"links\":[\"https:\\/\\/www.facebook.com\\/agartha.white.3\\/posts\\/179267779175393\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64358062, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-hack-monero-xmr", + "post_id": 961010, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I hack Monero (Xmr) ?", + "title": "I hack Monero (Xmr) ?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@agartha/i-hack-monero-xmr" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231815399848", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1856124515188", + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1950776472028", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "466189427281", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "440845842", + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26932369613", + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8677356665", + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22149156424", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24694558802", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "468295495", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5641891453", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31733693573", + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "319978787382", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32459455171", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "584301957019", + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183455862202", + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177422979921", + "voter": "mummyimperfect" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40553528416", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "970610699889", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49581638772", + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61303208719", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35244223389", + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3848697023555", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "365370465", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55960464168", + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275083790158", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047565689", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31346657524", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203028922423", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45359587433", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75335893384", + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34073741916", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "484636799", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36267999733", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49807514764", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68450624110", + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52094130602", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "462747522217", + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5271256317", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118094280271", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "578386960", + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "642869652", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "594982040", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14886225123", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2531219186", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "185306737687", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5250267854", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13847065167", + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209550858", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89580632", + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14455781997", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4428694472", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3709674578", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30989849211", + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20026634941", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "799615699", + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34310997040", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4150694741", + "voter": "tygergamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "674282213", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "599033376", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21249911268", + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135241026997", + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50580942653", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2157263872", + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1181429894047", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22969530313", + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23486336661", + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23494631758", + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41308723727", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246291037911", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9208584487", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5831884826", + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54407421509", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4190432650", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "3157899297", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23477459041", + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23474757706", + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2370331931", + "voter": "steemleak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136086029693", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88206053", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6630568148", + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99940391922", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2354334523", + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4254379739", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8576106418", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72135954", + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51247757", + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52419023", + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "576343622", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60225791", + "voter": "cryptoblu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60219243", + "voter": "instructor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "802020725261", + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3977281078", + "voter": "lamech-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23468551300", + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8536250240", + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50829277", + "voter": "bitchplease" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99130059443", + "voter": "barrycooper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31611733517", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2029369552", + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8390958262", + "voter": "rimann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56999917", + "voter": "rickmiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5401518277", + "voter": "nulliusinverba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22792452702", + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22621847215", + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3411072843", + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174778016", + "voter": "greatness" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "26574132419", + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4044803243", + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50798127", + "voter": "freesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2353724275", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1655277599", + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53413720", + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258239323", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50931848", + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5934390558", + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51716816", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "659649765", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51449632", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "415654681468", + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63546443837", + "voter": "tracemayer" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "26568286493", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1702730509", + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1282974860", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50528809", + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2127783725", + "voter": "steemsquad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61292139", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "1979857275", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "1630374239", + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31008332335", + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "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": 50375830871208, + "beneficiaries": [], + "body": "[](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[](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[](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[](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-16T19:42:59", + "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.929 HBD", + "percent_steem_dollars": 10000, + "permlink": "mackerelcoin-and-my-socioeconomic-observations-from-prison-part-1-by-charlie-shrem", + "post_id": 960970, + "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": 0, + "rshares": "122693390101", + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "8567499992", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83863566295", + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11261443630", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "74800129313", + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "41825057596", + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "212468679", + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "223036409", + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "218564831", + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1631624279", + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "6948016204", + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11737972671", + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "233934645", + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "220053077", + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "415096989800", + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "14657934226", + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "90738803441", + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3392636390", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131247634", + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "20044839503", + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "50136958308", + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "2425817615", + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1567403062", + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3159618154", + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "206892582", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5475437205", + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155796749", + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 0, + "beneficiaries": [], + "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", + "body_length": 612, + "cashout_time": "2016-09-16T19:30:54", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.270 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "post_id": 960688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "61427097", + "voter": "forevergala" + } + ], + "author": "forevergala", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h2><strong>For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?</strong></h2>\n<p><strong>https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg</strong></p>\n<p><br></p>\n<p>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.</p>\n<p><br></p>\n<p>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.</p>\n<p>https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg</p>\n<p><br></p>\n<p>In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. </p>\n<h1><strong>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. </strong></h1>\n<p>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.</p>\n<p><br></p>\n</html>", + "body_length": 1601, + "cashout_time": "2016-09-16T19:07:36", + "category": "steem", + "children": 0, + "created": "2016-09-15T19:07:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"blokcheyn\",\"news\",\"crypo\",\"bitcoin\"],\"image\":[\"https:\\/\\/pp.vk.me\\/c636416\\/v636416646\\/26c42\\/SjBHmqEOzRE.jpg\",\"https:\\/\\/pp.vk.me\\/c636416\\/v636416646\\/26c53\\/ObLWMGBR0I8.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61427097, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "what-is-blokcheyn", + "post_id": 960679, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Blokcheyn?", + "title": "What is Blokcheyn?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@forevergala/what-is-blokcheyn" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "153622312", + "voter": "owaisted" + } + ], + "author": "owaisted", + "author_reputation": 0, + "beneficiaries": [], + "body": "by Jeff John Roberts for Fortune.com\n\nIt was only a matter of time until someone made a TV show featuring bitcoin. Well, that show is here in the form of a 10-episode series called Startup, and, frankly, it does a good job of depicting the weird world of crypto-currency.\n\nThe show is set in Miami and (surprise!) involves drug dealers and an FBI agent as well as a brilliant young Stanford drop-out, Izzy Morales, who tries to convince people how digital money will change the world.\n\nThe young coder is actually flogging something called \u201cGen-Coin,\u201d which she claims is better than the original bitcoin, but is based on the same idea of a decentralized digital currency beyond the reach of banks and governments. In Izzy\u2019s eyes, while money can corrupt people, the bigger issue is that \u201cpeople corrupt money.\u201d\n\nThis scene and other ones do a good job in portraying the philosophical case for digital money, as well as some of the technology involved. (Izzy\u2019s ex-boyfriend, for instance, is unhappy about the giant electricity bills she runs up.)\n\nStartup gets it tech cred in part because the producers retained a fin-tech consultant, Brian Stoeckert, who provided advice about the world of bitcoin as well as issues like money laundering and off-shore accounts. In an interview, Stoeckert said the writers and cast were brand new to bitcoin but soon came to understand it.\n\nAs for the show overall, I only watched the first episode but would give it a 7/10. The tech scenes are probably the best part, which is why it\u2019s a shame so much of the episode is consumed by drug cliches and superfluous sex scenes. It feels like being at a party where people keep taking their clothes off, though you wish you wouldn\u2019t. (You can read full reviews of Startup at the New York Times and Variety).\n\nStartup appears on Sony\u2019s streaming platform Crackle, best known for Jerry Seinfeld\u2019s Comedians in Cars, and also stars Martin Freeman of Fargo fame as a sensitive finance bro who decides to funnel his drug dealer daddy\u2019s money into Izzy\u2019s venture.\n\nThe show is unlikely be the definitive on-screen account of bitcoin. (For that we\u2019re going to have to wait for a studio to take on the saga of Dread Pirate Roberts and the Silk Road.) But it\u2019s worth a watch for anyone into tech and digital money.", + "body_length": 2287, + "cashout_time": "2016-09-16T18:47:05", + "category": "bitcoin", + "children": 1, + "created": "2016-09-15T18:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"sony\",\"tv\",\"show\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153622312, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "post_id": 960474, + "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": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "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" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "124961861", + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3030462572", + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52647965", + "voter": "rayzzz" + } + ], + "author": "rayzzz", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.rayistre.com/wp-content/uploads/2014/11/7Series2LowResSixPenceBitByRayIstreCopyright2014.png\"/></p>\n<p>First post here on Steemit. </p>\n<p>\"Six Pence Bit\" brings together Colonial American paper money and the Bitcoin Logo together. Both are forms of money. During the American Revolution, money was printed and inflated to the point of worthlessness. This was the reason for the US Constitution to require that all money was to be gold and silver coin, which was much less likely to be inflated. </p>\n<p>Money comes in all forms and the freedom to accept or deny any form is liberty. </p>\n<p>I love liberty.</p>\n<p><br></p>\n<p>I am looking for visual ideas for Steemit Art. Feel free to suggest anything you like. Please post links to images you think might fit. </p>\n<p>Thanks!</p>\n<p>More of my art at <a href=\"http://www.rayistre.com/art-of-bitcoin/\">www.rayistre.com</a> </p>\n<p>Ray Istre</p>\n</html>", + "body_length": 965, + "cashout_time": "2016-09-16T18:33:02", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"bitcoin\",\"money\",\"economics\",\"history\"],\"image\":[\"http:\\/\\/www.rayistre.com\\/wp-content\\/uploads\\/2014\\/11\\/7Series2LowResSixPenceBitByRayIstreCopyright2014.png\"],\"links\":[\"http:\\/\\/www.rayistre.com\\/art-of-bitcoin\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3208072398, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 0, + "permlink": "art-of-bitcoin-artist-ray-istre-looking-for-visual-ideas-for-steemit-art", + "post_id": 960325, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Art of Bitcoin Artist, Ray Istre, looking for visual ideas for Steemit Art", + "title": "Art of Bitcoin Artist, Ray Istre, looking for visual ideas for Steemit Art", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@rayzzz/art-of-bitcoin-artist-ray-istre-looking-for-visual-ideas-for-steemit-art" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "28370463371572", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31307487536364", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231809639013", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2321962618319", + "voter": "diaphanous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1469558503443", + "voter": "commedy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4287714457313", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1856006073992", + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1271804694676", + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2206068741954", + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1950753758979", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1534707047296", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "452874558937", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "620996029765", + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3120582597678", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "440845842", + "voter": "lee2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26932201065", + "voter": "lee3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8677295375", + "voter": "lee4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22149018521", + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5942299654212", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8927291120", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4941942978", + "voter": "sakr" + }, + { + "percent": "7000", + "reputation": 0, + "rshares": "57625926227", + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1536592488", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14818263059", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154334962550", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8836453529", + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29596510808", + "voter": "full-measure" + }, + { + "percent": "1225", + "reputation": 0, + "rshares": "104880949618", + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24694558802", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "468281676", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5641697991", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32459455171", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40391466193", + "voter": "himalayanguru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "584291107228", + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178471627922", + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9857825141", + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177420844935", + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106635691300", + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "616864092786", + "voter": "kevinwong" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061266533", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6230798580", + "voter": "cryptofunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "579494558", + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2003359924", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40553122820", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "962089879337", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58188888655", + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49581045086", + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3848697023555", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "402139444", + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36407027386", + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "365370465", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55577467736", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219283354085", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87300558689", + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275016906945", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5287820211", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31346001722", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179395106552", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4682885200", + "voter": "usefree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189626835254", + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5821262190", + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118356217412", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208362110567", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46266779182", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75334808165", + "voter": "emily-cook" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2187607792", + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "484636799", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17908924002", + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275327756", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68449861599", + "voter": "bacchist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60315479782", + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3350419346", + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5271030976", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24867575018", + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "373878481829", + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25057642057", + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6939984054", + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "734082781", + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118094280271", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105911917280", + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "578386960", + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "642869652", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "594982040", + "voter": "doge4lyf" + }, + { + "percent": "4400", + "reputation": 0, + "rshares": "12668641443", + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2632460141", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136322030", + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25221166135", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5357326058", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14168336425", + "voter": "aaseb" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209533734", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6017253623", + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251367062418", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8751103405", + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46859060143", + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33739229218", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87223247", + "voter": "wildchild" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15070803886", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24417687626", + "voter": "phenom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4545051592", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7946812357", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "362515598946", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147403710", + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3365797955", + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82782405213", + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3709588060", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32544157928", + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4996306142", + "voter": "dmitriybtc" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204618396015", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30989614870", + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "799615699", + "voter": "raymonjohnstone" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267341753", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34309455805", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "437620869", + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234191245", + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8781903824", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81879061", + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "674282213", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "599033376", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146224042", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3022447454", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2002851358", + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13359143286", + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50579277183", + "voter": "gomeravibz" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734185109", + "voter": "taker" + }, + { + "percent": "7400", + "reputation": 0, + "rshares": "12064042634", + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57873464", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10419645487", + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2157207095", + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58971492", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1213299204686", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157521707420", + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23391691291", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22969142749", + "voter": "laonie1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23485900426", + "voter": "laonie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23494195522", + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24562882668", + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42639811498", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246279861104", + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9450505564", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5831615639", + "voter": "brendio" + }, + { + "percent": "1225", + "reputation": 0, + "rshares": "2918578376", + "voter": "gmurph" + }, + { + "percent": "4800", + "reputation": 0, + "rshares": "3690744042", + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "3323984357", + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23477049244", + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23474334690", + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136078574669", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21112646631", + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88206053", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6791986484", + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99935909954", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5855738054", + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15860159560", + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2343183825", + "voter": "paynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4366149629", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59437351", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54654502", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62928860", + "voter": "session101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52985539", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8801395051", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52848854", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72192938", + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69662169", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72135954", + "voter": "stevescriber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51247757", + "voter": "loli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91519215715", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52419023", + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53661976", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "591109646", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74131936", + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53106127", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2022702929", + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88481667", + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "802011524540", + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "3635091595", + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50311250", + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23468154723", + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2982691190", + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21980957828", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5712937692", + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1874035641", + "voter": "erroneous-logic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "302425178", + "voter": "sergeypotapov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65868377", + "voter": "lensessions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59126308", + "voter": "wmhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45978108133", + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15340272043", + "voter": "pressfortruth" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "6654726855", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8773942171", + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8856106682", + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101945845", + "voter": "slorunner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2029369552", + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32463005362", + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50416427", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59693834", + "voter": "suprepachyderm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1615332211", + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "989363278", + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2196907450", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3915304227", + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57856784", + "voter": "jamesyk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112983030208", + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58197677", + "voter": "jcomeauictx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12901147949", + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "752032432", + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1783693666", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4900461398", + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22621459650", + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2205784762", + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50588612", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4662965424", + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "588228551", + "voter": "profanarky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3411072843", + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1625414479", + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50593879", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174778016", + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50271139", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50262756", + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56782516", + "voter": "sebastianbauer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55667728", + "voter": "fizzgig" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "26571803569", + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4044716723", + "voter": "l0k1" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "3752641890", + "voter": "titusfrost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6682880996", + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50712038", + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2353724275", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1655277599", + "voter": "smisi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17357974240", + "voter": "bluehorseshoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53413720", + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50370757", + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263853222", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50931848", + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2617343597", + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50840303", + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "323483227", + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53871683", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "659649765", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53593366", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "411677045923", + "voter": "charlieshrem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61827447459", + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54239080444", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50450987", + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1415009195", + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1352324852", + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5753524189", + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "62515317", + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271440423", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2401297947", + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63405661", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98577200", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51615652", + "voter": "rayzzz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12115690216", + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4712300251", + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "51215236", + "voter": "deli" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "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": 0, + "rshares": "255059000", + "voter": "letstalkliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3609651500", + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "835065804", + "voter": "dikanevroman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141679752", + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1630362522", + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167843838", + "voter": "robyneggs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1300689481", + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "1442647825", + "voter": "modernbukowski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158602900", + "voter": "steem-wallet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158535752", + "voter": "nerds" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31008332335", + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155796749", + "voter": "majes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155166715", + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71727340", + "voter": "dealzgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120983531", + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68013381", + "voter": "storage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298391608", + "voter": "risabold" + }, + { + "percent": "10000", + "reputation": 0, + "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": 0, + "rshares": "181770825", + "voter": "pathtomydream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "519265850", + "voter": "doubledex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1593664040", + "voter": "steemlift" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129609202", + "voter": "toddemaher1" + } + ], + "author": "dollarvigilante", + "author_reputation": 0, + "beneficiaries": [], + "body": "<center>https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg</center>\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<center>https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png</center>\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.<a href=\"https://dollarvigilante.com/subscribe\"> Subscribe to TDV\u2019s newsletter here</a> 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<center>https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg</center>", + "body_length": 6656, + "cashout_time": "2016-09-16T18:47:28", + "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": "596.997 HBD", + "percent_steem_dollars": 10000, + "permlink": "another-billionaire-warns-of-catastrophic-depths-not-seen-in-5-000-years-and-emphasizes-gold", + "post_id": 960290, + "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": 0, + "rshares": "145074864797", + "voter": "edgeland" + }, + { + "percent": "5400", + "reputation": 0, + "rshares": "3813478158", + "voter": "btcupload" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83101859", + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54585840", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51729228", + "voter": "jeff-kubitz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1248667529", + "voter": "iuliuspro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199821196", + "voter": "bo-ro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127187815", + "voter": "bleujay" + } + ], + "author": "bo-ro", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h2>Hello Steemers!</h2>\n<p>Digest of new altcoins on exchanges for active traders and investors.</p>\n<p><img src=\"https://s6.postimg.org/bd00s0rfl/new_alts_1315.jpg\" width=\"1280\" height=\"720\"/></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/bhj26bg0x/ccex.png\" width=\"350\" height=\"208\"/></p>\n<h1>SportsCoin [SPORT]</h1>\n<p>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.</p>\n<p>Anyone can approach us with through our mail with your videos and medals showcasing your talent and we shall fund you. </p>\n<p>Any kind of sport and any country we are ready to help. Help is only a mail away.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Algo: X13/POS only</li>\n <li>Premine: 99%</li>\n <li>Total coin: 20000000</li>\n <li>Maturity: 10</li>\n <li>Confirmations: 4</li>\n <li>block time: 2 min</li>\n <li>coin age minimum: 2h</li>\n <li>coin age max: unlimited</li>\n <li>PoS interest: 10 %</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://c-cex.com/?p=sport-btc\">https://c-cex.com/?p=sport-btc</a><br>\n<a href=\"https://c-cex.com/?p=sport-usd\">https://c-cex.com/?p=sport-usd</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1610565.0\">https://bitcointalk.org/index.php?topic=1610565.0</a></p>\n<p><a href=\"http://thesportscoin.com/\">http://thesportscoin.com/ </a></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/5vwn29fc1/megacrypton.png\" width=\"300\" height=\"100\"/></p>\n<h1>PIONEERSHARES [PIO]</h1>\n<p>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. </p>\n<p><em><strong>Core Summary</strong></em></p>\n<ul>\n <li>Full PoS</li>\n <li>Total Supply : 200 000 PIO</li>\n <li>Block Time : 3 Minutes</li>\n <li>Minimum Stake Age : 6 hours</li>\n <li>PoS Reward : 0.08 PIO</li>\n</ul>\n<p><em><strong>MultiSend</strong></em></p>\n<p>Send your minted blocks automaticly to an address of your choice. Ideal for savings, donations purposes and staking directly to the BlockPioneers Exchange.</p>\n<p><em><strong>Stake Journal</strong></em></p>\n<p>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.</p>\n<p><em><strong>Advanced Wallet & Coin Control</strong></em></p>\n<p>Multiple tools to optimize your wallet and staking behaviour. Blocksplitter, Return change, Set stake-split threshold, Check&Repair wallet gui and lots more.</p>\n<p><em><strong>Block Explorer & Social</strong></em></p>\n<p>Integrated Block Explorer to keep track of the blockchain and your transactions. Integrated Social page with links to anything PioneerShares related.</p>\n<p><em><strong>Beautiful Wallet Design</strong></em></p>\n<p>The custom BlockPioneers wallet design based on the theme of this website. Including difficulty/weight graph on the overview page</p>\n<p><em><strong>Markets:<br>\n</strong></em>BTC/PIO: <a href=\"https://live.megacrypton.com/market/2025\">https://live.megacrypton.com/market/2025</a><br>\nLTC/PIO: <a href=\"https://live.megacrypton.com/market/2026\">https://live.megacrypton.com/market/2026</a> </p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1511601.0\">https://bitcointalk.org/index.php?topic=1511601.0</a></p>\n<p><a href=\"http://www.blockpioneers.info\">http://www.blockpioneers.info</a></p>\n<p><br></p>\n<p><br></p>\n<h1>UBIQUOIN [UBIQ] </h1>\n<p>The World is ready for digital money and now you can be too. Ubiquoin is digital money made for adoption by the masses. </p>\n<p>Ubiquoin builds on the past and present to bring a brighter future.</p>\n<p>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.</p>\n<p>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.</p>\n<p>All Digital Money... All Places</p>\n<p>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.</p>\n<p>Ubiquoin is the cryptocurrency designed to address the biggest challenge of any cryptocurrency... Adoption and use. </p>\n<p>Ubiquoin is focused on making the user experience easy and the reasons for using Ubiquoin endless.</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Coin Type: POS</li>\n <li>Annual Rate: 50%</li>\n <li>Coin Supply: 500M UBIQ</li>\n</ul>\n<p><em><strong>Markets:</strong></em></p>\n<p>BTC/UBIQ: <a href=\"https://live.megacrypton.com/market/2021\">https://live.megacrypton.com/market/2021</a></p>\n<p>LTC/UBIQ: <a href=\"https://live.megacrypton.com/market/2022\">https://live.megacrypton.com/market/2022 </a></p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1524644.0\">https://bitcointalk.org/index.php?topic=1524644.0</a></p>\n<p><a href=\"http://ubiquoin.com/\">http://ubiquoin.com/</a></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/agith6z1d/yobit.png\" width=\"334\" height=\"100\"/></p>\n<h1>Mustang Coin [MST]</h1>\n<p>Addition information will be published on coin website soon.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>No IPO/Insta/Premine</li>\n <li>Algorithm: X11</li>\n <li>Type: Hybrid to full PoS</li>\n <li>Coin supply: 3000000 MST</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://yobit.net/en/trade/MST/BTC\">https://yobit.net/en/trade/MST/BTC</a></p>\n<p><em><strong>Mustang Coin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/MST\">https://yobit.net/en/dice/MST</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1609008.0\">https://bitcointalk.org/index.php?topic=1609008.0</a></p>\n<p><a href=\"http://mustangcoin.xyz/\">http://mustangcoin.xyz/</a></p>\n<p><br></p>\n<p> </p>\n<h1>NoLimitCoin [NLC]</h1>\n<p> 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. </p>\n<blockquote>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:</blockquote>\n<blockquote>Target launch prices in US Dollars.</blockquote>\n<blockquote>.002</blockquote>\n<blockquote>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.</blockquote>\n<p>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. </p>\n<p><em><strong>Specificatins:</strong></em> </p>\n<ul>\n <li>Block size: 2mb</li>\n <li>Block time: 2 minutes</li>\n <li>PoW Algorithm: SHA-256d</li>\n <li>POS/POW hybrid</li>\n <li>POS 2% per annum</li>\n <li>RPC Port: 6520</li>\n <li>p2p port: 6521</li>\n <li>testnet rpc: 16520</li>\n <li>testnet p2p port: 16521</li>\n <li>Wallet addresses will start with \u201cN\u201d, to differentiate pubkey from other cryptocurrency networks (pubkey=53)</li>\n <li>PoW Block reward will reduce as complexity from mining difficulty increases.</li>\n <li>D adjusts every block.</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/NLC/BTC\">https://yobit.net/en/trade/NLC/BTC</a></p>\n<p><em><strong>NoLimitCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/NLC\">https://yobit.net/en/dice/NLC</a> </p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1606674.0\">https://bitcointalk.org/index.php?topic=1606674.0</a> </p>\n<p><a href=\"https://www.nolimitcoin.org/\">www.nolimitcoin.org</a> </p>\n<p><a href=\"https://www.cryptofantasysports.com/\">www.cryptofantasysports.com</a> </p>\n<p><br></p>\n<p><br></p>\n<h1>RCoin [RCN]</h1>\n<p>Proudly announcing the this new branding mindbreaking cryptocurrency RCoin (R is like \"our\") changing the lifes of people for the better days!</p>\n<p>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.</p>\n<p>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.</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/RCN/BTC\">https://yobit.net/en/trade/RCN/BTC</a></p>\n<p><em><strong>RCoin Dice</strong></em>: <a href=\"https://yobit.net/en/dice/RCN\">https://yobit.net/en/dice/RCN </a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1605156\">https://bitcointalk.org/index.php?topic=1605156</a></p>\n<p><a href=\"http://rcoin.eu/\">http://rcoin.eu/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TaoCoin [TAO]</h1>\n<p>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!</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Proof of Stake: 4%</li>\n <li>Proof of Work Algo: X11</li>\n <li>Proof of Work Reward: 1TAO per block, halving 26 times</li>\n <li>Block time: 7.5m</li>\n <li>Block size: 20MB w/ Adaptive Block Sizes</li>\n <li>Alpha (Master) Node Minimum Qualification: 10,000 TAO</li>\n <li>Tokens available via crowd sale: 30,000,000 TAO</li>\n <li>Total tokens: 32,000,000 TAO</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TAO/BTC\">https://yobit.net/en/trade/TAO/BTC</a></p>\n<p><em><strong>TaoCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TAO\">https://yobit.net/en/dice/TAO</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1567647.0\">https://bitcointalk.org/index.php?topic=1567647.0</a></p>\n<p><a href=\"http://tao.network/\">http://tao.network/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TELLurion [TELL]</h1>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Algorithm: X11</li>\n <li>Type: POW / POS (proof of work / proof of stake)</li>\n <li>Last POW block: 1667400</li>\n <li>POS interest: 242% per year</li>\n <li>Coin supply: 3652422000 TELL</li>\n <li>Developers safe: 4.1254% (not in stake)</li>\n <li>block generation time: 60 seconds</li>\n <li>block reward: Random (96 - 3600 TELL)</li>\n <li>change difficulty: 1 blocks</li>\n <li>coinbase maturity: 30 blocks</li>\n <li>Stake min age: 1 hours</li>\n <li>Stake max age: 30 days</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TELL/BTC\">https://yobit.net/en/trade/TELL/BTC</a></p>\n<p><em><strong>TELLurion Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TELL\">https://yobit.net/en/dice/TELL</a></p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1607778.0\">https://bitcointalk.org/index.php?topic=1607778.0</a></p>\n<p><a href=\"http://tellurion.info/\">http://tellurion.info/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TotCoin [TOT]</h1>\n<p>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. </p>\n<p>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. </p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Scrypt PoW/PoS</li>\n <li>Time blocks: 120 sec.</li>\n <li>Block reward: 700</li>\n <li>Halving rate : 1000000</li>\n <li>Premine: 13% not staking</li>\n <li>Total coins: 1,613,150,000</li>\n <li>PoS: Yearly Interest 80%</li>\n <li>Min.Coin age: 10 days</li>\n <li>Max age: 70 days</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TOT/BTC\">https://yobit.net/en/trade/TOT/BTC</a></p>\n<p><em><strong>TotCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TOT\">https://yobit.net/en/dice/TOT</a> </p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1611621\">https://bitcointalk.org/index.php?topic=1611621</a></p>\n<p><br></p>\n<p><br></p>\n<h1>ZayedCoin [ZYD] </h1>\n<p>Zayedcoin is a peer to peer digital currency that's original to the rules that brought crypto into reality today.</p>\n<p>No premine,no burning, no ICO , nothing but pure mining and trade.</p>\n<p>The Zayedcoin dev team forsee a future of fairness, security and true decentralisation.</p>\n<p>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.</p>\n<p>We are looking forward to having you all joining the journey of something remarkable, Stay tuned, The Zayedcoin dev team.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Pure Pow</li>\n <li>Algorithm: sha 256</li>\n <li>Block Time: 90 Seconds</li>\n <li>initial reward: 40 coins</li>\n <li>Halving Every: 116850 block</li>\n <li>recomended confirmations: 7</li>\n <li>Maturity: 60 Blocks</li>\n <li>Total Coins 9.736.000</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://yobit.net/en/trade/ZYD/BTC\">https://yobit.net/en/trade/ZYD/BTC</a></p>\n<p><em><strong>ZayedCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/ZYD\">https://yobit.net/en/dice/ZYD</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1612578\">https://bitcointalk.org/index.php?topic=1612578</a></p>\n<p><a href=\"https://zayedcoin.net\">https://zayedcoin.net</a></p>\n<p><br></p>\n<p><br></p>\n<h2><em>Wish you all profit trading!</em></h2>\n</html>", + "body_length": 19070, + "cashout_time": "2016-09-16T18:54:28", + "category": "money", + "children": 0, + "created": "2016-09-15T17:49:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"crypto-news\",\"trading\",\"altcoins\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:51:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150653436422, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.034 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-altcoins-on-exchanges-7-sept-13-15-2016", + "post_id": 960030, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "total_payout_value": "0.000 HBD", + "url": "/money/@bo-ro/new-altcoins-on-exchanges-7-sept-13-15-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "282807868", + "voter": "gladkos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "748764436", + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125741877", + "voter": "changelly" + } + ], + "author": "changelly", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Hey, Steemers! </p>\n<p>We're <a href=\"changelly.com/exchange/BTC/XRP/1?ref_id=steemit\">Changelly</a>, 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple_tweeter-1140x515.png\" width=\"1140\" height=\"515\"/></p>\n<p>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 <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">buy Ripple with BTC on Changelly.com</a></p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/poloniex.png\" width=\"526\" height=\"513\"/></p>\n<p> 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple1-1024x146.png\" width=\"1024\" height=\"146\"/></p>\n<p>2. Check the amount and the estimated rate, then go next.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple2-1024x267.png\" width=\"1024\" height=\"267\"/></p>\n<p><br>\n3. Paste an XRP address (without a destination tag).</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple3-1024x191.png\" width=\"1024\" height=\"191\"/></p>\n<p><br>\n4. Check all details attentively and proceed to the next step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple4.png\" width=\"696\" height=\"570\"/></p>\n<p><br>\n5. Now you need to send BTC to the address provided in this step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple5.png\" width=\"726\" height=\"482\"/></p>\n<p><br>\n6. Open your BTC wallet and send the amount requested.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple7.png\" width=\"612\" height=\"425\"/></p>\n<p><br>\n7. Back to Changelly, open your history page and see the status of your payment. Wait a little before the transaction is finished.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple8-1024x115.png\" width=\"1024\" height=\"115\"/></p>\n<p><br>\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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple9.png\" width=\"638\" height=\"831\"/></p>\n<p>That\u2019s it. Try it now, <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">exchange BTC to XRP</a>! </p>\n<p><br></p>\n</html>", + "body_length": 2746, + "cashout_time": "2016-09-16T17:54:33", + "category": "money", + "children": 2, + "created": "2016-09-15T17:44:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"crypto-news\",\"beyondbitcoin\",\"steemit\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1157314181, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-exchange-bitcoin-btc-to-ripple-xrp", + "post_id": 959986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "total_payout_value": "0.000 HBD", + "url": "/money/@changelly/how-to-exchange-bitcoin-btc-to-ripple-xrp" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.pat.json new file mode 100644 index 00000000..548ad718 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.pat.json @@ -0,0 +1,4216 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8666442, + "rshares": 155925481, + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 8666442, + "beneficiaries": [], + "body": "**ICONOMI found management platform** is currently in ICO and you can still invest. \n\nThat is most anticipated platform of 2016 why You may ask me. I will give you some graph and explanation. Solutions like ICONOMI are very popular in old economy people want be rich and wanted get more profit so they tried give money to people who know more about trading. Found management platforms preforms much better than average investors. Big guys just want invest not day trading. In crypto ICOMI will be 1st such project - such needed project.\n\nNow true facts and everything that I show you, is now publicly available on web. Graphs taken from coinmarketcap.com are showing us, what is going on cryptocurrency markets right now:\n \n \n \n\nYou see on won eyes that: Bitcoin is loosing over time market share to other alt coins. There is many multiple reasons for that. Without ICONOMI getting on cryptocurrency board for new investors will be VERY hard. \nThat is:\n \n- choose right one coin. \n- skip scams \n- buy valuable coins \n- crypto markets are getting bigger and bigger all time, there is about over 700coins tradable now\n\n\nICONOMI will be platform that for **every investor looking for big profits**. \nICONOMI will give us 2 founds:\n\n- **The ICONOMI.INDEX FUND** - a \"Passive\" - Coin Traded Fund (CTF). This fund operates on special rules, variables that manage the fund through automation. This Found will be the fastest available to investors at launch in Q4 2016 - The ICONOMI.PERFORMANCE FUND - an \"\nActive\"\n- **Coin Managed Fund (CMF)**, Operated by and managed by best investors. This fund will be invitation only available. If you invest in ICO you will get you invitation for free. I bet is worth its price. Those found will be carefully managed by ICONOMI experts and will provide best profits available.\n\nGraphs shows that volume of alt coins is rising heavily and will move up. Without ICONOMI founds many investors will probably lose cash on market, while rypto currency market will rise as whole. **If buy some ICO shares you will get dividends forever as share holder.**\n Soon real professional traders will come to cryptocurrency and you as investor in order to get big profits will have to use service of ICONOMI. \n\nPersonally I have invested in ICO and believe that **ICONOMI is future of crypto trading**. Don't miss a chance and invest here:[ico.iconomi.net](ico.iconomi.net) \n\nIf you want invest in ICO:  \n\nOfficial Links:\n \n- [ico.iconomi.net](ico.iconomi.net \"Main site\") \n- [https://www.facebook.com/iconomi.net/](https://www.facebook.com/iconomi.net/ \"Facebook\") \n- [https://twitter.com/iconominet](https://twitter.com/iconominet\"twitter.com\")\n- [https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/](https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/) \n- [https://telegram.me/iconomi](https://telegram.me/iconomi)\n- [https://medium.com/iconominet](https://medium.com/iconominet)\n- [https://iconominet.herokuapp.com](https://iconominet.herokuapp.com)", + "body_length": 3189, + "cashout_time": "2016-09-22T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http://i.imgur.com/FLe0WeF.jpg\",\"http://i.imgur.com/s6Aeke2.jpg\",\"http://i.imgur.com/RX0JK1z.jpg\",\"http://i.imgur.com/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https://www.facebook.com/iconomi.net/\",\"https://twitter.com/iconominet\\\"twitter.com\\\"\",\"https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/\",\"https://telegram.me/iconomi\",\"https://medium.com/iconominet\",\"https://iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 1257938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 579514851, + "rshares": 64358062, + "voter": "agartha" + } + ], + "author": "agartha", + "author_reputation": 579514851, + "beneficiaries": [], + "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", + "body_length": 152, + "cashout_time": "2016-09-22T19:44:00", + "category": "steemit", + "children": 0, + "created": "2016-09-15T19:44:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"hack\",\"monero\",\"bitcoin\",\"lol\"],\"links\":[\"https://www.facebook.com/agartha.white.3/posts/179267779175393\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:44:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64358062, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-hack-monero-xmr", + "post_id": 1257912, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I hack Monero (Xmr) ?", + "title": "I hack Monero (Xmr) ?", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@agartha/i-hack-monero-xmr" + }, + { + "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": "[](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[](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[](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[](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": 4013874407471, + "rshares": 122693390101, + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 4931834878069, + "rshares": 8567499992, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83863566295, + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 5414208804644, + "rshares": 11261443630, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 598181152117, + "rshares": 74800129313, + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 19111656178138, + "rshares": 41825057596, + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 3891722, + "rshares": 212468679, + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 9142611234, + "rshares": 223036409, + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 3871042, + "rshares": 218564831, + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 782596410473, + "rshares": 1631624279, + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 10519849768972, + "rshares": 6948016204, + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 17698439393799, + "rshares": 11737972671, + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 147425730, + "rshares": 233934645, + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 3720753029, + "rshares": 220053077, + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 10771708337101, + "rshares": 415096989800, + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 18027204457681, + "rshares": 14657934226, + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 5776723480371, + "rshares": 90738803441, + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 206355094166, + "rshares": 3392636390, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 5268727341, + "rshares": 131247634, + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 97845484474, + "rshares": 20044839503, + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 3016325652890, + "rshares": 50136958308, + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 6111268639849, + "rshares": 2425817615, + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 1851205309677, + "rshares": 1567403062, + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 4195733833721, + "rshares": 3159618154, + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 730408370151, + "rshares": 206892582, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 14848515958625, + "beneficiaries": [], + "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", + "body_length": 612, + "cashout_time": "2016-09-22T19:08:36", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "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": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 35984388, + "rshares": 61427097, + "voter": "forevergala" + } + ], + "author": "forevergala", + "author_reputation": 35984388, + "beneficiaries": [], + "body": "<html>\n<h2><strong>For newcommers, I want to say few words about Blokcheyn. How does it work? What does it mean? Do we need it?</strong></h2>\n<p><strong>https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg</strong></p>\n<p><br></p>\n<p>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.</p>\n<p><br></p>\n<p>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.</p>\n<p>https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg</p>\n<p><br></p>\n<p>In addition, Blokcheyn technology allows you to store information on real property rights previously granted loans, violation of traffic rules, marriages and so on. </p>\n<h1><strong>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. </strong></h1>\n<p>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.</p>\n<p><br></p>\n</html>", + "body_length": 1601, + "cashout_time": "2016-09-22T19:07:36", + "category": "steem", + "children": 0, + "created": "2016-09-15T19:07:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"blokcheyn\",\"news\",\"crypo\",\"bitcoin\"],\"image\":[\"https://pp.vk.me/c636416/v636416646/26c42/SjBHmqEOzRE.jpg\",\"https://pp.vk.me/c636416/v636416646/26c53/ObLWMGBR0I8.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:07:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61427097, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "what-is-blokcheyn", + "post_id": 1257506, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "What is Blokcheyn?", + "title": "What is Blokcheyn?", + "total_payout_value": "0.000 HBD", + "url": "/steem/@forevergala/what-is-blokcheyn" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 65796322, + "rshares": 153622312, + "voter": "owaisted" + } + ], + "author": "owaisted", + "author_reputation": 65796322, + "beneficiaries": [], + "body": "by Jeff John Roberts for Fortune.com\n\nIt was only a matter of time until someone made a TV show featuring bitcoin. Well, that show is here in the form of a 10-episode series called Startup, and, frankly, it does a good job of depicting the weird world of crypto-currency.\n\nThe show is set in Miami and (surprise!) involves drug dealers and an FBI agent as well as a brilliant young Stanford drop-out, Izzy Morales, who tries to convince people how digital money will change the world.\n\nThe young coder is actually flogging something called \u201cGen-Coin,\u201d which she claims is better than the original bitcoin, but is based on the same idea of a decentralized digital currency beyond the reach of banks and governments. In Izzy\u2019s eyes, while money can corrupt people, the bigger issue is that \u201cpeople corrupt money.\u201d\n\nThis scene and other ones do a good job in portraying the philosophical case for digital money, as well as some of the technology involved. (Izzy\u2019s ex-boyfriend, for instance, is unhappy about the giant electricity bills she runs up.)\n\nStartup gets it tech cred in part because the producers retained a fin-tech consultant, Brian Stoeckert, who provided advice about the world of bitcoin as well as issues like money laundering and off-shore accounts. In an interview, Stoeckert said the writers and cast were brand new to bitcoin but soon came to understand it.\n\nAs for the show overall, I only watched the first episode but would give it a 7/10. The tech scenes are probably the best part, which is why it\u2019s a shame so much of the episode is consumed by drug cliches and superfluous sex scenes. It feels like being at a party where people keep taking their clothes off, though you wish you wouldn\u2019t. (You can read full reviews of Startup at the New York Times and Variety).\n\nStartup appears on Sony\u2019s streaming platform Crackle, best known for Jerry Seinfeld\u2019s Comedians in Cars, and also stars Martin Freeman of Fargo fame as a sensitive finance bro who decides to funnel his drug dealer daddy\u2019s money into Izzy\u2019s venture.\n\nThe show is unlikely be the definitive on-screen account of bitcoin. (For that we\u2019re going to have to wait for a studio to take on the saga of Dread Pirate Roberts and the Silk Road.) But it\u2019s worth a watch for anyone into tech and digital money.", + "body_length": 2287, + "cashout_time": "2016-09-22T18:45:33", + "category": "bitcoin", + "children": 1, + "created": "2016-09-15T18:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"sony\",\"tv\",\"show\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153622312, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "sony-s-new-show-startup-gets-bitcoin-right-but-other-parts-of-the-program-can-use-some-work", + "post_id": 1257250, + "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": "Sony\u2019s New Show \u2018Startup\u2019 Gets Bitcoin Right but other parts of the program can use some work", + "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" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 2012742263000, + "rshares": 3030462572, + "voter": "mikkolyytinen" + }, + { + "percent": "10000", + "reputation": 50126130, + "rshares": 52647965, + "voter": "rayzzz" + } + ], + "author": "rayzzz", + "author_reputation": 50126130, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://www.rayistre.com/wp-content/uploads/2014/11/7Series2LowResSixPenceBitByRayIstreCopyright2014.png\"/></p>\n<p>First post here on Steemit. </p>\n<p>\"Six Pence Bit\" brings together Colonial American paper money and the Bitcoin Logo together. Both are forms of money. During the American Revolution, money was printed and inflated to the point of worthlessness. This was the reason for the US Constitution to require that all money was to be gold and silver coin, which was much less likely to be inflated. </p>\n<p>Money comes in all forms and the freedom to accept or deny any form is liberty. </p>\n<p>I love liberty.</p>\n<p><br></p>\n<p>I am looking for visual ideas for Steemit Art. Feel free to suggest anything you like. Please post links to images you think might fit. </p>\n<p>Thanks!</p>\n<p>More of my art at <a href=\"http://www.rayistre.com/art-of-bitcoin/\">www.rayistre.com</a> </p>\n<p>Ray Istre</p>\n</html>", + "body_length": 965, + "cashout_time": "2016-09-22T18:27:54", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:27:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"bitcoin\",\"money\",\"economics\",\"history\"],\"image\":[\"http://www.rayistre.com/wp-content/uploads/2014/11/7Series2LowResSixPenceBitByRayIstreCopyright2014.png\"],\"links\":[\"http://www.rayistre.com/art-of-bitcoin/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:27:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3208072398, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 0, + "permlink": "art-of-bitcoin-artist-ray-istre-looking-for-visual-ideas-for-steemit-art", + "post_id": 1257065, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Art of Bitcoin Artist, Ray Istre, looking for visual ideas for Steemit Art", + "title": "Art of Bitcoin Artist, Ray Istre, looking for visual ideas for Steemit Art", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@rayzzz/art-of-bitcoin-artist-ray-istre-looking-for-visual-ideas-for-steemit-art" + }, + { + "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": "<center>https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg</center>\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<center>https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png</center>\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.<a href=\"https://dollarvigilante.com/subscribe\"> Subscribe to TDV\u2019s newsletter here</a> 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<center>https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg</center>", + "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": 14073457536993, + "rshares": 145074864797, + "voter": "edgeland" + }, + { + "percent": "5400", + "reputation": 67677758734, + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "percent": "10000", + "reputation": 91384020663, + "rshares": 83101859, + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 17384813, + "rshares": 51729228, + "voter": "jeff-kubitz" + }, + { + "percent": "10000", + "reputation": 857199870585, + "rshares": 1248667529, + "voter": "iuliuspro" + }, + { + "percent": "10000", + "reputation": 99160090205, + "rshares": 199821196, + "voter": "bo-ro" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 127187815, + "voter": "bleujay" + } + ], + "author": "bo-ro", + "author_reputation": 99160090205, + "beneficiaries": [], + "body": "<html>\n<h2>Hello Steemers!</h2>\n<p>Digest of new altcoins on exchanges for active traders and investors.</p>\n<p><img src=\"https://s6.postimg.org/bd00s0rfl/new_alts_1315.jpg\" width=\"1280\" height=\"720\"/></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/bhj26bg0x/ccex.png\" width=\"350\" height=\"208\"/></p>\n<h1>SportsCoin [SPORT]</h1>\n<p>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.</p>\n<p>Anyone can approach us with through our mail with your videos and medals showcasing your talent and we shall fund you. </p>\n<p>Any kind of sport and any country we are ready to help. Help is only a mail away.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Algo: X13/POS only</li>\n <li>Premine: 99%</li>\n <li>Total coin: 20000000</li>\n <li>Maturity: 10</li>\n <li>Confirmations: 4</li>\n <li>block time: 2 min</li>\n <li>coin age minimum: 2h</li>\n <li>coin age max: unlimited</li>\n <li>PoS interest: 10 %</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://c-cex.com/?p=sport-btc\">https://c-cex.com/?p=sport-btc</a><br>\n<a href=\"https://c-cex.com/?p=sport-usd\">https://c-cex.com/?p=sport-usd</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1610565.0\">https://bitcointalk.org/index.php?topic=1610565.0</a></p>\n<p><a href=\"http://thesportscoin.com/\">http://thesportscoin.com/ </a></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/5vwn29fc1/megacrypton.png\" width=\"300\" height=\"100\"/></p>\n<h1>PIONEERSHARES [PIO]</h1>\n<p>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. </p>\n<p><em><strong>Core Summary</strong></em></p>\n<ul>\n <li>Full PoS</li>\n <li>Total Supply : 200 000 PIO</li>\n <li>Block Time : 3 Minutes</li>\n <li>Minimum Stake Age : 6 hours</li>\n <li>PoS Reward : 0.08 PIO</li>\n</ul>\n<p><em><strong>MultiSend</strong></em></p>\n<p>Send your minted blocks automaticly to an address of your choice. Ideal for savings, donations purposes and staking directly to the BlockPioneers Exchange.</p>\n<p><em><strong>Stake Journal</strong></em></p>\n<p>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.</p>\n<p><em><strong>Advanced Wallet & Coin Control</strong></em></p>\n<p>Multiple tools to optimize your wallet and staking behaviour. Blocksplitter, Return change, Set stake-split threshold, Check&Repair wallet gui and lots more.</p>\n<p><em><strong>Block Explorer & Social</strong></em></p>\n<p>Integrated Block Explorer to keep track of the blockchain and your transactions. Integrated Social page with links to anything PioneerShares related.</p>\n<p><em><strong>Beautiful Wallet Design</strong></em></p>\n<p>The custom BlockPioneers wallet design based on the theme of this website. Including difficulty/weight graph on the overview page</p>\n<p><em><strong>Markets:<br>\n</strong></em>BTC/PIO: <a href=\"https://live.megacrypton.com/market/2025\">https://live.megacrypton.com/market/2025</a><br>\nLTC/PIO: <a href=\"https://live.megacrypton.com/market/2026\">https://live.megacrypton.com/market/2026</a> </p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1511601.0\">https://bitcointalk.org/index.php?topic=1511601.0</a></p>\n<p><a href=\"http://www.blockpioneers.info\">http://www.blockpioneers.info</a></p>\n<p><br></p>\n<p><br></p>\n<h1>UBIQUOIN [UBIQ] </h1>\n<p>The World is ready for digital money and now you can be too. Ubiquoin is digital money made for adoption by the masses. </p>\n<p>Ubiquoin builds on the past and present to bring a brighter future.</p>\n<p>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.</p>\n<p>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.</p>\n<p>All Digital Money... All Places</p>\n<p>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.</p>\n<p>Ubiquoin is the cryptocurrency designed to address the biggest challenge of any cryptocurrency... Adoption and use. </p>\n<p>Ubiquoin is focused on making the user experience easy and the reasons for using Ubiquoin endless.</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Coin Type: POS</li>\n <li>Annual Rate: 50%</li>\n <li>Coin Supply: 500M UBIQ</li>\n</ul>\n<p><em><strong>Markets:</strong></em></p>\n<p>BTC/UBIQ: <a href=\"https://live.megacrypton.com/market/2021\">https://live.megacrypton.com/market/2021</a></p>\n<p>LTC/UBIQ: <a href=\"https://live.megacrypton.com/market/2022\">https://live.megacrypton.com/market/2022 </a></p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1524644.0\">https://bitcointalk.org/index.php?topic=1524644.0</a></p>\n<p><a href=\"http://ubiquoin.com/\">http://ubiquoin.com/</a></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><img src=\"https://s6.postimg.org/agith6z1d/yobit.png\" width=\"334\" height=\"100\"/></p>\n<h1>Mustang Coin [MST]</h1>\n<p>Addition information will be published on coin website soon.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>No IPO/Insta/Premine</li>\n <li>Algorithm: X11</li>\n <li>Type: Hybrid to full PoS</li>\n <li>Coin supply: 3000000 MST</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://yobit.net/en/trade/MST/BTC\">https://yobit.net/en/trade/MST/BTC</a></p>\n<p><em><strong>Mustang Coin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/MST\">https://yobit.net/en/dice/MST</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1609008.0\">https://bitcointalk.org/index.php?topic=1609008.0</a></p>\n<p><a href=\"http://mustangcoin.xyz/\">http://mustangcoin.xyz/</a></p>\n<p><br></p>\n<p> </p>\n<h1>NoLimitCoin [NLC]</h1>\n<p> 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. </p>\n<blockquote>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:</blockquote>\n<blockquote>Target launch prices in US Dollars.</blockquote>\n<blockquote>.002</blockquote>\n<blockquote>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.</blockquote>\n<p>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. </p>\n<p><em><strong>Specificatins:</strong></em> </p>\n<ul>\n <li>Block size: 2mb</li>\n <li>Block time: 2 minutes</li>\n <li>PoW Algorithm: SHA-256d</li>\n <li>POS/POW hybrid</li>\n <li>POS 2% per annum</li>\n <li>RPC Port: 6520</li>\n <li>p2p port: 6521</li>\n <li>testnet rpc: 16520</li>\n <li>testnet p2p port: 16521</li>\n <li>Wallet addresses will start with \u201cN\u201d, to differentiate pubkey from other cryptocurrency networks (pubkey=53)</li>\n <li>PoW Block reward will reduce as complexity from mining difficulty increases.</li>\n <li>D adjusts every block.</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/NLC/BTC\">https://yobit.net/en/trade/NLC/BTC</a></p>\n<p><em><strong>NoLimitCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/NLC\">https://yobit.net/en/dice/NLC</a> </p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1606674.0\">https://bitcointalk.org/index.php?topic=1606674.0</a> </p>\n<p><a href=\"https://www.nolimitcoin.org/\">www.nolimitcoin.org</a> </p>\n<p><a href=\"https://www.cryptofantasysports.com/\">www.cryptofantasysports.com</a> </p>\n<p><br></p>\n<p><br></p>\n<h1>RCoin [RCN]</h1>\n<p>Proudly announcing the this new branding mindbreaking cryptocurrency RCoin (R is like \"our\") changing the lifes of people for the better days!</p>\n<p>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.</p>\n<p>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.</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/RCN/BTC\">https://yobit.net/en/trade/RCN/BTC</a></p>\n<p><em><strong>RCoin Dice</strong></em>: <a href=\"https://yobit.net/en/dice/RCN\">https://yobit.net/en/dice/RCN </a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1605156\">https://bitcointalk.org/index.php?topic=1605156</a></p>\n<p><a href=\"http://rcoin.eu/\">http://rcoin.eu/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TaoCoin [TAO]</h1>\n<p>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!</p>\n<p>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.</p>\n<p>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.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Proof of Stake: 4%</li>\n <li>Proof of Work Algo: X11</li>\n <li>Proof of Work Reward: 1TAO per block, halving 26 times</li>\n <li>Block time: 7.5m</li>\n <li>Block size: 20MB w/ Adaptive Block Sizes</li>\n <li>Alpha (Master) Node Minimum Qualification: 10,000 TAO</li>\n <li>Tokens available via crowd sale: 30,000,000 TAO</li>\n <li>Total tokens: 32,000,000 TAO</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TAO/BTC\">https://yobit.net/en/trade/TAO/BTC</a></p>\n<p><em><strong>TaoCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TAO\">https://yobit.net/en/dice/TAO</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1567647.0\">https://bitcointalk.org/index.php?topic=1567647.0</a></p>\n<p><a href=\"http://tao.network/\">http://tao.network/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TELLurion [TELL]</h1>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Algorithm: X11</li>\n <li>Type: POW / POS (proof of work / proof of stake)</li>\n <li>Last POW block: 1667400</li>\n <li>POS interest: 242% per year</li>\n <li>Coin supply: 3652422000 TELL</li>\n <li>Developers safe: 4.1254% (not in stake)</li>\n <li>block generation time: 60 seconds</li>\n <li>block reward: Random (96 - 3600 TELL)</li>\n <li>change difficulty: 1 blocks</li>\n <li>coinbase maturity: 30 blocks</li>\n <li>Stake min age: 1 hours</li>\n <li>Stake max age: 30 days</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TELL/BTC\">https://yobit.net/en/trade/TELL/BTC</a></p>\n<p><em><strong>TELLurion Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TELL\">https://yobit.net/en/dice/TELL</a></p>\n<p><em><strong>Bitcointalk thread: </strong></em><a href=\"https://bitcointalk.org/index.php?topic=1607778.0\">https://bitcointalk.org/index.php?topic=1607778.0</a></p>\n<p><a href=\"http://tellurion.info/\">http://tellurion.info/</a></p>\n<p><br></p>\n<p><br></p>\n<h1>TotCoin [TOT]</h1>\n<p>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. </p>\n<p>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. </p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Scrypt PoW/PoS</li>\n <li>Time blocks: 120 sec.</li>\n <li>Block reward: 700</li>\n <li>Halving rate : 1000000</li>\n <li>Premine: 13% not staking</li>\n <li>Total coins: 1,613,150,000</li>\n <li>PoS: Yearly Interest 80%</li>\n <li>Min.Coin age: 10 days</li>\n <li>Max age: 70 days</li>\n</ul>\n<p><em><strong>Markets:</strong></em><br>\n<a href=\"https://yobit.net/en/trade/TOT/BTC\">https://yobit.net/en/trade/TOT/BTC</a></p>\n<p><em><strong>TotCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/TOT\">https://yobit.net/en/dice/TOT</a> </p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1611621\">https://bitcointalk.org/index.php?topic=1611621</a></p>\n<p><br></p>\n<p><br></p>\n<h1>ZayedCoin [ZYD] </h1>\n<p>Zayedcoin is a peer to peer digital currency that's original to the rules that brought crypto into reality today.</p>\n<p>No premine,no burning, no ICO , nothing but pure mining and trade.</p>\n<p>The Zayedcoin dev team forsee a future of fairness, security and true decentralisation.</p>\n<p>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.</p>\n<p>We are looking forward to having you all joining the journey of something remarkable, Stay tuned, The Zayedcoin dev team.</p>\n<p><em><strong>Specifications:</strong></em></p>\n<ul>\n <li>Pure Pow</li>\n <li>Algorithm: sha 256</li>\n <li>Block Time: 90 Seconds</li>\n <li>initial reward: 40 coins</li>\n <li>Halving Every: 116850 block</li>\n <li>recomended confirmations: 7</li>\n <li>Maturity: 60 Blocks</li>\n <li>Total Coins 9.736.000</li>\n</ul>\n<p><em><strong>Markets:<br>\n</strong></em><a href=\"https://yobit.net/en/trade/ZYD/BTC\">https://yobit.net/en/trade/ZYD/BTC</a></p>\n<p><em><strong>ZayedCoin Dice:</strong></em> <a href=\"https://yobit.net/en/dice/ZYD\">https://yobit.net/en/dice/ZYD</a></p>\n<p><em><strong>Bitcointalk thread:</strong></em> <a href=\"https://bitcointalk.org/index.php?topic=1612578\">https://bitcointalk.org/index.php?topic=1612578</a></p>\n<p><a href=\"https://zayedcoin.net\">https://zayedcoin.net</a></p>\n<p><br></p>\n<p><br></p>\n<h2><em>Wish you all profit trading!</em></h2>\n</html>", + "body_length": 19070, + "cashout_time": "2016-09-22T17:49:27", + "category": "money", + "children": 0, + "created": "2016-09-15T17:49:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"crypto-news\",\"trading\",\"altcoins\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:51:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 150653436422, + "parent_author": "", + "parent_permlink": "money", + "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": [], + "root_title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "title": "New altcoins on exchanges #7 Sept 13-15, 2016", + "total_payout_value": "0.000 HBD", + "url": "/money/@bo-ro/new-altcoins-on-exchanges-7-sept-13-15-2016" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 52160217108, + "rshares": 282807868, + "voter": "gladkos" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 748764436, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 238432279365, + "rshares": 125741877, + "voter": "changelly" + } + ], + "author": "changelly", + "author_reputation": 238432279365, + "beneficiaries": [], + "body": "<html>\n<p>Hey, Steemers! </p>\n<p>We're <a href=\"changelly.com/exchange/BTC/XRP/1?ref_id=steemit\">Changelly</a>, 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple_tweeter-1140x515.png\" width=\"1140\" height=\"515\"/></p>\n<p>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 <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">buy Ripple with BTC on Changelly.com</a></p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/poloniex.png\" width=\"526\" height=\"513\"/></p>\n<p> 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple1-1024x146.png\" width=\"1024\" height=\"146\"/></p>\n<p>2. Check the amount and the estimated rate, then go next.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple2-1024x267.png\" width=\"1024\" height=\"267\"/></p>\n<p><br>\n3. Paste an XRP address (without a destination tag).</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple3-1024x191.png\" width=\"1024\" height=\"191\"/></p>\n<p><br>\n4. Check all details attentively and proceed to the next step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple4.png\" width=\"696\" height=\"570\"/></p>\n<p><br>\n5. Now you need to send BTC to the address provided in this step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple5.png\" width=\"726\" height=\"482\"/></p>\n<p><br>\n6. Open your BTC wallet and send the amount requested.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple7.png\" width=\"612\" height=\"425\"/></p>\n<p><br>\n7. Back to Changelly, open your history page and see the status of your payment. Wait a little before the transaction is finished.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple8-1024x115.png\" width=\"1024\" height=\"115\"/></p>\n<p><br>\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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple9.png\" width=\"638\" height=\"831\"/></p>\n<p>That\u2019s it. Try it now, <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">exchange BTC to XRP</a>! </p>\n<p><br></p>\n</html>", + "body_length": 2746, + "cashout_time": "2016-09-22T17:44:36", + "category": "money", + "children": 2, + "created": "2016-09-15T17:44:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"crypto-news\",\"beyondbitcoin\",\"steemit\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1157314181, + "parent_author": "", + "parent_permlink": "money", + "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": [], + "root_title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "total_payout_value": "0.000 HBD", + "url": "/money/@changelly/how-to-exchange-bitcoin-btc-to-ripple-xrp" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.tavern.yaml new file mode 100644 index 00000000..0b5edbf7 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"tag":"bitcoin","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "tag_bitcoin" + directory: "condenser_api_patterns/get_discussions_by_created" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.orig.json new file mode 100644 index 00000000..17df6043 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.orig.json @@ -0,0 +1,2044 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "282807868", + "voter": "gladkos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "748764436", + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125741877", + "voter": "changelly" + } + ], + "author": "changelly", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Hey, Steemers! </p>\n<p>We're <a href=\"changelly.com/exchange/BTC/XRP/1?ref_id=steemit\">Changelly</a>, 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple_tweeter-1140x515.png\" width=\"1140\" height=\"515\"/></p>\n<p>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 <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">buy Ripple with BTC on Changelly.com</a></p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/poloniex.png\" width=\"526\" height=\"513\"/></p>\n<p> 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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple1-1024x146.png\" width=\"1024\" height=\"146\"/></p>\n<p>2. Check the amount and the estimated rate, then go next.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple2-1024x267.png\" width=\"1024\" height=\"267\"/></p>\n<p><br>\n3. Paste an XRP address (without a destination tag).</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple3-1024x191.png\" width=\"1024\" height=\"191\"/></p>\n<p><br>\n4. Check all details attentively and proceed to the next step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple4.png\" width=\"696\" height=\"570\"/></p>\n<p><br>\n5. Now you need to send BTC to the address provided in this step.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple5.png\" width=\"726\" height=\"482\"/></p>\n<p><br>\n6. Open your BTC wallet and send the amount requested.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple7.png\" width=\"612\" height=\"425\"/></p>\n<p><br>\n7. Back to Changelly, open your history page and see the status of your payment. Wait a little before the transaction is finished.</p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple8-1024x115.png\" width=\"1024\" height=\"115\"/></p>\n<p><br>\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. </p>\n<p><img src=\"https://blog.changelly.com/wp-content/uploads/2016/09/ripple9.png\" width=\"638\" height=\"831\"/></p>\n<p>That\u2019s it. Try it now, <a href=\"https://changelly.com/exchange/BTC/XRP/1?ref_id=blog\">exchange BTC to XRP</a>! </p>\n<p><br></p>\n</html>", + "body_length": 2746, + "cashout_time": "2016-09-16T17:54:33", + "category": "money", + "children": 2, + "created": "2016-09-15T17:44:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"crypto-news\",\"beyondbitcoin\",\"steemit\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:34:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1157314181, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-exchange-bitcoin-btc-to-ripple-xrp", + "post_id": 959986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "title": "Ripple Skyrocketed! Changelly Helps You to Buy it Instantly! - how to guide", + "total_payout_value": "0.000 HBD", + "url": "/money/@changelly/how-to-exchange-bitcoin-btc-to-ripple-xrp" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231809756793", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40042164500412", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "734082781", + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243749878708", + "voter": "nabilov" + }, + { + "percent": "5400", + "reputation": 0, + "rshares": "3813478158", + "voter": "btcupload" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20189102884", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8773942171", + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10227302974", + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3827694728", + "voter": "titusfrost" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "245531412", + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55752594", + "voter": "alucard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271441624", + "voter": "anomaly" + } + ], + "author": "titusfrost", + "author_reputation": 0, + "beneficiaries": [], + "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!", + "body_length": 6292, + "cashout_time": "2016-09-16T18:41:34", + "category": "mrrobot", + "children": 4, + "created": "2016-09-15T17:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mrrobot\",\"beyondbitcoin\",\"steemit\",\"bitcoin\",\"ethereum\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40565862465239, + "parent_author": "", + "parent_permlink": "mrrobot", + "pending_payout_value": "99.561 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-mr-robot-episode-introduces-e-corp-s-new-ecoin", + "post_id": 959892, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "total_payout_value": "0.000 HBD", + "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7803257741", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257573964", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5053600817", + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546846490", + "voter": "lindseylambz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4331450381", + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133392099", + "voter": "bleujay" + } + ], + "author": "richardcrill", + "author_reputation": 0, + "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<p><center>https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png</p></center>\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<p><center>http://clamclient.com/images/bio-photo.png</p></center>\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-16T18:25:40", + "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.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "should-i-be-long-on-ethereum", + "post_id": 959860, + "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": 0, + "rshares": "373878481829", + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39234171281", + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7221647073", + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14756777282", + "voter": "felixxx" + }, + { + "percent": "2500", + "reputation": 0, + "rshares": "42572418815", + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690177186", + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174019504", + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1544966078", + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "730388360", + "voter": "z3r0d4yz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66935282", + "voter": "mari5555na" + } + ], + "author": "uwe69", + "author_reputation": 2891419536579, + "beneficiaries": [], + "body": "<html>\n<p> <strong>Bitcoin proponents were</strong> <strong>thrilled to hear that the</strong> <strong>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.</strong> </p>\n<p>Hier der original Artikel : <a href=\"https://news.bitcoin.com/donor-gives-38-btc-water-project/\">https://news.bitcoin.com/donor-gives-38-btc-water-project/</a></p>\n<p><img src=\"https://pixabay.com/static/uploads/photo/2016/04/27/20/45/water-and-children-1357519_960_720.jpg\" width=\"960\" height=\"640\"/></p>\n<p>Erinnert ihr euch an mein Projekt vor einem Monat ? </p>\n<p>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.</p>\n<p>Vielleicht hat ja jemand mit besseren Kontakten auf Steemit Interesse ein solches Projekt zu wiederholen.</p>\n</html>", + "body_length": 1056, + "cashout_time": "2016-09-16T18:36:01", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T16:55:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"deutsch\",\"steemit\",\"homeless\",\"bitcoin\",\"travel\"],\"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\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:55:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 480869982690, + "parent_author": "", + "parent_permlink": "deutsch", + "pending_payout_value": "0.118 HBD", + "percent_steem_dollars": 10000, + "permlink": "anonymer-spender-gibt-38-bitcoins-fuer-african-water-project", + "post_id": 959516, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "total_payout_value": "0.000 HBD", + "url": "/deutsch/@uwe69/anonymer-spender-gibt-38-bitcoins-fuer-african-water-project" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "373456920", + "voter": "thebtcpodcast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61915136", + "voter": "mari5555na" + } + ], + "author": "thebtcpodcast", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kh-3lSEmQb4\n\nBefore we get into the actual interview with Collin Thompson, we dive into the world of racism and lack of diversity in Bitcoin and Tech industries. We each have differing opinions, but the conversation raises some interesting viewpoints that others may have no considered. \n\nWe don't even do commercials this episode, because I cut Marcello off before he can get into them, so enjoy that!\n\nGive us a listen and chime in on what you think we got wrong, what you think we got right, and your opinion.\n\nOfficial website: http://thebitcoinpodcast.com/episode-86/", + "body_length": 606, + "cashout_time": "2016-09-16T17:31:12", + "category": "racism", + "children": 4, + "created": "2016-09-15T16:44:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"racism\",\"bitcoin\",\"diversity\",\"culture\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/kh-3lSEmQb4\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=kh-3lSEmQb4\",\"http:\\/\\/thebitcoinpodcast.com\\/episode-86\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:44:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 435372056, + "parent_author": "", + "parent_permlink": "racism", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-bitcoin-podcast-ep-86-discussing-race-and-diversity-amongst-the-tech-space", + "post_id": 959435, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "The Bitcoin Podcast Ep 86: Discussing race & diversity amongst the tech space", + "title": "The Bitcoin Podcast Ep 86: Discussing race & diversity amongst the tech space", + "total_payout_value": "0.000 HBD", + "url": "/racism/@thebtcpodcast/the-bitcoin-podcast-ep-86-discussing-race-and-diversity-amongst-the-tech-space" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "462033723200", + "voter": "knozaki2015" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "1514959937", + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257573964", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6118685598", + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114064883", + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150134474", + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1654142291", + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52329674", + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339288508", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98544743", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58568372", + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2650993895", + "voter": "senseye" + } + ], + "author": "bkkshadow", + "author_reputation": 0, + "beneficiaries": [], + "body": "##### <center>Does it Work? Has somebody created a simple tool to enable a double spend?</center>\n\n<center>https://s11.postimg.org/icdsogk77/29e.jpg</center>\n##### <center>Free Bitcoin, YES!</center>\n- - - \n\nI'm guessing by now many of us have seen the video released earlier today;\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ysVCU1b-UBA\" frameborder=\"0\" allowfullscreen></iframe>\n\n... or read the articles that are circulating, regarding the supposed hack and tool that now allows you to simply and deliberately double-spend a bitcoin. A group of supposed \"South Korean\" hackers, who strangely seem very American seem to have put a lot of time and effort into creating a tool, website, and some marketing to discredit Bitcoin. They claim to be benevolent but its not hard to read between the lines to see a vested interest. \n- - -\n>Published on Sep 14, 2016\n\"Double-spending\" Bitcoin -- the process of making someone believe you sent them funds when you didn't -- used to be only for the tech-savvy. Thanks to Glass Hunt's new web-based double-spend tool, however, it's now easy and available to all. The South Korea-based anonymous hackers -- who actually want Bitcoin to succeed -- reveal their motives in this anonymous interview by Amanda B. Johnson.>\n- - -\n##### So...\nAnyway, the concept that a double spend could be initiated on zero confirmations transactions, seemed interesting enough and plausible enough to warrant further investigation. So I decided to follow the instructions in the video and try for myself.\n\n### <center>It all seems simple enough, just follow the guy on the video.</center>\n- - - \n# <center>3 Simple Steps:</center>\n<center>https://s17.postimg.org/6638czk4v/ds3.png</center>\n### <center>1. INITIALIZE</center>\n### <center>2. SEND FIRST BITCOIN</center>\n### <center>3. DOUBLE SPEND</center>\n- - -\n### <center>Step 1: Deposit some BTC into the Glass Hunt address given to initialize the process</center>\n<center>https://s17.postimg.org/htxa7j99r/ds2.png</center>\nI sent a small amount of Bitcoin to the address and after failing several times, it appeared in my Glass Hunt account. I was now ready to proceed to Step 2 and begin the double spend.\n\n- - -\n### <center>Step 2: Input the address where you would like to send the BTC</center>\n<center>https://s17.postimg.org/hfvy7xp67/image.png</center>\nI picked a random gaming site off the internet which accepted zero confirmation deposits and anonymity to begin gambling. I input the btc deposit address as per the instructions here...\n- - - \n### <center>Step 3:</center>\n...And that's where it ends...I can't make it past step 2 to step 3. It just keeps returning an error, and that is what it's been doing for the last 6 hours. I asked a fellow crypto associate to try the process, and they reported the same result, as do several of the comments appearing under the origonal YouTube clip which was posted.\n\nSo, is it a scam? It's too early to say for sure, or is it just somebody snubbing their nose at Bitcoin to leverage their own coin? Interested to know what others think of this situation. I have sent Glass Hunt an email and informing them of the error, and if they reply I will update this post accordingly.\n\n###### NB. I was attempting the double spend for research purposes and if successful, intended to return any coins which may have been gained as a result of the double spend.\n\nIf you would like to try for yourself then simply click on the link to go to- http://www.glasshunt.co/exploits/bitcoin-double-spend/\n\n\n\n**Click here to:** <a href=\"https://steemit.com/@bkkshadow\" target=\"_blank\">\n<img src=\"https://www.steemimg.com/images/2016/08/27/dd8bd8753d41da7.gif\" alt=\"dd8bd8753d41da7.gif\" border=\"0\"> </a>\n\n#bitcoin\n#cryptocurrency\n#hack", + "body_length": 3763, + "cashout_time": "2016-09-16T17:35:14", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T16:30:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"hack\"],\"image\":[\"https:\\/\\/s11.postimg.org\\/icdsogk77\\/29e.jpg\",\"https:\\/\\/s17.postimg.org\\/6638czk4v\\/ds3.png\",\"https:\\/\\/s17.postimg.org\\/htxa7j99r\\/ds2.png\",\"https:\\/\\/s17.postimg.org\\/hfvy7xp67\\/image.png\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/27\\/dd8bd8753d41da7.gif\"],\"links\":[\"http:\\/\\/www.glasshunt.co\\/exploits\\/bitcoin-double-spend\\/\",\"https:\\/\\/steemit.com\\/@bkkshadow\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:30:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 475043009539, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.117 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-double-spend-is-the-glass-hunt-exploit-a-scam", + "post_id": 959315, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin double spend: Is the Glass Hunt exploit a scam?", + "title": "Bitcoin double spend: Is the Glass Hunt exploit a scam?", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@bkkshadow/bitcoin-double-spend-is-the-glass-hunt-exploit-a-scam" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 0, + "rshares": "12648475356063", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1912093154414", + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2053123574468", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1304415071462", + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22390535406", + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "452849333705", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3120438117442", + "voter": "recursive" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "2376130829122", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22448634206", + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140357414085", + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14817966458", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157421661801", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9220603890", + "voter": "gregory60" + }, + { + "percent": "206", + "reputation": 0, + "rshares": "29965799287", + "voter": "eeks" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "2519852939", + "voter": "fkn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "234140838", + "voter": "paco-steem" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "2820676199", + "voter": "spaninv" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "3312189303", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313691550", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106632631169", + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061234076", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59949766839", + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61890213552", + "voter": "kanoptx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64903135239", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "410502622", + "voter": "applecrisp" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "182685232", + "voter": "stiletto" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "33781882470", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55957746380", + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138383979780", + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5287383826", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179395106552", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121383360964", + "voter": "geoffrey" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "21368965552", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34063688140", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "280916636", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19974955553", + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158997516614", + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4972397583", + "voter": "expanse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17538291453", + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4533066552", + "voter": "stranger27" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "12300667181", + "voter": "furion" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "59019077", + "voter": "barbara2" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "65598944", + "voter": "ch0c0latechip" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "60712453", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2936170685", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80777327", + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209522316", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17946261694", + "voter": "meesterboom" + }, + { + "percent": "1500", + "reputation": 0, + "rshares": "2193247066", + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "677892916", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34760945530", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2812132937", + "voter": "fiona777" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "466130289", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3506039536", + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32543319555", + "voter": "deanliu" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204616768705", + "voter": "jl777" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "2043534177", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124974272", + "voter": "biternator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50626015", + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "283331361", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6114162630", + "voter": "summonerrk" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267233265", + "voter": "proto" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "3611262028", + "voter": "sisterholics" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "68804307", + "voter": "fnait" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "61125854", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146224042", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3353892141", + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135235064297", + "voter": "steemdrive" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734133724", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7033348990", + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57873464", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60342922", + "voter": "lillianjones" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "127703725274", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24561889230", + "voter": "laoyao" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "3997263260", + "voter": "myfirst" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "25922265472", + "voter": "somebody" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "969215309", + "voter": "flysaga" + }, + { + "percent": "206", + "reputation": 0, + "rshares": "833875930", + "voter": "gmurph" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "5726440759", + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4190322069", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3323749960", + "voter": "kurtbeil" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "14322470236", + "voter": "xiaohui" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "646811381", + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5855543935", + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238513885", + "voter": "sillygoon" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "447781370", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60819615", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55925537", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54217761", + "voter": "steemo" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "902644680", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54077897", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71282219", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52419023", + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54909929", + "voter": "jarvis" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "59109762", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53106127", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2077290647", + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61852090", + "voter": "igrekzed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113957761723", + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10344891579", + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143310179", + "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": 0, + "rshares": "8706975244", + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24294717617", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54079869536", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51562255", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71507788", + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54585840", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1783650389", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50588612", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180241566", + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50593879", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50271139", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50262756", + "voter": "wiss" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "27677376859", + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51033798", + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54175638", + "voter": "apparat" + }, + { + "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": "3068760608", + "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": "50840303", + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6064303416", + "voter": "dexter-k" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "27671054427", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20213718746", + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50933404", + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53569048", + "voter": "forklognews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1072070421", + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339280994", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50441122", + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50454901", + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71955428", + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1041816422", + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51141851", + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50873654", + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1970494123", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50484452", + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50372583", + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71207873", + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141679752", + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162917785", + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162904624", + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "161849597", + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160861015", + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157182398", + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160319579", + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159973989", + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159963865", + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159352476", + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159175576", + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156023422", + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158541985", + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31683945302", + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152063381", + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139596382", + "voter": "bleujay" + }, + { + "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": "154770766", + "voter": "steemdrive.wtns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5226372769", + "voter": "exploretraveler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154337104", + "voter": "son-of-satire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132623369", + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150260046", + "voter": "tttnofear" + } + ], + "author": "bravenewcoin", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><center><img src=\"https://s25.postimg.org/knm6qhyyn/thumb.jpg\" width=\"470\" height=\"260\"/></center></p>\n<p><center><img src=\"https://s25.postimg.org/ikbritz5r/image1.jpg\" width=\"1280\" height=\"240\"/></center></p>\n<p><a href=\"http://bravenewcoin.com/authors/luke-parker/\"><strong>Luke Parker </strong></a>|| <a href=\"http://bravenewcoin.com/news/tag/blockchain+adoption\">Blockchain Adoption </a>|| <a href=\"http://bravenewcoin.com/news/tag/central+bank\">Central Bank </a>|| <a href=\"http://bravenewcoin.com/news/tag/government\">Government</a></p>\n<p>Bank of England (BoE) Chief Cashier and Director for Notes, Victoria Cleland, recently gave a <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech919.pdf\">speech </a>highlighting the Bank's work on central bank-issued digital currency (CBDC). Clelands keynote presentation was given at the second international workshop for <a href=\"http://blockchain.cs.ucl.ac.uk/p2pfisy-2016/\">P2P Financial Systems</a> in London on Sept. 8 and 9. The BoE co-sponsored the event with Bank of Canada, Deutsche Bundesbank, House of Finance, Federal Reserve Bank of St. Louis, and UCL Research Centre, bringing together scholars, regulators, and practitioners. </p>\n<p><center><img src=\"https://s25.postimg.org/bv582tdtr/image2.jpg\" width=\"907\" height=\"227\"/></center></p>\n<p>Cleland was appointed in March 2014, and her signature <a href=\"http://www.bankofengland.co.uk/publications/Pages/news/2015/031.aspx\">appears </a>on british banknotes. However, her role covers \u201cfar more than signing the banknotes,\u201d the Chief Cashier explains. \u201cI am responsible for meeting public demand for banknotes and maintaining confidence in the physical currency.\u201d</p>\n<p>In a September 2015 <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2015/speech838.pdf\">speech</a> at the University of the West of England in Bristol, Cleland stated that \u201calthough my team is responsible for a much older payment method, we are not luddites, and we welcome the additional choice and convenience that consumers can now enjoy.\u201d</p>\n<p><center><img src=\"https://s25.postimg.org/k1x7ue3wf/image3.png\" width=\"270\" height=\"166\"/></center></p>\n<p>Cleland confirmed the Bank's research into the \u201cpotential breadth of access to CBDC\u201d at the workshop last week. She described two extreme possibilities; limiting access to only financial institutions, or giving access to everybody. The latter would allow businesses and households to \u201chold balances in central bank money and to pay each other in real time with full and final settlement, in an electronic format.\u201d Introducing a CBDC \u201ccould fundamentally change the structure of the financial system,\u201d where everyone currently uses commercial banks or other financial institutions to make electronic payments. </p>\n<p><center><img src=\"https://s25.postimg.org/5k00meclb/image4.jpg\" width=\"906\" height=\"194\"/></center></p>\n<p>This is not the first time a central bank has contemplated competing with commercial banks. In November 2015, the Bank of International Settlements (BIS) <a href=\"http://bravenewcoin.com/news/the-worlds-top-bank-weighs-in-on-digital-currencies/\">published a report on digital currencies</a> asserting that blockchain or distributed ledger technology (DLT) \u201ccould present a hypothetical challenge to central banks.\u201d</p>\n<p>Increasing usage of the technology could reduce or even remove the functions of a central body. However, central banks have options to respond to the threat such as \u201cusing the technology itself to issue digital currencies,\u201d the BIS wrote.\u201cThe question is whether such digital liabilities should be issued using new technology and be made more widely available than at present.\u201d The BIS referenced the BoE and it\u2019s ongoing research.</p>\n<p>In March, the Bank's Deputy Governor of Monetary Policy, Dr. Ben Broadbent, gave a <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech886.pdf\">speech</a> at the London School of Economics asserting that there are two major implications of CBDC that compete with commercial banks. </p>\n<p><center><img src=\"https://s25.postimg.org/et26wilhb/image5.jpg\" width=\"907\" height=\"216\"/></center></p>\n<p>Currently, retail deposits at commercial banks are backed mainly by illiquid assets that cannot be sold on the open market. If all accounts are closed at once, banks wouldn\u2019t have the liquid resources to meet the demand. A central bank, on the other hand, \u201cholds only liquid assets on its balance sheet,\u201d Broadbent said, so they cannot run out of cash. However, he cautioned that \u201ctaking deposits away from banks could impair their ability to make the loans.\u201d</p>\n<p>In June, Bank of England Governor, Mark Carney, <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech914.pdf\">discussed</a> the prospect of CBDC for the UK at the Lord Mayor\u2019s Banquet for Bankers and Merchants of the City of London. \u201cIn my view, still some way off,\u201d he said. </p>\n<p><center><img src=\"https://s25.postimg.org/iqpglx8an/image6.jpg\" width=\"905\" height=\"224\"/></center></p>\n<p>A BoE staff working <a href=\"http://www.bankofengland.co.uk/research/Documents/workingpapers/2016/swp605.pdf\">paper</a> on the macroeconomics of CBDC, published in July, suggests that it would be \u201ceconomically equivalent to the establishment of an online-only, reserve-backed, narrow bank alongside the existing commercial banking system.\u201d It would increase competition for deposit accounts and rapidly increase the adoption of innovative technologies and account offerings, the authors explained. CBDC could also have other advantages such as raising the country's GDP by as much as 3%, according to one of the models discussed in the paper.</p>\n<p>In a one-off inquiry into distributed ledger, or blockchain, technology at the House of Lords, also in July, a few industry experts participated including Dr. Catherine Mulligan, Research Fellow at Imperial College Centre for Cryptocurrency Research. \u201cIn terms of central bank crypto-backed fiat currency, it does have a potential impact on monetary policy,\u201d she told the Lords, citing its potential to move money away from commercial banks towards a central bank. \u201cIt's a matter of balance,\u201d she said. \u201cYou got to think about that carefully to make sure the commercial banks don't just collapse.\u201d</p>\n<p>At the same inquiry, Broadbent <a href=\"http://bravenewcoin.com/news/house-of-lords-told-bank-of-englands-digital-currency-is-some-ways-off/\">reiterates</a> the prospect of CBDC substituting commercial bank money, but concurred with Carney that it\u2019s \u201csome way off.\u201d</p>\n<p>Any central banks issuing their own digital currencies would be directly competing with commercial banks, Senior Advisor to MIT\u2019s Digital Currency Initiative, Michael Casey, <a href=\"http://www.dtcc.com/news/2016/april/19/analyzing-the-digital-currency-revolution\">explained</a> during the \u201cBitcoin and the Digital Currency Revolution\u201d panel at the DTCC Blockchain Symposium.\u201cWhy would you hand over money to a commercial bank with all the risk that entails without any of the benefits?\u201d he asked. \u201cYou\u2019re going to have people looking to store short-term custodial funds with a central bank.\u201d </p>\n<p><center><img src=\"https://s25.postimg.org/borizq4ov/image7.jpg\" width=\"909\" height=\"169\"/></center>\n<p>The BoE is not the only central bank to consider issuing their own digital currency. Bank of Canada has also<a href=\"http://www.cbc.ca/news/canada/kitchener-waterloo/bank-of-canada-looking-into-issuing-digital-currency-1.2834759\">considered</a> issuing its own digital currency. One of the objectives in the Bank's <a href=\"http://www.bankofcanada.ca/research/bank-canada-medium-term-bank-wide-research-plan-2016-2018/\">Research Plan</a> for 2016-18 was investigating whether the Bank should issue its own digital currency and what it would look like. In June, the Bank <a href=\"https://www.ft.com/content/1117c780-3397-11e6-bda0-04585c31b153\">reportedly</a> gave a private presentation in Calgary unveiling its project to develop an electronic version of the Canadian dollar using a token named CAD-Coin.</p>\n<p>Digital currency is also in the works in China. In February, Zhou Xiaochuan, People's Bank of China Governor,<a href=\"http://bravenewcoin.com/news/china-considers-digital-currency/\">revealed</a> that \u201cDigital currency will co-exist with cash for quite a long time before it finally replaces cash.\" However, \u201cwith the transaction costs of paper money rising, people will be motivated to opt more for digital money,\u201d he believes.</p>\n<p>Dutch central bank, De Nederlandsche Bank (DNB), is also actively studying its own prototype cryptocurrency,\u2018DNBCoin.\u2019 In June, the bank <a href=\"http://bravenewcoin.com/news/dutch-central-banks-third-dnbcoin-prototype-delves-into-smart-contracts-and-trusted-ownership/\">unveiled three models of the Coin</a>.</p>\n<p>According to an August World Economic Forum report, <a href=\"http://bravenewcoin.com/assets/Industry-Reports-2016/WEF-The-future-of-financial-infrastructure.pdf\">over 90 central banks are engaged in DLT discussions</a>. The total DLT investments have exceeded US$ 1.4 billion over the past 3 years from over 24 countries. </p>\n<p><center><img src=\"https://s25.postimg.org/bfyjnjha7/image8.png\" width=\"700\" height=\"294\"/></center></p>\n<p>While central banks are researching DLT as a way to issue digital currencies, \u201ccould, and should CBDC be delivered using DLT and is this technology the best way to achieve the necessary scalability and resilience?\u201d Cleland concluded her speech. \u201cWe also need to understand the technology options.\u201d </p>\n<hr>\n<p> <strong>This article can be found on our website on</strong> <a href=\"http://bravenewcoin.com/news/bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks/\"><strong>this link</strong></a><strong>. </strong> </p>\n<hr>\n<p><strong>According to the</strong><a href=\"http://www.bravenewcoin.com/markets\"><strong> BNC indices</strong></a><strong>, at the time of writing:</strong><br>\n<br>\n<a href=\"http://www.bravenewcoin/steem\">Steem</a> was trading at <strong>$0.53692706</strong><br>\n</p>\n<p><a href=\"http://bravenewcoin.com/bitcoin\">bitcoin</a> was trading at <strong>$605.91</strong><br>\n</p>\n<h3>If you enjoyed this article, remember to <a href=\"http://www.steemit.com/@bravenewcoin\">FOLLOW</a> and SHARE our daily content!</h3>\n</html>", + "body_length": 10484, + "cashout_time": "2016-09-16T16:42:08", + "category": "money", + "children": 7, + "created": "2016-09-15T16:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"blockchain\",\"crypto-news\",\"bravenewcoin\"],\"image\":[\"https:\\/\\/s25.postimg.org\\/knm6qhyyn\\/thumb.jpg\",\"https:\\/\\/s25.postimg.org\\/ikbritz5r\\/image1.jpg\",\"https:\\/\\/s25.postimg.org\\/bv582tdtr\\/image2.jpg\",\"https:\\/\\/s25.postimg.org\\/k1x7ue3wf\\/image3.png\",\"https:\\/\\/s25.postimg.org\\/5k00meclb\\/image4.jpg\",\"https:\\/\\/s25.postimg.org\\/et26wilhb\\/image5.jpg\",\"https:\\/\\/s25.postimg.org\\/iqpglx8an\\/image6.jpg\",\"https:\\/\\/s25.postimg.org\\/borizq4ov\\/image7.jpg\",\"https:\\/\\/s25.postimg.org\\/bfyjnjha7\\/image8.png\"],\"links\":[\"http:\\/\\/bravenewcoin.com\\/authors\\/luke-parker\\/\",\"http:\\/\\/bravenewcoin.com\\/news\\/tag\\/blockchain+adoption\",\"http:\\/\\/bravenewcoin.com\\/news\\/tag\\/central+bank\",\"http:\\/\\/bravenewcoin.com\\/news\\/tag\\/government\",\"http:\\/\\/www.bankofengland.co.uk\\/publications\\/Documents\\/speeches\\/2016\\/speech919.pdf\",\"http:\\/\\/blockchain.cs.ucl.ac.uk\\/p2pfisy-2016\\/\",\"http:\\/\\/www.bankofengland.co.uk\\/publications\\/Pages\\/news\\/2015\\/031.aspx\",\"http:\\/\\/www.bankofengland.co.uk\\/publications\\/Documents\\/speeches\\/2015\\/speech838.pdf\",\"http:\\/\\/bravenewcoin.com\\/news\\/the-worlds-top-bank-weighs-in-on-digital-currencies\\/\",\"http:\\/\\/www.bankofengland.co.uk\\/publications\\/Documents\\/speeches\\/2016\\/speech886.pdf\",\"http:\\/\\/www.bankofengland.co.uk\\/publications\\/Documents\\/speeches\\/2016\\/speech914.pdf\",\"http:\\/\\/www.bankofengland.co.uk\\/research\\/Documents\\/workingpapers\\/2016\\/swp605.pdf\",\"http:\\/\\/bravenewcoin.com\\/news\\/house-of-lords-told-bank-of-englands-digital-currency-is-some-ways-off\\/\",\"http:\\/\\/www.dtcc.com\\/news\\/2016\\/april\\/19\\/analyzing-the-digital-currency-revolution\",\"http:\\/\\/www.cbc.ca\\/news\\/canada\\/kitchener-waterloo\\/bank-of-canada-looking-into-issuing-digital-currency-1.2834759\",\"http:\\/\\/www.bankofcanada.ca\\/research\\/bank-canada-medium-term-bank-wide-research-plan-2016-2018\\/\",\"https:\\/\\/www.ft.com\\/content\\/1117c780-3397-11e6-bda0-04585c31b153\",\"http:\\/\\/bravenewcoin.com\\/news\\/china-considers-digital-currency\\/\",\"http:\\/\\/bravenewcoin.com\\/news\\/dutch-central-banks-third-dnbcoin-prototype-delves-into-smart-contracts-and-trusted-ownership\\/\",\"http:\\/\\/bravenewcoin.com\\/assets\\/Industry-Reports-2016\\/WEF-The-future-of-financial-infrastructure.pdf\",\"http:\\/\\/bravenewcoin.com\\/news\\/bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks\\/\",\"http:\\/\\/www.bravenewcoin.com\\/markets\",\"http:\\/\\/www.bravenewcoin\\/steem\",\"http:\\/\\/bravenewcoin.com\\/bitcoin\",\"http:\\/\\/www.steemit.com\\/@bravenewcoin\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26434429336114, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "44.305 HBD", + "percent_steem_dollars": 10000, + "permlink": "bravenewcoin-bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks", + "post_id": 959212, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BraveNewCoin: Bank of England states central bank-issued digital currency will compete with commercial banks", + "title": "BraveNewCoin: Bank of England states central bank-issued digital currency will compete with commercial banks", + "total_payout_value": "0.000 HBD", + "url": "/money/@bravenewcoin/bravenewcoin-bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks" + }, + { + "active_votes": [ + { + "percent": "356", + "reputation": 0, + "rshares": "29965780649", + "voter": "eeks" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1511911763", + "voter": "fkn" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1987313581", + "voter": "elishagh1" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "6538681211", + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313689446", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061231371", + "voter": "murh" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "10684297599", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29635713448", + "voter": "acassity" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "12154485246", + "voter": "venuspcs" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "2102999574", + "voter": "getssidetracked" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "404056893", + "voter": "trees" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "54224429", + "voter": "strawhat" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "7380400309", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "750524300", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53424827264", + "voter": "streetstyle" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "233062138", + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9502502066", + "voter": "oumar" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1226120506", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6746893768", + "voter": "chloetaylor" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "1805602756", + "voter": "sisterholics" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "63850461786", + "voter": "laonie" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "2664809106", + "voter": "myfirst" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "12960900062", + "voter": "somebody" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "484600440", + "voter": "flysaga" + }, + { + "percent": "356", + "reputation": 0, + "rshares": "833875930", + "voter": "gmurph" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "2863174085", + "voter": "midnightoil" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "7161044530", + "voter": "xiaohui" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "485101321", + "voter": "elfkitchen" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "223887679", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8176548371", + "voter": "thebotkiller" + }, + { + "percent": "500", + "reputation": 0, + "rshares": "451315726", + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136485885", + "voter": "nang1" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": "37608864530", + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53389583", + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339280994", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123155378", + "voter": "ola1" + } + ], + "author": "oumar", + "author_reputation": 0, + "beneficiaries": [], + "body": "<center>https://s11.postimg.org/v65yywpb7/bitfinex40.png</center>\n\n### Hi Steemians! This is small analysis of a potential investment opportunity in iFinex Inc. the corporate entity behind the world known trading platform Bitfinex. First some facts:\n\n### BFX Tokens\nAfter the Bitfinex security breach that occurred on August 2, 2016, Bitfinex issued tokens representing their clients losses at a face value of $1 dollar, this means that if you lost $400 dollars you would be credited 400 BFX Tokens with the promise that Bitfinex would do everything possible to redeem the tokens at its face value of $1 dollar as soon as possible.\n\n### BFX Token Trading\nA couple of days after the platform resumed operations after the hack, the trading of the BFX token was enabled under some [terms and conditions](https://www.bitfinex.com/bfx_token_terms). This meant that by then you could sell your tokens at the market value and recover a percentage of what you lost OR you could also buy the token as a long term investment if you were confident that Bitfinex was going to redeem them soon. The BFX token started trading at $0.30 USD and from then it has gone up to $0.619 (price at the moment of writing this article).\n\n<center>https://s17.postimg.org/nsvokdycf/bfxusdchart.png\nBFXUSD 6hr candle chart for the past month.\n</center>\n\n### BFX Tokens Redemption\nBitfinex announced there would be 3 possible ways the company would be redeeming the BFX tokens\n- Equity conversion\n- Raising new capital through equity financing\n- Operating Profits\n\n### Special Purpose Vehicle for Equity conversion\n**Here is where it gets interesting**, on August 22nd, Bitfinex started coordinating with BnkToTheFuture in order to launch a SPV (Special Purpose Vehicle) that would allow the conversion of BFX tokens to equity stakes in iFinex (the company behind Bitfinex). 5 days ago Bitfinex finally revealed some details about this equity conversion:\n- Redemption of BFX for the beneficial interest in iFinex will be done at BFX\u2019s face value of $1 US Dollar.\n- Participation in the SPV will be limited to holders of a minimum of 1,000 BFX tokens.\n\n<center>https://s9.postimg.org/e1jbvmyjj/letter.png</center>\n\n### Bitfinex remains a Profitable company and the most complex Trading Platform.\nEven though the trading volume suffered a big drop after the security breach, it has been recovering since then. The sole fact of seeing this trading volume in their platform immediately after the hack shows how confident people are that this will not happen again. Something what we should keep in mind is that Bitfinex continues to be most complex Trading Platform for the trading pairs that they offer, they have margin trading, margin funding and several other features in their platform. I also think that the trading volume will not go anywhere but up because people will slowly regain confidence on the platform as the time goes by.\n\n<center>https://media.licdn.com/mpr/mpr/p/4/005/0aa/28b/3d33285.jpg</center>\n\n## IFINEX INC. EQUITY AT 40% DISCOUNT!\nSince the BFX tokens equity conversion would be done at their face value of $1 US Dollar and at the moment of writing, the BFX token is trading at $0.618 USD, if you are confident on the future success of Bitfinex and are willing to invest on it, you could buy BFX tokens right now and once the SVP for equity conversion is live you would be **getting iFinex equity at a 38% discount!**\n\nMy thoughts are that once the SVP is officially announced, the BFX Token price could easily go up to $0.70 or $0.80 and once the SVP is live for equity conversion it could get really close to its face value, why? well simply because there will be a lot of investors out there trying to get Bitfinex equity at a discount. Also since the BFX Token would be the only way of getting iFinex Inc. equity (since equity could not be available through regular USD), we could even see the BFX Token price go pass its face value if there are a lot of investors confident on Bitfinex and wanting to get a piece of the cake. Of course this all depends on the actual terms and conditions of the SVP and the offered Equity.\n\n### Any thoughts?\nI am really interested on hearing your thoughts about this? What do you think about this opportunity? Would you invest in Bitfinex even after they suffered a security breach? Do you think the platform still has potential? After all, like I mentioned before, it remains the most complex Bitcoin Trading Platform out there. I think this all depends on whether you think the company will be successful in the long term or not.\n\n### Disclaimer\nThis is in no way an investment advice nor an attempt of pumping the BFX token value, this is merely the presentation of the facts and an attempt to know your thoughts about this potential investment opportunity.\n\n### Hope you find this analysis interesting and that you decide to share your thoughts on this. Thanks for reading and bye for now.", + "body_length": 4924, + "cashout_time": "2016-09-16T16:17:08", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T15:46:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"investment\",\"money\",\"bitfinex\"],\"image\":[\"https:\\/\\/s11.postimg.org\\/v65yywpb7\\/bitfinex40.png\",\"https:\\/\\/s17.postimg.org\\/nsvokdycf\\/bfxusdchart.png\",\"https:\\/\\/s9.postimg.org\\/e1jbvmyjj\\/letter.png\",\"https:\\/\\/media.licdn.com\\/mpr\\/mpr\\/p\\/4\\/005\\/0aa\\/28b\\/3d33285.jpg\"],\"links\":[\"https:\\/\\/www.bitfinex.com\\/bfx_token_terms\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 315901213723, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.075 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitfinex-equity-at-40-discount-small-analysis-of-this-potential-investment-opportunity", + "post_id": 958939, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BITFINEX EQUITY AT 40% DISCOUNT! Small analysis of this potential investment opportunity.", + "title": "BITFINEX EQUITY AT 40% DISCOUNT! Small analysis of this potential investment opportunity.", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@oumar/bitfinex-equity-at-40-discount-small-analysis-of-this-potential-investment-opportunity" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2477613359", + "voter": "konelectric" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "5884813090", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12831235890", + "voter": "bitcoinmeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5797310981", + "voter": "arcaneinfo" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "12154485246", + "voter": "venuspcs" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "1911817795", + "voter": "getssidetracked" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "336714077", + "voter": "trees" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "172856276", + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84788018556", + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6554125374", + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "900562216", + "voter": "tkembo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4988038957", + "voter": "satoshifpv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7942932703", + "voter": "thebotkiller" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "33847978077", + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123155378", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154407844", + "voter": "forever-gala" + } + ], + "author": "bitcoinmeister", + "author_reputation": 0, + "beneficiaries": [], + "body": "Bitcoin is silently moving up again. Imagine what would happen to the Bitcoin price if Hillary Clinton died and the election was moved. I like the way George Donnelly is using Steemit to call out bad actors. The Facebook screenshot he includes in his Steemit post shows how certain people try to butter a person up with fake compliments in order for them to do something they want them to do. Some cryptocurrency speculation thoughts are also included in this video.\nhttps://www.youtube.com/watch?v=HEP9H6N0o8E\n<a href=\"http://disruptmeister.com/\">Check out more of my videos here</a>.", + "body_length": 586, + "cashout_time": "2016-09-16T17:12:46", + "category": "steemit", + "children": 0, + "created": "2016-09-15T15:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"disruptmeister\",\"ethereum\",\"bitcoin\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/HEP9H6N0o8E\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=HEP9H6N0o8E\",\"http:\\/\\/disruptmeister.com\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:29:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180866065819, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.041 HBD", + "percent_steem_dollars": 10000, + "permlink": "silent-bitcoin-moves-ethereum-classic-george-donnelly-rocking-steemit-possible-2016-election-move", + "post_id": 958783, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Silent Bitcoin moves, Ethereum Classic, George Donnelly rocking Steemit, possible 2016 election move", + "title": "Silent Bitcoin moves, Ethereum Classic, George Donnelly rocking Steemit, possible 2016 election move", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@bitcoinmeister/silent-bitcoin-moves-ethereum-classic-george-donnelly-rocking-steemit-possible-2016-election-move" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "287573409747", + "voter": "pal" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "2615472484", + "voter": "acidyo" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061230469", + "voter": "murh" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "5209065105", + "voter": "venuspcs" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "764727118", + "voter": "getssidetracked" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "168357038", + "voter": "trees" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "86428138", + "voter": "cryptochannel" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "2057946175", + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6554125374", + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15412619927", + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7942932703", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1159224982", + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2108987878", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178419224", + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53413720", + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339285503", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4780534468", + "voter": "michelle.gent" + }, + { + "percent": "4500", + "reputation": 0, + "rshares": "1496166344", + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "381703034", + "voter": "lloyddavis" + } + ], + "author": "steevc", + "author_reputation": 0, + "beneficiaries": [], + "body": "I've never owned a lot of cryptocurrency. Most of what I have came from playing with various faucets. I've decided that's not a good use of my time, so I'm taking those few dollars I made and putting it into Steem Power. I know it won't make a huge difference, but we have to start somewhere. \n\n\n\nIf you want to play with faucets then you can earn me a little by joining these:\n* [Moonbit.co.in](http://moonbit.co.in/?ref=603edc10a045) - Can claim every five minutes or wait longer for it to build up, but the rate slows\n* [Moondoge.co.in](http://moondoge.co.in/?ref=8664b36d5124) - Same thing for Dogecoin\n* [freebitco.in](http://freebitco.in/?r=1354078) - Pays based on a random number. Various games to try and win more\n* [Other assorted faucets](http://moneyinpjs.com/faucet-list/freebitcoin.php?btc=1CMYaejM3cjyGUP3FawCpn3XNZM9rR19qD) - A few more to try\n\nDon't expect to get rich, but if you can get some referrals it could be a nice little extra income.", + "body_length": 1028, + "cashout_time": "2016-09-16T16:06:47", + "category": "steem", + "children": 7, + "created": "2016-09-15T15:28:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitcoin\",\"powerup\"],\"image\":[\"https:\\/\\/steevc.keybase.pub\\/steemit\\/2016-09-15Deposit.png\"],\"links\":[\"http:\\/\\/moonbit.co.in\\/?ref=603edc10a045\",\"http:\\/\\/moondoge.co.in\\/?ref=8664b36d5124\",\"http:\\/\\/freebitco.in\\/?r=1354078\",\"http:\\/\\/moneyinpjs.com\\/faucet-list\\/freebitcoin.php?btc=1CMYaejM3cjyGUP3FawCpn3XNZM9rR19qD\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:28:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 339944049431, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.081 HBD", + "percent_steem_dollars": 10000, + "permlink": "putting-it-all-on-steem", + "post_id": 958770, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putting it all on Steem", + "title": "Putting it all on Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@steevc/putting-it-all-on-steem" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.pat.json new file mode 100644 index 00000000..8c17bf7e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.pat.json @@ -0,0 +1,2050 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40042164500412, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 734082781, + "voter": "rxhector" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "percent": "5400", + "reputation": 67677758734, + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 20189102884, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10227302974, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2121626708565, + "rshares": 3827694728, + "voter": "titusfrost" + }, + { + "percent": "100", + "reputation": 12539394694005, + "rshares": 245531412, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55752594, + "voter": "alucard" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 271441624, + "voter": "anomaly" + } + ], + "author": "titusfrost", + "author_reputation": 2121626708565, + "beneficiaries": [], + "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!", + "body_length": 6292, + "cashout_time": "2016-09-22T17:34:42", + "category": "mrrobot", + "children": 4, + "created": "2016-09-15T17:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"mrrobot\",\"beyondbitcoin\",\"steemit\",\"bitcoin\",\"ethereum\"],\"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\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:34:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40565862465239, + "parent_author": "", + "parent_permlink": "mrrobot", + "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": [], + "root_title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "total_payout_value": "0.000 HBD", + "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" + }, + { + "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<p><center>https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png</p></center>\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<p><center>http://clamclient.com/images/bio-photo.png</p></center>\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": 14661458923663, + "rshares": 373878481829, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 39234171281, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 7221647073, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 14756777282, + "voter": "felixxx" + }, + { + "percent": "2500", + "reputation": 1161816442579, + "rshares": 42572418815, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 690177186, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 174019504, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 986609023336, + "rshares": 1544966078, + "voter": "pollux.one" + }, + { + "percent": "10000", + "reputation": 371461943226, + "rshares": 730388360, + "voter": "z3r0d4yz" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 66935282, + "voter": "mari5555na" + } + ], + "author": "uwe69", + "author_reputation": 2889656462700, + "beneficiaries": [], + "body": "<html>\n<p> <strong>Bitcoin proponents were</strong> <strong>thrilled to hear that the</strong> <strong>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.</strong> </p>\n<p>Hier der original Artikel : <a href=\"https://news.bitcoin.com/donor-gives-38-btc-water-project/\">https://news.bitcoin.com/donor-gives-38-btc-water-project/</a></p>\n<p><img src=\"https://pixabay.com/static/uploads/photo/2016/04/27/20/45/water-and-children-1357519_960_720.jpg\" width=\"960\" height=\"640\"/></p>\n<p>Erinnert ihr euch an mein Projekt vor einem Monat ? </p>\n<p>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.</p>\n<p>Vielleicht hat ja jemand mit besseren Kontakten auf Steemit Interesse ein solches Projekt zu wiederholen.</p>\n</html>", + "body_length": 1056, + "cashout_time": "2016-09-22T16:55:06", + "category": "deutsch", + "children": 0, + "created": "2016-09-15T16:55:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"deutsch\",\"steemit\",\"homeless\",\"bitcoin\",\"travel\"],\"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/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:55:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 480869982690, + "parent_author": "", + "parent_permlink": "deutsch", + "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": [], + "root_title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "title": "Anonymer Spender gibt 38 Bitcoins f\u00fcr African Water Project", + "total_payout_value": "0.000 HBD", + "url": "/deutsch/@uwe69/anonymer-spender-gibt-38-bitcoins-fuer-african-water-project" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 268915405500, + "rshares": 373456920, + "voter": "thebtcpodcast" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 61915136, + "voter": "mari5555na" + } + ], + "author": "thebtcpodcast", + "author_reputation": 268915405500, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=kh-3lSEmQb4\n\nBefore we get into the actual interview with Collin Thompson, we dive into the world of racism and lack of diversity in Bitcoin and Tech industries. We each have differing opinions, but the conversation raises some interesting viewpoints that others may have no considered. \n\nWe don't even do commercials this episode, because I cut Marcello off before he can get into them, so enjoy that!\n\nGive us a listen and chime in on what you think we got wrong, what you think we got right, and your opinion.\n\nOfficial website: http://thebitcoinpodcast.com/episode-86/", + "body_length": 606, + "cashout_time": "2016-09-22T16:44:57", + "category": "racism", + "children": 4, + "created": "2016-09-15T16:44:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"racism\",\"bitcoin\",\"diversity\",\"culture\"],\"image\":[\"https://img.youtube.com/vi/kh-3lSEmQb4/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=kh-3lSEmQb4\",\"http://thebitcoinpodcast.com/episode-86/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:44:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 435372056, + "parent_author": "", + "parent_permlink": "racism", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-bitcoin-podcast-ep-86-discussing-race-and-diversity-amongst-the-tech-space", + "post_id": 1256006, + "promoted": "1.000 HBD", + "replies": [], + "root_title": "The Bitcoin Podcast Ep 86: Discussing race & diversity amongst the tech space", + "title": "The Bitcoin Podcast Ep 86: Discussing race & diversity amongst the tech space", + "total_payout_value": "0.000 HBD", + "url": "/racism/@thebtcpodcast/the-bitcoin-podcast-ep-86-discussing-race-and-diversity-amongst-the-tech-space" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 462033723200, + "voter": "knozaki2015" + }, + { + "percent": "1000", + "reputation": 1248165138944, + "rshares": 1514959937, + "voter": "kendewitt" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 6118685598, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 6931641798, + "rshares": 114064883, + "voter": "andrew-charles" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 150134474, + "voter": "nang1" + }, + { + "percent": "10000", + "reputation": 1955050298650, + "rshares": 1654142291, + "voter": "masonmiler" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 52329674, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339288508, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98544743, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 58568372, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 3948329433364, + "rshares": 2650993895, + "voter": "senseye" + } + ], + "author": "bkkshadow", + "author_reputation": 1841035810445, + "beneficiaries": [], + "body": "##### <center>Does it Work? Has somebody created a simple tool to enable a double spend?</center>\n\n<center>https://s11.postimg.org/icdsogk77/29e.jpg</center>\n##### <center>Free Bitcoin, YES!</center>\n- - - \n\nI'm guessing by now many of us have seen the video released earlier today;\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ysVCU1b-UBA\" frameborder=\"0\" allowfullscreen></iframe>\n\n... or read the articles that are circulating, regarding the supposed hack and tool that now allows you to simply and deliberately double-spend a bitcoin. A group of supposed \"South Korean\" hackers, who strangely seem very American seem to have put a lot of time and effort into creating a tool, website, and some marketing to discredit Bitcoin. They claim to be benevolent but its not hard to read between the lines to see a vested interest. \n- - -\n>Published on Sep 14, 2016\n\"Double-spending\" Bitcoin -- the process of making someone believe you sent them funds when you didn't -- used to be only for the tech-savvy. Thanks to Glass Hunt's new web-based double-spend tool, however, it's now easy and available to all. The South Korea-based anonymous hackers -- who actually want Bitcoin to succeed -- reveal their motives in this anonymous interview by Amanda B. Johnson.>\n- - -\n##### So...\nAnyway, the concept that a double spend could be initiated on zero confirmations transactions, seemed interesting enough and plausible enough to warrant further investigation. So I decided to follow the instructions in the video and try for myself.\n\n### <center>It all seems simple enough, just follow the guy on the video.</center>\n- - - \n# <center>3 Simple Steps:</center>\n<center>https://s17.postimg.org/6638czk4v/ds3.png</center>\n### <center>1. INITIALIZE</center>\n### <center>2. SEND FIRST BITCOIN</center>\n### <center>3. DOUBLE SPEND</center>\n- - -\n### <center>Step 1: Deposit some BTC into the Glass Hunt address given to initialize the process</center>\n<center>https://s17.postimg.org/htxa7j99r/ds2.png</center>\nI sent a small amount of Bitcoin to the address and after failing several times, it appeared in my Glass Hunt account. I was now ready to proceed to Step 2 and begin the double spend.\n\n- - -\n### <center>Step 2: Input the address where you would like to send the BTC</center>\n<center>https://s17.postimg.org/hfvy7xp67/image.png</center>\nI picked a random gaming site off the internet which accepted zero confirmation deposits and anonymity to begin gambling. I input the btc deposit address as per the instructions here...\n- - - \n### <center>Step 3:</center>\n...And that's where it ends...I can't make it past step 2 to step 3. It just keeps returning an error, and that is what it's been doing for the last 6 hours. I asked a fellow crypto associate to try the process, and they reported the same result, as do several of the comments appearing under the origonal YouTube clip which was posted.\n\nSo, is it a scam? It's too early to say for sure, or is it just somebody snubbing their nose at Bitcoin to leverage their own coin? Interested to know what others think of this situation. I have sent Glass Hunt an email and informing them of the error, and if they reply I will update this post accordingly.\n\n###### NB. I was attempting the double spend for research purposes and if successful, intended to return any coins which may have been gained as a result of the double spend.\n\nIf you would like to try for yourself then simply click on the link to go to- http://www.glasshunt.co/exploits/bitcoin-double-spend/\n\n\n\n**Click here to:** <a href=\"https://steemit.com/@bkkshadow\" target=\"_blank\">\n<img src=\"https://www.steemimg.com/images/2016/08/27/dd8bd8753d41da7.gif\" alt=\"dd8bd8753d41da7.gif\" border=\"0\"> </a>\n\n#bitcoin\n#cryptocurrency\n#hack", + "body_length": 3763, + "cashout_time": "2016-09-22T16:30:36", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T16:30:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"cryptocurrency\",\"hack\"],\"image\":[\"https://s11.postimg.org/icdsogk77/29e.jpg\",\"https://s17.postimg.org/6638czk4v/ds3.png\",\"https://s17.postimg.org/htxa7j99r/ds2.png\",\"https://s17.postimg.org/hfvy7xp67/image.png\",\"https://www.steemimg.com/images/2016/08/27/dd8bd8753d41da7.gif\"],\"links\":[\"http://www.glasshunt.co/exploits/bitcoin-double-spend/\",\"https://steemit.com/@bkkshadow\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:30:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 475043009539, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.119 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-double-spend-is-the-glass-hunt-exploit-a-scam", + "post_id": 1255852, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin double spend: Is the Glass Hunt exploit a scam?", + "title": "Bitcoin double spend: Is the Glass Hunt exploit a scam?", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@bkkshadow/bitcoin-double-spend-is-the-glass-hunt-exploit-a-scam" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 32455846463901, + "rshares": 12648475356063, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1912093154414, + "voter": "badassmother" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2053123574468, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1304415071462, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22390535406, + "voter": "jaewoocho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452849333705, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3120438117442, + "voter": "recursive" + }, + { + "percent": "4000", + "reputation": 83941319998, + "rshares": 2376130829122, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 22448634206, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 140357414085, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14817966458, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 157421661801, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9220603890, + "voter": "gregory60" + }, + { + "percent": "206", + "reputation": 12382143533351, + "rshares": 29965799287, + "voter": "eeks" + }, + { + "percent": "900", + "reputation": 4931834878069, + "rshares": 2519852939, + "voter": "fkn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 234140838, + "voter": "paco-steem" + }, + { + "percent": "5000", + "reputation": 376960001789, + "rshares": 2820676199, + "voter": "spaninv" + }, + { + "percent": "900", + "reputation": 5414208804644, + "rshares": 3312189303, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313691550, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 106632631169, + "voter": "asch" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061234076, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 59949766839, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 8330279054423, + "rshares": 61890213552, + "voter": "kanoptx" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 64903135239, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 410502622, + "voter": "applecrisp" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 182685232, + "voter": "stiletto" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33781882470, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 55957746380, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 138383979780, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 5287383826, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 179395106552, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 121383360964, + "voter": "geoffrey" + }, + { + "percent": "900", + "reputation": 598181152117, + "rshares": 21368965552, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 34063688140, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 280916636, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19974955553, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 158997516614, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1569224337235, + "rshares": 4972397583, + "voter": "expanse" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 17538291453, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 4533066552, + "voter": "stranger27" + }, + { + "percent": "900", + "reputation": 19111656178138, + "rshares": 12300667181, + "voter": "furion" + }, + { + "percent": "900", + "reputation": 3891722, + "rshares": 59019077, + "voter": "barbara2" + }, + { + "percent": "900", + "reputation": 9142611234, + "rshares": 65598944, + "voter": "ch0c0latechip" + }, + { + "percent": "900", + "reputation": 3871042, + "rshares": 60712453, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2936170685, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80777327, + "voter": "snowden" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209522316, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 17946261694, + "voter": "meesterboom" + }, + { + "percent": "1500", + "reputation": 5740590214206, + "rshares": 2193247066, + "voter": "tinyhomeliving" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 677892916, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 34760945530, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 1386339611284, + "rshares": 2812132937, + "voter": "fiona777" + }, + { + "percent": "900", + "reputation": 782596410473, + "rshares": 466130289, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3506039536, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 32543319555, + "voter": "deanliu" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204616768705, + "voter": "jl777" + }, + { + "percent": "900", + "reputation": 10519849768972, + "rshares": 2043534177, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 19973803502, + "rshares": 124974272, + "voter": "biternator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50626015, + "voter": "steemchain" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 6114162630, + "voter": "summonerrk" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267233265, + "voter": "proto" + }, + { + "percent": "900", + "reputation": 17698439393799, + "rshares": 3611262028, + "voter": "sisterholics" + }, + { + "percent": "900", + "reputation": 147425730, + "rshares": 68804307, + "voter": "fnait" + }, + { + "percent": "900", + "reputation": 3720753029, + "rshares": 61125854, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 146224042, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3353892141, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 135235064297, + "voter": "steemdrive" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734133724, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1251705047047, + "rshares": 7033348990, + "voter": "theprophet" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 57873464, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 60342922, + "voter": "lillianjones" + }, + { + "percent": "900", + "reputation": 10771708337101, + "rshares": 127703725274, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 24561889230, + "voter": "laoyao" + }, + { + "percent": "900", + "reputation": 18027204457681, + "rshares": 3997263260, + "voter": "myfirst" + }, + { + "percent": "900", + "reputation": 5776723480371, + "rshares": 25922265472, + "voter": "somebody" + }, + { + "percent": "900", + "reputation": 206355094166, + "rshares": 969215309, + "voter": "flysaga" + }, + { + "percent": "206", + "reputation": 1751717743, + "rshares": 833875930, + "voter": "gmurph" + }, + { + "percent": "900", + "reputation": 97845484474, + "rshares": 5726440759, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4190322069, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 3323749960, + "voter": "kurtbeil" + }, + { + "percent": "900", + "reputation": 3016325652890, + "rshares": 14322470236, + "voter": "xiaohui" + }, + { + "percent": "900", + "reputation": 6111268639849, + "rshares": 646811381, + "voter": "elfkitchen" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 5855543935, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 127737479, + "rshares": 238513885, + "voter": "sillygoon" + }, + { + "percent": "900", + "reputation": 1851205309677, + "rshares": 447781370, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 60819615, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 55925537, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "900", + "reputation": 4195733833721, + "rshares": 902644680, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 71282219, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54909929, + "voter": "jarvis" + }, + { + "percent": "900", + "reputation": 730408370151, + "rshares": 59109762, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2077290647, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 12092290533, + "rshares": 61852090, + "voter": "igrekzed" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 113957761723, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 10344891579, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 143310179, + "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": 3463887645084, + "rshares": 8706975244, + "voter": "garywilson" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24294717617, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 54079869536, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 49216420678, + "rshares": 71507788, + "voter": "steembriefing" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783650389, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 180241566, + "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": "5000", + "reputation": 837791549130, + "rshares": 27677376859, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54175638, + "voter": "apparat" + }, + { + "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": 1546583783207, + "rshares": 3068760608, + "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": 50840303, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 6064303416, + "voter": "dexter-k" + }, + { + "percent": "5000", + "reputation": 26215514, + "rshares": 27671054427, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 8189791438741, + "rshares": 20213718746, + "voter": "skypilot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50933404, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 4311438047, + "rshares": 53569048, + "voter": "forklognews" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 1072070421, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339280994, + "voter": "anomaly" + }, + { + "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": 659608632671, + "rshares": 1041816422, + "voter": "jang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51141851, + "voter": "slow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50873654, + "voter": "palladium" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1970494123, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50484452, + "voter": "connect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71207873, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141679752, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162917785, + "voter": "ctu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162904624, + "voter": "allianz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161849597, + "voter": "iberia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160861015, + "voter": "cybergirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157182398, + "voter": "planet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 160319579, + "voter": "cybergirls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159973989, + "voter": "capcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159963865, + "voter": "sledgehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159352476, + "voter": "panic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159175576, + "voter": "fallout" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 156023422, + "voter": "reef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 158541985, + "voter": "citigroup" + }, + { + "percent": "10000", + "reputation": 251629303655, + "rshares": 31683945302, + "voter": "goldmatters" + }, + { + "percent": "10000", + "reputation": 9450927, + "rshares": 152063381, + "voter": "maxb02" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 139596382, + "voter": "bleujay" + }, + { + "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": 154770766, + "voter": "steemdrive.wtns" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 5226372769, + "voter": "exploretraveler" + }, + { + "percent": "10000", + "reputation": 221744659731, + "rshares": 154337104, + "voter": "son-of-satire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 132623369, + "voter": "toddemaher1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 150260046, + "voter": "tttnofear" + } + ], + "author": "bravenewcoin", + "author_reputation": 46310579884676, + "beneficiaries": [], + "body": "<html>\n<p><center><img src=\"https://s25.postimg.org/knm6qhyyn/thumb.jpg\" width=\"470\" height=\"260\"/></center></p>\n<p><center><img src=\"https://s25.postimg.org/ikbritz5r/image1.jpg\" width=\"1280\" height=\"240\"/></center></p>\n<p><a href=\"http://bravenewcoin.com/authors/luke-parker/\"><strong>Luke Parker </strong></a>|| <a href=\"http://bravenewcoin.com/news/tag/blockchain+adoption\">Blockchain Adoption </a>|| <a href=\"http://bravenewcoin.com/news/tag/central+bank\">Central Bank </a>|| <a href=\"http://bravenewcoin.com/news/tag/government\">Government</a></p>\n<p>Bank of England (BoE) Chief Cashier and Director for Notes, Victoria Cleland, recently gave a <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech919.pdf\">speech </a>highlighting the Bank's work on central bank-issued digital currency (CBDC). Clelands keynote presentation was given at the second international workshop for <a href=\"http://blockchain.cs.ucl.ac.uk/p2pfisy-2016/\">P2P Financial Systems</a> in London on Sept. 8 and 9. The BoE co-sponsored the event with Bank of Canada, Deutsche Bundesbank, House of Finance, Federal Reserve Bank of St. Louis, and UCL Research Centre, bringing together scholars, regulators, and practitioners. </p>\n<p><center><img src=\"https://s25.postimg.org/bv582tdtr/image2.jpg\" width=\"907\" height=\"227\"/></center></p>\n<p>Cleland was appointed in March 2014, and her signature <a href=\"http://www.bankofengland.co.uk/publications/Pages/news/2015/031.aspx\">appears </a>on british banknotes. However, her role covers \u201cfar more than signing the banknotes,\u201d the Chief Cashier explains. \u201cI am responsible for meeting public demand for banknotes and maintaining confidence in the physical currency.\u201d</p>\n<p>In a September 2015 <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2015/speech838.pdf\">speech</a> at the University of the West of England in Bristol, Cleland stated that \u201calthough my team is responsible for a much older payment method, we are not luddites, and we welcome the additional choice and convenience that consumers can now enjoy.\u201d</p>\n<p><center><img src=\"https://s25.postimg.org/k1x7ue3wf/image3.png\" width=\"270\" height=\"166\"/></center></p>\n<p>Cleland confirmed the Bank's research into the \u201cpotential breadth of access to CBDC\u201d at the workshop last week. She described two extreme possibilities; limiting access to only financial institutions, or giving access to everybody. The latter would allow businesses and households to \u201chold balances in central bank money and to pay each other in real time with full and final settlement, in an electronic format.\u201d Introducing a CBDC \u201ccould fundamentally change the structure of the financial system,\u201d where everyone currently uses commercial banks or other financial institutions to make electronic payments. </p>\n<p><center><img src=\"https://s25.postimg.org/5k00meclb/image4.jpg\" width=\"906\" height=\"194\"/></center></p>\n<p>This is not the first time a central bank has contemplated competing with commercial banks. In November 2015, the Bank of International Settlements (BIS) <a href=\"http://bravenewcoin.com/news/the-worlds-top-bank-weighs-in-on-digital-currencies/\">published a report on digital currencies</a> asserting that blockchain or distributed ledger technology (DLT) \u201ccould present a hypothetical challenge to central banks.\u201d</p>\n<p>Increasing usage of the technology could reduce or even remove the functions of a central body. However, central banks have options to respond to the threat such as \u201cusing the technology itself to issue digital currencies,\u201d the BIS wrote.\u201cThe question is whether such digital liabilities should be issued using new technology and be made more widely available than at present.\u201d The BIS referenced the BoE and it\u2019s ongoing research.</p>\n<p>In March, the Bank's Deputy Governor of Monetary Policy, Dr. Ben Broadbent, gave a <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech886.pdf\">speech</a> at the London School of Economics asserting that there are two major implications of CBDC that compete with commercial banks. </p>\n<p><center><img src=\"https://s25.postimg.org/et26wilhb/image5.jpg\" width=\"907\" height=\"216\"/></center></p>\n<p>Currently, retail deposits at commercial banks are backed mainly by illiquid assets that cannot be sold on the open market. If all accounts are closed at once, banks wouldn\u2019t have the liquid resources to meet the demand. A central bank, on the other hand, \u201cholds only liquid assets on its balance sheet,\u201d Broadbent said, so they cannot run out of cash. However, he cautioned that \u201ctaking deposits away from banks could impair their ability to make the loans.\u201d</p>\n<p>In June, Bank of England Governor, Mark Carney, <a href=\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech914.pdf\">discussed</a> the prospect of CBDC for the UK at the Lord Mayor\u2019s Banquet for Bankers and Merchants of the City of London. \u201cIn my view, still some way off,\u201d he said. </p>\n<p><center><img src=\"https://s25.postimg.org/iqpglx8an/image6.jpg\" width=\"905\" height=\"224\"/></center></p>\n<p>A BoE staff working <a href=\"http://www.bankofengland.co.uk/research/Documents/workingpapers/2016/swp605.pdf\">paper</a> on the macroeconomics of CBDC, published in July, suggests that it would be \u201ceconomically equivalent to the establishment of an online-only, reserve-backed, narrow bank alongside the existing commercial banking system.\u201d It would increase competition for deposit accounts and rapidly increase the adoption of innovative technologies and account offerings, the authors explained. CBDC could also have other advantages such as raising the country's GDP by as much as 3%, according to one of the models discussed in the paper.</p>\n<p>In a one-off inquiry into distributed ledger, or blockchain, technology at the House of Lords, also in July, a few industry experts participated including Dr. Catherine Mulligan, Research Fellow at Imperial College Centre for Cryptocurrency Research. \u201cIn terms of central bank crypto-backed fiat currency, it does have a potential impact on monetary policy,\u201d she told the Lords, citing its potential to move money away from commercial banks towards a central bank. \u201cIt's a matter of balance,\u201d she said. \u201cYou got to think about that carefully to make sure the commercial banks don't just collapse.\u201d</p>\n<p>At the same inquiry, Broadbent <a href=\"http://bravenewcoin.com/news/house-of-lords-told-bank-of-englands-digital-currency-is-some-ways-off/\">reiterates</a> the prospect of CBDC substituting commercial bank money, but concurred with Carney that it\u2019s \u201csome way off.\u201d</p>\n<p>Any central banks issuing their own digital currencies would be directly competing with commercial banks, Senior Advisor to MIT\u2019s Digital Currency Initiative, Michael Casey, <a href=\"http://www.dtcc.com/news/2016/april/19/analyzing-the-digital-currency-revolution\">explained</a> during the \u201cBitcoin and the Digital Currency Revolution\u201d panel at the DTCC Blockchain Symposium.\u201cWhy would you hand over money to a commercial bank with all the risk that entails without any of the benefits?\u201d he asked. \u201cYou\u2019re going to have people looking to store short-term custodial funds with a central bank.\u201d </p>\n<p><center><img src=\"https://s25.postimg.org/borizq4ov/image7.jpg\" width=\"909\" height=\"169\"/></center>\n<p>The BoE is not the only central bank to consider issuing their own digital currency. Bank of Canada has also<a href=\"http://www.cbc.ca/news/canada/kitchener-waterloo/bank-of-canada-looking-into-issuing-digital-currency-1.2834759\">considered</a> issuing its own digital currency. One of the objectives in the Bank's <a href=\"http://www.bankofcanada.ca/research/bank-canada-medium-term-bank-wide-research-plan-2016-2018/\">Research Plan</a> for 2016-18 was investigating whether the Bank should issue its own digital currency and what it would look like. In June, the Bank <a href=\"https://www.ft.com/content/1117c780-3397-11e6-bda0-04585c31b153\">reportedly</a> gave a private presentation in Calgary unveiling its project to develop an electronic version of the Canadian dollar using a token named CAD-Coin.</p>\n<p>Digital currency is also in the works in China. In February, Zhou Xiaochuan, People's Bank of China Governor,<a href=\"http://bravenewcoin.com/news/china-considers-digital-currency/\">revealed</a> that \u201cDigital currency will co-exist with cash for quite a long time before it finally replaces cash.\" However, \u201cwith the transaction costs of paper money rising, people will be motivated to opt more for digital money,\u201d he believes.</p>\n<p>Dutch central bank, De Nederlandsche Bank (DNB), is also actively studying its own prototype cryptocurrency,\u2018DNBCoin.\u2019 In June, the bank <a href=\"http://bravenewcoin.com/news/dutch-central-banks-third-dnbcoin-prototype-delves-into-smart-contracts-and-trusted-ownership/\">unveiled three models of the Coin</a>.</p>\n<p>According to an August World Economic Forum report, <a href=\"http://bravenewcoin.com/assets/Industry-Reports-2016/WEF-The-future-of-financial-infrastructure.pdf\">over 90 central banks are engaged in DLT discussions</a>. The total DLT investments have exceeded US$ 1.4 billion over the past 3 years from over 24 countries. </p>\n<p><center><img src=\"https://s25.postimg.org/bfyjnjha7/image8.png\" width=\"700\" height=\"294\"/></center></p>\n<p>While central banks are researching DLT as a way to issue digital currencies, \u201ccould, and should CBDC be delivered using DLT and is this technology the best way to achieve the necessary scalability and resilience?\u201d Cleland concluded her speech. \u201cWe also need to understand the technology options.\u201d </p>\n<hr>\n<p> <strong>This article can be found on our website on</strong> <a href=\"http://bravenewcoin.com/news/bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks/\"><strong>this link</strong></a><strong>. </strong> </p>\n<hr>\n<p><strong>According to the</strong><a href=\"http://www.bravenewcoin.com/markets\"><strong> BNC indices</strong></a><strong>, at the time of writing:</strong><br>\n<br>\n<a href=\"http://www.bravenewcoin/steem\">Steem</a> was trading at <strong>$0.53692706</strong><br>\n</p>\n<p><a href=\"http://bravenewcoin.com/bitcoin\">bitcoin</a> was trading at <strong>$605.91</strong><br>\n</p>\n<h3>If you enjoyed this article, remember to <a href=\"http://www.steemit.com/@bravenewcoin\">FOLLOW</a> and SHARE our daily content!</h3>\n</html>", + "body_length": 10484, + "cashout_time": "2016-09-22T16:17:42", + "category": "money", + "children": 7, + "created": "2016-09-15T16:17:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"bitcoin\",\"blockchain\",\"crypto-news\",\"bravenewcoin\"],\"image\":[\"https://s25.postimg.org/knm6qhyyn/thumb.jpg\",\"https://s25.postimg.org/ikbritz5r/image1.jpg\",\"https://s25.postimg.org/bv582tdtr/image2.jpg\",\"https://s25.postimg.org/k1x7ue3wf/image3.png\",\"https://s25.postimg.org/5k00meclb/image4.jpg\",\"https://s25.postimg.org/et26wilhb/image5.jpg\",\"https://s25.postimg.org/iqpglx8an/image6.jpg\",\"https://s25.postimg.org/borizq4ov/image7.jpg\",\"https://s25.postimg.org/bfyjnjha7/image8.png\"],\"links\":[\"http://bravenewcoin.com/authors/luke-parker/\",\"http://bravenewcoin.com/news/tag/blockchain+adoption\",\"http://bravenewcoin.com/news/tag/central+bank\",\"http://bravenewcoin.com/news/tag/government\",\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech919.pdf\",\"http://blockchain.cs.ucl.ac.uk/p2pfisy-2016/\",\"http://www.bankofengland.co.uk/publications/Pages/news/2015/031.aspx\",\"http://www.bankofengland.co.uk/publications/Documents/speeches/2015/speech838.pdf\",\"http://bravenewcoin.com/news/the-worlds-top-bank-weighs-in-on-digital-currencies/\",\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech886.pdf\",\"http://www.bankofengland.co.uk/publications/Documents/speeches/2016/speech914.pdf\",\"http://www.bankofengland.co.uk/research/Documents/workingpapers/2016/swp605.pdf\",\"http://bravenewcoin.com/news/house-of-lords-told-bank-of-englands-digital-currency-is-some-ways-off/\",\"http://www.dtcc.com/news/2016/april/19/analyzing-the-digital-currency-revolution\",\"http://www.cbc.ca/news/canada/kitchener-waterloo/bank-of-canada-looking-into-issuing-digital-currency-1.2834759\",\"http://www.bankofcanada.ca/research/bank-canada-medium-term-bank-wide-research-plan-2016-2018/\",\"https://www.ft.com/content/1117c780-3397-11e6-bda0-04585c31b153\",\"http://bravenewcoin.com/news/china-considers-digital-currency/\",\"http://bravenewcoin.com/news/dutch-central-banks-third-dnbcoin-prototype-delves-into-smart-contracts-and-trusted-ownership/\",\"http://bravenewcoin.com/assets/Industry-Reports-2016/WEF-The-future-of-financial-infrastructure.pdf\",\"http://bravenewcoin.com/news/bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks/\",\"http://www.bravenewcoin.com/markets\",\"http://www.bravenewcoin/steem\",\"http://bravenewcoin.com/bitcoin\",\"http://www.steemit.com/@bravenewcoin\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:17:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 26434429336114, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "44.195 HBD", + "percent_hbd": 10000, + "permlink": "bravenewcoin-bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks", + "post_id": 1255723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BraveNewCoin: Bank of England states central bank-issued digital currency will compete with commercial banks", + "title": "BraveNewCoin: Bank of England states central bank-issued digital currency will compete with commercial banks", + "total_payout_value": "0.000 HBD", + "url": "/money/@bravenewcoin/bravenewcoin-bank-of-england-states-central-bank-issued-digital-currency-will-compete-with-commercial-banks" + }, + { + "active_votes": [ + { + "percent": "356", + "reputation": 12382143533351, + "rshares": 29965780649, + "voter": "eeks" + }, + { + "percent": "500", + "reputation": 4931834878069, + "rshares": 1511911763, + "voter": "fkn" + }, + { + "percent": "500", + "reputation": 5414208804644, + "rshares": 1987313581, + "voter": "elishagh1" + }, + { + "percent": "2300", + "reputation": 15755437221598, + "rshares": 6538681211, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061231371, + "voter": "murh" + }, + { + "percent": "500", + "reputation": 598181152117, + "rshares": 10684297599, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 29635713448, + "voter": "acassity" + }, + { + "percent": "2300", + "reputation": 17405459234693, + "rshares": 12154485246, + "voter": "venuspcs" + }, + { + "percent": "2300", + "reputation": 4066839697461, + "rshares": 2102999574, + "voter": "getssidetracked" + }, + { + "percent": "2300", + "reputation": 744428437430, + "rshares": 404056893, + "voter": "trees" + }, + { + "percent": "2300", + "reputation": 2906973892, + "rshares": 54224429, + "voter": "strawhat" + }, + { + "percent": "500", + "reputation": 19111656178138, + "rshares": 7380400309, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 750524300, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 53424827264, + "voter": "streetstyle" + }, + { + "percent": "500", + "reputation": 782596410473, + "rshares": 233062138, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 3782785917192, + "rshares": 9502502066, + "voter": "oumar" + }, + { + "percent": "500", + "reputation": 10519849768972, + "rshares": 1226120506, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6746893768, + "voter": "chloetaylor" + }, + { + "percent": "500", + "reputation": 17698439393799, + "rshares": 1805602756, + "voter": "sisterholics" + }, + { + "percent": "500", + "reputation": 10771708337101, + "rshares": 63850461786, + "voter": "laonie" + }, + { + "percent": "500", + "reputation": 18027204457681, + "rshares": 2664809106, + "voter": "myfirst" + }, + { + "percent": "500", + "reputation": 5776723480371, + "rshares": 12960900062, + "voter": "somebody" + }, + { + "percent": "500", + "reputation": 206355094166, + "rshares": 484600440, + "voter": "flysaga" + }, + { + "percent": "356", + "reputation": 1751717743, + "rshares": 833875930, + "voter": "gmurph" + }, + { + "percent": "500", + "reputation": 97845484474, + "rshares": 2863174085, + "voter": "midnightoil" + }, + { + "percent": "500", + "reputation": 3016325652890, + "rshares": 7161044530, + "voter": "xiaohui" + }, + { + "percent": "500", + "reputation": 6111268639849, + "rshares": 485101321, + "voter": "elfkitchen" + }, + { + "percent": "500", + "reputation": 1851205309677, + "rshares": 223887679, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8176548371, + "voter": "thebotkiller" + }, + { + "percent": "500", + "reputation": 4195733833721, + "rshares": 451315726, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 140342009284, + "rshares": 136485885, + "voter": "nang1" + }, + { + "percent": "2300", + "reputation": 0, + "rshares": 37608864530, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339280994, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + } + ], + "author": "oumar", + "author_reputation": 3782785917192, + "beneficiaries": [], + "body": "<center>https://s11.postimg.org/v65yywpb7/bitfinex40.png</center>\n\n### Hi Steemians! This is small analysis of a potential investment opportunity in iFinex Inc. the corporate entity behind the world known trading platform Bitfinex. First some facts:\n\n### BFX Tokens\nAfter the Bitfinex security breach that occurred on August 2, 2016, Bitfinex issued tokens representing their clients losses at a face value of $1 dollar, this means that if you lost $400 dollars you would be credited 400 BFX Tokens with the promise that Bitfinex would do everything possible to redeem the tokens at its face value of $1 dollar as soon as possible.\n\n### BFX Token Trading\nA couple of days after the platform resumed operations after the hack, the trading of the BFX token was enabled under some [terms and conditions](https://www.bitfinex.com/bfx_token_terms). This meant that by then you could sell your tokens at the market value and recover a percentage of what you lost OR you could also buy the token as a long term investment if you were confident that Bitfinex was going to redeem them soon. The BFX token started trading at $0.30 USD and from then it has gone up to $0.619 (price at the moment of writing this article).\n\n<center>https://s17.postimg.org/nsvokdycf/bfxusdchart.png\nBFXUSD 6hr candle chart for the past month.\n</center>\n\n### BFX Tokens Redemption\nBitfinex announced there would be 3 possible ways the company would be redeeming the BFX tokens\n- Equity conversion\n- Raising new capital through equity financing\n- Operating Profits\n\n### Special Purpose Vehicle for Equity conversion\n**Here is where it gets interesting**, on August 22nd, Bitfinex started coordinating with BnkToTheFuture in order to launch a SPV (Special Purpose Vehicle) that would allow the conversion of BFX tokens to equity stakes in iFinex (the company behind Bitfinex). 5 days ago Bitfinex finally revealed some details about this equity conversion:\n- Redemption of BFX for the beneficial interest in iFinex will be done at BFX\u2019s face value of $1 US Dollar.\n- Participation in the SPV will be limited to holders of a minimum of 1,000 BFX tokens.\n\n<center>https://s9.postimg.org/e1jbvmyjj/letter.png</center>\n\n### Bitfinex remains a Profitable company and the most complex Trading Platform.\nEven though the trading volume suffered a big drop after the security breach, it has been recovering since then. The sole fact of seeing this trading volume in their platform immediately after the hack shows how confident people are that this will not happen again. Something what we should keep in mind is that Bitfinex continues to be most complex Trading Platform for the trading pairs that they offer, they have margin trading, margin funding and several other features in their platform. I also think that the trading volume will not go anywhere but up because people will slowly regain confidence on the platform as the time goes by.\n\n<center>https://media.licdn.com/mpr/mpr/p/4/005/0aa/28b/3d33285.jpg</center>\n\n## IFINEX INC. EQUITY AT 40% DISCOUNT!\nSince the BFX tokens equity conversion would be done at their face value of $1 US Dollar and at the moment of writing, the BFX token is trading at $0.618 USD, if you are confident on the future success of Bitfinex and are willing to invest on it, you could buy BFX tokens right now and once the SVP for equity conversion is live you would be **getting iFinex equity at a 38% discount!**\n\nMy thoughts are that once the SVP is officially announced, the BFX Token price could easily go up to $0.70 or $0.80 and once the SVP is live for equity conversion it could get really close to its face value, why? well simply because there will be a lot of investors out there trying to get Bitfinex equity at a discount. Also since the BFX Token would be the only way of getting iFinex Inc. equity (since equity could not be available through regular USD), we could even see the BFX Token price go pass its face value if there are a lot of investors confident on Bitfinex and wanting to get a piece of the cake. Of course this all depends on the actual terms and conditions of the SVP and the offered Equity.\n\n### Any thoughts?\nI am really interested on hearing your thoughts about this? What do you think about this opportunity? Would you invest in Bitfinex even after they suffered a security breach? Do you think the platform still has potential? After all, like I mentioned before, it remains the most complex Bitcoin Trading Platform out there. I think this all depends on whether you think the company will be successful in the long term or not.\n\n### Disclaimer\nThis is in no way an investment advice nor an attempt of pumping the BFX token value, this is merely the presentation of the facts and an attempt to know your thoughts about this potential investment opportunity.\n\n### Hope you find this analysis interesting and that you decide to share your thoughts on this. Thanks for reading and bye for now.", + "body_length": 4924, + "cashout_time": "2016-09-22T15:46:27", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T15:46:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"investment\",\"money\",\"bitfinex\"],\"image\":[\"https://s11.postimg.org/v65yywpb7/bitfinex40.png\",\"https://s17.postimg.org/nsvokdycf/bfxusdchart.png\",\"https://s9.postimg.org/e1jbvmyjj/letter.png\",\"https://media.licdn.com/mpr/mpr/p/4/005/0aa/28b/3d33285.jpg\"],\"links\":[\"https://www.bitfinex.com/bfx_token_terms\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:46:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 315901213723, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.076 HBD", + "percent_hbd": 10000, + "permlink": "bitfinex-equity-at-40-discount-small-analysis-of-this-potential-investment-opportunity", + "post_id": 1255372, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BITFINEX EQUITY AT 40% DISCOUNT! Small analysis of this potential investment opportunity.", + "title": "BITFINEX EQUITY AT 40% DISCOUNT! Small analysis of this potential investment opportunity.", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@oumar/bitfinex-equity-at-40-discount-small-analysis-of-this-potential-investment-opportunity" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 2477613359, + "voter": "konelectric" + }, + { + "percent": "2100", + "reputation": 15755437221598, + "rshares": 5884813090, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 4459522539935, + "rshares": 12831235890, + "voter": "bitcoinmeister" + }, + { + "percent": "10000", + "reputation": 6813289592775, + "rshares": 5797310981, + "voter": "arcaneinfo" + }, + { + "percent": "2100", + "reputation": 17405459234693, + "rshares": 12154485246, + "voter": "venuspcs" + }, + { + "percent": "2100", + "reputation": 4066839697461, + "rshares": 1911817795, + "voter": "getssidetracked" + }, + { + "percent": "2100", + "reputation": 744428437430, + "rshares": 336714077, + "voter": "trees" + }, + { + "percent": "2100", + "reputation": 675716972978, + "rshares": 172856276, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 84788018556, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6554125374, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 921263691910, + "rshares": 900562216, + "voter": "tkembo" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4988038957, + "voter": "satoshifpv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7942932703, + "voter": "thebotkiller" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": 33847978077, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 527766248, + "rshares": 154407844, + "voter": "forever-gala" + } + ], + "author": "bitcoinmeister", + "author_reputation": 4459522539935, + "beneficiaries": [], + "body": "Bitcoin is silently moving up again. Imagine what would happen to the Bitcoin price if Hillary Clinton died and the election was moved. I like the way George Donnelly is using Steemit to call out bad actors. The Facebook screenshot he includes in his Steemit post shows how certain people try to butter a person up with fake compliments in order for them to do something they want them to do. Some cryptocurrency speculation thoughts are also included in this video.\nhttps://www.youtube.com/watch?v=HEP9H6N0o8E\n<a href=\"http://disruptmeister.com/\">Check out more of my videos here</a>.", + "body_length": 586, + "cashout_time": "2016-09-22T15:29:36", + "category": "steemit", + "children": 0, + "created": "2016-09-15T15:29:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"disruptmeister\",\"ethereum\",\"bitcoin\"],\"image\":[\"https://img.youtube.com/vi/HEP9H6N0o8E/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=HEP9H6N0o8E\",\"http://disruptmeister.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:29:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 180866065819, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.041 HBD", + "percent_hbd": 10000, + "permlink": "silent-bitcoin-moves-ethereum-classic-george-donnelly-rocking-steemit-possible-2016-election-move", + "post_id": 1255185, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Silent Bitcoin moves, Ethereum Classic, George Donnelly rocking Steemit, possible 2016 election move", + "title": "Silent Bitcoin moves, Ethereum Classic, George Donnelly rocking Steemit, possible 2016 election move", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@bitcoinmeister/silent-bitcoin-moves-ethereum-classic-george-donnelly-rocking-steemit-possible-2016-election-move" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 287573409747, + "voter": "pal" + }, + { + "percent": "900", + "reputation": 15755437221598, + "rshares": 2615472484, + "voter": "acidyo" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061230469, + "voter": "murh" + }, + { + "percent": "900", + "reputation": 17405459234693, + "rshares": 5209065105, + "voter": "venuspcs" + }, + { + "percent": "900", + "reputation": 4066839697461, + "rshares": 764727118, + "voter": "getssidetracked" + }, + { + "percent": "900", + "reputation": 744428437430, + "rshares": 168357038, + "voter": "trees" + }, + { + "percent": "900", + "reputation": 675716972978, + "rshares": 86428138, + "voter": "cryptochannel" + }, + { + "percent": "3300", + "reputation": 3439295754608, + "rshares": 2057946175, + "voter": "bola" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6554125374, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 15412619927, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7942932703, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 868924825603, + "rshares": 1159224982, + "voter": "the-bitcoin-dood" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2108987878, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 25413691969, + "rshares": 178419224, + "voter": "greatness" + }, + { + "percent": "10000", + "reputation": 16147984004, + "rshares": 53413720, + "voter": "lighter" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339285503, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4780534468, + "voter": "michelle.gent" + }, + { + "percent": "4500", + "reputation": 414609406210, + "rshares": 1496166344, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 136868986514, + "rshares": 381703034, + "voter": "lloyddavis" + } + ], + "author": "steevc", + "author_reputation": 517546794156, + "beneficiaries": [], + "body": "I've never owned a lot of cryptocurrency. Most of what I have came from playing with various faucets. I've decided that's not a good use of my time, so I'm taking those few dollars I made and putting it into Steem Power. I know it won't make a huge difference, but we have to start somewhere. \n\n\n\nIf you want to play with faucets then you can earn me a little by joining these:\n* [Moonbit.co.in](http://moonbit.co.in/?ref=603edc10a045) - Can claim every five minutes or wait longer for it to build up, but the rate slows\n* [Moondoge.co.in](http://moondoge.co.in/?ref=8664b36d5124) - Same thing for Dogecoin\n* [freebitco.in](http://freebitco.in/?r=1354078) - Pays based on a random number. Various games to try and win more\n* [Other assorted faucets](http://moneyinpjs.com/faucet-list/freebitcoin.php?btc=1CMYaejM3cjyGUP3FawCpn3XNZM9rR19qD) - A few more to try\n\nDon't expect to get rich, but if you can get some referrals it could be a nice little extra income.", + "body_length": 1028, + "cashout_time": "2016-09-22T15:28:18", + "category": "steem", + "children": 7, + "created": "2016-09-15T15:28:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitcoin\",\"powerup\"],\"image\":[\"https://steevc.keybase.pub/steemit/2016-09-15Deposit.png\"],\"links\":[\"http://moonbit.co.in/?ref=603edc10a045\",\"http://moondoge.co.in/?ref=8664b36d5124\",\"http://freebitco.in/?r=1354078\",\"http://moneyinpjs.com/faucet-list/freebitcoin.php?btc=1CMYaejM3cjyGUP3FawCpn3XNZM9rR19qD\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:28:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 339944049431, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.082 HBD", + "percent_hbd": 10000, + "permlink": "putting-it-all-on-steem", + "post_id": 1255168, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Putting it all on Steem", + "title": "Putting it all on Steem", + "total_payout_value": "0.000 HBD", + "url": "/steem/@steevc/putting-it-all-on-steem" + }, + { + "active_votes": [ + { + "percent": "7800", + "reputation": 17218558634066, + "rshares": 33550784106, + "voter": "smailer" + }, + { + "percent": "2900", + "reputation": 44529428534261, + "rshares": 27324953920, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51524412, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 953344136574, + "rshares": 1530630957, + "voter": "kreet" + } + ], + "author": "icecreamyolo", + "author_reputation": 18146080250, + "beneficiaries": [], + "body": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VPfVjjvQvTA\" frameborder=\"0\" allowfullscreen></iframe>", + "body_length": 122, + "cashout_time": "2016-09-22T15:06:06", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T15:06:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"mma\",\"ufc\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:06:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 62457893395, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.013 HBD", + "percent_hbd": 0, + "permlink": "ufc-fight-night-poirier-vs-johnson-betting-picks", + "post_id": 1254910, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "UFC Fight Night Poirier vs. Johnson Betting Picks", + "title": "UFC Fight Night Poirier vs. Johnson Betting Picks", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@icecreamyolo/ufc-fight-night-poirier-vs-johnson-betting-picks" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.tavern.yaml new file mode 100644 index 00000000..10fb91ce --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/tag_bitcoin_paginated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"tag":"bitcoin","start_author":"changelly","start_permlink":"how-to-exchange-bitcoin-btc-to-ripple-xrp","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "tag_bitcoin_paginated" + directory: "condenser_api_patterns/get_discussions_by_created" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.orig.json new file mode 100644 index 00000000..095968bb --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.orig.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "155925481", + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 0, + "beneficiaries": [], + "body": "**ICONOMI ", + "body_length": 3189, + "cashout_time": "2016-09-16T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http:\\/\\/i.imgur.com\\/FLe0WeF.jpg\",\"http:\\/\\/i.imgur.com\\/s6Aeke2.jpg\",\"http:\\/\\/i.imgur.com\\/RX0JK1z.jpg\",\"http:\\/\\/i.imgur.com\\/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https:\\/\\/www.facebook.com\\/iconomi.net\\/\",\"https:\\/\\/twitter.com\\/iconominet\\\"twitter.com\\\"\",\"https:\\/\\/www.linkedin.com\\/company\\/iconomi-the-financial-services-for-decentralised-economy\\/\",\"https:\\/\\/telegram.me\\/iconomi\",\"https:\\/\\/medium.com\\/iconominet\",\"https:\\/\\/iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 961032, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.pat.json new file mode 100644 index 00000000..cf0ef62e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.pat.json @@ -0,0 +1,40 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8666442, + "rshares": 155925481, + "voter": "szklaneczka" + } + ], + "author": "szklaneczka", + "author_reputation": 8666442, + "beneficiaries": [], + "body": "**ICONOMI ", + "body_length": 3189, + "cashout_time": "2016-09-22T19:47:00", + "category": "cryptocurrency", + "children": 0, + "created": "2016-09-15T19:47:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cryptocurrency\",\"bitcoin\",\"profit\",\"altcoin\"],\"image\":[\"http://i.imgur.com/FLe0WeF.jpg\",\"http://i.imgur.com/s6Aeke2.jpg\",\"http://i.imgur.com/RX0JK1z.jpg\",\"http://i.imgur.com/iqDpTag.png\"],\"links\":[\"ico.iconomi.net\",\"https://www.facebook.com/iconomi.net/\",\"https://twitter.com/iconominet\\\"twitter.com\\\"\",\"https://www.linkedin.com/company/iconomi-the-financial-services-for-decentralised-economy/\",\"https://telegram.me/iconomi\",\"https://medium.com/iconominet\",\"https://iconominet.herokuapp.com\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:47:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 155925481, + "parent_author": "", + "parent_permlink": "cryptocurrency", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "iconomi-why-we-need-found-management-explained-on-graphs", + "post_id": 1257938, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "ICONOMI - why we need found management explained on graphs.", + "title": "ICONOMI - why we need found management explained on graphs.", + "total_payout_value": "0.000 HBD", + "url": "/cryptocurrency/@szklaneczka/iconomi-why-we-need-found-management-explained-on-graphs" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.tavern.yaml new file mode 100644 index 00000000..b2ad0553 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/truncated.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_created patterns test + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_created + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_created" + params: {"limit":1,"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_created" \ No newline at end of file -- GitLab