<center>  </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  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:  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):  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:  ### New icon I created a new icon for the project. I hope you like it:  ## 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
author | holger80 |
---|---|
permlink | steemrewarding-com-curation-performance-is-shown-and-other-improvements |
category | utopian-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"}" |
created | 2019-01-29 21:37:57 |
last_update | 2020-05-23 14:57:18 |
depth | 0 |
children | 28 |
last_payout | 2019-02-05 21:37:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 42.997 HBD |
curator_payout_value | 13.239 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,479 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,129,301 |
net_rshares | 117,012,456,697,132 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 7,976,547,867,634 | 100% | ||
steempty | 0 | 5,382,364,699,312 | 100% | ||
tombstone | 0 | 4,996,952,436,804 | 21.14% | ||
teamsteem | 0 | 6,250,544,680 | 5% | ||
eric-boucher | 0 | 125,680,265,499 | 37.5% | ||
thecryptodrive | 0 | 284,996,839,267 | 30% | ||
shortcut | 0 | 3,028,228,710 | 10% | ||
felixxx | 0 | 514,890,952,086 | 100% | ||
timcliff | 0 | 1,003,586,198,609 | 89% | ||
jphamer1 | 0 | 891,542,487,407 | 76% | ||
snwolak | 0 | 4,287,682,218 | 90% | ||
treaphort | 0 | 191,433,304 | 6.18% | ||
rufans | 0 | 11,266,052,923 | 100% | ||
elamental | 0 | 124,600,843 | 1% | ||
stevescoins | 0 | 88,165,974,664 | 75% | ||
eforucom | 0 | 39,003,595,500 | 2% | ||
busy.pay | 0 | 1,173,341,958,158 | 5.82% | ||
barton26 | 0 | 11,021,360,512 | 100% | ||
hansikhouse | 0 | 18,357,133,195 | 37.5% | ||
voronoi | 0 | 51,858,333,997 | 75% | ||
yadamaniart | 0 | 104,583,792 | 0.33% | ||
pes7md | 0 | 118,781,069 | 37.5% | ||
em3di | 0 | 5,480,991,119 | 37.5% | ||
heymattsokol | 0 | 1,443,914,168 | 22.5% | ||
ejemai | 0 | 16,199,511,994 | 15% | ||
paolobeneforti | 0 | 24,312,426,411 | 22.5% | ||
silviabeneforti | 0 | 9,357,837,448 | 15% | ||
lordneroo | 0 | 41,084,066,795 | 50% | ||
freebornsociety | 0 | 10,719,857,909 | 20% | ||
erb | 0 | 5,057,674,423 | 15% | ||
teachblogger | 0 | 281,576,048 | 7.5% | ||
msg768 | 0 | 8,165,525,374 | 2% | ||
passion-fruit | 0 | 3,253,011,848 | 100% | ||
kenan1989 | 0 | 1,036,985,976 | 75% | ||
fortune-master | 0 | 3,747,802,509 | 100% | ||
eurogee | 0 | 566,026,026 | 7.5% | ||
iansart | 0 | 15,676,297,136 | 45% | ||
cryptastic | 0 | 2,769,507,715 | 10% | ||
luvabi | 0 | 5,500,031,611 | 18.75% | ||
world-travel-pro | 0 | 1,799,048,442 | 0.75% | ||
bitrocker2020 | 0 | 27,539,780,626 | 10% | ||
reggaemuffin | 0 | 9,167,625,396,140 | 100% | ||
dailygiveaway | 0 | 215,173,973 | 44% | ||
isaria | 0 | 47,980,612,724 | 10% | ||
leesongyi | 0 | 17,577,089,115 | 7.5% | ||
steemitlotteries | 0 | 172,948,145 | 72% | ||
asbear | 0 | 212,029,830,970 | 37.5% | ||
kemal13 | 0 | 7,662,941,624 | 30% | ||
robofox | 0 | 6,199,049,981 | 100% | ||
bearone | 0 | 9,211,094,842 | 7.5% | ||
reddragonfly | 0 | 259,702,972 | 30% | ||
pennsif | 0 | 31,787,957,698 | 10% | ||
asridsyaref | 0 | 280,563,166 | 10% | ||
ewkaw | 0 | 7,506,299,430 | 20% | ||
howtostartablog | 0 | 27,747,203,428 | 60% | ||
jonmagnusson | 0 | 3,536,071,555 | 18.75% | ||
jayna | 0 | 10,805,012,858 | 11.25% | ||
ew-and-patterns | 0 | 311,365,938,171 | 35% | ||
changeangels | 0 | 28,656,882 | 100% | ||
faluthi01 | 0 | 394,498,803 | 37.5% | ||
affiedalfayed | 0 | 866,651,757 | 7.5% | ||
warfeed | 0 | 261,658,968 | 37.5% | ||
carrotcake | 0 | 740,710,999 | 7.5% | ||
klynic | 0 | 334,626,365 | 15% | ||
coloringiship | 0 | 6,788,914,372 | 18.75% | ||
sndbox | 0 | 4,737,131,075,662 | 75% | ||
jacekw | 0 | 8,159,457,678 | 50% | ||
christianity101 | 0 | 204,371,147 | 52% | ||
abigail-dantes | 0 | 877,842,629,787 | 50% | ||
tykee | 0 | 23,508,978,774 | 70% | ||
upgoat | 0 | 1,828,535,957 | 100% | ||
resheep | 0 | 428,091,984 | 100% | ||
upcroak | 0 | 156,298,751 | 100% | ||
smartcash | 0 | 11,333,893,141 | 68% | ||
imbritish | 0 | 181,758,387 | 60% | ||
mintvilla | 0 | 23,418,114,187 | 45% | ||
kofspades | 0 | 145,805,379 | 15% | ||
glitterbooster | 0 | 6,353,370,387 | 30% | ||
leotrap | 0 | 2,506,565,728 | 3.75% | ||
somethingburger | 0 | 6,852,884,664 | 75% | ||
tanyaschutte | 0 | 701,205,314 | 11.25% | ||
steemitph | 0 | 18,764,802,218 | 37.5% | ||
commbank | 0 | 237,877,782 | 48% | ||
leir | 0 | 2,035,452,446 | 50% | ||
icmarkets | 0 | 215,304,029 | 44% | ||
bleyker | 0 | 267,512,685 | 75% | ||
darmawan | 0 | 85,399,502 | 22.5% | ||
djlethalskillz | 0 | 247,352,254 | 1% | ||
steemabuse | 0 | 409,982,015 | 76% | ||
badham | 0 | 157,476,286 | 50% | ||
make-a-whale | 0 | 24,491,596,336 | 6.4% | ||
dayoung | 0 | 19,620,286,533 | 37.5% | ||
nessyquel | 0 | 80,915,004 | 75% | ||
marzukie | 0 | 346,530,903 | 37.5% | ||
crokkon | 0 | 106,882,287,570 | 100% | ||
accelerator | 0 | 16,577,968,397 | 1.1% | ||
markjason | 0 | 3,007,842,317 | 75% | ||
anna-mi | 0 | 495,842,041 | 37.5% | ||
unimelb | 0 | 209,305,681 | 43% | ||
kamikaze | 0 | 46,132,463,797 | 15% | ||
sbdraffle | 0 | 425,323,237 | 79% | ||
scorer | 0 | 62,914,615,445 | 100% | ||
krguidedog | 0 | 126,388,725 | 37.5% | ||
espoem | 0 | 17,807,042,704 | 10% | ||
playitforward | 0 | 18,120,771,266 | 22.5% | ||
mcfarhat | 0 | 45,194,780,942 | 27.98% | ||
critic-on | 0 | 328,465,397 | 7.5% | ||
feedyourminnows | 0 | 9,829,233,272 | 8% | ||
penauthor | 0 | 511,237,326 | 3.75% | ||
mrblinddraw | 0 | 17,157,234,962 | 67.5% | ||
animagic | 0 | 5,269,456,610 | 75% | ||
imamalkimas | 0 | 206,345,136 | 37.5% | ||
isnochys | 0 | 8,040,456,691 | 13% | ||
cmbugua | 0 | 114,599,136 | 37.5% | ||
qurator | 0 | 40,134,331,993 | 0.66% | ||
silasvogt | 0 | 101,417,344 | 18.75% | ||
loshcat | 0 | 3,130,402,271 | 100% | ||
steem-plus | 0 | 32,896,354,145 | 2.55% | ||
jesusj1 | 0 | 76,280,175 | 99% | ||
imaginedragon | 0 | 1,100,368,445 | 18.75% | ||
yusifm | 0 | 156,750,798 | 37.5% | ||
alvinauh | 0 | 13,629,464,739 | 75% | ||
utopian-io | 0 | 65,343,550,860,760 | 52.86% | ||
smaeunabs | 0 | 4,445,696,254 | 37.5% | ||
jaff8 | 0 | 116,941,936,397 | 69.96% | ||
smartbot | 0 | 236,578,194 | 56% | ||
advsamadhan | 0 | 73,359,937 | 37.5% | ||
scuzzy | 0 | 1,076,313,902 | 3.75% | ||
spectrums | 0 | 553,307,962 | 75% | ||
etherpunk | 0 | 2,298,610,177 | 2.5% | ||
nairadaddy | 0 | 1,612,261,169 | 3.75% | ||
berkaytekinsen | 0 | 1,295,503,446 | 75% | ||
jeffbernst | 0 | 180,026,387 | 15% | ||
mytechtrail | 0 | 1,056,515,973 | 50% | ||
curazao | 0 | 150,874,163 | 75% | ||
sireh | 0 | 4,534,115,593 | 18.75% | ||
greenorange | 0 | 546,441,566 | 100% | ||
bubbleburst | 0 | 7,244,126,453 | 100% | ||
pyaesoneaung1774 | 0 | 105,008,306 | 37.5% | ||
owaishassankhan | 0 | 158,898,677 | 37.5% | ||
steembasicincome | 0 | 2,972,643,639,628 | 40.7% | ||
aidnessanchez | 0 | 455,317,608 | 37.5% | ||
sagor5828 | 0 | 503,396,618 | 37.5% | ||
flashfiction | 0 | 2,486,407,872 | 75% | ||
thomasgift | 0 | 2,089,427,582 | 50% | ||
asyrafahamed | 0 | 894,170,688 | 22.5% | ||
artgirl | 0 | 6,333,666,003 | 90% | ||
paragon99 | 0 | 117,887,619 | 37.5% | ||
camillius | 0 | 259,905,689 | 37.5% | ||
nerdtopiade | 0 | 10,598,326,112 | 100% | ||
amosbastian | 0 | 183,067,075,745 | 69.96% | ||
jonnahmatias1016 | 0 | 306,132,150 | 37.5% | ||
smanuels | 0 | 90,577,166 | 11.25% | ||
imnotasenuelo | 0 | 131,925,372 | 37.5% | ||
irisworld | 0 | 283,075,728 | 30% | ||
asaj | 0 | 17,845,345,971 | 100% | ||
ohmylove | 0 | 268,004,797 | 75% | ||
robertgelbmann | 0 | 15,416,920,929 | 20% | ||
crypto3d | 0 | 5,972,745,596 | 25% | ||
jjay | 0 | 500,900,897 | 100% | ||
gky | 0 | 170,474,680 | 37.5% | ||
adamzi | 0 | 2,660,069,177 | 37.5% | ||
deejee | 0 | 175,236,357 | 37.5% | ||
neokuduk | 0 | 6,748,287,311 | 100% | ||
lukasmining | 0 | 3,215,039,712 | 50% | ||
edprivat | 0 | 1,669,865,556 | 0.15% | ||
grizzle | 0 | 80,016,788 | 1% | ||
literaturk | 0 | 467,875,797 | 100% | ||
crypto4euro | 0 | 147,185,871 | 37.5% | ||
debruyne844 | 0 | 173,605,328 | 37.5% | ||
michaelizer | 0 | 254,589,872 | 100% | ||
hashas120 | 0 | 290,182,645 | 75% | ||
oraclefrequency | 0 | 126,894,925 | 100% | ||
warpedpoetic | 0 | 3,057,009,013 | 11.25% | ||
sndbox-alpha | 0 | 27,421,299,966 | 75% | ||
used-lessboy | 0 | 116,685,224 | 37.5% | ||
sudefteri | 0 | 5,712,609,018 | 100% | ||
verhp11 | 0 | 110,650,377 | 1% | ||
sisygoboom | 0 | 5,953,070,608 | 15% | ||
kaeo | 0 | 402,643,047 | 75% | ||
ameliabartlett | 0 | 1,906,786,263 | 11.25% | ||
maxpatternman | 0 | 38,960,632,771 | 100% | ||
sashas | 0 | 2,955,263,335 | 100% | ||
rinbird | 0 | 404,350,672 | 75% | ||
tailslide | 0 | 129,470,576 | 37.5% | ||
beladro | 0 | 1,409,710,487 | 37.5% | ||
flugschwein | 0 | 25,989,758,372 | 75% | ||
aimei | 0 | 174,809,474 | 37.5% | ||
gjart | 0 | 1,151,511,656 | 30% | ||
akifane | 0 | 672,116,520 | 100% | ||
rasit | 0 | 482,529,632 | 100% | ||
viajeradelrio | 0 | 121,997,608 | 37.5% | ||
medical-hall | 0 | 334,227,524 | 75% | ||
eightbitfiction | 0 | 127,380,301 | 37.5% | ||
rheyss08 | 0 | 130,681,419 | 37.5% | ||
shredz7 | 0 | 8,256,925,639 | 100% | ||
fego | 0 | 32,370,778,327 | 69.96% | ||
backinblackdevil | 0 | 175,099,069,321 | 33% | ||
redheadpei | 0 | 444,396,935 | 5% | ||
reazuliqbal | 0 | 37,015,379,006 | 25% | ||
maveraunnehr | 0 | 431,978,376 | 100% | ||
lifediaries2nd | 0 | 204,217,981 | 37.5% | ||
chukuibijenny | 0 | 108,770,618 | 37.5% | ||
satren | 0 | 45,234,956,834 | 25% | ||
soydandan | 0 | 85,870,729 | 22.5% | ||
lauchmelder | 0 | 58,412,817,975 | 100% | ||
mirna98 | 0 | 121,869,755 | 37.5% | ||
sanctuspierre | 0 | 176,326,168 | 37.5% | ||
ibez | 0 | 174,828,572 | 37.5% | ||
dedesuryani | 0 | 85,847,206 | 37.5% | ||
kutrulaju | 0 | 363,334,425 | 37.5% | ||
anak123 | 0 | 410,508,724 | 37.5% | ||
karines | 0 | 71,485,700 | 18.75% | ||
qberry | 0 | 268,874,391 | 0.33% | ||
thefunfactory | 0 | 71,612,257 | 100% | ||
someonefun | 0 | 71,612,469 | 100% | ||
funbox | 0 | 71,615,025 | 100% | ||
funlands | 0 | 407,977,077 | 100% | ||
funanime | 0 | 71,612,454 | 100% | ||
funkyfun | 0 | 71,612,445 | 100% | ||
funnyfun | 0 | 71,612,443 | 100% | ||
dmonia | 0 | 71,614,999 | 100% | ||
goldrym | 0 | 71,613,458 | 100% | ||
qeoddrir | 0 | 71,610,036 | 100% | ||
dodrorth | 0 | 71,614,293 | 100% | ||
virgo27 | 0 | 327,684,175 | 37.5% | ||
zcool | 0 | 188,258,408 | 10% | ||
carloniere | 0 | 365,529,630 | 75% | ||
kanrat | 0 | 10,004,189,493 | 100% | ||
bit6in | 0 | 150,005,634 | 37.5% | ||
juned0292 | 0 | 155,066,855 | 37.5% | ||
elleok | 0 | 11,865,067,305 | 34% | ||
alitavirgen | 0 | 17,298,088,125 | 10% | ||
statsexpert | 0 | 8,671,436,260 | 100% | ||
samlee2018 | 0 | 60,769,655 | 50% | ||
steem-factuals | 0 | 109,658,836 | 37.5% | ||
blockmountain | 0 | 330,812,843 | 37.5% | ||
feronio | 0 | 1,017,803,855 | 100% | ||
riandifc | 0 | 141,520,116 | 37.5% | ||
wr212 | 0 | 137,324,259 | 37.5% | ||
kendallron | 0 | 230,066,633 | 15% | ||
occpresents | 0 | 1,427,861,727 | 56.25% | ||
recordpool | 0 | 148,225,569 | 10% | ||
sigmund | 0 | 305,667,058 | 37.5% | ||
apteacher | 0 | 1,728,290,900 | 15% | ||
ryuna.siege | 0 | 208,826,821 | 100% | ||
luegenbaron | 0 | 9,124,950,544 | 100% | ||
smacommunity | 0 | 3,506,926,444 | 37.5% | ||
ikarus56 | 0 | 1,108,365,804 | 5% | ||
indayclara | 0 | 248,604,627 | 7.5% | ||
musicvoter | 0 | 3,774,363,443 | 1% | ||
crazyluv | 0 | 176,086,552 | 37.5% | ||
carlpei | 0 | 225,536,695,791 | 100% | ||
abbasi1986 | 0 | 93,082,560 | 37.5% | ||
blockchainstudio | 0 | 26,170,014,168 | 100% | ||
kataindah | 0 | 109,141,232 | 37.5% | ||
pinkwonder | 0 | 7,797,081,404 | 100% | ||
jickirti | 0 | 153,381,978 | 37.5% | ||
aksapphires | 0 | 116,862,344 | 37.5% | ||
pinas | 0 | 449,540,771 | 50% | ||
riyadhie | 0 | 103,927,823 | 37.5% | ||
digitaldreamer | 0 | 276,102,693 | 75% | ||
linnyplant | 0 | 30,161,381,475 | 100% | ||
goldenturtle | 0 | 250,807,899 | 56.25% | ||
commonlaw | 0 | 3,762,382,622 | 35% | ||
morin89 | 0 | 114,227,576 | 37.5% | ||
lifekeys | 0 | 267,035,310 | 56.25% | ||
soundworks | 0 | 2,503,868,089 | 100% | ||
zam398 | 0 | 240,242,517 | 37.5% | ||
fauzan11 | 0 | 77,880,470 | 75% | ||
sarez | 0 | 7,108,926,033 | 37.5% | ||
sumomo | 0 | 630,140,944 | 37.5% | ||
donnyandrian | 0 | 313,563,642 | 75% | ||
carpet.duck | 0 | 405,753,843 | 37.5% | ||
arsadulislam | 0 | 221,328,909 | 45% | ||
pharao20 | 0 | 84,895,558 | 37.5% | ||
karinasia25 | 0 | 276,184,329 | 60% | ||
msjito | 0 | 389,497,491 | 75% | ||
literaturkritik | 0 | 4,691,784,032 | 100% | ||
karinquintero | 0 | 276,819,354 | 60% | ||
partiko | 0 | 291,396,539,800 | 3% | ||
princezico | 0 | 125,045,213 | 37.5% | ||
signup-newpeople | 0 | 108,645,393 | 37.5% | ||
polash66129 | 0 | 109,042,426 | 37.5% | ||
chrome.citizen | 0 | 113,628,790 | 37.5% | ||
cafelate | 0 | 294,010,137 | 7.5% | ||
sirwayneweezy | 0 | 172,585,994 | 37.5% | ||
pinkyangel | 0 | 113,954,388 | 37.5% | ||
lillywilton | 0 | 752,843,657 | 20% | ||
bestofph | 0 | 6,386,362,546 | 15% | ||
andi9999 | 0 | 109,143,224 | 37.5% | ||
ulockblock | 0 | 50,451,458,331 | 17.61% | ||
wstanley226 | 0 | 225,400,299 | 50% | ||
spero2711 | 0 | 91,979,085 | 25% | ||
carolinafer | 0 | 126,653,800 | 37.5% | ||
ninjavideo | 0 | 15,972,849,524 | 75% | ||
boyacun | 0 | 303,366,182 | 37.5% | ||
thritymminsi | 0 | 534,193,242 | 100% | ||
andylsyahputra | 0 | 173,183,066 | 37.5% | ||
penyuteverest | 0 | 170,703,294 | 37.5% | ||
riodronthedi | 0 | 534,486,914 | 100% | ||
icdayforlo | 0 | 532,846,086 | 100% | ||
epicentrokaribe | 0 | 276,161,871 | 60% | ||
nieloagranca | 0 | 3,546,065,704 | 8% | ||
rakan-sikula | 0 | 111,172,235 | 37.5% | ||
holger.random | 0 | 1,461,168,361 | 100% | ||
fullnodeupdate | 0 | 3,185,065,546 | 100% | ||
mops2e | 0 | 77,247,852 | 8% | ||
diyanti86 | 0 | 1,354,100,902 | 37.5% | ||
twotoedsloth | 0 | 23,841,863,536 | 37.5% | ||
mariusaftaragaci | 0 | 111,120,455 | 37.5% | ||
jacekw.dev | 0 | 4,109,130,416 | 100% | ||
chappertron | 0 | 60,509,248,317 | 100% | ||
raghao | 0 | 2,045,855,856 | 37.5% | ||
mdsohagm752 | 0 | 108,943,553 | 37.5% | ||
cribhatocons | 0 | 536,751,375 | 100% | ||
nkilehisli | 0 | 524,483,051 | 100% | ||
werhimapar | 0 | 533,459,984 | 100% | ||
branitmeotrus | 0 | 532,252,403 | 100% | ||
magesogu1987 | 0 | 531,907,896 | 100% | ||
booksrepchipa | 0 | 533,044,440 | 100% | ||
perepilichnyy | 0 | 1,981,968,095,870 | 100% | ||
tagger | 0 | 267,704,898 | 37.5% | ||
linkerstinker | 0 | 540,686,445 | 50% | ||
merlin7 | 0 | 16,312,739,158 | 0.4% | ||
pemburubitcoin | 0 | 139,144,464 | 37.5% | ||
princezakir | 0 | 97,005,624 | 37.5% | ||
alatomz | 0 | 204,679,198 | 37.5% | ||
megaraz | 0 | 63,179,617 | 100% | ||
aljofer | 0 | 174,895,916 | 37.5% | ||
steem-ua | 0 | 345,371,098,269 | 3.08% | ||
jhonnfreiny | 0 | 138,519,103 | 37.5% | ||
forhadh | 0 | 235,917,286 | 37.5% | ||
alvinvoo | 0 | 979,286,534 | 100% | ||
kaczynski | 0 | 205,936,250 | 100% | ||
davidsams | 0 | 110,358,621 | 37.5% | ||
ambercookie | 0 | 152,260,837 | 76% | ||
steemitbuzz | 0 | 10,511,340 | 1% | ||
nerdrepost | 0 | 104,091,763 | 100% | ||
teamcr | 0 | 806,211,737 | 100% | ||
anthive | 0 | 66,835,552 | 50% | ||
curbot | 0 | 2,330,752,168 | 100% | ||
nurah | 0 | 199,533,248 | 50% | ||
meulybnqcv | 0 | 533,725,905 | 100% | ||
toheliuk | 0 | 359,357,141 | 37.5% | ||
kingnosa | 0 | 66,734,711 | 50% | ||
dfen | 0 | 540,097,298 | 100% | ||
bluesniper | 0 | 8,118,450,818 | 1% | ||
phatima | 0 | 2,144,611,596 | 3.7% | ||
steemtank | 0 | 2,349,898,184,051 | 100% | ||
ascorphat | 0 | 1,954,420,436 | 2.5% | ||
kelicimchi | 0 | 293,174,091 | 37.5% | ||
samantha-w | 0 | 3,309,484,799,429 | 100% | ||
flodor | 0 | 687,757,138 | 25% | ||
ctime | 0 | 58,860,383,023 | 2% | ||
brujas | 0 | 866,504,156 | 100% | ||
eternalsuccess | 0 | 82,713,024 | 1% | ||
cerd26 | 0 | 51,609,508 | 75% | ||
bejust | 0 | 1,694,832,253 | 100% | ||
writeandearn | 0 | 467,075,037 | 37.5% | ||
hamsa.quality | 0 | 7,202,823,132 | 5% | ||
sternekoechin | 0 | 236,615,143 | 25% | ||
progressing | 0 | 1,562,777,273 | 100% | ||
ond | 0 | 460,449,712 | 50% | ||
orbo | 0 | 253,000,000 | 50% | ||
atomicannie | 0 | 0 | 1% |
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!
author | blockchainstudio |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220212613z |
category | utopian-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":[]} |
created | 2019-01-29 21:59:54 |
last_update | 2019-01-29 22:31:09 |
depth | 1 |
children | 9 |
last_payout | 2019-02-05 21:59:54 |
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 | 949 |
author_reputation | 178,988,499,015,921 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,130,092 |
net_rshares | 0 |
>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!
author | amosbastian |
---|---|
permlink | re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t222749565z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 22:27:48 |
last_update | 2019-01-29 22:27:48 |
depth | 2 |
children | 5 |
last_payout | 2019-02-05 22:27: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 | 274 |
author_reputation | 174,473,586,900,705 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,131,175 |
net_rshares | 6,278,566,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shammi | 0 | 365,688,402 | 7% | ||
steemtaker | 0 | 5,912,877,817 | 6% |
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.
author | blockchainstudio |
---|---|
permlink | re-amosbastian-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t223948381z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["holger80"],"links":["/@holger80"],"image":[]} |
created | 2019-01-29 22:37:36 |
last_update | 2019-01-29 22:38:30 |
depth | 3 |
children | 4 |
last_payout | 2019-02-05 22:37: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 | 444 |
author_reputation | 178,988,499,015,921 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,131,575 |
net_rshares | 0 |
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.
author | holger80 |
---|---|
permlink | re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220443362z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 22:04:42 |
last_update | 2019-01-29 22:05:00 |
depth | 2 |
children | 2 |
last_payout | 2019-02-05 22:04:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.127 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,130,286 |
net_rshares | 348,270,650,833 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fulltimebot31 | 0 | 122,954,157,338 | 98.78% | ||
realcleaner | 0 | 225,316,493,495 | 11.19% |
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!
author | blockchainstudio |
---|---|
permlink | re-holger80-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t221035711z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-01-29 22:08:18 |
last_update | 2019-01-29 22:08:18 |
depth | 3 |
children | 0 |
last_payout | 2019-02-05 22:08:18 |
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 | 186 |
author_reputation | 178,988,499,015,921 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,130,411 |
net_rshares | 0 |
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!
author | blockchainstudio |
---|---|
permlink | re-holger80-re-blockchainstudio-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t222852701z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-01-29 22:26:36 |
last_update | 2019-01-29 22:28:45 |
depth | 3 |
children | 0 |
last_payout | 2019-02-05 22:26: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 | 528 |
author_reputation | 178,988,499,015,921 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,131,119 |
net_rshares | 0 |
Nice work. Enjoying the improvements. Thank you for your time.
author | creativetruth |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t225554413z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 22:55:57 |
last_update | 2019-01-29 22:55:57 |
depth | 1 |
children | 0 |
last_payout | 2019-02-05 22:55: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 | 62 |
author_reputation | 127,856,318,431,877 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,132,268 |
net_rshares | 0 |
Great updates, looks like steemrewarding will be the ultimate auto-voting solution with that all functionality you have been working on. Regarding this:  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/)
author | emrebeyler |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t090408749z |
category | utopian-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"} |
created | 2019-01-30 09:04:09 |
last_update | 2019-01-30 09:04:09 |
depth | 1 |
children | 1 |
last_payout | 2019-02-06 09:04:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.134 HBD |
curator_payout_value | 1.630 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 888 |
author_reputation | 448,535,049,068,622 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,153,113 |
net_rshares | 13,937,440,326,351 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 24,899,009,301 | 100% | ||
lordneroo | 0 | 40,673,652,977 | 50% | ||
codingdefined | 0 | 23,490,261,750 | 20% | ||
espoem | 0 | 27,160,107,245 | 15% | ||
utopian-io | 0 | 13,654,610,522,720 | 9.45% | ||
zapncrap | 0 | 1,387,159,713 | 2% | ||
amosbastian | 0 | 79,596,160,070 | 31.22% | ||
curx | 0 | 1,549,176,062 | 2% | ||
holger80 | 0 | 58,440,777,274 | 10% | ||
hakancelik | 0 | 2,982,033,929 | 60% | ||
ulockblock | 0 | 14,323,069,501 | 5.12% | ||
curbot | 0 | 2,340,364,084 | 100% | ||
ascorphat | 0 | 2,001,167,651 | 2.5% | ||
yff | 0 | 3,986,864,074 | 100% |
Thank you for your review, @emrebeyler! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t090408749z-20190202t011514z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-02 01:15:15 |
last_update | 2019-02-02 01:15:15 |
depth | 2 |
children | 0 |
last_payout | 2019-02-09 01:15:15 |
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 | 62 |
author_reputation | 152,955,367,999,756 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,279,286 |
net_rshares | 0 |
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
author | emrebeyler |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t181125124z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["holger80"],"links":["https://discord.gg/MacHHF9"],"app":"steemit/0.1"} |
created | 2019-01-30 18:11:24 |
last_update | 2019-01-30 18:11:24 |
depth | 1 |
children | 0 |
last_payout | 2019-02-06 18:11:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.053 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 448,535,049,068,622 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,174,939 |
net_rshares | 146,964,561,114 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holger80 | 0 | 146,964,561,114 | 25% |
Thank you for this tool. What is the different between steemrewarding.com and steemauto.com ?
author | lauchmelder |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t221128004z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"steempeak","app":"steempeak/1.7.0"} |
created | 2019-01-29 22:11:24 |
last_update | 2019-01-29 22:11:24 |
depth | 1 |
children | 1 |
last_payout | 2019-02-05 22:11: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 | 94 |
author_reputation | 2,521,646,339,963 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,130,519 |
net_rshares | 0 |
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%).
author | holger80 |
---|---|
permlink | re-lauchmelder-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t233719069z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 23:37:21 |
last_update | 2019-01-29 23:37:21 |
depth | 2 |
children | 0 |
last_payout | 2019-02-05 23:37:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 176 |
author_reputation | 358,857,509,568,825 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,133,764 |
net_rshares | 153,509,327,625 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lauchmelder | 0 | 30,556,343,392 | 50% | ||
fulltimebot39 | 0 | 122,952,984,233 | 98.79% |
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. :(
author | linnyplant |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t223226073z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-01-29 22:32:27 |
last_update | 2019-01-29 22:32:27 |
depth | 1 |
children | 3 |
last_payout | 2019-02-05 22:32: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 | 270 |
author_reputation | 8,362,930,383,944 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,131,381 |
net_rshares | 0 |
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.
author | creativetruth |
---|---|
permlink | re-linnyplant-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t225423574z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 22:54:27 |
last_update | 2019-01-29 22:54:27 |
depth | 2 |
children | 2 |
last_payout | 2019-02-05 22:54:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.029 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 425 |
author_reputation | 127,856,318,431,877 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,132,209 |
net_rshares | 78,819,338,973 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
linnyplant | 0 | 29,167,274,422 | 100% | ||
dustsweeper | 0 | 49,652,064,551 | 4.96% |
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
author | linnyplant |
---|---|
permlink | re-creativetruth-re-linnyplant-re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t231554986z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 23:15:54 |
last_update | 2019-01-29 23:16:42 |
depth | 3 |
children | 1 |
last_payout | 2019-02-05 23:15:54 |
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 | 766 |
author_reputation | 8,362,930,383,944 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,133,046 |
net_rshares | 0 |
Steemrewarding gets everytime more intressting!
author | nerdtopiade |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190129t220610270z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-29 22:06:12 |
last_update | 2019-01-29 22:06:12 |
depth | 1 |
children | 0 |
last_payout | 2019-02-05 22:06: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 | 47 |
author_reputation | 105,608,294,728,416 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,130,337 |
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-curation-performance-is-shown-and-other-improvements-20190129t223053 |
category | utopian-io |
json_metadata | "" |
created | 2019-01-29 22:30:54 |
last_update | 2019-01-29 22:30:54 |
depth | 1 |
children | 0 |
last_payout | 2019-02-05 22:30:54 |
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 - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,131,304 |
net_rshares | 0 |
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.* ***
author | pennsif |
---|---|
permlink | re-holger80-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t164330166z |
category | utopian-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"} |
created | 2019-01-30 16:43:33 |
last_update | 2019-01-30 16:43:33 |
depth | 1 |
children | 0 |
last_payout | 2019-02-06 16:43: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 | 992 |
author_reputation | 636,410,097,572,565 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,171,452 |
net_rshares | 0 |
The reward of this comment goes 100 % to the author holger80. This is done by setting the beneficiaries of this comment to 100 %.
author | rewarding | ||||||
---|---|---|---|---|---|---|---|
permlink | re-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190308t085748z | ||||||
category | utopian-io | ||||||
json_metadata | "{"app": "beem/0.20.18"}" | ||||||
created | 2019-03-08 08:57:48 | ||||||
last_update | 2019-03-08 08:57:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2019-03-15 08:57:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.114 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 131 | ||||||
author_reputation | 32,654,544,428,658 | ||||||
root_title | "steemrewarding.com - curation performance is shown and other improvements" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 80,909,879 | ||||||
net_rshares | 612,409,446,586 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
holger80 | 0 | 605,298,636,747 | 100% | ||
rewarding | 0 | 7,110,809,839 | 75% |
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.
author | steem-plus |
---|---|
permlink | steemrewarding-com-curation-performance-is-shown-and-other-improvements---vote-steemplus |
category | utopian-io |
json_metadata | {} |
created | 2019-01-30 04:41:24 |
last_update | 2019-01-30 04:41:24 |
depth | 1 |
children | 0 |
last_payout | 2019-02-06 04:41: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 | 435 |
author_reputation | 247,952,188,232,400 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,145,146 |
net_rshares | 0 |
#### 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)**
author | steem-ua |
---|---|
permlink | re-steemrewarding-com-curation-performance-is-shown-and-other-improvements-20190130t050333z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-30 05:03:36 |
last_update | 2019-01-30 05:03:36 |
depth | 1 |
children | 0 |
last_payout | 2019-02-06 05:03: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 | 606 |
author_reputation | 23,214,230,978,060 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,145,999 |
net_rshares | 0 |
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**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-holger80-20190131t163156000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-01-31 16:31:54 |
last_update | 2019-01-31 16:31:54 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 16:31:54 |
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 | 778 |
author_reputation | 38,975,615,169,260 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,218,202 |
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-curation-performance-is-shown-and-other-improvements-20190203t200442z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-03 20:04:45 |
last_update | 2019-02-03 20:04:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-10 20:04: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 | 590 |
author_reputation | 152,955,367,999,756 |
root_title | "steemrewarding.com - curation performance is shown and other improvements" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,354,452 |
net_rshares | 0 |