#### 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.  After logging in with steemconnect (I'm using the @beem.app steemconnect account for this)  The homepage can be used:  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
author | holger80 |
---|---|
permlink | steemrewarding-com-a-new-feature-rich-auto-voter |
category | utopian-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"}" |
created | 2019-01-24 12:23:24 |
last_update | 2020-05-23 14:57:42 |
depth | 0 |
children | 35 |
last_payout | 2019-01-31 12:23:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 77.938 HBD |
curator_payout_value | 24.996 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,442 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,867,007 |
net_rshares | 207,963,002,572,888 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 8,204,848,421,681 | 100% | ||
steempty | 0 | 5,250,287,909,562 | 100% | ||
tombstone | 0 | 6,580,448,077,665 | 28.65% | ||
teamsteem | 0 | 6,697,582,758 | 5% | ||
acidyo | 0 | 11,173,014,079,411 | 85% | ||
thecryptodrive | 0 | 105,482,088,802 | 30% | ||
daan | 0 | 77,684,237,241 | 46% | ||
arcange | 0 | 41,210,282,331 | 4% | ||
heimindanger | 0 | -256,570,046,033 | -100% | ||
raphaelle | 0 | 2,479,869,831 | 4% | ||
felixxx | 0 | 488,889,517,556 | 100% | ||
twinner | 0 | 690,958,528,403 | 25% | ||
timcliff | 0 | 954,179,992,520 | 85% | ||
snwolak | 0 | 4,520,171,755 | 90% | ||
rufans | 0 | 12,481,666,381 | 100% | ||
stevescoins | 0 | 89,484,596,950 | 75% | ||
uwelang | 0 | 187,071,532,697 | 15% | ||
sambillingham | 0 | 3,421,406,300 | 100% | ||
busy.pay | 0 | 1,097,105,405,880 | 5.27% | ||
barton26 | 0 | 10,270,654,068 | 100% | ||
edb | 0 | 15,516,735,348 | 100% | ||
yadamaniart | 0 | 609,634,552 | 1.43% | ||
cardboard | 0 | 3,838,000,275 | 100% | ||
zephyraijunzo | 0 | 41,185,673,696 | 100% | ||
borislavzlatanov | 0 | 2,970,948,380 | 100% | ||
freebornsociety | 0 | 10,601,337,778 | 20% | ||
jarunik | 0 | 2,155,492,154,918 | 100% | ||
imperfect-one | 0 | 5,925,454,623 | 5% | ||
passion-fruit | 0 | 2,724,661,965 | 100% | ||
fortune-master | 0 | 2,563,581,197 | 100% | ||
mys | 0 | 6,536,933,486 | 5% | ||
reggaemuffin | 0 | 9,162,622,291,976 | 100% | ||
jga | 0 | 4,365,783,162 | 35.81% | ||
helo | 0 | 180,393,749,804 | 100% | ||
coquiunlimited | 0 | 101,885,061 | 1.2% | ||
robofox | 0 | 6,258,541,295 | 100% | ||
pennsif | 0 | 33,945,690,521 | 10% | ||
ewkaw | 0 | 7,772,140,803 | 20% | ||
jayna | 0 | 385,488,162 | 0.42% | ||
ew-and-patterns | 0 | 327,284,548,647 | 35% | ||
changeangels | 0 | 29,421,869 | 100% | ||
warfeed | 0 | 266,024,181 | 37.5% | ||
toofasteddie | 0 | 16,185,795,050 | 14% | ||
bubke | 0 | 435,778,745,585 | 100% | ||
theaustrianguy | 0 | 1,129,938,899,641 | 100% | ||
jacekw | 0 | 8,718,413,715 | 50% | ||
drorion | 0 | 22,194,269,220 | 100% | ||
codingdefined | 0 | 23,483,354,033 | 20% | ||
smartdeveloper | 0 | 263,284,044 | 68% | ||
abigail-dantes | 0 | 904,726,477,613 | 50% | ||
upgoat | 0 | 1,969,541,834 | 100% | ||
resheep | 0 | 433,909,627 | 100% | ||
upcroak | 0 | 174,097,331 | 100% | ||
glitterbooster | 0 | 5,210,318,499 | 30% | ||
valerious | 0 | 2,155,019,721 | 100% | ||
uow | 0 | 321,670,970 | 62% | ||
unsw | 0 | 334,423,641 | 64% | ||
openledgerio | 0 | 226,116,926 | 46% | ||
cifer | 0 | 1,333,470,591 | 12% | ||
theleapingkoala | 0 | 124,672,326 | 0.71% | ||
izmy.steemit | 0 | 1,862,617,452 | 100% | ||
roman1973 | 0 | 4,175,358,858 | 100% | ||
netraleon | 0 | 2,050,371,708 | 100% | ||
steemstatistics | 0 | 195,938,230 | 41% | ||
tigerz | 0 | 2,751,878,740 | 100% | ||
badham | 0 | 156,068,782 | 50% | ||
make-a-whale | 0 | 26,184,995,362 | 6.4% | ||
tipu | 0 | 3,564,731,010,251 | 5.99% | ||
boontjie | 0 | 188,518,718 | 2.86% | ||
crokkon | 0 | 112,807,905,820 | 100% | ||
accelerator | 0 | 16,526,476,869 | 1.1% | ||
karcher-310 | 0 | 1,357,799,120 | 100% | ||
kamikaze | 0 | 38,627,717,418 | 15% | ||
rosatravels | 0 | 69,117,079,236 | 100% | ||
scorer | 0 | 95,409,651,181 | 100% | ||
espoem | 0 | 19,191,116,535 | 10% | ||
mcfarhat | 0 | 41,296,849,824 | 27.42% | ||
feedyourminnows | 0 | 10,303,460,746 | 8% | ||
darsn | 0 | 2,285,228,932 | 100% | ||
isnochys | 0 | 7,933,484,067 | 13% | ||
qurator | 0 | 176,541,554,639 | 2.86% | ||
rijalaronaceh | 0 | 83,631,053 | 1% | ||
emdesan | 0 | 135,251,286 | 10% | ||
pierlave | 0 | 4,685,212,858 | 100% | ||
loshcat | 0 | 3,125,834,779 | 100% | ||
myjourney | 0 | 9,413,526,627 | 100% | ||
steem-plus | 0 | 33,316,595,407 | 2.52% | ||
pataty69 | 0 | 15,471,932,731 | 40% | ||
jesusj1 | 0 | 67,259,650 | 99% | ||
zdamna100ogebio | 0 | 2,345,591,904 | 100% | ||
utopian-io | 0 | 98,307,941,236,836 | 71.63% | ||
shammi | 0 | 2,110,170,972 | 35% | ||
jaff8 | 0 | 128,239,397,321 | 68.56% | ||
felipejoys | 0 | 24,694,177,880 | 100% | ||
umelard | 0 | 508,618,364 | 100% | ||
newsrx | 0 | 191,326,298 | 12.46% | ||
mariska.lubis | 0 | 28,413,706,756 | 100% | ||
steemleague | 0 | 84,176,582 | 50% | ||
mytechtrail | 0 | 1,045,442,629 | 50% | ||
skycae | 0 | 226,945,368 | 2% | ||
greenorange | 0 | 546,328,513 | 100% | ||
bubbleburst | 0 | 7,869,976,947 | 100% | ||
funtraveller | 0 | 7,235,290,717 | 1% | ||
steembasicincome | 0 | 2,914,950,253,858 | 44.14% | ||
taug | 0 | 3,390,000,007 | 50% | ||
jpphotography | 0 | 182,975,863,024 | 100% | ||
thomasgift | 0 | 2,121,826,431 | 50% | ||
sco | 0 | 94,138,709,712 | 100% | ||
holozaps | 0 | 119,611,999 | 42.5% | ||
monie | 0 | 428,104,460 | 100% | ||
amosbastian | 0 | 182,069,453,583 | 68.56% | ||
tdre | 0 | 80,247,459,748 | 100% | ||
irisworld | 0 | 329,844,041 | 30% | ||
grzesiekb | 0 | 260,418,413,563 | 100% | ||
annaburska | 0 | 50,218,657,453 | 100% | ||
jjay | 0 | 500,943,510 | 100% | ||
soyrosa | 0 | 198,703,821,829 | 100% | ||
cfminer | 0 | 1,869,884,794 | 100% | ||
neokuduk | 0 | 5,897,216,220 | 100% | ||
atongis | 0 | 38,523,516,366 | 10% | ||
lukasmining | 0 | 3,210,371,021 | 50% | ||
literaturk | 0 | 436,635,672 | 100% | ||
michaelizer | 0 | 253,098,931 | 100% | ||
joaorafael | 0 | 4,559,701,020 | 75% | ||
sudefteri | 0 | 4,081,713,541 | 100% | ||
verhp11 | 0 | 86,271,638 | 1% | ||
maxpatternman | 0 | 40,916,217,912 | 100% | ||
condeas | 0 | 34,128,023,344 | 50% | ||
sashas | 0 | 3,109,057,746 | 100% | ||
janse | 0 | 552,587,840 | 100% | ||
auminda | 0 | 65,770,619,837 | 50% | ||
flugschwein | 0 | 31,752,639,301 | 75% | ||
portalmine | 0 | 4,487,350,201 | 100% | ||
akifane | 0 | 633,288,420 | 100% | ||
rasit | 0 | 436,392,884 | 100% | ||
themuffinman | 0 | 72,862,165 | 100% | ||
backinblackdevil | 0 | 185,259,916,656 | 33% | ||
redheadpei | 0 | 359,427,910 | 5% | ||
reazuliqbal | 0 | 33,412,012,627 | 25% | ||
maveraunnehr | 0 | 396,664,274 | 100% | ||
satren | 0 | 44,592,204,649 | 25% | ||
lauchmelder | 0 | 13,344,171,980 | 25% | ||
inespereira | 0 | 280,119,399 | 75% | ||
scoora82 | 0 | 96,734,082 | 25% | ||
dotwin1981 | 0 | 17,659,707,719 | 10% | ||
adamada | 0 | 16,311,347,581 | 50% | ||
schlafhacking | 0 | 181,209,817,859 | 100% | ||
qberry | 0 | 1,347,346,717 | 1.43% | ||
thefunfactory | 0 | 72,795,873 | 100% | ||
someonefun | 0 | 72,795,226 | 100% | ||
funbox | 0 | 72,795,223 | 100% | ||
funlands | 0 | 412,434,431 | 100% | ||
funanime | 0 | 72,795,211 | 100% | ||
funkyfun | 0 | 72,795,201 | 100% | ||
funnyfun | 0 | 72,795,199 | 100% | ||
dmonia | 0 | 72,795,197 | 100% | ||
goldrym | 0 | 72,794,503 | 100% | ||
qeoddrir | 0 | 72,794,491 | 100% | ||
dodrorth | 0 | 72,794,485 | 100% | ||
iedot | 0 | 72,794,474 | 100% | ||
zcool | 0 | 188,726,882 | 10% | ||
dera123 | 0 | 54,620,678,120 | 30% | ||
elleok | 0 | 11,837,738,519 | 34% | ||
gadrian | 0 | 60,775,867,328 | 100% | ||
dgaming | 0 | 154,185,192 | 50% | ||
taldor | 0 | 16,059,396,522 | 100% | ||
feronio | 0 | 1,213,156,884 | 100% | ||
enlighted | 0 | 169,585,301 | 40% | ||
biochem | 0 | 6,170,564,885 | 100% | ||
zdamna100egebio | 0 | 1,969,006,516 | 100% | ||
ryuna.siege | 0 | 208,843,983 | 100% | ||
seredina | 0 | 2,411,617,230 | 100% | ||
probaperra | 0 | 1,690,067,511 | 100% | ||
luegenbaron | 0 | 18,826,287,614 | 100% | ||
romeskie | 0 | 2,011,539,134 | 25% | ||
ikarus56 | 0 | 1,212,315,796 | 5% | ||
pinkwonder | 0 | 13,219,044,866 | 100% | ||
doctor-cog-diss | 0 | 1,634,590,219 | 100% | ||
gena138 | 0 | 403,960,894 | 100% | ||
nervniymen | 0 | 1,809,111,420 | 100% | ||
orange777 | 0 | 715,592,775 | 100% | ||
commonlaw | 0 | 3,956,025,806 | 35% | ||
krasnalek | 0 | 435,067,675 | 5% | ||
shahabudin | 0 | 33,567,749 | 50% | ||
soundworks | 0 | 2,499,280,194 | 100% | ||
lipraproductions | 0 | 705,758,494 | 50% | ||
arsadulislam | 0 | 221,328,909 | 45% | ||
literaturkritik | 0 | 4,816,334,569 | 100% | ||
partiko | 0 | 287,848,378,756 | 3% | ||
ocdb | 0 | 29,582,543,487,894 | 30.83% | ||
vezo | 0 | 519,057,843 | 100% | ||
gerdtrudroepke | 0 | 67,747,980,529 | 32% | ||
ulockblock | 0 | 40,282,308,335 | 15.27% | ||
wstanley226 | 0 | 271,538,361 | 50% | ||
spero2711 | 0 | 92,101,454 | 25% | ||
reakuntahab | 0 | 527,957,764 | 100% | ||
enstanlossma | 0 | 524,457,055 | 100% | ||
diformadoc | 0 | 532,579,086 | 100% | ||
stefvougacho | 0 | 532,474,718 | 100% | ||
nieloagranca | 0 | 435,707,873 | 8% | ||
steemchoose | 0 | 86,818,224,582 | 6.5% | ||
tbtek | 0 | 728,292,839 | 25% | ||
holger.random | 0 | 1,401,762,747 | 100% | ||
fullnodeupdate | 0 | 3,151,073,105 | 100% | ||
mops2e | 0 | 78,267,578 | 8% | ||
mysia | 0 | 458,181,945 | 100% | ||
munhenhos | 0 | 2,854,511,790 | 40% | ||
meganj80 | 0 | 533,838,133 | 100% | ||
sayeds1956 | 0 | 1,726,118,184 | 100% | ||
alexandra612l | 0 | 536,827,184 | 100% | ||
jacekw.dev | 0 | 2,775,193,799 | 40% | ||
gudurdever1974 | 0 | 522,536,948 | 100% | ||
bhaski | 0 | 3,817,460,463 | 40% | ||
becca-p | 0 | 151,985,313 | 100% | ||
chappertron | 0 | 86,651,923,251 | 100% | ||
palasatenea | 0 | 2,956,596,663 | 100% | ||
billyuzi | 0 | 494,617,013 | 100% | ||
progsernaro | 0 | 532,533,996 | 100% | ||
vieletporid | 0 | 536,629,169 | 100% | ||
anbreadmenra | 0 | 532,184,722 | 100% | ||
perepilichnyy | 0 | 2,266,855,715,339 | 100% | ||
linkerstinker | 0 | 510,776,597 | 50% | ||
bonadicta | 0 | 1,985,650,872 | 100% | ||
the4thmusketeer | 0 | 181,662,698,203 | 7% | ||
steem-ua | 0 | 1,311,973,702,098 | 12.46% | ||
gameo | 0 | 177,706,009 | 100% | ||
stinc | 0 | 71,318,535 | 100% | ||
alvinvoo | 0 | 919,903,114 | 100% | ||
ambercookie | 0 | 687,218,626 | 76% | ||
devault | 0 | 19,683,054 | 58% | ||
steemitbuzz | 0 | 19,076,349 | 1% | ||
nerdrepost | 0 | 103,471,116 | 100% | ||
jose0210 | 0 | 161,755,320 | 100% | ||
curbot | 0 | 2,470,413,551 | 100% | ||
stmpay | 0 | 6,536,031,498 | 2.06% | ||
nurah | 0 | 153,629,389 | 50% | ||
kingnosa | 0 | 64,048,524 | 50% | ||
dfen | 0 | 556,000,000 | 100% | ||
bluesniper | 0 | 5,144,058,484 | 0.41% | ||
elaebi | 0 | 1,783,598,052 | 100% | ||
magicdice | 0 | 13,779,895,078,784 | 97% | ||
ascorphat | 0 | 1,067,386,295 | 2.5% | ||
samantha-w | 0 | 3,219,850,911,730 | 100% | ||
flodor | 0 | 714,660,840 | 25% | ||
ctime | 0 | 7,560,595,494 | 0.25% | ||
tipu.curator | 0 | 18,412,774,490 | 50% | ||
djenny.floro | 0 | 490,763,477 | 50% | ||
broxi | 0 | 2,891,471,703 | 33% | ||
brujas | 0 | 900,474,802 | 100% | ||
cerd26 | 0 | 52,745,237 | 75% | ||
argentdawn | 0 | 770,094,908 | 100% | ||
bejust | 0 | 2,173,216,261 | 100% | ||
realgoodcontent | 0 | 1,291,295,115 | 25.9% | ||
mgranja | 0 | 22,099,042,976 | 13% | ||
scruffyjunkies | 0 | 113,384,253 | 100% | ||
sternekoechin | 0 | 247,100,060 | 25% | ||
progressing | 0 | 1,963,829,419 | 100% | ||
dtube.top | 0 | 4,512,144 | 100% | ||
orbo | 0 | 253,000,000 | 50% | ||
olligamer | 0 | 323,140,095 | 100% | ||
ahmedaziz | 0 | 272,772,253 | 100% | ||
makelectronics | 0 | 367,367,244 | 100% | ||
mateofain | 0 | 522,525,776 | 100% | ||
lobojt | 0 | 223,663,455 | 100% | ||
freedomsi | 0 | -84,540,692 | -100% | ||
jonway | 0 | 162,748,246 | 100% | ||
kevinsosa | 0 | 328,306,707 | 100% | ||
umeshchoudhary | 0 | 0 | 5% | ||
kapf3 | 0 | 521,099,932 | 100% | ||
olaexcel | 0 | 468,695,464 | 100% | ||
stukot | 0 | 487,358,121 | 100% | ||
freddyhdz | 0 | 465,698,661 | 100% | ||
novemberalpha | 0 | 0 | 100% |
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
author | adenijiadeshina |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t130209983z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"steempeak","app":"steempeak"} |
created | 2019-01-24 13:02:48 |
last_update | 2019-01-24 13:02:48 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:02:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 36,301,706,958,332 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,868,647 |
net_rshares | 0 |
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!
author | amosbastian |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t135735471z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:57:36 |
last_update | 2019-01-24 13:57:36 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:57:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 350 |
author_reputation | 174,473,586,900,705 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,871,253 |
net_rshares | 6,449,878,607 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shammi | 0 | 381,852,479 | 7% | ||
steemtaker | 0 | 6,068,026,128 | 6% |
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
author | arcange |
---|---|
permlink | re-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t174745000z |
category | utopian-io |
json_metadata | "" |
created | 2019-01-25 16:48:21 |
last_update | 2019-01-25 16:48:21 |
depth | 1 |
children | 0 |
last_payout | 2019-02-01 16:48:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 1,146,633,668,945,473 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,926,975 |
net_rshares | 0 |
Thanks Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
author | argentdawn |
---|---|
permlink | argentdawn-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190126t005910431z |
category | utopian-io |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-01-26 00:59:06 |
last_update | 2019-01-26 00:59:06 |
depth | 1 |
children | 0 |
last_payout | 2019-02-02 00:59:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 639,062,041,264 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,943,270 |
net_rshares | 0 |
The "include tags" is the killer feature :D
author | cardboard |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133300189z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:32:57 |
last_update | 2019-01-24 13:35:09 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:32:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 31,522,757,177,122 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,870,127 |
net_rshares | 7,504,740,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 7,504,740,950 | 50% |
Also !tipuvote 4 steem
author | cardboard |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133536540z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:35:36 |
last_update | 2019-01-24 13:35:36 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:35:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 31,522,757,177,122 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,870,255 |
net_rshares | 0 |
Can I set a rule that will make my account upvote "all posts" from a specific tag?
author | funtraveller |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190126t125408552z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-01-26 12:42:03 |
last_update | 2019-01-26 12:42:03 |
depth | 1 |
children | 0 |
last_payout | 2019-02-02 12:42:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 505,275,139,981,262 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,961,834 |
net_rshares | 21,973,552,883 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
funtraveller | 0 | 21,043,350,957 | 3% | ||
photocircle | 0 | 930,201,926 | 5% |
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.
author | heimindanger |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t130832356z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:08:33 |
last_update | 2019-01-24 13:08:33 |
depth | 1 |
children | 11 |
last_payout | 2019-01-31 13:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | -16,507,408,909,111 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,868,932 |
net_rshares | 109,638,718,059 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
condeas | 0 | 33,835,155,923 | 50% | ||
luegenbaron | 0 | 6,382,130,429 | 35% | ||
gerdtrudroepke | 0 | 69,421,431,707 | 33% |
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.
author | holger80 |
---|---|
permlink | re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132201705z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:22:06 |
last_update | 2019-01-24 13:22:06 |
depth | 2 |
children | 8 |
last_payout | 2019-01-31 13:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 438 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,580 |
net_rshares | 0 |
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
author | heimindanger |
---|---|
permlink | re-holger80-re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132528100z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:25:27 |
last_update | 2019-01-24 13:25:27 |
depth | 3 |
children | 7 |
last_payout | 2019-01-31 13:25:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 236 |
author_reputation | -16,507,408,909,111 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,754 |
net_rshares | 0 |
I also check my feed on a regular basis and upvote manually.
author | holger80 |
---|---|
permlink | re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132358416z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:24:03 |
last_update | 2019-01-24 13:24:03 |
depth | 2 |
children | 1 |
last_payout | 2019-01-31 13:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,683 |
net_rshares | 56,155,507,094 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
luegenbaron | 0 | 6,427,421,402 | 35% | ||
dustsweeper | 0 | 49,728,085,692 | 4.92% |
The proper approach with the current state of hot/trending
author | heimindanger |
---|---|
permlink | re-holger80-re-heimindanger-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t132845159z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-24 13:28:45 |
last_update | 2019-01-24 13:28:45 |
depth | 3 |
children | 0 |
last_payout | 2019-01-31 13:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | -16,507,408,909,111 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,909 |
net_rshares | 0 |
- 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/)
author | helo |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t201715255z |
category | utopian-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"} |
created | 2019-01-24 20:17:15 |
last_update | 2019-01-24 20:17:15 |
depth | 1 |
children | 1 |
last_payout | 2019-01-31 20:17:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.208 HBD |
curator_payout_value | 2.301 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 581 |
author_reputation | 121,547,934,535,311 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,886,507 |
net_rshares | 19,486,376,442,293 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 7,577,844,629 | 50% | ||
codingdefined | 0 | 23,008,118,647 | 20% | ||
themarkymark | 0 | 166,588,546,032 | 15% | ||
jadabug | 0 | 1,338,268,895 | 1% | ||
espoem | 0 | 28,324,292,700 | 15% | ||
utopian-io | 0 | 18,946,210,444,236 | 13.43% | ||
amosbastian | 0 | 61,876,415,355 | 23.77% | ||
holger80 | 0 | 58,594,111,275 | 10% | ||
reazuliqbal | 0 | 13,328,610,417 | 10% | ||
ezravandi | 0 | 454,018,681 | 1% | ||
ulockblock | 0 | 11,588,106,404 | 4.32% | ||
sbi7 | 0 | 161,334,180,904 | 45.12% | ||
votes4minnows | 0 | 645,515,749 | 5% | ||
hdu | 0 | 1,455,081,079 | 4% | ||
curbot | 0 | 2,291,873,773 | 100% | ||
ascorphat | 0 | 1,761,013,517 | 2.5% |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t201715255z-20190127t132654z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-27 13:26:57 |
last_update | 2019-01-27 13:26:57 |
depth | 2 |
children | 0 |
last_payout | 2019-02-03 13:26:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,012,130 |
net_rshares | 0 |
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.
author | kharma.scribbles |
---|---|
permlink | re-holger80-px3h6c |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steempeak/1.15.0"} |
created | 2019-08-31 09:32:39 |
last_update | 2019-08-31 09:32:39 |
depth | 1 |
children | 0 |
last_payout | 2019-09-07 09:32:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 254 |
author_reputation | 4,988,835,934,532 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,134,726 |
net_rshares | 0 |
<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>
author | magicdice |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190127t063405829z |
category | utopian-io |
json_metadata | {"tags":["magicdice"],"app":"magicdice"} |
created | 2019-01-27 06:34:06 |
last_update | 2019-01-27 06:34:06 |
depth | 1 |
children | 0 |
last_payout | 2019-02-03 06:34:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 22,890,191,383,200 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,000,124 |
net_rshares | 0 |
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) :)
author | ocdb |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t142922981z |
category | utopian-io |
json_metadata | {"app":"postpromoter/1.9.3"} |
created | 2019-01-24 14:29:24 |
last_update | 2019-01-24 14:29:24 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 14:29:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 572 |
author_reputation | 759,928,010,475,575 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,872,573 |
net_rshares | 0 |
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.
author | ond |
---|---|
permlink | qbqh5q |
category | utopian-io |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-06-10 23:27:27 |
last_update | 2020-06-10 23:36:15 |
depth | 1 |
children | 0 |
last_payout | 2020-06-17 23:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 2,599,620,590,431 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 97,891,405 |
net_rshares | 0 |
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!
author | partiko |
---|---|
permlink | re-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133026 |
category | utopian-io |
json_metadata | "" |
created | 2019-01-24 13:30:27 |
last_update | 2019-01-24 13:30:27 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:30:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 39,207,160,334,751 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,997 |
net_rshares | 0 |
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.* ***
author | pennsif |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190125t184745693z |
category | utopian-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"} |
created | 2019-01-25 18:47:45 |
last_update | 2019-01-25 18:47:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-01 18:47:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,006 |
author_reputation | 636,410,097,572,565 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,931,472 |
net_rshares | 0 |
Thanks for making this @holger80! :-) Will start using it soon :-)
author | soyrosa |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t162912289z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["holger80"],"app":"steemit/0.1"} |
created | 2019-01-24 16:29:12 |
last_update | 2019-01-24 16:29:12 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 16:29:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 335,707,483,911,582 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,878,212 |
net_rshares | 0 |
 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.
