Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage by miniature-tiger

View this thread on steempeak.com
· @miniature-tiger · (edited)
$8.38
Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage
## Introduction

Part of the functionality of the Steem blockchain is the ability to change the percentage of your upvote. For example you may decide to increase your upvote from 20% to 100% if you later decide that you really like a post.

Steemit provides the following messages as part of this process. Firstly for removing your downvote:

![Screen Shot 2017-11-28 at 21.00.33.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511903442/h6odmh2slsjmvrmr1hg7.png)

Secondly for making your new upvote:

![Screen Shot 2017-11-28 at 21.01.05.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511903422/i9elf3w3w3ceu65iirwv.png)

This second message suggests that you will receive curation rewards from your new upvote *(It says "reset".  Nowhere does it say that you will not receive any curation rewards)*.

However you do not receive any curation rewards on a post on which you change your upvote. **This is not well known. The messages should be changed to make this clear.** I propose :
* "Removing your vote will remove any curation rewards for this post. Please note that you will not receive any curation rewards if you subsequently increase the size of your upvote." 
and
* "Please note that changing your vote to an upvote will not result in any curation rewards on this post." 

## Example which demonstrates that there are no curation rewards after a change in upvote (for info to demonstrate that such a change is necessary - and important!)  

Your can reproduce the messages by un-voting and re-voting a post. You can then check after the seven day period that you have received no curation reward.

A quicker method is to search through the steemsql database:

This query will give you an example of a post on which utopian-io has change their upvote from 2% to 10%.

SELECT
    *
FROM    
    TxVotes (NOLOCK)
WHERE
    voter = 'utopian-io' AND
    author = 'iqbalhood' and
    permlink = 'building-your-first-multiplatform-apps-using-ionic'
    
![Screen Shot 2017-11-28 at 21.33.00.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511904829/mtff1s0yyaybs2oqzokx.png)

A second query will illustrate that utopian-io has received no curation rewards on this post:

SELECT
    *
FROM 
    VOCurationRewards (NOLOCK)
WHERE
    author = 'iqbalhood' and
    permlink = 'building-your-first-multiplatform-apps-using-ionic' AND
    curator = 'utopian-io'

*This gives no result.*

Removing the last SQL line (curator = 'utopian-io') shows all the curation rewards: 
 
![Screen Shot 2017-11-28 at 21.38.39.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905138/vk3oh7hophfmpjlwk72c.png)
![Screen Shot 2017-11-28 at 21.45.45.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905571/omduvup6soqdlvdfwnlf.png)

Utopian-io is not there.

The curation rewards for the first two posters on this post are:

![Screen Shot 2017-11-28 at 21.49.39.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905829/zad5rfb29llnzpo2k8ex.png)

![Screen Shot 2017-11-28 at 21.47.43.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905836/ron4s5vfhmb0tmaik2l7.png)

This shows where the majority of curation rewards from utopian-io's $27 upvote have ended up.
*($27 x 25% = $6.75).

*(I am not suggesting there is anything untoward in the behaviour of these posters - it is an issue with the way the system works)*


