create account

steemrewarding.com - curation performance is shown and other improvements by holger80

View this thread on: hive.blogpeakd.comecency.com
· @holger80 · (edited)
$56.24
steemrewarding.com - curation performance is shown and other improvements
<center>
![rewarding_batch2.png](https://ipfs.busy.org/ipfs/QmPhk8pRRbgjHqHpNpSuuFiWkDuKppxDpyzSPpMCGZwS8a)
</center>
### Repository
https://github.com/holgern/steemrewarding

steemrewarding.com is a feature-rich automatic voting tool. It can be used to create voting rules at https://steemrewarding.com, when posting authority was given to the @rewarding account. I created a discord server for all topics regarding steemrewarding.com: [discord invitation](https://discord.gg/qpsR8hf).


## New features
### Curation performance is shown for all recorded votes in the vote log
![image.png](https://ipfs.busy.org/ipfs/QmRg5CqNHcsHoz3m4q9wX6RJfNxS1hoCkUZCNyiPCEyCVM)
The curation performance is calculated by the `beem` function `get_curation_rewards`:
```
c = Comment(authorperm, steem_instance=stm)
curation_rewards_SBD = c.get_curation_rewards(pending_payout_SBD=True)
performance = 0
for vote in c["active_votes"]:
    if vote["voter"] != vote_log["voter"]:
        continue
    vote_SBD = stm.rshares_to_sbd(int(vote["rshares"]))
    curation_SBD = curation_rewards_SBD["active_votes"][vote["voter"]]
    if vote_SBD > 0:
        performance = (float(curation_SBD) / vote_SBD * 100)
```
In every round, 4 votes are analyzed. Thus, the performance calculation of all votes should be updated every few hours.

A curation performance of 100% means that the upvote rshares will be returned as curation rewards. 

### Leaving a comment for each vote
When a upvote comment string is set in https://steemrewarding.com/settings and `leave_comment` is set  to True in a vote rule, a comment is created below each voted post/comment.

For example, I stored the following upvote comment  at  https://steemrewarding.com/settings:
```
Hi {{name}},
{{voter}} was here.
```
`{{name}}` is replaced by the author username with a trailing @. `{{voter}}` is replaced by the voter user name with a trailing @.

Now the following comment will be created:
![image.png](https://ipfs.busy.org/ipfs/QmWjE6E49PPCquiqFFyXN94YYdqck4BuBL291LF54W55b1)

This feature is intended for community bots. I hope it will be useful.

### Deleting of pending votes is possible
Pending votes in https://steemrewarding.com/show_pending_votes can now be deleted. Be careful, there is no confirmation.

### Comment command parsing
Commands in comments and posts similar as shown here (I cannot write the command here, otherwise this post will be upvoted):
![image.png](https://ipfs.busy.org/ipfs/Qmb9mfKGnZL1QeJjV6JsNoFnAkpuMgPQ9oPMavrnUi2PHV)
will be parsed and a pending vote will be created in the database. The syntax is
keyword `upvote weight` % `vote delay` min
Vote delay and upvote weight can also be switched. There are unit tests for the command parsing which tests the following cases:
![image.png](https://ipfs.busy.org/ipfs/QmS4zLsdsX1XXvhQp9ucKvVDjfPMMd5GwAJ8JeExkoN2xj)

### New icon
I created a new icon for the project. I hope you like it:
![steemrewarding2.png](https://ipfs.busy.org/ipfs/QmfYFnTHtS2a71G5ZSf4Rbj3RaA9TaoJs24QFTPHTtQ5xc)



## Commits
### fix missing parameter in dict
* [commit 2a09983](https://github.com/holgern/steemrewarding/commit/2a0998335480f7433eab6f7218a7f36021cdadd8)

### Account settings, delete of pending votes and vote comment added
* [commit cb3c74d](https://github.com/holgern/steemrewarding/commit/cb3c74d35322fcb7af1abc1b4916ff8c8ef4a75c)
* a new user settings page was added in which a upvote comment can be edited
* pending votes can be deleted
* vote comments with place holder for author and voter are working
### New icon layout
* [commit f0aa756](https://github.com/holgern/steemrewarding/commit/f0aa75645be6f00ee53024da3003776ba8d4ee5a)
### several improvements and bug fixes 
* [commit c95454a](https://github.com/holgern/steemrewarding/commit/c95454aafab6e1cce8559a2f7a0fbb7deb88501b)
* delete old vote log added
* fixed count of votes per day and week
### add command parsing
* [commit 639e57f](https://github.com/holgern/steemrewarding/commit/639e57f94dffa97fa8437731eaff0b3fe3a8b2f6)
* commands e.g. $rewarding 100% 15min, or now parsed and processed
* unit test for command parsing added

### add curation performance calculation to vote logs
* [commit 8035d56](https://github.com/holgern/steemrewarding/commit/8035d566bfddd027bf4c2cdafa59a0a132198cff)
* for each logged vote, the curation performance is shown and stored in the database
* in each round, the performance for one vote log entry is updated


### GitHub Account
https://github.com/holgern
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 302 others
properties (23)
authorholger80
permlinksteemrewarding-com-curation-performance-is-shown-and-other-improvements
categoryutopian-io
json_metadata"{"community": "busy", "app": "beempy/0.23.10", "format": "markdown", "tags": ["utopian-io", "development", "rewarding", "autovote", "busy"], "users": ["rewarding", "."], "links": ["https://github.com/holgern/steemrewarding", "https://steemrewarding.com", "/@rewarding", "https://discord.gg/qpsR8hf", "https://steemrewarding.com/settings", "https://steemrewarding.com/settings:", "https://steemrewarding.com/show_pending_votes", "https://github.com/holgern/steemrewarding/commit/2a0998335480f7433eab6f7218a7f36021cdadd8", "https://github.com/holgern/steemrewarding/commit/cb3c74d35322fcb7af1abc1b4916ff8c8ef4a75c", "https://github.com/holgern/steemrewarding/commit/f0aa75645be6f00ee53024da3003776ba8d4ee5a"], "image": ["https://ipfs.busy.org/ipfs/QmPhk8pRRbgjHqHpNpSuuFiWkDuKppxDpyzSPpMCGZwS8a", "https://ipfs.busy.org/ipfs/QmRg5CqNHcsHoz3m4q9wX6RJfNxS1hoCkUZCNyiPCEyCVM", "https://ipfs.busy.org/ipfs/QmWjE6E49PPCquiqFFyXN94YYdqck4BuBL291LF54W55b1", "https://ipfs.busy.org/ipfs/Qmb9mfKGnZL1QeJjV6JsNoFnAkpuMgPQ9oPMavrnUi2PHV", "https://ipfs.busy.org/ipfs/QmS4zLsdsX1XXvhQp9ucKvVDjfPMMd5GwAJ8JeExkoN2xj", "https://ipfs.busy.org/ipfs/QmfYFnTHtS2a71G5ZSf4Rbj3RaA9TaoJs24QFTPHTtQ5xc"], "canonical_url": "https://hive.blog/utopian-io/@holger80/steemrewarding-com-curation-performance-is-shown-and-other-improvements"}"
created2019-01-29 21:37:57
last_update2020-05-23 14:57:18
depth0
children28
last_payout2019-02-05 21:37:57
cashout_time1969-12-31 23:59:59
total_payout_value42.997 HBD
curator_payout_value13.239 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,479
author_reputation358,857,509,568,825
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,129,301
net_rshares117,012,456,697,132
author_curate_reward""
vote details (366)
@blockchainstudio · (edited)
Wow this project is really going well. I have my own bots, but I'd like to try this.

btw, I have some questions. As far as I know, you also manage sbi. SBI also uses some ranking like steem-ua or is it purely based on their points? While I still don't fully understand the system nor philosophy, it seems a very well-made system.

Re steem-ua, previously there was a "bug" such that it sometimes voted utopian post as a regular post if the author delegated. (so kind of disadvantage). Is this still true? I think it happens if regular steem-ua cycle just comes before the cycle for utopian. 

This is totally unrelated, but Are you using some tools to create this post? especially for commits section? I actually copied your style for my first dev [post](https://steemit.com/@blockchainstudio/busy-1-new-feature-6-bug-fixes), but that commit section was very time-consuming to me. Hope there is easy way to create at least commit link. Many thanks!
properties (22)
authorblockchainstudio
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220212613z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["blockchainstudio"],"links":["https://steemit.com/@blockchainstudio/busy-1-new-feature-6-bug-fixes"],"image":[]}
created2019-01-29 21:59:54
last_update2019-01-29 22:31:09
depth1
children9
last_payout2019-02-05 21:59:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length949
author_reputation178,988,499,015,921
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,130,092
net_rshares0
@amosbastian ·
>Are you using some tools to create this post? especially for commits section? I actually copied your style for my first dev post, but that commit section was very time-consuming to me. 

You can also just create a pull request and link that instead, it saves a lot of time!
πŸ‘  ,
properties (23)
authoramosbastian
permlinkre-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t222749565z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 22:27:48
last_update2019-01-29 22:27:48
depth2
children5
last_payout2019-02-05 22:27:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation174,473,586,900,705
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,131,175
net_rshares6,278,566,219
author_curate_reward""
vote details (2)
@blockchainstudio · (edited)
Thanks for your advice! Will do that way next time though @holger80's style looks very cool :) By the way, what's the min num of commits for utopian dev? I try to gather more, but sometimes, PO doesn't merge often. Since I'm external contributor, this may lead to just one commit for a 14 day window.

While I expected that if latest one is within 14 day, even passed one should be fine, but it seemed not based on the review for my submission.
properties (22)
authorblockchainstudio
permlinkre-amosbastian-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t223948381z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["holger80"],"links":["/@holger80"],"image":[]}
created2019-01-29 22:37:36
last_update2019-01-29 22:38:30
depth3
children4
last_payout2019-02-05 22:37:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length444
author_reputation178,988,499,015,921
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,131,575
net_rshares0
@holger80 · (edited)
$0.17
SBI is purely based on units each member has. More units -> higher upvote. I'm not managing it, I have programmed the automation for it.

No, I'm doing it by hand. It is time-consuming, I will think of a way to automate this :), it should be possible to read out commit messages and github links.
πŸ‘  ,
properties (23)
authorholger80
permlinkre-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220443362z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 22:04:42
last_update2019-01-29 22:05:00
depth2
children2
last_payout2019-02-05 22:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.127 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation358,857,509,568,825
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,130,286
net_rshares348,270,650,833
author_curate_reward""
vote details (2)
@blockchainstudio ·
Thanks a lot for your replies. I'm actively using beem too together with official library. I'd really appreciate that. I've added a question about steem-ua you might have missed. Thanks!
properties (22)
authorblockchainstudio
permlinkre-holger80-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t221035711z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-01-29 22:08:18
last_update2019-01-29 22:08:18
depth3
children0
last_payout2019-02-05 22:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation178,988,499,015,921
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,130,411
net_rshares0
@blockchainstudio · (edited)
btw, I've just voted you for witness. I wanted to do it long time ago, but you didn't answer to my questions related to beem before three times in a row, basically never :) I'm not a kid, but two things I think very important as witness is communication and (in my case, dev, but this is just personal taste, I don't think this is must). So I wanted/had to follow my philosophy though I felt guilty to use your beem :) Now I'm very happy that I voted you for witness and looking forward to seeing your exciting projects. thanks!
properties (22)
authorblockchainstudio
permlinkre-holger80-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t222852701z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-01-29 22:26:36
last_update2019-01-29 22:28:45
depth3
children0
last_payout2019-02-05 22:26:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length528
author_reputation178,988,499,015,921
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,131,119
net_rshares0
@creativetruth ·
Nice work. Enjoying the improvements. Thank you for your time.
properties (22)
authorcreativetruth
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t225554413z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 22:55:57
last_update2019-01-29 22:55:57
depth1
children0
last_payout2019-02-05 22:55:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation127,856,318,431,877
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,132,268
net_rshares0
@emrebeyler ·
$6.76
Great updates, looks like steemrewarding will be the ultimate auto-voting solution with that all functionality you have been working on.

Regarding this:

![Screen Shot 2019-01-30 at 11.59.51 AM.png](https://ipfs.busy.org/ipfs/QmTqtiVi1yrMKNDEgxJfB5rSBtcWXi9Umue3eXRAuPUztb)

I saw this code repeated/duplicated almost on all views, refactoring this into a decorator might be better to maintain less code with the same functionality.

***

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2-2-2-2-2-1-2-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , ,
properties (23)
authoremrebeyler
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t090408749z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://ipfs.busy.org/ipfs/QmTqtiVi1yrMKNDEgxJfB5rSBtcWXi9Umue3eXRAuPUztb"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2-2-2-2-2-1-2-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-01-30 09:04:09
last_update2019-01-30 09:04:09
depth1
children1
last_payout2019-02-06 09:04:09
cashout_time1969-12-31 23:59:59
total_payout_value5.134 HBD
curator_payout_value1.630 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length888
author_reputation448,535,049,068,622
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,153,113
net_rshares13,937,440,326,351
author_curate_reward""
vote details (14)
@utopian-io ·
Thank you for your review, @emrebeyler! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t090408749z-20190202t011514z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-02-02 01:15:15
last_update2019-02-02 01:15:15
depth2
children0
last_payout2019-02-09 01:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation152,955,367,999,756
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,279,286
net_rshares0
@emrebeyler ·
$0.07
Congratulations @holger80! You've received the first place upvote this week :)

Thanks for participating in the Seeking Open-Source Projects contest! If you haven't already. Swing by our Discord and say hello https://discord.gg/MacHHF9
πŸ‘  
properties (23)
authoremrebeyler
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t181125124z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["holger80"],"links":["https://discord.gg/MacHHF9"],"app":"steemit/0.1"}
created2019-01-30 18:11:24
last_update2019-01-30 18:11:24
depth1
children0
last_payout2019-02-06 18:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.053 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation448,535,049,068,622
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,174,939
net_rshares146,964,561,114
author_curate_reward""
vote details (1)
@lauchmelder ·
Thank you for this tool.
What is the different between steemrewarding.com and steemauto.com ?
properties (22)
authorlauchmelder
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t221128004z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak/1.7.0"}
created2019-01-29 22:11:24
last_update2019-01-29 22:11:24
depth1
children1
last_payout2019-02-05 22:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation2,521,646,339,963
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,130,519
net_rshares0
@holger80 ·
$0.07
steemrewarding.com has more options. It is possible to include/exclude tags and apps. It is also possible to vote not timebased but votepower based (only vote when vp is 100%).
πŸ‘  ,
properties (23)
authorholger80
permlinkre-lauchmelder-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t233719069z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 23:37:21
last_update2019-01-29 23:37:21
depth2
children0
last_payout2019-02-05 23:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation358,857,509,568,825
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,133,764
net_rshares153,509,327,625
author_curate_reward""
vote details (2)
@linnyplant ·
what would be really nice is if someone could stop people from autovoting on you.  I have someone who has it preset from ages ago.  they are no longer active and it still autovotes before the 15 mins.  So all the delayed voting in the world isn't going to help that.  :(
properties (22)
authorlinnyplant
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t223226073z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-01-29 22:32:27
last_update2019-01-29 22:32:27
depth1
children3
last_payout2019-02-05 22:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation8,362,930,383,944
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,131,381
net_rshares0
@creativetruth ·
$0.04
I got a few of those too. Mine are pretty little though. It is a funny thing to be bothered by, but it does mess up the payout potential for active users.

I think that app makers would have to agree to wash out (or at least adjust to after the 15 min mark) old settings these inactive users had set up. Many people used steemauto before they went inactive, and have never returned, thinking it would continue to reward them.
πŸ‘  ,
properties (23)
authorcreativetruth
permlinkre-linnyplant-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t225423574z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 22:54:27
last_update2019-01-29 22:54:27
depth2
children2
last_payout2019-02-05 22:54:27
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length425
author_reputation127,856,318,431,877
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,132,209
net_rshares78,819,338,973
author_curate_reward""
vote details (2)
@linnyplant · (edited)
I like things to move on to the new ways, so every time I see the autovote , I wince.  I don't know how it scales as far as payout tbh, I'm just ocd about it.  lol

I did think this might be a steemauto thing, but honestly I am too lazy to make a fuss about it.  I just assume developers don't care to keep things updated otherwise they would think to stop this from happening when the new rules came into play.  I actually think there are accounts that deliberately vote before the 15 mins anyway.  

It's just that in the past I've seen holger go out of his way to delay his voting on my post and he seems big on this delay rewarding thing.  I always think, "but holger, someone has already autovoted before 15 mins!"  I just finally couldn't be quiet anymore.  XD
properties (22)
authorlinnyplant
permlinkre-creativetruth-re-linnyplant-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t231554986z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 23:15:54
last_update2019-01-29 23:16:42
depth3
children1
last_payout2019-02-05 23:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length766
author_reputation8,362,930,383,944
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,133,046
net_rshares0
@nerdtopiade ·
Steemrewarding gets everytime more intressting!
properties (22)
authornerdtopiade
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220610270z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 22:06:12
last_update2019-01-29 22:06:12
depth1
children0
last_payout2019-02-05 22:06:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation105,608,294,728,416
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,130,337
net_rshares0
@partiko ·
Thank you so much for participating the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
properties (22)
authorpartiko
permlinkre-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t223053
categoryutopian-io
json_metadata""
created2019-01-29 22:30:54
last_update2019-01-29 22:30:54
depth1
children0
last_payout2019-02-05 22:30:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation39,207,160,334,751
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,131,304
net_rshares0
@pennsif ·
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem29january2019-oleo8j14i3) - a digest of all you need to know about the State of Steem.

***

* *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem29january2019-oleo8j14i3).*

* *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-6-communities-thursday-31-january-8pm-12am-utc-msp-waves).*

* *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-28-january-2019).*

* *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.*

***
properties (22)
authorpennsif
permlinkre-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t164330166z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem29january2019-oleo8j14i3","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-6-communities-thursday-31-january-8pm-12am-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-28-january-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"}
created2019-01-30 16:43:33
last_update2019-01-30 16:43:33
depth1
children0
last_payout2019-02-06 16:43:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length992
author_reputation636,410,097,572,565
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,171,452
net_rshares0
@rewarding ·
$0.11
rewarding holger80
The reward of this comment goes 100 % to the author holger80. This is done by setting the beneficiaries of this comment to 100 %.

πŸ‘  ,
properties (23)
authorrewarding
permlinkre-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190308t085748z
categoryutopian-io
json_metadata"{"app": "beem/0.20.18"}"
created2019-03-08 08:57:48
last_update2019-03-08 08:57:48
depth1
children0
last_payout2019-03-15 08:57:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.114 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation32,654,544,428,658
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries
0.
accountholger80
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,909,879
net_rshares612,409,446,586
author_curate_reward""
vote details (2)
@steem-plus ·
SteemPlus upvote
Hi, @holger80!

You just got a **2.55%** upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
properties (22)
authorsteem-plus
permlinksteemrewarding-com-curation-performance-is-shown-and-other-improvements---vote-steemplus
categoryutopian-io
json_metadata{}
created2019-01-30 04:41:24
last_update2019-01-30 04:41:24
depth1
children0
last_payout2019-02-06 04:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length435
author_reputation247,952,188,232,400
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,145,146
net_rshares0
@steem-ua ·
#### Hi @holger80!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 7.353 which ranks you at **#61** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 238 contributions, your post is ranked at **#4**.
##### Evaluation of your UA score:

* Your follower network is great!
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t050333z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-30 05:03:36
last_update2019-01-30 05:03:36
depth1
children0
last_payout2019-02-06 05:03:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length606
author_reputation23,214,230,978,060
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,145,999
net_rshares0
@steemitboard ·
Congratulations @holger80! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@holger80/payout.png?201901311604</td><td>You received more than 6000 as payout for your posts. Your next target is to reach a total payout of 7000</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@holger80)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-holger80-20190131t163156000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-01-31 16:31:54
last_update2019-01-31 16:31:54
depth1
children0
last_payout2019-02-07 16:31:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length778
author_reputation38,975,615,169,260
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,218,202
net_rshares0
@utopian-io ·
Hey, @holger80!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190203t200442z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-02-03 20:04:45
last_update2019-02-03 20:04:45
depth1
children0
last_payout2019-02-10 20:04:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length590
author_reputation152,955,367,999,756
root_title"steemrewarding.com - curation performance is shown and other improvements"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,354,452
net_rshares0