create account

steemrewarding.com - a new feature rich auto voter by holger80

View this thread on: hive.blogpeakd.comecency.com
· @holger80 · (edited)
$102.93
steemrewarding.com - a new feature rich auto voter
#### Repository
https://github.com/holgern/steemrewarding

### steemrewarding
steemrewarding is a new feature rich auto voter for the steem blockchain. It can be found at: https://steemrewarding.com. The @rewarding account is used for voting.

As soon as posting authority is given to @rewarding by [steemconnect](https://steemconnect.com/authorize/@rewarding), vote rules can be created and posts or comments will be automatically upvoted when fitting.

It is now possible to create two rules per author, one for posts and one for comments. Each rule has the fields:
* `voter` - account name of the voter, must has given posting authority to @rewarding. Cannot be set at the homepage, as only rules for accounts for which I have the keys can be added or edited.
* `author` - steem account for which the rule apply
* `main_post` - defines if the rule apply for posts or for comments
* `vote_delay_min`:  - When `vote_when_vp_reached` is False, the post/comment is voted when the post is `vote_delay_min` minutes old and all other rule parameter are fitting.
* `vote_weight`: - 0% - 100% defines the vote weight. (Can be modified by setting `vp_scaler`)
* `enabled`: Rule is enabled, when this is set to True
* `vote_sbd`: Not active yet
* `max_votes_per_day`: limites the number of votes (votes are counted in a sliding window), only votes given by the auto voter are counted.
* `max_votes_per_week`: limites the number of votes (votes are counted in a sliding window), only votes given by the auto voter are counted.
* `include_tags`: Comma separated list of tags that must be included. E.g. python,c means the post/comment must either have a python tag or a c tag. Tags can be combinded with &. E.g. python&c,js. In this case, posts/comments are voted, when they have a js tag or a python and a c tag.
* `exclude_tags`: Same as `include_tags`, posts/comments with tags that were added here, will not be upvoted. The tags, must be comma separated and the & sign can be used. E.g. python&c, js. In this case, posts/comments that have a js or a python and c tag will not be upvoted.
* `vote_when_vp_reached`: When enabled, posts/comments will be upvoted when the `min_vp` is reached. 
* `min_vp`: Minimum vote power applies for timed and vp based votes. When `vote_when_vp_reached` is False and vp is below `min_vp`, the comment/post will not be upvoted.
* `vp_scaler`: When higher than 0, the vote weight is reduced by this scaler depending on the votepower. E.g. `vp_scaler` is 0.5, then the vote weight is multiplied by 1 - ((100-vp) / 100 *vp_scaler). When vp is 100, the vote weight is not changed. When vp is 80, the new vote weight is multiplied by 0.9.
* `leave_comment`: not implemented yet
* `minimum_word_count`: When the post/comment word count is below, the post/comment is not upvoted.
* `include_apps`: comma-separated list of apps that will be upvoted, when set.
* `exclude_apps`: comma-separated list of apps that will not be upvoted, when set.
* `exclude_declined_payout`: When True, posts/comments with declined payout will not be upvoted.
* `vp_reached_order`: When `vote_when_vp_reached` is True, this defines which posts is upvoted first. The pending post with the lowest `vp_reached_order` is upvoted first.
* `max_net_votes`: When set, the post/comment is only upvted when the number of given votes is below.
* `max_pending_payout`: When set, the post/comment is only upvted when the pending payout  is below.
* `include_text`: When set, the post/comment is only upvoted when its the given text is included.
* `exclude_text`: When set, the post/comment is not upvoted when its the given text is included.

### Database structure
Posts/comments for which a rule exists, are stored in the posts database. New posts/comments are found by streaming all blocks. This is performed in the `stream_blocks.py` script. 

Then in the `apply_vote_rules.py` script, not processed posts/comments that were stored in the database are checked if one rule applies. When this is the case, teh authorperm with some addional information is stored in the pending votes database.

Finally, the `upvote_post_comments.py` script checks of one of the pending votes can be upvoted. Sucessfully upvoted posts or comments will be added to the vote log database.

### Homepage
Each steem user can add rules and use steemrewarding through the https://steemrewarding.com homepage. 
![image.png](https://ipfs.busy.org/ipfs/QmezYEovfKm4Mox5XvsVaZv11HLuqrvCmySPTCaLacKa4d)
After logging in with steemconnect (I'm using the @beem.app steemconnect account for this)
![image.png](https://ipfs.busy.org/ipfs/Qmeq1iR4r4966b9qiSLQF4EngsYFgetB5MgH1ujMpriG54)
The homepage can be used:
![image.png](https://ipfs.busy.org/ipfs/QmbAXz4rVF8jWfhXVcwUesDdUxA5CWX85HvPqwGgEXCqGj)
The steemconnect link is only be used to verify the steem account.

* Show rules: prints all stored rules. It is possible to edit and delete rules here.
* Add a new rule: Can be used to create a new voting rule.
* Show vote log: Shows sucessfully upvoted posts
* Show Pending votes: shows pending votes for the current logged in account.
* Logout can be used to remove the steemconnect token from the session.

### Technology Stack
The postgres database is used to store rules, posts, pending votes, given votes and some more information. The scripts are programmed with python 3 using [beem](https://github.com/holgern/beem). Python3 + flask is used for the homepage.

### Roadmap
The not used rules: `vote_sbd` and `leave_comment` will be added next. When `leave_comment` is set, a comment from the voter with a defined text should be broadcasted.

I plan also a user settings page, where global parameter can be set.

Vote trails is also a missing feature which will be added.

The @rewarding account was used before for upvoting posts, when a command was written in a comment. This functionality will be added to the github in the next update. It will then be possible to upvote a post/comment without having a rule for but, but writing a command in a comment below this post.


### How to contribute?
The issue tracker at  https://github.com/holgern/steemrewarding can be used for feature wishes, ideas, and bug reports. Pull request can also be created after forking the repository for improving the code or the homepage.

I created also a new discord server for discussing everything about steemrewarding:
https://discord.gg/qpsR8hf

#### GitHub Account
https://github.com/holgern
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 207 others
πŸ‘Ž  ,
properties (23)
authorholger80
permlinksteemrewarding-com-a-new-feature-rich-auto-voter
categoryutopian-io
json_metadata"{"community": "busy", "app": "beempy/0.23.10", "format": "markdown", "tags": ["utopian-io", "development", "steemdev", "autovoter", "busy"], "users": ["rewarding", "rewarding.", "beem.app"], "links": ["https://github.com/holgern/steemrewarding", "https://steemrewarding.com", "/@rewarding", "/@rewarding", "https://steemconnect.com/authorize/@rewarding", "/@rewarding", "https://steemrewarding.com", "/@beem.app", "https://github.com/holgern/beem", "/@rewarding"], "image": ["https://ipfs.busy.org/ipfs/QmezYEovfKm4Mox5XvsVaZv11HLuqrvCmySPTCaLacKa4d", "https://ipfs.busy.org/ipfs/Qmeq1iR4r4966b9qiSLQF4EngsYFgetB5MgH1ujMpriG54", "https://ipfs.busy.org/ipfs/QmbAXz4rVF8jWfhXVcwUesDdUxA5CWX85HvPqwGgEXCqGj"], "canonical_url": "https://hive.blog/utopian-io/@holger80/steemrewarding-com-a-new-feature-rich-auto-voter"}"
created2019-01-24 12:23:24
last_update2020-05-23 14:57:42
depth0
children35
last_payout2019-01-31 12:23:24
cashout_time1969-12-31 23:59:59
total_payout_value77.938 HBD
curator_payout_value24.996 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,442
author_reputation358,857,509,568,825
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,867,007
net_rshares207,963,002,572,888
author_curate_reward""
vote details (273)
@adenijiadeshina ·
This is great to hear about this. I will try checking it out. It sounds good I must say and it has a lot of features also in it. Sounds 
properties (22)
authoradenijiadeshina
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t130209983z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak"}
created2019-01-24 13:02:48
last_update2019-01-24 13:02:48
depth1
children0
last_payout2019-01-31 13:02: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_length136
author_reputation36,301,706,958,332
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,868,647
net_rshares0
@amosbastian ·
Very cool that you've made this, Holger! When I first joined the Steem blockchain I remember trying to make something similar, but this was before `beem` existed and `steem-python` was doing my head in (and me being a lot worse at coding), so I gave up lol. I will definitely have a look through the code when I have some time, should be interesting!
πŸ‘  ,
properties (23)
authoramosbastian
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t135735471z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:57:36
last_update2019-01-24 13:57:36
depth1
children0
last_payout2019-01-31 13:57: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_length350
author_reputation174,473,586,900,705
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,871,253
net_rshares6,449,878,607
author_curate_reward""
vote details (2)
@arcange ·
Congratulations @holger80!
Your post was mentioned in the [Steem Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20190124) in the following category:

* Pending payout - Ranked 5 with $ 115,93
properties (22)
authorarcange
permlinkre-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t174745000z
categoryutopian-io
json_metadata""
created2019-01-25 16:48:21
last_update2019-01-25 16:48:21
depth1
children0
last_payout2019-02-01 16:48:21
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_length214
author_reputation1,146,633,668,945,473
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,926,975
net_rshares0
@argentdawn ·
Thanks 

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authorargentdawn
permlinkargentdawn-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190126t005910431z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-26 00:59:06
last_update2019-01-26 00:59:06
depth1
children0
last_payout2019-02-02 00:59:06
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_length69
author_reputation639,062,041,264
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,943,270
net_rshares0
@cardboard · (edited)
The "include tags" is the killer feature :D
πŸ‘  
properties (23)
authorcardboard
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133300189z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:32:57
last_update2019-01-24 13:35:09
depth1
children0
last_payout2019-01-31 13:32: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_length43
author_reputation31,522,757,177,122
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,870,127
net_rshares7,504,740,950
author_curate_reward""
vote details (1)
@cardboard ·
Also !tipuvote 4 steem
properties (22)
authorcardboard
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133536540z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:35:36
last_update2019-01-24 13:35:36
depth1
children0
last_payout2019-01-31 13:35: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_length22
author_reputation31,522,757,177,122
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,870,255
net_rshares0
@funtraveller ·
Can I set a rule that will make my account upvote "all posts" from a specific tag?
πŸ‘  ,
properties (23)
authorfuntraveller
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190126t125408552z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-01-26 12:42:03
last_update2019-01-26 12:42:03
depth1
children0
last_payout2019-02-02 12:42:03
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_length82
author_reputation505,275,139,981,262
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,961,834
net_rshares21,973,552,883
author_curate_reward""
vote details (2)
@heimindanger ·
$0.05
What is the purpose of 'auto voting'? It's directly against the purpose of this network. We want HUMANS to distribute the wealth, not ROBOTS.
πŸ‘  , ,
properties (23)
authorheimindanger
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t130832356z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:08:33
last_update2019-01-24 13:08:33
depth1
children11
last_payout2019-01-31 13:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation-16,507,408,909,111
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,868,932
net_rshares109,638,718,059
author_curate_reward""
vote details (3)
@holger80 ·
It is only possible to automatically upvote authors that were added manually before. I have a few authors in my list that produce always good content and I want to upvote all of their posts. With the available options, it also possible to reward for example posts with a utopian-io and analysis tag from a specific author. I revise the upvote list and watch the quality of all upvoted posts. So distribution is still controlled by HUMANS.
properties (22)
authorholger80
permlinkre-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132201705z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:22:06
last_update2019-01-24 13:22:06
depth2
children8
last_payout2019-01-31 13:22:06
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_length438
author_reputation358,857,509,568,825
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,869,580
net_rshares0
@heimindanger ·
Even if you white list authors, you will NOT read their contents before upvoting it. It will vote while YOU SLEEP.  The upvoted content could be terrorism or pedophilia and your ROBOT won't notice it.

Proof of brain != Proof of silicon
properties (22)
authorheimindanger
permlinkre-holger80-re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132528100z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:25:27
last_update2019-01-24 13:25:27
depth3
children7
last_payout2019-01-31 13:25: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_length236
author_reputation-16,507,408,909,111
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,869,754
net_rshares0
@holger80 ·
$0.03
I also check my feed on a regular basis and upvote manually.
πŸ‘  ,
properties (23)
authorholger80
permlinkre-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132358416z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:24:03
last_update2019-01-24 13:24:03
depth2
children1
last_payout2019-01-31 13:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation358,857,509,568,825
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,869,683
net_rshares56,155,507,094
author_curate_reward""
vote details (2)
@heimindanger ·
The proper approach with the current state of hot/trending
properties (22)
authorheimindanger
permlinkre-holger80-re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132845159z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-24 13:28:45
last_update2019-01-24 13:28:45
depth3
children0
last_payout2019-01-31 13:28: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_length58
author_reputation-16,507,408,909,111
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,869,909
net_rshares0
@helo ·
$9.51
- Congrats on the new project, looking forward your next improvements.
- An intro image and code samples would improve the article.

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-1-1-1-1-1-).

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

[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , , , ,
properties (23)
authorhelo
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t201715255z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2-2-1-1-1-1-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-01-24 20:17:15
last_update2019-01-24 20:17:15
depth1
children1
last_payout2019-01-31 20:17:15
cashout_time1969-12-31 23:59:59
total_payout_value7.208 HBD
curator_payout_value2.301 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length581
author_reputation121,547,934,535,311
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,886,507
net_rshares19,486,376,442,293
author_curate_reward""
vote details (16)
@utopian-io ·
Thank you for your review, @helo! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t201715255z-20190127t132654z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-27 13:26:57
last_update2019-01-27 13:26:57
depth2
children0
last_payout2019-02-03 13:26: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_length56
author_reputation152,955,367,999,756
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,012,130
net_rshares0
@kharma.scribbles ·
There has been so much improvment and features added here, with trail voting this basically takes away the need to use steemauto or steemdunk!

What I love is that it allows for a max number of trail votes a day/week! Something I haven't found elsewhere.
properties (22)
authorkharma.scribbles
permlinkre-holger80-px3h6c
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steempeak/1.15.0"}
created2019-08-31 09:32:39
last_update2019-08-31 09:32:39
depth1
children0
last_payout2019-09-07 09:32:39
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_length254
author_reputation4,988,835,934,532
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,134,726
net_rshares0
@magicdice ·
re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190127t063405829z
<p><strong>Magic Dice</strong> has rewarded your post with a <strong>97%</strong> upvote. Thanks for playing <a href="https://magic-dice.com/">Magic Dice</a>.</p>
properties (22)
authormagicdice
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190127t063405829z
categoryutopian-io
json_metadata{"tags":["magicdice"],"app":"magicdice"}
created2019-01-27 06:34:06
last_update2019-01-27 06:34:06
depth1
children0
last_payout2019-02-03 06:34:06
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_length162
author_reputation22,890,191,383,200
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,000,124
net_rshares0
@ocdb ·
re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t142922981z
You got a 30.83% upvote from @ocdb courtesy of @holger80!

@ocdb is a non-profit bidbot for whitelisted Steemians, current max bid is 15 SBD and the respective amount in Steem.
Check our website https://thegoodwhales.io/ for the whitelist, queue and delegation info. Join our [Discord channel for more information.](https://discord.gg/k2Hu77b)

If you like what @ocd does, consider voting for [ocd-witness through SteemConnect](steemconnect.com/sign/account-witness-vote?witness=ocd-witness&approve=1) or on the [Steemit Witnesses page.](https://steemit.com/~witnesses) :)
properties (22)
authorocdb
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t142922981z
categoryutopian-io
json_metadata{"app":"postpromoter/1.9.3"}
created2019-01-24 14:29:24
last_update2019-01-24 14:29:24
depth1
children0
last_payout2019-01-31 14:29: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_length572
author_reputation759,928,010,475,575
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,872,573
net_rshares0
@ond · (edited)
Is this project still active? I tried to login with posting key and active key but it says I need keychain password, which I don't know where to find.
properties (22)
authorond
permlinkqbqh5q
categoryutopian-io
json_metadata{"app":"hiveblog/0.1"}
created2020-06-10 23:27:27
last_update2020-06-10 23:36:15
depth1
children0
last_payout2020-06-17 23:27: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_length150
author_reputation2,599,620,590,431
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id97,891,405
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-a-new-feature-rich-auto-voter-20190124t133026
categoryutopian-io
json_metadata""
created2019-01-24 13:30:27
last_update2019-01-24 13:30:27
depth1
children0
last_payout2019-01-31 13:30: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_length210
author_reputation39,207,160,334,751
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,869,997
net_rshares0
@pennsif ·
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem24january2019-ft19zg1rlu) - 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/sosdailynewsnewsaboutthestateofsteem24january2019-ft19zg1rlu).*

* *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-5-with-ned-and-elipowell-starting-in-50-minutes-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-21-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-a-new-feature-rich-auto-voter-20190125t184745693z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem24january2019-ft19zg1rlu","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-5-with-ned-and-elipowell-starting-in-50-minutes-8pm-12am-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-21-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-25 18:47:45
last_update2019-01-25 18:47:45
depth1
children0
last_payout2019-02-01 18:47: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_length1,006
author_reputation636,410,097,572,565
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,931,472
net_rshares0
@soyrosa ·
Thanks for making this @holger80! :-) Will start using it soon :-)
properties (22)
authorsoyrosa
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t162912289z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["holger80"],"app":"steemit/0.1"}
created2019-01-24 16:29:12
last_update2019-01-24 16:29:12
depth1
children0
last_payout2019-01-31 16:29: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_length66
author_reputation335,707,483,911,582
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,878,212
net_rshares0
@steem-bounty ·
![](https://steem-bounty.com/img/landing_pages/forever/logo.png)

This post has been revived by [steem-forever](https://steem-bounty.com/services/forever) and will get extra rewards. This happens when a post is upvoted on [steem-bounty.com](http://www.steem-bounty.com) after the 7 day post life.
 
Users can simple upvote  [via steem-bounty.com](https://steem-bounty.com/services/forever) continously, so posts can live and earn rewards forever.
Authors can share their [steem-bounty.com](www.steem-bounty.com) links and get upvoted forever.

We hope this will allow everyone to earn more meaningful rewards over longer timeframes than before.
πŸ‘  ,
properties (23)
authorsteem-bounty
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190831t093011839z
categoryutopian-io
json_metadata{"tags":["steem-forever"]}
created2019-08-31 09:30:12
last_update2019-08-31 09:30:12
depth1
children0
last_payout2019-09-07 09:30: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_length644
author_reputation165,407,149,540,022
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries
0.
accountholger80
weight8,500
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id90,134,670
net_rshares16,138,157,774
author_curate_reward""
vote details (2)
@steem-plus ·
SteemPlus upvote
Hi, @holger80!

You just got a **2.52%** 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-a-new-feature-rich-auto-voter---vote-steemplus
categoryutopian-io
json_metadata{}
created2019-01-24 20:42:12
last_update2019-01-24 20:42:12
depth1
children0
last_payout2019-01-31 20:42: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_length435
author_reputation247,952,188,232,400
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,887,433
net_rshares0
@steem-ua ·
#### Hi @holger80!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t204430z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2019-01-24 20:44:30
last_update2019-01-24 20:44:30
depth1
children0
last_payout2019-01-31 20:44:30
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_length287
author_reputation23,214,230,978,060
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,887,508
net_rshares0
@the4thmusketeer ·
Interesting, I'll have to do more research on this.
properties (22)
authorthe4thmusketeer
permlinkre-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190125t173232448z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 17:32:30
last_update2019-01-25 17:32:30
depth1
children0
last_payout2019-02-01 17:32:30
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_length51
author_reputation321,885,398,962,151
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,928,691
net_rshares0
@tipu ·
This post is supported by $2.21 @tipU upvote funded by @cardboard :)<br><strong><a href="https://busy.org/@tipu/tipu-voting-service-quick-guide-updated-05-10-2018" rel="noopener">@tipU voting service guide</a></strong> | <strong><a href="https://steemit.com/steem/@tipu/tipu-investors-guide" rel="noopener">For investors</a></strong>.
πŸ‘  
properties (23)
authortipu
permlinkre-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133620
categoryutopian-io
json_metadata""
created2019-01-24 13:36:21
last_update2019-01-24 13:36:21
depth1
children0
last_payout2019-01-31 13:36:21
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_length334
author_reputation55,930,870,950,106
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,870,294
net_rshares38,553,349,557
author_curate_reward""
vote details (1)
@toofasteddie ·
For me, the option to upvote and leave a comment is perfect for communities. I wait for the next implementation.
Good work!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authortoofasteddie
permlinktoofasteddie-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t195050797z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-24 19:50:51
last_update2019-01-24 19:50:51
depth1
children0
last_payout2019-01-31 19:50:51
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_length185
author_reputation670,108,844,347,999
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,885,756
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-a-new-feature-rich-auto-voter-20190125t135331z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-25 13:53:33
last_update2019-01-25 13:53:33
depth1
children0
last_payout2019-02-01 13:53: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_length590
author_reputation152,955,367,999,756
root_title"steemrewarding.com - a new feature rich auto voter"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,919,589
net_rshares0