<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@miniature-tiger/misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , ,
properties (23)
post_id18,968,686
authorminiature-tiger
permlinkmisleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage
categoryutopian-io
json_metadata"{"type": "ideas", "repository": {"compare_url": "https://api.github.com/repos/steemit/condenser/compare/{base}...{head}", "events_url": "https://api.github.com/repos/steemit/condenser/events", "forks": 210, "merges_url": "https://api.github.com/repos/steemit/condenser/merges", "issues_url": "https://api.github.com/repos/steemit/condenser/issues{/number}", "contents_url": "https://api.github.com/repos/steemit/condenser/contents/{+path}", "fork": false, "git_url": "git://github.com/steemit/condenser.git", "assignees_url": "https://api.github.com/repos/steemit/condenser/assignees{/user}", "owner": {"login": "steemit", "type": "Organization", "following_url": "https://api.github.com/users/steemit/following{/other_user}", "received_events_url": "https://api.github.com/users/steemit/received_events", "subscriptions_url": "https://api.github.com/users/steemit/subscriptions", "repos_url": "https://api.github.com/users/steemit/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/steemit/orgs", "id": 17434692, "avatar_url": "https://avatars3.githubusercontent.com/u/17434692?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/steemit/followers", "gists_url": "https://api.github.com/users/steemit/gists{/gist_id}", "html_url": "https://github.com/steemit", "events_url": "https://api.github.com/users/steemit/events{/privacy}", "url": "https://api.github.com/users/steemit", "starred_url": "https://api.github.com/users/steemit/starred{/owner}{/repo}"}, "size": 7355, "issue_events_url": "https://api.github.com/repos/steemit/condenser/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/steemit/condenser/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/steemit/condenser/git/blobs{/sha}", "pushed_at": "2017-11-28T21:04:41Z", "watchers_count": 234, "stargazers_url": "https://api.github.com/repos/steemit/condenser/stargazers", "teams_url": "https://api.github.com/repos/steemit/condenser/teams", "comments_url": "https://api.github.com/repos/steemit/condenser/comments{/number}", "archived": false, "svn_url": "https://github.com/steemit/condenser", "id": 59213335, "subscribers_url": "https://api.github.com/repos/steemit/condenser/subscribers", "watchers": 234, "ssh_url": "git@github.com:steemit/condenser.git", "name": "condenser", "mirror_url": null, "statuses_url": "https://api.github.com/repos/steemit/condenser/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/steemit/condenser/milestones{/number}", "description": "The social application web front-end to the Steem Blockchain.", "has_downloads": true, "keys_url": "https://api.github.com/repos/steemit/condenser/keys{/key_id}", "url": "https://api.github.com/repos/steemit/condenser", "license": null, "html_url": "https://github.com/steemit/condenser", "commits_url": "https://api.github.com/repos/steemit/condenser/commits{/sha}", "open_issues_count": 223, "stargazers_count": 234, "branches_url": "https://api.github.com/repos/steemit/condenser/branches{/branch}", "score": 39.502953, "forks_url": "https://api.github.com/repos/steemit/condenser/forks", "deployments_url": "https://api.github.com/repos/steemit/condenser/deployments", "language": "JavaScript", "homepage": "https://steemit.com", "trees_url": "https://api.github.com/repos/steemit/condenser/git/trees{/sha}", "has_issues": true, "collaborators_url": "https://api.github.com/repos/steemit/condenser/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/steemit/condenser/git/commits{/sha}", "open_issues": 223, "private": false, "git_tags_url": "https://api.github.com/repos/steemit/condenser/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/steemit/condenser/pulls{/number}", "releases_url": "https://api.github.com/repos/steemit/condenser/releases{/id}", "notifications_url": "https://api.github.com/repos/steemit/condenser/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/steemit/condenser/contributors", "full_name": "steemit/condenser", "updated_at": "2017-11-27T14:57:24Z", "forks_count": 210, "downloads_url": "https://api.github.com/repos/steemit/condenser/downloads", "hooks_url": "https://api.github.com/repos/steemit/condenser/hooks", "languages_url": "https://api.github.com/repos/steemit/condenser/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/steemit/condenser/labels{/name}", "issue_comment_url": "https://api.github.com/repos/steemit/condenser/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/steemit/condenser/tags", "clone_url": "https://github.com/steemit/condenser.git", "archive_url": "https://api.github.com/repos/steemit/condenser/{archive_format}{/ref}", "has_wiki": true, "created_at": "2016-05-19T14:21:06Z", "subscription_url": "https://api.github.com/repos/steemit/condenser/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511903442/h6odmh2slsjmvrmr1hg7.png"], "links": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511903442/h6odmh2slsjmvrmr1hg7.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511903422/i9elf3w3w3ceu65iirwv.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511904829/mtff1s0yyaybs2oqzokx.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905138/vk3oh7hophfmpjlwk72c.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905571/omduvup6soqdlvdfwnlf.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905829/zad5rfb29llnzpo2k8ex.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511905836/ron4s5vfhmb0tmaik2l7.png"], "app": "utopian/1.0.0", "platform": "github", "tags": ["utopian-io", "curation", "bug", "steem", "steemit"], "community": "utopian", "users": ["miniature-tiger"]}"
created2017-11-28 21:59:24
last_update2017-11-29 17:21:09
depth0
children16
net_rshares3,646,144,263,308
last_payout2017-12-05 21:59:24
cashout_time1969-12-31 23:59:59
total_payout_value6.129 SBD
curator_payout_value2.254 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length3,624
author_reputation74,702,189,892,733
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries
0.
accountfreedom
weight658
1.
accountknowledges
weight39
2.
accountmisterdelegation
weight548
3.
accountruah
weight61
4.
accounttransisto
weight70
5.
accountutopian-io
weight543
6.
accountwackou
weight53
7.
accountxeldal
weight27
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars5,000
author_curate_reward""
vote details (13)
@abh12345 ·
$0.05
Great work!