author | steem-bounty | ||||||
---|---|---|---|---|---|---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190831t093011839z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["steem-forever"]} | ||||||
created | 2019-08-31 09:30:12 | ||||||
last_update | 2019-08-31 09:30:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2019-09-07 09:30:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 644 | ||||||
author_reputation | 165,407,149,540,022 | ||||||
root_title | "steemrewarding.com - a new feature rich auto voter" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 100,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 90,134,670 | ||||||
net_rshares | 16,138,157,774 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
weaver1911 | 0 | 588,446,115 | 100% | ||
kharma.scribbles | 0 | 15,549,711,659 | 100% |
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.
author | steem-plus |
---|---|
permlink | steemrewarding-com-a-new-feature-rich-auto-voter---vote-steemplus |
category | utopian-io |
json_metadata | {} |
created | 2019-01-24 20:42:12 |
last_update | 2019-01-24 20:42:12 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 20:42:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 435 |
author_reputation | 247,952,188,232,400 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,887,433 |
net_rshares | 0 |
#### 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)**
author | steem-ua |
---|---|
permlink | re-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t204430z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.14"}" |
created | 2019-01-24 20:44:30 |
last_update | 2019-01-24 20:44:30 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 20:44:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 23,214,230,978,060 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,887,508 |
net_rshares | 0 |
Interesting, I'll have to do more research on this.
author | the4thmusketeer |
---|---|
permlink | re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190125t173232448z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-25 17:32:30 |
last_update | 2019-01-25 17:32:30 |
depth | 1 |
children | 0 |
last_payout | 2019-02-01 17:32:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 321,885,398,962,151 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,928,691 |
net_rshares | 0 |
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>.
author | tipu |
---|---|
permlink | re-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t133620 |
category | utopian-io |
json_metadata | "" |
created | 2019-01-24 13:36:21 |
last_update | 2019-01-24 13:36:21 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:36:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 334 |
author_reputation | 55,930,870,950,106 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,870,294 |
net_rshares | 38,553,349,557 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sbi3 | 0 | 38,553,349,557 | 4.54% |
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)
author | toofasteddie |
---|---|
permlink | toofasteddie-re-holger80-steemrewarding-com-a-new-feature-rich-auto-voter-20190124t195050797z |
category | utopian-io |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-01-24 19:50:51 |
last_update | 2019-01-24 19:50:51 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 19:50:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 185 |
author_reputation | 670,108,844,347,999 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,885,756 |
net_rshares | 0 |
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>
author | utopian-io |
---|---|
permlink | re-steemrewarding-com-a-new-feature-rich-auto-voter-20190125t135331z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-25 13:53:33 |
last_update | 2019-01-25 13:53:33 |
depth | 1 |
children | 0 |
last_payout | 2019-02-01 13:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 590 |
author_reputation | 152,955,367,999,756 |
root_title | "steemrewarding.com - a new feature rich auto voter" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,919,589 |
net_rshares | 0 |