Not sure if it's a bug (a suggestion) but certainly all Steemians should be aware of.

I'd add steem and steemit as tags?

ace!
👍  
properties (23)
post_id18,969,275
authorabh12345
permlinkre-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171128t220748204z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 22:07:48
last_update2017-11-28 22:07:48
depth1
children2
net_rshares20,022,437,265
last_payout2017-12-05 22:07:48
cashout_time1969-12-31 23:59:59
total_payout_value0.053 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length140
author_reputation590,352,098,179,351
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@miniature-tiger ·
$0.06
Thanks! I've added the tags. It's not something I've ever seen written anywhere or been told. There should be a list of quirky rules like this!
👍  
properties (23)
post_id18,969,683
authorminiature-tiger
permlinkre-abh12345-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171128t221352780z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 22:13:57
last_update2017-11-28 22:13:57
depth2
children1
net_rshares21,526,860,145
last_payout2017-12-05 22:13:57
cashout_time1969-12-31 23:59:59
total_payout_value0.056 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length143
author_reputation74,702,189,892,733
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@abh12345 ·
i see you are testing it on this thread :D

And yes, I agree.  Let me know if you find further info!
properties (22)
post_id18,969,801
authorabh12345
permlinkre-miniature-tiger-re-abh12345-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171128t221550212z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-28 22:15:51
last_update2017-11-28 22:15:51
depth3
children0
net_rshares0
last_payout2017-12-05 22:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length100
author_reputation590,352,098,179,351
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @miniature-tiger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/payout.png)](http://steemitboard.com/@miniature-tiger) Award for the total payout received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
post_id18,980,079
authorsteemitboard
permlinksteemitboard-notify-miniature-tiger-20171129t012423000z
categoryutopian-io
json_metadata"{"image": ["https://steemitboard.com/img/notifications.png"]}"
created2017-11-29 01:24:24
last_update2017-11-29 01:24:24
depth1
children0
net_rshares0
last_payout2017-12-06 01:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length705
author_reputation38,705,954,145,809
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@knowledges ·
Thanks for your contribution but this is definitely not a bug, it's simply the way the system works. It would have been much better if you had made made your contribution as a suggestion and not bug report. You need to re edit your contribution to reapply for approval. Thank you.
You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id19,038,110
authorknowledges
permlinkre-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171129t160016581z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-29 16:00:21
last_update2017-11-29 16:00:21
depth1
children5
net_rshares0
last_payout2017-12-06 16:00:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length398
author_reputation96,976,535,910,824
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@miniature-tiger · (edited)
edit - Ok, got it, thanks!

Thanks. Can I switch the category or do I have to create a new post?
properties (22)
post_id19,041,894
authorminiature-tiger
permlinkre-knowledges-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171129t164824161z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-29 16:48:24
last_update2017-11-29 17:21:42
depth2
children4
net_rshares0
last_payout2017-12-06 16:48:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length96
author_reputation74,702,189,892,733
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@knowledges ·
You do not need to create a new contribution, you can simply edit this contribution and make it look more like a suggestion. Thank you.
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id19,102,237
authorknowledges
permlinkre-miniature-tiger-re-knowledges-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171130t091404786z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-11-30 09:14:12
last_update2017-11-30 09:14:12
depth3
children3
net_rshares0
last_payout2017-12-07 09:14:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length192
author_reputation96,976,535,910,824
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@creatr ·
$0.07
Thank you very much for pointing that out.

I have definitely been misled by those messages.

😄😇😄
<a href="https://rebrand.ly/3d97" target="_blank">
  <img src="https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif" alt="@creatr" style="border:0;">
</a>
👍  
properties (23)
post_id19,049,724
authorcreatr
permlinkre-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171129t182929985z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "links": ["https://rebrand.ly/3d97"], "image": ["https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif"], "tags": ["utopian-io"]}"
created2017-11-29 18:29:30
last_update2017-11-29 18:29:30
depth1
children4
net_rshares22,471,956,722
last_payout2017-12-06 18:29:30
cashout_time1969-12-31 23:59:59
total_payout_value0.053 SBD
curator_payout_value0.012 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length287
author_reputation117,790,729,406,006
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@miniature-tiger ·
$0.04
No problem @creatr! It is very unclear and one of the rules that I haven't ever seen written down anywhere. I'd be interested to know how many people actually knew this was the case.
👍  
properties (23)
post_id19,051,582
authorminiature-tiger
permlinkre-creatr-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171129t185601339z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["creatr"], "tags": ["utopian-io"]}"
created2017-11-29 18:56:00
last_update2017-11-29 18:56:00
depth2
children3
net_rshares12,780,052,506
last_payout2017-12-06 18:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.034 SBD
curator_payout_value0.001 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length182
author_reputation74,702,189,892,733
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@creatr ·
$0.03
I certainly didn't know.

Now that I've met you and observed how knowledgeable you are about the Steemit ecosystem, I would like to mention a different curiosity in the hope that you might know something I don't. ;)

Actually, a couple of somewhat related things. Both are related to the payout window, which used to be one month, but is now 7 days. At the end of that time, I can no longer edit my posts, and also I can no longer re-steem the posts of others.

I very much want to be able to edit older posts. Steemit Inc. promised that this would be a feature in HF17, but I have not seen that realized. I've written several posts about this, more or less complaining and asking for this feature to be implemented.

Later, I discovered that I could find no way to re-steem a post older than seven days.

Curiously, I recently noticed that another user, @iamericmorrison, had somehow re-steemed a very old post. I need to ask him how he did that? Specifically, [**this post about Laura Lemons.**](https://steemit.com/suicide/@alexbeyman/rest-in-peace-lauralemons-you-were-dear-to-me-and-everyone-who-knew-you)

And so, I mention all this FYI. If you have any knowledge or information or any clue as to how I might work around what I consider to be a very serious problem with Steemit, I would really appreciate it! Particularly if you can help me figure out how to edit older posts, because I especially need to be able to maintain and update my own library (you can see it if you click on the GIF in my first reply.

Thanks in advance for any clues you may have to offer! :D

BTW, I've been strongly upvoting your excellent posts and am now a follower. ;)
👍  
properties (23)
post_id19,052,816
authorcreatr
permlinkre-miniature-tiger-re-creatr-re-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171129t191413952z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["iamericmorrison"], "links": ["https://steemit.com/suicide/@alexbeyman/rest-in-peace-lauralemons-you-were-dear-to-me-and-everyone-who-knew-you"], "tags": ["utopian-io"]}"
created2017-11-29 19:14:12
last_update2017-11-29 19:14:12
depth3
children2
net_rshares10,861,445,749
last_payout2017-12-06 19:14:12
cashout_time1969-12-31 23:59:59
total_payout_value0.024 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,657
author_reputation117,790,729,406,006
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@utopian-io ·
### Hey @miniature-tiger I am @utopian-io. I have just upvoted you!
#### Achievements
- Seems like you contribute quite often. AMAZING!
#### Suggestions
- Contribute more often to get higher and higher rewards. I wish to see you often!
- Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!
#### Get Noticed!
- Did you know project owners can manually vote with their own voting power or by voting power delegated to their projects? Ask the project owner to review your contributions!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
post_id19,126,827
authorutopian-io
permlinkre-miniature-tiger-misleading-comment-should-explicitly-state-that-there-are-no-curation-rewards-after-a-change-in-upvote-percentage-20171130t151406358z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-30 15:14:06
last_update2017-11-30 15:14:06
depth1
children0
net_rshares0
last_payout2017-12-07 15:14:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,435
author_reputation152,913,012,544,965
root_title"Misleading Comment: Should explicitly state that there are no curation rewards after a Change in Upvote percentage"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000