Following my recent efforts to understand how the rewards allocation works out in Steemit, I think I came to a conclusion, so I updated the rewards calculation algorithm in [steem.supply](http://steem.supply). _On a side note, steem.supply has been on an unusually high load during the last few days (which led me to the cleanup I will talk about later) and also some of the content nodes that I'm relying upon are experiencing very high loads. So please try again later if the page doesn't work for you right now. My content node is still under making._ # How The Rewards Are (Actually) Calculated In Steemit: First of all, thanks to @geekorner and @penguinpablo who helped me during my other post. Now, let's see how this _actually_ works. The main confusion point is the "$" displayed by default near the rewards by Steemit (and busy, and eSteem). This "$" is not a USD. It has nothing to do with it. It's also not a SBD. So, what is it? It's what I'l call from now on a "Steem Token Unit", or STU. This is different from SBD and STEEM as currencies, and it's actually the expression of the underlying value storage in the STEEM blockchain, which goes under the name _vests_. So, the potential reward you see near your posts is actually expressed in STU. Example: you see near your post $100. In order to understand how much you will get, we will talk form now on in STU whenever we refer to the numbers the Steemit UI is showing. So you actually see near your post 100 STU. Out of this, you give away 25% from your STU to curators. You remain with 75 STU. This amount is split 50 / 50, with the following algorithm: 1. the first half is given in SBD, in the exact amount shown by division. In our case, half of 75 is 37.5. So you get _half_ of your rewards as 37.5 SBD 2. the second half is given in Steem Power, at the current feed price (the internal Steemit price for STEEM) in USD. So you get $37.5 _worth_ of Steem Power. If the current feed price of STEEM is, let's say $6, you get $37.5 / $6 = 6.25 Steem Power. Please note the difference: you get SBD directly as half of your rewards, but you get your Steem Power at the current market price of STEEM, not in absolute numbers. You get half _as_ SBD, and half as _usd equivalent value expressed in SP_, at the current price of SP in USD. The end result for something that displays 100 STU near your post: * 37.5 SBD * 6.25 Steem Power Let's see how much this means in fiat at the following prices: STEEM = $6, SBD = $8. * 37.5 SBD x 8 = $300 * 6.25 Steem Power x 6 = $37.5. So $100 _displayed_ rewards, are actually equal = $337.5 _real USD_. I tested this algorithm on a few posts, implemented it in steem.supply so hopefully from now on your rewards will be correctly calculated. Please be aware that the former algorithms often resulted in higher payouts than real. From now on, this shouldn't happen. If you notice something unusual, please let me know. # Major Cleanup I bumped the beta version to 0.3.0 and I got rid of any other unnecessary baggage. JSECoin code has been removed, it was a nice experiment for a while, but steem.supply is now too big to run experiments on it. What started as a one page Steemit learning exercise turned into a tool that gets used by more than 1,000 people every day, and it's even used as evidence in acrimonious disputes over the reward pool. So from now on will keep it as clean and as accurate as possible. As always, looking forward to your criticism, suggestions and feedback. *** _I'm a serial entrepreneur, blogger and ultrarunner. You can find me mainly on my blog at [Dragos Roua](http://dragosroua.com) where I write about productivity, business, relationships and running. Here on Steemit you may stay updated by following me @dragosroua._ <center> </center> *** <center>_You can also vote for me as witness here: https://steemit.com/~witnesses_</center> *** _If you're new to Steemit, you may find these articles relevant (that's also part of my witness activity to support new members of the platform)_: * [Rewards: Were Does The Money Come From?](https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-rewards-were-does-the-money-come-from) * [Netiquette: How To Avoid Being A Steem Douche?](https://steemit.com/steem/@dragosroua/steemit-newbie-faq-netiquette-how-to-avoid-being-a-steem-douche) * [Witnesses: What Are They And Why Should You Care?](https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-witnesses-what-are-they-and-why-should-you-care) * [How Can I Mine Steem And What CPU / GPU Power Do I Need For That?](https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-how-can-i-mine-steem-and-what-cpu-gpu-power-do-i-need-for-that) * [The Beginner Guide To Not Getting Hacked On Steemit](https://steemit.com/steemit/@dragosroua/the-beginner-guide-to-not-getting-hacked-on-steemit)
author | dragosroua |
---|---|
permlink | steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump |
category | steem |
json_metadata | {"tags":["steem","supply","steemit","rewards","price"],"users":["geekorner","penguinpablo","dragosroua"],"image":["http://dragosroua.com/wp-content/uploads/2014/05/bamf-e1448824881306.png"],"links":["http://steem.supply","http://dragosroua.com","https://steemit.com/~witnesses","https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-rewards-were-does-the-money-come-from","https://steemit.com/steem/@dragosroua/steemit-newbie-faq-netiquette-how-to-avoid-being-a-steem-douche","https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-witnesses-what-are-they-and-why-should-you-care","https://steemit.com/steemit/@dragosroua/steemit-newbie-faq-how-can-i-mine-steem-and-what-cpu-gpu-power-do-i-need-for-that","https://steemit.com/steemit/@dragosroua/the-beginner-guide-to-not-getting-hacked-on-steemit"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-01-05 14:25:51 |
last_update | 2018-01-05 14:25:51 |
depth | 0 |
children | 173 |
last_payout | 2018-01-12 14:25:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 190.842 HBD |
curator_payout_value | 51.273 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,931 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,294,909 |
net_rshares | 24,848,163,618,286 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 208,774,669,865 | 4% | ||
steempty | 0 | 163,450,989,644 | 4% | ||
sandra | 0 | 13,337,849,503 | 13% | ||
ihashfury | 0 | 5,676,989,504 | 13% | ||
jason | 0 | 16,963,447,174 | 13% | ||
nanzo-scoop | 0 | 40,977,739,083 | 1% | ||
mummyimperfect | 0 | 418,276,998 | 1% | ||
scalextrix | 0 | 24,939,008,843 | 100% | ||
ak2020 | 0 | 247,868,344 | 1% | ||
intelliguy | 0 | 30,954,133,747 | 25% | ||
angusleung100 | 0 | 797,186,571 | 100% | ||
ausbitbank | 0 | 82,529,595,117 | 1% | ||
ardina | 0 | 11,552,021,556 | 20% | ||
vortac | 0 | 704,243,689,006 | 20% | ||
igster | 0 | 196,627,766,585 | 100% | ||
dudutaulois | 0 | 58,688,912,707 | 100% | ||
xpilar | 0 | 237,950,531,947 | 20% | ||
beowulfoflegend | 0 | 190,706,688 | 100% | ||
exyle | 0 | 3,971,904,453,858 | 100% | ||
remlaps | 0 | 18,007,124,552 | 100% | ||
kenjiby | 0 | 3,990,516,614 | 60% | ||
cryptoninja | 0 | 170,045,321 | 2.8% | ||
bigsambucca | 0 | 426,601,429 | 100% | ||
hms818 | 0 | 2,646,690,757 | 5% | ||
cristi | 0 | 75,298,351,658 | 20% | ||
shivohum2015 | 0 | 2,454,986,553 | 11% | ||
scaredycatguide | 0 | 69,886,026,934 | 20% | ||
sc-steemit | 0 | 12,190,397,359 | 15% | ||
jschindler | 0 | 5,316,941,262 | 100% | ||
moisesmcardona | 0 | 4,940,209,747 | 5% | ||
kyriacos | 0 | 61,133,835,132 | 14% | ||
virtualgrowth | 0 | 20,530,153,420 | 10% | ||
stevescoins | 0 | 13,587,225,071 | 10% | ||
fungusmonk | 0 | 12,250,634,638 | 100% | ||
stokjockey | 0 | 4,676,999,775 | 10% | ||
leesmoketree | 0 | 62,979,833,200 | 36% | ||
steemitguide | 0 | 59,878,136,508 | 100% | ||
cryptohazard | 0 | 6,281,932,968 | 100% | ||
sponge-bob | 0 | 117,254,681,407 | 100% | ||
kyusho | 0 | 6,578,318,420 | 5% | ||
kristinaljfom | 0 | 22,067,035,354 | 100% | ||
schattenjaeger | 0 | 53,873,988,019 | 100% | ||
jasondaum | 0 | 42,532,439,832 | 100% | ||
rymlen | 0 | 67,269,537,293 | 10% | ||
ura-soul | 0 | 14,532,481,782 | 12% | ||
apolymask | 0 | 7,738,818,447 | 6% | ||
orenshani7 | 0 | 102,939,362,818 | 100% | ||
techslut | 0 | 193,867,550,331 | 20% | ||
dgiors | 0 | 42,468,486,640 | 30% | ||
blhz | 0 | 14,359,415,531 | 100% | ||
fordmogul | 0 | 206,853,967 | 100% | ||
bandm2016 | 0 | 4,834,393,569 | 100% | ||
raluca | 0 | 20,980,783,595 | 100% | ||
xochicotta | 0 | 513,120,196 | 100% | ||
trevor.george | 0 | 110,638,823,736 | 100% | ||
sallylloyd | 0 | 13,837,942,310 | 100% | ||
crowdfundedwhale | 0 | 47,496,979,373 | 12% | ||
gutzofter | 0 | 24,936,383,819 | 100% | ||
steemprentice | 0 | 4,597,832,003 | 10% | ||
teamhumble | 0 | 53,334,967,487 | 8% | ||
mafeeva | 0 | 566,581,046 | 1% | ||
jumowa | 0 | 20,436,801,145 | 35% | ||
osmanbugra | 0 | 12,353,599,615 | 100% | ||
diamondinform | 0 | 1,182,644,965 | 100% | ||
alinamarin | 0 | 6,403,175,760 | 100% | ||
alexvan | 0 | 1,800,052,634 | 5% | ||
saleg25 | 0 | 1,113,747,647 | 3% | ||
heymattsokol | 0 | 91,524,514,295 | 100% | ||
neuerko | 0 | 18,480,102,369 | 100% | ||
zer0hedge | 0 | 270,579,731,740 | 20% | ||
kalemandra | 0 | 24,313,860,326 | 11% | ||
borepstein | 0 | 43,496,346,199 | 100% | ||
andreipopa | 0 | 0 | 100% | ||
markkujantunen | 0 | 9,604,476,235 | 35% | ||
estronitex | 0 | 4,067,492,709 | 100% | ||
teammo | 0 | 91,528,403,357 | 50% | ||
htooms | 0 | 367,214,103,607 | 100% | ||
oneshot | 0 | 2,314,481,782 | 100% | ||
btu | 0 | 2,745,472,925,854 | 100% | ||
preparedwombat | 0 | 54,936,651,104 | 14% | ||
bcc | 0 | 2,938,448,414,304 | 100% | ||
prakashghai | 0 | 3,439,508,725 | 7% | ||
jesuscirino | 0 | 1,992,997,224 | 100% | ||
choogirl | 0 | 27,958,230,416 | 3% | ||
doctorjohn | 0 | 40,310,253,772 | 24% | ||
pawos | 0 | 11,453,069,935 | 100% | ||
solarcoach | 0 | 1,134,041,661 | 100% | ||
albertvhons | 0 | 546,119,099 | 1% | ||
sacred-agent | 0 | 16,227,487,540 | 14% | ||
grider123 | 0 | 6,704,309,777 | 100% | ||
islandliving | 0 | 8,694,730,851 | 32% | ||
annhoyblog | 0 | 12,396,683,144 | 100% | ||
traderdad | 0 | 19,043,078,906 | 100% | ||
rocksg | 0 | 3,408,927,523 | 2% | ||
carface | 0 | 1,033,647,216,154 | 100% | ||
drakkomaximo1234 | 0 | 10,826,517,795 | 100% | ||
done | 0 | 8,242,463,197,201 | 100% | ||
neander-squirrel | 0 | 36,484,956,765 | 100% | ||
costopher | 0 | 5,581,571,346 | 30% | ||
nedspeaks | 0 | 28,462,544,739 | 100% | ||
cecicastor | 0 | 10,881,734,145 | 30% | ||
amazonpricecheck | 0 | 5,372,119,995 | 70% | ||
mike1wealth | 0 | 161,075,200 | 100% | ||
rulesforrebels | 0 | 6,658,879,214 | 9% | ||
journeyoflife | 0 | 3,040,159,686 | 10% | ||
mehdibca | 0 | 3,083,486,460 | 100% | ||
enjar | 0 | 3,599,574,294 | 100% | ||
thinkerspool | 0 | 1,283,803,058 | 100% | ||
pennsif | 0 | 8,751,026,639 | 4% | ||
cryptotem | 0 | 5,619,910,869 | 9% | ||
raizel | 0 | 15,933,572,356 | 100% | ||
dijana969 | 0 | 8,099,932,447 | 100% | ||
digitalking | 0 | 8,605,303,306 | 50% | ||
jroy | 0 | 368,614,400 | 100% | ||
ew-and-patterns | 0 | 268,739,234,233 | 10% | ||
deanlogic | 0 | 26,522,141,080 | 100% | ||
bobarker | 0 | 381,004,800 | 100% | ||
zneeke | 0 | 2,923,725,942 | 25% | ||
jrandolph | 0 | 5,533,117,520 | 100% | ||
hynet | 0 | 4,993,962,247 | 100% | ||
cryptochallenge | 0 | 8,767,087,875 | 100% | ||
spinladen | 0 | 328,759,142 | 100% | ||
greatsam | 0 | 1,065,794,090 | 100% | ||
ackhoo | 0 | 5,639,986,793 | 26% | ||
jomeszaros | 0 | 10,277,345,894 | 12% | ||
thinknzombie | 0 | 2,359,443,690 | 1% | ||
bryandivisions | 0 | 4,849,188,085 | 100% | ||
blazing | 0 | 909,488,600 | 100% | ||
bluemoon | 0 | 4,439,882,576 | 100% | ||
shebe | 0 | 5,843,913,109 | 100% | ||
captenredbeard | 0 | 551,372,800 | 100% | ||
yoogyart | 0 | 8,506,045,326 | 100% | ||
nickwalshblog | 0 | 2,664,985,577 | 100% | ||
retiredinsamar | 0 | 4,248,807,630 | 17% | ||
embalsespr | 0 | 53,416,619 | 5% | ||
carlgnash | 0 | 98,330,093,214 | 100% | ||
myothuzar | 0 | 1,408,447,934 | 100% | ||
cryptokeepr | 0 | 86,664,654,413 | 41.32% | ||
nickh725 | 0 | 1,633,446,332 | 100% | ||
robertnevin | 0 | 407,365,200 | 100% | ||
shencoin | 0 | 1,273,052,521 | 100% | ||
aalagenesis | 0 | 4,091,930,027 | 100% | ||
elenasteem | 0 | 0 | 100% | ||
rehan12 | 0 | 1,239,653,361 | 100% | ||
kromtar | 0 | 9,950,823,570 | 100% | ||
gregallen | 0 | 0 | 100% | ||
delph1 | 0 | 525,333,746 | 100% | ||
calatorulmiop | 0 | 3,835,398,367 | 20% | ||
yogesssh | 0 | 3,402,891,171 | 100% | ||
openaccount | 0 | 1,212,700,841 | 50% | ||
fernandorivera | 0 | 127,543,926 | 100% | ||
ridaazhar | 0 | 64,703,312 | 100% | ||
mawit07 | 0 | 9,413,913,505 | 100% | ||
revisesociology | 0 | 40,869,431,801 | 100% | ||
zack1 | 0 | 529,950,738 | 100% | ||
ligayagardener | 0 | 4,930,758,333 | 100% | ||
joshpeterson | 0 | 1,390,828,263 | 100% | ||
moni.sagenscheid | 0 | 615,933,582 | 100% | ||
fritz.langen | 0 | 615,157,694 | 100% | ||
julia.mueller | 0 | 609,166,800 | 100% | ||
iqbal84 | 0 | 489,179,400 | 100% | ||
lacanone | 0 | 543,502,753 | 100% | ||
yabapmatt | 0 | 102,548,792,542 | 100% | ||
spellmaker | 0 | 1,821,568,331 | 100% | ||
melanie.fischer | 0 | 614,954,247 | 100% | ||
peterveronika | 0 | 10,439,685,060 | 100% | ||
darylsid11 | 0 | 196,937,495 | 100% | ||
sandra.weber | 0 | 620,308,606 | 100% | ||
svosse | 0 | 0 | 4% | ||
anja.meyer | 0 | 614,629,501 | 100% | ||
nicole.wagner | 0 | 612,243,400 | 100% | ||
nadine.becker | 0 | 618,511,313 | 100% | ||
sabrina.hoffmann | 0 | 616,260,385 | 100% | ||
christina.schulz | 0 | 609,288,573 | 100% | ||
daniela.schaefer | 0 | 612,228,647 | 100% | ||
minnowforlife | 0 | 563,043,308 | 100% | ||
miti | 0 | 6,906,117,985 | 30% | ||
anna.koch | 0 | 609,735,297 | 100% | ||
kath.richter | 0 | 615,809,739 | 100% | ||
watertoncafe | 0 | 1,906,601,669 | 100% | ||
introduceyoursel | 0 | 54,699,011 | 5% | ||
katja.schroeder | 0 | 615,321,092 | 100% | ||
nina.wolf | 0 | 614,133,900 | 100% | ||
claudia.klein | 0 | 609,369,798 | 100% | ||
sumjags09 | 0 | 450,134,799 | 100% | ||
kingfisher | 0 | 433,476,300 | 100% | ||
mitsjones | 0 | 28,951,158,913 | 100% | ||
veganroma | 0 | 7,145,700,121 | 100% | ||
preguntame | 0 | 51,311,819 | 5% | ||
jacinta.sevilla | 0 | 8,416,555,007 | 100% | ||
alandcosta | 0 | 80,677,633 | 100% | ||
fknmayhem | 0 | 5,958,384,652 | 50% | ||
javicabrera | 0 | 135,398,557 | 20% | ||
bigbanginfinity | 0 | 2,807,693,257 | 100% | ||
mejustandrew | 0 | 7,119,774,872 | 100% | ||
jet.wilda | 0 | 1,042,215,679 | 100% | ||
steveconnor | 0 | 2,766,190,835 | 34% | ||
lordnigel | 0 | 23,120,767,524 | 100% | ||
jupiter002 | 0 | 243,826,050 | 100% | ||
katerinaramm | 0 | 8,197,069,234 | 100% | ||
arulshijuarts | 0 | 592,866,969 | 100% | ||
msabolik | 0 | 301,526,897 | 100% | ||
oraclehack | 0 | 265,010,849 | 100% | ||
vnyrox | 0 | 605,744,430 | 100% | ||
acdevan | 0 | 836,876,272 | 100% | ||
rohit12123 | 0 | 154,155,982 | 100% | ||
heremonium | 0 | 3,015,465,698 | 100% | ||
countrylife | 0 | 1,184,140,299 | 100% | ||
daviddivergent | 0 | 55,385,722 | 100% | ||
alieone | 0 | 431,170,848 | 100% | ||
cryptocreed | 0 | 446,107,000 | 100% | ||
jameszenartist | 0 | 1,933,634,670 | 100% | ||
auleo | 0 | 550,155,944 | 100% | ||
yahialababidi | 0 | 2,399,543,321 | 10.89% | ||
lextenebris | 0 | 4,243,512,970 | 20% | ||
raihan12123 | 0 | 185,649,602 | 100% | ||
helensoutar | 0 | 1,414,828,300 | 100% | ||
historytime | 0 | 326,119,600 | 100% | ||
omarid | 0 | 126,149,012 | 100% | ||
farq | 0 | 7,961,884,879 | 100% | ||
weiching | 0 | 40,278,027,924 | 29% | ||
danibehram | 0 | 99,691,754 | 100% | ||
razzek | 0 | 706,169,003 | 100% | ||
avina | 0 | 581,477,400 | 100% | ||
phgnomo | 0 | 735,794,299 | 100% | ||
purpletanzanite | 0 | 794,429,973 | 100% | ||
deepresearch | 0 | 0 | 100% | ||
thedon1 | 0 | 80,716,653 | 100% | ||
wreckedem | 0 | 615,320,000 | 100% | ||
thatanimesnob | 0 | 670,789,593 | 100% | ||
hidromatic | 0 | 2,950,246,481 | 100% | ||
elifbayin | 0 | 487,917,565 | 100% | ||
lavidaesunviaje | 0 | 519,945,400 | 100% | ||
teeegs90 | 0 | 1,981,194,315 | 100% | ||
jonnahmatias1016 | 0 | 498,629,661 | 100% | ||
notoriousrebel | 0 | 918,594,547 | 100% | ||
intrepidphotos | 0 | 2,702,784,065 | 100% | ||
artyomko | 0 | 559,675,334 | 100% | ||
levinvillas | 0 | 525,099,889 | 100% | ||
mimranvg | 0 | 464,566,600 | 100% | ||
krenter | 0 | 524,568,546 | 100% | ||
look4balance | 0 | 892,856,529 | 100% | ||
shuji | 0 | 295,513,290 | 100% | ||
badebade | 0 | 365,341,388,938 | 100% | ||
chino-miguel | 0 | 504,185,200 | 100% | ||
gretum | 0 | 194,279,351 | 100% | ||
anmeitheal | 0 | 1,283,325,970 | 100% | ||
ronsheckelson | 0 | 595,277,928 | 100% | ||
mescal | 0 | 874,560,817 | 100% | ||
geekorner | 0 | 7,370,715,877 | 100% | ||
draguenir | 0 | 621,256,218 | 100% | ||
enigma5001 | 0 | 564,867,857 | 100% | ||
tninh | 0 | 1,337,409,320 | 100% | ||
pittyright | 0 | 253,168,236 | 100% | ||
dmitryart | 0 | 338,424,863 | 100% | ||
infinitum | 0 | 7,178,099,645 | 100% | ||
cryptobokster | 0 | 1,148,894,319 | 100% | ||
tobias-g | 0 | 522,627,166 | 100% | ||
findingbrooke23 | 0 | 65,570,577 | 100% | ||
dirkboy41 | 0 | 1,602,763,170 | 6% | ||
pgarama | 0 | 1,080,594,094 | 100% | ||
thedrewtrott | 0 | 846,744,204 | 100% | ||
thegreattater | 0 | 1,102,742,728 | 100% | ||
n3s70r32 | 0 | 122,135,934 | 100% | ||
econchain | 0 | 227,910,505 | 100% | ||
abdurahman | 0 | 52,425,077 | 100% | ||
rainbojangles | 0 | 1,119,876,643 | 100% | ||
zsike | 0 | 951,604,157 | 100% | ||
glenalbrethsen | 0 | 607,813,257 | 100% | ||
karthikmbbs | 0 | 609,258,734 | 100% | ||
adeyanju | 0 | 1,125,678,006 | 100% | ||
anupupadhaya | 0 | 324,937,946 | 100% | ||
oohtee | 0 | 264,252,615 | 100% | ||
artywink | 0 | 402,497,500 | 100% | ||
anne.collins | 0 | 614,500,000 | 100% | ||
gothika47 | 0 | 678,886,435 | 100% | ||
ajmir | 0 | 0 | 100% | ||
raquelita | 0 | 191,480,775 | 100% | ||
piscotel | 0 | 1,038,638,137 | 100% | ||
lele-venturi | 0 | 139,258,736 | 100% | ||
enzo3785 | 0 | 980,613,549 | 100% | ||
edgarf1979 | 0 | 261,110,093 | 100% | ||
olyamiles | 0 | 81,234,245 | 100% | ||
jesus1507 | 0 | 400,368,715 | 100% | ||
motinkergnome | 0 | 500,817,500 | 100% | ||
royaleagle | 0 | 533,824,948 | 100% | ||
sidneerengaw | 0 | 992,218,080 | 100% | ||
alaynaclair | 0 | 812,342,199 | 100% | ||
chikibumsi | 0 | 638,268,557 | 100% | ||
kamixi | 0 | 98,641,503 | 100% | ||
christina-madart | 0 | 439,367,500 | 100% | ||
serpak | 0 | 1,073,451,655 | 100% | ||
calsone6 | 0 | 644,070,950 | 100% | ||
hanhlam | 0 | 1,143,080,753 | 100% | ||
yessika | 0 | 1,160,487,836 | 100% | ||
vincent1923 | 0 | 1,021,229,210 | 100% | ||
olayhemy | 0 | 330,738,938 | 100% | ||
nightgod | 0 | 1,009,623,814 | 100% | ||
steemslav | 0 | 511,475,847 | 100% | ||
by4434 | 0 | 156,665,620 | 100% | ||
drendertv | 0 | 1,073,449,555 | 100% | ||
cekov03 | 0 | 1,096,658,609 | 100% | ||
jalmi | 0 | 190,495,000 | 100% | ||
kutluhan | 0 | 165,915,000 | 100% | ||
zafar82 | 0 | 577,630,000 | 100% | ||
duks | 0 | 104,465,000 | 100% | ||
peroto | 0 | 0 | 100% | ||
pizzapai | 0 | 0 | 100% | ||
dilqn | 0 | 1,032,828,105 | 100% | ||
verasiska | 0 | 0 | 100% | ||
sapferdi | 0 | 0 | 100% | ||
jarmenkell91 | 0 | 0 | 100% | ||
aamirhshah | 0 | 0 | 100% | ||
fariskhan | 0 | 0 | 100% |
Thank you, i found many new things about Steemit from this post :)
author | abahharuna |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t152948116z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:29:57 |
last_update | 2018-01-05 15:29:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:29:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 67,436,159,263 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,308,047 |
net_rshares | 17,738,961,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Best explanation of our earnings so far! That dollar symbol has always got me (and others who won't admit it) confused and no one has been able to explain it this clearly and simply. Thank you.
author | ackhoo |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t115734982z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 11:57:36 |
last_update | 2018-01-06 11:57:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 11:57:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 127,502,153,524,768 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,507,975 |
net_rshares | 17,960,863,518 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,306,074,984 | 5% |
Found your post interesting to read. I can't wait to see your post soon. Good Luck with the upcoming update.This article is really very interesting and effective. @dragosroua
author | ajmalansari |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t032638534z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 15:28:36 |
last_update | 2018-01-05 15:28:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:28: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 | 174 |
author_reputation | 1,064,375,810,980 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,307,756 |
net_rshares | 470,013,707 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ajmalansari | 0 | 470,013,707 | 100% |
hmmm... that USD acronym looks pretty good now https://media2.giphy.com/media/H315tBsDtcGCk/giphy.gif
author | alieone |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t200657155z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://media2.giphy.com/media/H315tBsDtcGCk/giphy.gif"],"app":"steemit/0.1"} |
created | 2018-01-07 20:06:57 |
last_update | 2018-01-07 20:06:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 20:06: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 | 101 |
author_reputation | 94,645,957,652 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,834,018 |
net_rshares | 0 |
Thanks for the concise explanation of Steem Token Unit - STU!
author | annhoyblog |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t051024876z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 05:10:18 |
last_update | 2018-01-06 05:10:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 05:10: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 | 61 |
author_reputation | 2,321,086,452,133 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,445,815 |
net_rshares | 0 |
I'm sad that I picked the 100% SP. It really does generate less than the 50:50. Haha! Still, this is great information. At least now, I know. :)
author | anotsopopularkid |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t135938258z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 13:59:42 |
last_update | 2018-01-06 13:59:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 13:59:42 |
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 | 144 |
author_reputation | 1,154,776,773,887 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,530,171 |
net_rshares | 0 |
I find your post helpful and sincere. I will most definitely follow you.
author | artywink |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180109t045928830z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-09 04:49:27 |
last_update | 2018-01-09 04:49:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-16 04:49: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 | 73 |
author_reputation | 86,958,672,361,307 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,165,262 |
net_rshares | 393,280,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
artywink | 0 | 393,280,000 | 100% |
this is brilliant simple brilliant you rock
author | azizulhassan |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t132838818z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 13:29:39 |
last_update | 2018-01-07 13:29:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 13:29: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 | 44 |
author_reputation | 858,685,273,941 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,761,260 |
net_rshares | 0 |
Thank you for this info very helpful !!
author | bigsambucca |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t053508483z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 05:35:33 |
last_update | 2018-01-06 05:35:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 05:35: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 | 39 |
author_reputation | 71,520,407,941,974 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,449,432 |
net_rshares | 0 |
oh now i see you managed to solve that quickly :)
author | blazing |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t180435960z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 18:04:36 |
last_update | 2018-01-05 18:04:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 18:04: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 | 49 |
author_reputation | 117,662,220,860,076 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,338,477 |
net_rshares | 0 |
I think we all need to know how the rewards are calculated. I have so much to learn and understand. Thank you for your help! Resteemed.
author | bluemoon |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t210956781z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 21:09:57 |
last_update | 2018-01-05 21:09:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 21:09: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 | 135 |
author_reputation | 844,503,297,038,693 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,371,198 |
net_rshares | 0 |
Thank you for your hard work. I think there may be a bug in implementation, though, as even though my rewards currently stand at some 6 STU (which should break into something like 3 SBD and 0.5 SP) my reward is currently as follows: >Liquid: 54 USD, Invested: 820 USD total potential* author** payout: 6.81 SBD + 136.75 Steem Power Source: http://steem.supply/@borepstein I think there is an issue with the implementation.
author | borepstein |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t232950070z |
category | steem |
json_metadata | {"tags":["steem"],"links":["http://steem.supply/@borepstein"],"app":"steemit/0.1"} |
created | 2018-01-05 23:29:51 |
last_update | 2018-01-05 23:29:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 23:29:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.129 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 426 |
author_reputation | 344,312,488,177,834 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,394,804 |
net_rshares | 17,830,256,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Thanks man I truly enjoy steem.supply. I just came across it the other day and love the breakdown it gives me in regards to when and how much I'll be paid. This article also solved a lot of questions I had in regards to how rewards were *exactly* calculated. Much love, Bryan
author | bryandivisions |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t050040518z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 05:00:39 |
last_update | 2018-01-07 05:00:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 05:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.121 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 109,243,938,824,860 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,683,433 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
very interesting stuff with the STU, the acronym sounds dirty though :)
author | calatorulmiop |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144532672z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:45:33 |
last_update | 2018-01-05 14:45:33 |
depth | 1 |
children | 4 |
last_payout | 2018-01-12 14:45:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 4,328,184,656,688 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,298,874 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
I think it sounds dirty only in Romanian. And only if you add an "F" somewhere in the middle :))
author | dragosroua |
---|---|
permlink | re-calatorulmiop-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144645930z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:46:45 |
last_update | 2018-01-05 14:46:45 |
depth | 2 |
children | 2 |
last_payout | 2018-01-12 14:46: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 | 96 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,299,123 |
net_rshares | 0 |
I was thinking of "shut the f&^% up" rather than the romanian version :)
author | calatorulmiop |
---|---|
permlink | re-dragosroua-re-calatorulmiop-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t150038572z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:00:39 |
last_update | 2018-01-05 15:00:39 |
depth | 3 |
children | 1 |
last_payout | 2018-01-12 15:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 4,328,184,656,688 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,301,971 |
net_rshares | 17,738,961,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Remembers me, of TSU
author | justinomora |
---|---|
permlink | re-calatorulmiop-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t172548665z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:25:51 |
last_update | 2018-01-05 17:25:51 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 17:25: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 | 20 |
author_reputation | 2,682,170,129,747 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,331,118 |
net_rshares | 0 |
Such good content for a noob like myself, thanks.
author | captenredbeard |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t163527033z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 16:35:24 |
last_update | 2018-01-06 16:35:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 16:35: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 | 49 |
author_reputation | 109,976,219,962 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,562,387 |
net_rshares | 0 |
thank you so much, that is probably the most clear explanation i have read and can actually understand. It always confused me, and sure everyone else how these calculations worked. Very grateful to you!
author | claudiaz |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t230727794z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 23:07:30 |
last_update | 2018-01-06 23:07:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 23:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 4,930,238,241,223 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,632,128 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
As long as you know what's going on, that's all that matters to me! haha (-:
author | clumsysilverdad |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t145926820z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:59:27 |
last_update | 2018-01-05 14:59:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 28,166,630,869,767 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,301,704 |
net_rshares | 17,738,961,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Wow, I finally get it ! That is crazy amazing... holy hell, no wonder we want a larger percentage of the payout in SBD, even when the price of SBD have "fallen" recently, haha ... damn. Resteem
author | clumsysilverdad |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t190734659z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 19:07:33 |
last_update | 2018-01-05 19:07:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 19:07:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 28,166,630,869,767 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,349,797 |
net_rshares | 17,830,256,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
It's annoying how you need to go ***hacker mode*** every time you want to get a complete grasp of something here.
author | cryptohazard |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t181941330z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 18:19:42 |
last_update | 2018-01-05 18:19:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 18:19:42 |
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 | 113 |
author_reputation | 17,111,780,434,071 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,341,236 |
net_rshares | 0 |
Thank you for maintaining your app, we appreciate the tool and a dev who looks after it :)
author | cryptonik |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t142921449z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:29:21 |
last_update | 2018-01-05 14:29:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:29:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 2,299,620,450,256 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,576 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Algo still need update? 
author | darkmrmystic | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dragosroua-201815t95537863z | ||||||
category | steem | ||||||
json_metadata | {"tags":["steem","supply","steemit","rewards","price"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-05 15:55:39 | ||||||
last_update | 2018-01-05 15:55:39 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2018-01-12 15:55: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 | 72 | ||||||
author_reputation | 2,951,693,565,601 | ||||||
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 27,313,490 | ||||||
net_rshares | 0 |
yes, still working on the comments part, expect a commit in a few hours.
author | dragosroua |
---|---|
permlink | re-darkmrmystic-re-dragosroua-201815t95537863z-20180105t160530741z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:05:30 |
last_update | 2018-01-05 16:05:30 |
depth | 2 |
children | 1 |
last_payout | 2018-01-12 16:05: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 | 72 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,315,603 |
net_rshares | 0 |
Ok, i saw 12ish SBD and over 80 steem and was like o.O wtf!?
author | darkmrmystic |
---|---|
permlink | re-dragosroua-re-darkmrmystic-re-dragosroua-201815t95537863z-20180105t161533725z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:15:36 |
last_update | 2018-01-05 16:15:36 |
depth | 3 |
children | 0 |
last_payout | 2018-01-12 16:15: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 | 60 |
author_reputation | 2,951,693,565,601 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,317,660 |
net_rshares | 0 |
Always improving.
author | deanlogic |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t152934185z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:29:33 |
last_update | 2018-01-05 15:29:33 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 15:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 19,560,080,433,201 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,307,962 |
net_rshares | 17,738,961,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Or at least trying :)
author | dragosroua |
---|---|
permlink | re-deanlogic-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t153012914z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:30:12 |
last_update | 2018-01-05 15:30:12 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 15: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 | 21 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,308,121 |
net_rshares | 0 |
Very clear explanation. Is there any way to transfer out the value from steem units in actual $?
author | delph1 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t142956759z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:29:57 |
last_update | 2018-01-05 14:29:57 |
depth | 1 |
children | 3 |
last_payout | 2018-01-12 14:29:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 32,932,331,729 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,703 |
net_rshares | 16,561,716,994 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% |
via exchanges.
author | dragosroua |
---|---|
permlink | re-delph1-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143049236z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:30:48 |
last_update | 2018-01-05 14:30:48 |
depth | 2 |
children | 2 |
last_payout | 2018-01-12 14:30: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 | 14 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,908 |
net_rshares | 537,694,540 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
delph1 | 0 | 537,694,540 | 100% |
Thank you! What units from the wallet can be transferred: STEEM, STEEM POWER, STEM DOLLARS, SAVINGS?
author | delph1 |
---|---|
permlink | re-dragosroua-re-delph1-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t183512161z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 18:35:12 |
last_update | 2018-01-05 18:35:12 |
depth | 3 |
children | 1 |
last_payout | 2018-01-12 18:35: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 | 100 |
author_reputation | 32,932,331,729 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,344,024 |
net_rshares | 0 |
Thank you for this post @dragosroua. I have seen explanations of the steemit payout calculation in the past, but I have to say that this one is the best. You use examples in order for everyone to understand what you are explaining. Good job!!! I did not know about steem.supply. I just saw this post mentioned by @exyle. I will check out steem.supply. Thanks again for this excellent post!
author | diamondinform |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t152220578z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua","exyle"],"app":"steemit/0.1"} |
created | 2018-01-06 15:22:27 |
last_update | 2018-01-06 15:26:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 15:22:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.151 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 389 |
author_reputation | 210,194,412,441 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,547,115 |
net_rshares | 17,876,147,093 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,700,679,608 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
I came to this post following the STU asterisks in steem.supply. I was really wondering how the 50-50 share gives correct the SBD's but so little SP. Thank you for your effort to explain it, in a very clear way.
author | digitalking |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t000836517z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 00:08:15 |
last_update | 2018-01-06 00:08:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 00:08: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 | 212 |
author_reputation | 5,860,368,288,312 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,400,585 |
net_rshares | 0 |
Now I get it! It always confused me how rewards are calculated .
author | dijana969 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t005238415z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 00:52:39 |
last_update | 2018-01-07 00:52:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 00:52: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 | 64 |
author_reputation | 3,770,532,126,429 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,648,820 |
net_rshares | 0 |
A lot of thanks for this information :D
author | drakkomaximo1234 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t234812331z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 23:48:09 |
last_update | 2018-01-07 23:48:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 23:48:09 |
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 | 39 |
author_reputation | 6,108,714,301,873 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,869,422 |
net_rshares | 0 |
Wow, so we will start seeing an increase on our rewards right?, cool we can figure our USD reward better now...
author | dreamrafa |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t145413508z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:54:15 |
last_update | 2018-01-05 14:54:15 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 14:54: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 | 111 |
author_reputation | 178,378,192,142,151 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,300,609 |
net_rshares | 0 |
Actually, the numbers shown previously were too high, so you should see a *dip*, but at least you'll be able to count on what you see.
author | geekorner |
---|---|
permlink | re-dreamrafa-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t155526488z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:55:27 |
last_update | 2018-01-05 15:55:27 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 15:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,313,441 |
net_rshares | 17,738,982,225 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,514,740 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
The [simplified equation](https://steemit.com/steem/@edicted/getting-screwed-by-sbd-payouts-switching-to-100-sp-jk) is (p*c+p)/2 p is the payout and c is SBD conversion. answer in USD. ((75)8+75)/2 = 337.5
author | edicted |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180109t095325374z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@edicted/getting-screwed-by-sbd-payouts-switching-to-100-sp-jk"],"app":"steemit/0.1"} |
created | 2018-01-09 09:53:27 |
last_update | 2018-01-09 09:53:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-16 09:53: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 | 207 |
author_reputation | 3,487,921,183,932,524 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,213,720 |
net_rshares | 0 |
I'm quite new and was already wondering about the relation and the meaning of the $ signs related to a post - very informative. Thanks for that :)
author | enzo3785 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t112729438z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 11:27:30 |
last_update | 2018-01-06 11:27:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 11:27:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 105,446,912,940 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,502,941 |
net_rshares | 17,828,498,913 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,653,031,428 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Excelente publicación, aunque soy nuevo en la familia Steemit esta publicación es muy explícita me gusto mucho, gracias por compartirla con toda esta comunidad, te invito a que visites mis publicaciones, mucho sabré agradecerte por tus consideraciones, seré tu seguidor y votare, estere pendiente de tus post https://steemit.com/bescouted/@esquinacreativa/lobo-siberiano https://steemit.com/cervantes-spanish/@esquinacreativa/familia-steemit-2018-steemit-family-2018
author | esquinacreativa |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t152622068z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/bescouted/@esquinacreativa/lobo-siberiano","https://steemit.com/cervantes-spanish/@esquinacreativa/familia-steemit-2018-steemit-family-2018"],"app":"steemit/0.1"} |
created | 2018-01-05 15:25:45 |
last_update | 2018-01-05 15:25:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:25:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 468 |
author_reputation | 219,469,111,105 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,307,152 |
net_rshares | 17,738,961,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
one thing. if I understand it on SSupply the 'days' are actually ***moving*** 24 hr periods...NOT calculated from midnight to midnight. in other words...it's 8:43 where I am...so _yesterday_ would be longer than 24 hours ago...regardless of the date. Have I got that right?
author | everittdmickey |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144445942z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:44:45 |
last_update | 2018-01-05 14:44:45 |
depth | 1 |
children | 2 |
last_payout | 2018-01-12 14:44:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 237,810,557,737,590 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,298,711 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Days are "24 hour time windows" from the current moment. So everything for the next 24 hours is displayed in hours, then it comes "in one day", then "in 2 days" etc.
author | dragosroua |
---|---|
permlink | re-everittdmickey-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144743174z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:47:42 |
last_update | 2018-01-05 14:47:42 |
depth | 2 |
children | 1 |
last_payout | 2018-01-12 14:47:42 |
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 | 165 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,299,323 |
net_rshares | 0 |
that explains the behavior of the 'stacks' (graph) kinda confusing. I'm used to days being from midnight to midnight. thanx.
author | everittdmickey |
---|---|
permlink | re-dragosroua-re-everittdmickey-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t145340267z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:53:39 |
last_update | 2018-01-05 14:53:39 |
depth | 3 |
children | 0 |
last_payout | 2018-01-12 14:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.176 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 237,810,557,737,590 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,300,498 |
net_rshares | 18,322,234,843 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
bonaventure | 0 | 583,272,900 | 100% |
To be honest I'm still kind of shocked at the amount revenue you can bring in with steem blockchain algorithm. It also helps that everybody can recognize the eliteness of Steem enough to make it spike up in the markets. Great setup, very happy to be a part of it.
author | exemplary |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t013001998z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 01:30:03 |
last_update | 2018-01-07 01:30:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 01:30: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 | 263 |
author_reputation | 5,770,018,285 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,654,097 |
net_rshares | 0 |
Thank you for this! Really useful!
author | exyle |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t175513129z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:55:12 |
last_update | 2018-01-05 18:00:45 |
depth | 1 |
children | 2 |
last_payout | 2018-01-12 17:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.745 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 1,231,514,672,678,036 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,336,661 |
net_rshares | 80,780,035,084 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 62,620,490,803 | 20% | ||
raluca | 0 | 4,440,654,946 | 20% | ||
sallylloyd | 0 | 13,109,629,557 | 100% | ||
zalukaj | 0 | 609,259,778 | 100% |
my pleasure, glad it's useful :)
author | dragosroua |
---|---|
permlink | re-exyle-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t175921112z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:59:21 |
last_update | 2018-01-05 17:59:21 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 17:59: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 | 32 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,337,417 |
net_rshares | 0 |
Incredibly so! Thanks!
author | sallylloyd |
---|---|
permlink | re-exyle-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t001258511z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 00:12:57 |
last_update | 2018-01-07 00:12:57 |
depth | 2 |
children | 0 |
last_payout | 2018-01-14 00:12: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 | 23 |
author_reputation | 8,406,161,217,194 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,642,542 |
net_rshares | 0 |
I've been trying to work out what this was from the day I signed up to steem. It's so damn confusing. Thanks for clearing that up.
author | farq |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t234348591z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 23:43:48 |
last_update | 2018-01-05 23:43:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 23:43: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 | 130 |
author_reputation | 1,695,556,148,282 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,396,978 |
net_rshares | 0 |
You are doing a great work @dragosroua to keep steem.supply up and running seamlessly, didn't know your response to the previous post will be this fast.
author | fastfingers |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t161537413z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 16:15:51 |
last_update | 2018-01-05 16:15:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:15: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 | 152 |
author_reputation | 362,429,359,059 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,317,728 |
net_rshares | 0 |
Great improvements. I use Steem Supply every day. Faster and more stable loading is greatly appreciated.
author | flauwy |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t021226497z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 02:12:54 |
last_update | 2018-01-07 02:12:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 02:12:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.121 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 296,259,911,900,510 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,659,986 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
I’m finding the ratios really weird right now. On 50/50, the SBD amount is quite high, while the Steem Power is very low. Am I missing a step in the calculation here. The two have got back nearer to a 1:1 ratio, so I imagined they’d be near to identical.
author | fourfourfun |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t120407814z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:04:09 |
last_update | 2018-01-06 12:04:09 |
depth | 1 |
children | 2 |
last_payout | 2018-01-13 12:04:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 254 |
author_reputation | 2,649,676,147,410 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,509,101 |
net_rshares | 16,654,788,534 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% |
SBD you get it as _the exact amount of coins in STU_, whereas Steem Power you get it as the $ value of STU divided by the Steem price. For instance, on a 50 / 50 ratio from 100, you would get * 50 SBD (the exact amount in coins) * $50 / $6 (Steem price) -> $50 worth of Steem Power.
author | dragosroua |
---|---|
permlink | re-fourfourfun-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t124835887z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:48:36 |
last_update | 2018-01-06 12:48:36 |
depth | 2 |
children | 1 |
last_payout | 2018-01-13 12:48:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,516,901 |
net_rshares | 3,436,958,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fourfourfun | 0 | 3,436,958,393 | 100% |
Got it!
author | fourfourfun |
---|---|
permlink | re-dragosroua-re-fourfourfun-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t125242310z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:52:42 |
last_update | 2018-01-06 12:52:42 |
depth | 3 |
children | 0 |
last_payout | 2018-01-13 12:52:42 |
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 | 7 |
author_reputation | 2,649,676,147,410 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,517,572 |
net_rshares | 0 |
you could have let JSECoin on website to be mined i have no problem with that because that coin doesn't get your 100% CPU not even 10%
author | free999enigma |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t190512090z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 19:05:12 |
last_update | 2018-01-05 19:05:12 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 19:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 61,127,251,081,744 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,349,360 |
net_rshares | 17,830,256,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Still have it on other sites I run, it wasn't a technical thing, but mostly strategic.
author | dragosroua |
---|---|
permlink | re-free999enigma-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t125101318z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:51:00 |
last_update | 2018-01-06 12:51:00 |
depth | 2 |
children | 0 |
last_payout | 2018-01-13 12:51:00 |
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 | 86 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,517,298 |
net_rshares | 0 |
:D Now to wait for Steem.Supply to work again for me and see how hard my projected income "Drops", which it doesn't, because it was an error anyway, but still. ;_; Good job! We got there in the end, including all the 85/15 discussions. It was worth it. All for the sake of understanding. Thanks for persevering <3
author | geekorner |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t154158033z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:42:00 |
last_update | 2018-01-05 15:42:00 |
depth | 1 |
children | 3 |
last_payout | 2018-01-12 15:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.720 HBD |
curator_payout_value | 0.067 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 316 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,310,503 |
net_rshares | 81,372,991,530 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techslut | 0 | 17,624,322,757 | 1% | ||
dragosroua | 0 | 62,573,201,288 | 20% | ||
raluca | 0 | 1,175,467,485 | 5% |
author | dragosroua |
---|---|
permlink | re-geekorner-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t154614463z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:46:15 |
last_update | 2018-01-05 15:46:15 |
depth | 2 |
children | 2 |
last_payout | 2018-01-12 15:46:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,311,385 |
net_rshares | 21,517,101,850 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techslut | 0 | 17,624,322,757 | 1% | ||
reidlist | 0 | 3,892,779,093 | 100% |
Stubbornness is next to Godliness. I think... right?
author | reidlist |
---|---|
permlink | re-dragosroua-re-geekorner-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t160138360z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:01:42 |
last_update | 2018-01-05 16:01:42 |
depth | 3 |
children | 0 |
last_payout | 2018-01-12 16:01:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 3,539,539,747,313 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,314,821 |
net_rshares | 4,505,224,751 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
reidlist | 0 | 4,505,224,751 | 100% |
Thank you for cooperating and being awesome, you stubborn men! <3
author | techslut |
---|---|
permlink | re-dragosroua-re-geekorner-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t135631641z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 13:56:33 |
last_update | 2018-01-06 13:56:33 |
depth | 3 |
children | 0 |
last_payout | 2018-01-13 13:56:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.203 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 111,778,832,002,739 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,529,537 |
net_rshares | 21,277,761,148 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,676,511,699 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
jomeszaros | 0 | 3,425,781,964 | 4% |
 The bars in the graph do not match the numbers beneath, but are noticeably lower. By the by, while "STU" is neat, I'd still like to know at a glance how much money in USD I stand to gain each day. Also, as can be seen, I'm projected to earn a lot more than 36 STU this week, so the numbers at the top of the chart are incorrect.
author | geekorner |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t053848089z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://steemitimages.com/DQmbmjTGP4qQGMwfNZWUdcgVtUwoLAWPVx8qwCxdVpwAhuy/image.png"],"app":"steemit/0.1"} |
created | 2018-01-07 05:38:48 |
last_update | 2018-01-07 05:41:03 |
depth | 1 |
children | 3 |
last_payout | 2018-01-14 05:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.121 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 420 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,688,909 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
> The bars in the graph do not match the numbers beneath, but are noticeably lower. The bars in the graph are SBD / SP, not STU. > By the by, while "STU" is neat, I'd still like to know at a glance how much money in USD I stand to gain each day. Do you suggest adding directly in the posts how much USD for each / total? You have the total amount in USD just above the chart. >Also, as can be seen, I'm projected to earn a lot more than 36 STU this week, so the numbers at the top of the chart are incorrect. After modifying the algo I still have some vars lingering around that may not follow through, so that's definitely looking like a bug. Thanks!
author | dragosroua |
---|---|
permlink | re-geekorner-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t081815863z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 08:18:12 |
last_update | 2018-01-07 08:18:12 |
depth | 2 |
children | 2 |
last_payout | 2018-01-14 08:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 657 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,710,843 |
net_rshares | 7,229,694,714 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekorner | 0 | 7,229,694,714 | 100% |
Oh right, the bars are SBD/SP... I do recommend that for the posts bars, just like the comments one, mousing over would give me data. And yes, I do recommend adding directly to posts how much I get for each. Maybe in parenthesis next to the post? A big reason to use Steem.Supply is so it'd tell you how much money you're currently projected to earn. Right now it's telling you how much you're projected to earn over 7 days. It'd be very helpful and convenient to users to know how much they're projected to earn daily, without the need for the calculation.
author | geekorner |
---|---|
permlink | re-dragosroua-re-geekorner-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t082152029z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 08:21:51 |
last_update | 2018-01-07 08:21:51 |
depth | 3 |
children | 1 |
last_payout | 2018-01-14 08:21:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.148 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 559 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,711,373 |
net_rshares | 15,788,112,483 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,203,201 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
I think you would quite like [this post I've made](https://busy.org/utopian-io/@geekorner/suggestion-change-the-usd-sign-used-to-display-rewards) :) BTW, you might also find interest in my recent post on SBD's supply and price relationship, but I'll let you be the judge of that, heh.
author | geekorner |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t141523176z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://busy.org/utopian-io/@geekorner/suggestion-change-the-usd-sign-used-to-display-rewards"],"app":"steemit/0.1"} |
created | 2018-01-07 14:15:24 |
last_update | 2018-01-07 14:15:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 14:15: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 | 285 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,770,150 |
net_rshares | 0 |
This is the first time I heard of your site but I think I will be using it a lot in the future. Also thank you for explaining the rewards since I'm kinds new and had trouble understanding why some posts make so much while others almost nothing.
author | gothika47 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t151932748z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:19:33 |
last_update | 2018-01-05 15:19:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:19:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 383,820,447,194 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,305,868 |
net_rshares | 18,339,039,282 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
chikibumsi | 0 | 615,058,791 | 100% | ||
bumtras | 0 | 1,160,486,033 | 100% |
Wow.Good
author | hanhtay |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t053119941z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 05:31:18 |
last_update | 2018-01-06 05:31:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 05:31: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 | 8 |
author_reputation | 33,012,524,190 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,448,798 |
net_rshares | 0 |
good article and good site for calculation all the best
author | heremonium |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t131252923z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 13:12:48 |
last_update | 2018-01-06 13:12:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 13:12:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 3,853,612,979,615 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,521,227 |
net_rshares | 3,276,000,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heremonium | 0 | 3,276,000,980 | 100% |
Wow much needed info man, thnx a lot.
author | hidromatic |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t135406455z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 13:54:06 |
last_update | 2018-01-06 13:54:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 13:54: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 | 37 |
author_reputation | 31,741,854,512 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,529,052 |
net_rshares | 0 |
Thanks @dragosroua for the updates, steem.supply is an amazing tool which is beneficial to all the members of steemit platform, i appreciate your decision of removing JSEcoin code, you may find even better alternatives once steem.supply gains little more popularity. Good luck!
author | hms818 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143351351z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 14:33:51 |
last_update | 2018-01-05 14:42:39 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 14:33:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.458 HBD |
curator_payout_value | 0.052 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 277 |
author_reputation | 11,503,740,391,093 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,296,517 |
net_rshares | 52,810,507,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hms818 | 0 | 35,073,323,471 | 100% | ||
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
> i appreciate your decision of removing JSEcoin code # Me, too.
author | justinomora |
---|---|
permlink | re-hms818-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t170814110z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:08:15 |
last_update | 2018-01-05 17:08:33 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 17:08: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 | 65 |
author_reputation | 2,682,170,129,747 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,327,790 |
net_rshares | 0 |
Great work @dragosroua, you have taken out time to study the payout algorithm. With this most community members who doesn't understand the payout procedure will know better. The information is educative.
author | hynet |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t152550006z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 15:25:57 |
last_update | 2018-01-05 15:25:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:25: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 | 203 |
author_reputation | 2,234,709,473,027 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,307,198 |
net_rshares | 0 |
dragosroua!! Thank you, your Post.
author | iamgun |
---|---|
permlink | 20180106t002439193z |
category | steem |
json_metadata | {} |
created | 2018-01-06 00:24:39 |
last_update | 2018-01-06 00:24:39 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 00:24: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 | 34 |
author_reputation | 263,611,044,702 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,403,024 |
net_rshares | 0 |
Thank you very much @dragosroua. This information answered my question. I am honestly grateful to you for this. Thank you also @exyle for referring me to this page. I grateful to you. Now I can be know the value of my steem dollar and steem power for each of my post.
author | ibemorah |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t130542869z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua","exyle"],"app":"steemit/0.1"} |
created | 2018-01-06 13:05:57 |
last_update | 2018-01-06 13:05:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 13:05: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 | 267 |
author_reputation | -800,987,085,691 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,519,969 |
net_rshares | 0 |
I personally just found out steem.supply and have been using it ever since. Great work.
author | igster |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144551357z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:45:57 |
last_update | 2018-01-05 14:45:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:45:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 17,415,198,441,969 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,298,960 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Wow. This is a nice clear explanation. And thanks for creating such a useful tool.
author | intrepidphotos |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t043053865z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 04:30:54 |
last_update | 2018-01-06 04:30:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 04: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 | 84 |
author_reputation | 583,698,312,014,318 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,440,261 |
net_rshares | 0 |
Holy mother of Logic!!! I’ve been here since mid May 2017, and so far, this is the only explanation of how payouts is calculated, that made any sense to me!!! Ding, ding, ding; MicFly!! Much much mahalo @dragosrousa!! Now I can confidently explain this calculation/algorithm to my friends and not look like a total idiot. Aloha!
author | islandliving |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t205215756z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosrousa"],"app":"steemit/0.1"} |
created | 2018-01-05 20:52:15 |
last_update | 2018-01-05 20:52:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 20:52:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 330 |
author_reputation | 4,480,914,891,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,368,238 |
net_rshares | 17,830,256,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Wow thank you very much with this article you have clarified many of my doubts, continue with contributions as well as this
author | jesus1507 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t151017452z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:10:42 |
last_update | 2018-01-05 16:10:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:10:42 |
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 | 123 |
author_reputation | 30,802,244,035 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,316,650 |
net_rshares | 0 |
It was very very confusing and suspicious so far, thanks a ton for the straightforward explanation, nice job! Voted you as a witness! cheers
author | jomeszaros |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t090045298z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 09:00:45 |
last_update | 2018-01-07 09:00:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 09:00:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.773 HBD |
curator_payout_value | 0.245 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 36,930,240,273,547 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,716,775 |
net_rshares | 102,075,136,485 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jomeszaros | 0 | 87,374,656,311 | 100% | ||
piaristmonk | 0 | 14,700,480,174 | 100% |
This is an amazing explanation, and it really cleared up a lot of misunderstandings I had about the payouts. Now that I understand the numbers a bit better, it actually really motivates me. Thank you.
author | joshpeterson |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t201608691z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 20:16:09 |
last_update | 2018-01-07 20:16:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 20:16:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.178 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 200 |
author_reputation | 5,435,037,327,964 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,835,538 |
net_rshares | 18,122,412,430 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,786,775,765 | 5% | ||
joshpeterson | 0 | 1,335,636,665 | 100% |
This just blew my mind. I remember reading another post where someone says split you payout to 50/50 is SBD is over $1 and 100% if it’s under $1
author | journeyoflife |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143235678z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:32:36 |
last_update | 2018-01-05 14:32:36 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 14:32:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.900 HBD |
curator_payout_value | 0.433 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 59,559,728,568,586 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,296,253 |
net_rshares | 239,869,268,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
echowhale | 0 | 196,586,304,743 | 100% | ||
babyechowhale | 0 | 25,545,779,362 | 100% |
That was me, yeah. Still true :P
author | geekorner |
---|---|
permlink | re-journeyoflife-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t153954058z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:39:57 |
last_update | 2018-01-05 15:39:57 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 15:39: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 | 32 |
author_reputation | 5,138,544,146,869 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,310,086 |
net_rshares | 0 |
A. I am glad to see your post earnings are so well considering most Devs get beneficiary rewards and it is difficult for a Dev that creates a website to gain the amount of money as those that do (i.e. utopian, steepshot, cahin bb, etc.) B. I am glad you took off JSE. Though I don't judge, it is heavily frowned upon. Even [UFC caught flack for it](https://www.coindesk.com/mixed-mining-arts-ufc-website-removes-coinhive-cryptocurrency-code/). I liked that you ran it because, as I said some Devs get bank while others don't, but anyways. C. I have a love-hate relationship with STU instead of SBD. STU makes it more accurate but also harder to calculate. Would it be possible to add a calculator built in at the top right or left to be able to allow people to input their STU and have it divy it by SP and SBD. [steem.rocks](steem.rocks) is another alternative to yours that has it's advantages and disadvantages. I am curious if both of you would be interested in collaborations. Anyways, thanks for the wonderful service and it is awesome you work on it so often!
author | jpederson96 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t052606518z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://www.coindesk.com/mixed-mining-arts-ufc-website-removes-coinhive-cryptocurrency-code/","steem.rocks"],"app":"steemit/0.1"} |
created | 2018-01-06 05:26:09 |
last_update | 2018-01-06 05:26:09 |
depth | 1 |
children | 2 |
last_payout | 2018-01-13 05:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,070 |
author_reputation | 32,016,589,036,669 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,448,064 |
net_rshares | 17,830,256,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
> Even UFC caught flack for it. You're mistaken anonymous and mischievous Monero mining implementations in JS (like the one UFC has been using) with a transparent, experimental coin named JSEcoin. Two very different things. You're welcome and, as a dev, I would stick around. While I don't have any immediate tech projects that are going beyond my time allocated for them, there might be a need for more resources soon, if the STEEM price stabilizes here. At this level it is lucrative to start writing mashups on top of the blockchain.
author | dragosroua |
---|---|
permlink | re-jpederson96-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t125423350z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:54:24 |
last_update | 2018-01-06 12:54:24 |
depth | 2 |
children | 1 |
last_payout | 2018-01-13 12:54: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 | 539 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,517,858 |
net_rshares | 0 |
author | jpederson96 |
---|---|
permlink | re-dragosroua-re-jpederson96-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t151938922z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 15:19:39 |
last_update | 2018-01-06 15:19:39 |
depth | 3 |
children | 0 |
last_payout | 2018-01-13 15:19:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 32,016,589,036,669 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,546,520 |
net_rshares | 3,017,815,080 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spaninv | 0 | 1,542,241,356 | 15% | ||
vladikras | 0 | 1,475,573,724 | 14% |
Uh wow. what an eye opener. resteemed
author | jumowa |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t215658532z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 21:57:00 |
last_update | 2018-01-06 21:57:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 21:57:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.109 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 33,607,268,748,503 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,621,611 |
net_rshares | 14,870,155,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% |
Awesome..i fully understand now how the payout works! Thank you for the information..
author | junebride |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t233842408z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 23:38:42 |
last_update | 2018-01-08 23:38:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 23:38:42 |
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 | 85 |
author_reputation | 285,467,012,881,155 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,113,271 |
net_rshares | 0 |
"Steem Token Unit", or STU. For me it is a # Steem Token Unit of Pure Value or STUPV I almost came as STUPID. So better be STUV or Steem Token Unit Value
author | justinomora |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t161747248z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:18:06 |
last_update | 2018-01-05 16:18:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:18:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 2,682,170,129,747 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,318,191 |
net_rshares | 17,739,006,195 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,538,710 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
> What started as a one page Steemit learning exercise turned into a tool that gets used by more than 1,000 people every day, # I use it as a Revenue Income Management Tool for Planning my Weekly Earnings.
author | justinomora |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t163754142z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:39:18 |
last_update | 2018-01-05 16:39:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 2,682,170,129,747 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,322,362 |
net_rshares | 16,563,544,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,544,242 | 5% |
# @dragosroua: More Complexity for your Computational Formulas: > The Steem blockchain has an interesting feature when SBD debt is too high. If the SBD debt exceeds 2% of Steem market cap, author rewards split starts deviating from 50% SP + 50% SBD, producing some Steem instead of SBD. At 3.5%, it is 50% SP + 25% SBD + 25% Steem. At SBD debt hitting and exceeding 5%, all SBD production stops, and author rewards are given out at 50% SP + 50% Steem. https://steemit.com/steem/@liberosist/thought-experiment-sbd-only-rewards-at-high-sbd-price
author | justinomora |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t081555419z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"links":["https://steemit.com/steem/@liberosist/thought-experiment-sbd-only-rewards-at-high-sbd-price"],"app":"steemit/0.1"} |
created | 2018-01-08 08:15:54 |
last_update | 2018-01-08 08:15:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 08:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.292 HBD |
curator_payout_value | 0.091 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 543 |
author_reputation | 2,682,170,129,747 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,947,513 |
net_rshares | 35,725,684,383 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ura-soul | 0 | 35,725,684,383 | 30% | ||
gokulnk | 0 | 0 | 20% |
Finally, it is clear for me now! Thanks for the info! :)
author | kalemandra |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t182615439z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 18:26:15 |
last_update | 2018-01-08 18:26:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 18:26: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 | 56 |
author_reputation | 499,306,530,613,095 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,060,343 |
net_rshares | 0 |
Thank you!
author | kansuze |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t064020390z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 06:40:21 |
last_update | 2018-01-08 06:40:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 06:40: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 | 10 |
author_reputation | 81,503,937,847,895 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,933,195 |
net_rshares | 0 |
I upvoted, followed you Please follow me
author | karthikmbbs | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dragosroua-201815t235138540z | ||||||
category | steem | ||||||
json_metadata | {"tags":["steem","supply","steemit","rewards","price"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-05 18:21:42 | ||||||
last_update | 2018-01-05 18:21:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-01-12 18:21:42 | ||||||
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 | 40 | ||||||
author_reputation | 204,221,350,444 | ||||||
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 27,341,618 | ||||||
net_rshares | 0 |
Nice clear explanation of post rewards :) Thanks for your work on steem.supply. It has been a useful tool.
author | kiokizz |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t080517206z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 08:05:21 |
last_update | 2018-01-06 08:05:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 08:05: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 | 107 |
author_reputation | 30,536,521,215,252 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,471,175 |
net_rshares | 0 |
Great work, now I understand much more than before how it works Thank
author | krenter |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t172905930z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:29:06 |
last_update | 2018-01-05 17:29:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 17:29: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 | 838,199,186,474 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,331,767 |
net_rshares | 0 |
Thank you for such a great explanation, resteemed)
author | kristinaljfom |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143803784z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:38:06 |
last_update | 2018-01-05 14:38:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:38:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 67,534,848,591,116 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,297,383 |
net_rshares | 16,561,716,994 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% |
Please Like My posts I liked you
author | kutluhan |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180109t003934639z |
category | steem |
json_metadata | {"tags":["steem"],"community":"busy","app":"busy/2.2.0"} |
created | 2018-01-09 00:39:36 |
last_update | 2018-01-09 00:39:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-16 00:39: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 | 32 |
author_reputation | 212,756,502,978 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,123,803 |
net_rshares | 0 |
Cool post I was asking about this and found your description, I'm hoping your nice write will reach others who need this info too because its simply too confusing, the '$' sign, I finally managed to work posts out backwards and now I can understand the rewards. Thanks helping everyone on the network by posting this afresh!
author | lanmower |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t234505534z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 23:45:06 |
last_update | 2018-01-07 23:45:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 23:45: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 | 324 |
author_reputation | -4,369,177,824,692 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,868,935 |
net_rshares | 0 |
Good job, awesome explanation because I was wandering where my sp goes, and my favorite tool! Thanks!
author | markosky |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t210810825z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 21:08:12 |
last_update | 2018-01-07 21:08:12 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 21:08:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.936 HBD |
curator_payout_value | 0.306 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 3,284,309,077,086 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,844,230 |
net_rshares | 120,010,367,808 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markosky | 0 | 120,010,367,808 | 100% |
Thank you so much @dragosroua. I use steem.supply daily. It helps me gauge on what is working and what is not. For example I love the summation of STU on the comments rewards. I get to figure if I am doing well or not commenting enough. It motivates me to work more knowing that I am reaching towards something when there are numbers behind it. Thanks.
author | mawit07 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t172205732z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 17:22:27 |
last_update | 2018-01-05 17:22:27 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 17:22:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.082 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 352 |
author_reputation | 795,445,156,730,092 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,330,440 |
net_rshares | 11,731,767,586 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mawit07 | 0 | 11,731,767,586 | 100% |
Thank you for this info Sir! ☺️ steem.supply has been my favorite tool along with steemnow. I’ll share this to our group, this is very informative. I was checking steem.supply, and I got confused with STU, so I clicked the link you provided. Thank you! 🤗
author | meetmysuperego |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t012544209z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 01:25:45 |
last_update | 2018-01-07 01:25:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 01:25: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 | 254 |
author_reputation | 29,157,868,035,575 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,653,521 |
net_rshares | 0 |
Yeah because 1 SBD is assumed to be equal to 1 USD.
author | mehdibca |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t142734705z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:27:36 |
last_update | 2018-01-05 14:27:36 |
depth | 1 |
children | 7 |
last_payout | 2018-01-12 14:27:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 21,763,352,448,246 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,235 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
It was designed to be pegged to the dollar, works well for more than a year..not the case after the rise of SBD in the last few weeks. Not that I am complaining.. :)
author | mehdibca |
---|---|
permlink | re-mehdibca-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143206557z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:32:06 |
last_update | 2018-01-05 14:32:06 |
depth | 2 |
children | 6 |
last_payout | 2018-01-12 14:32: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 | 165 |
author_reputation | 21,763,352,448,246 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,296,151 |
net_rshares | 0 |
 *** [Source](http://steem.supply/@mehdibca) *** I doubt the total potential payout is accurate as STEEM rewards should not exceed SBD they are actually way lower by a factor of approx: 1/7
author | mehdibca |
---|---|
permlink | re-mehdibca-re-mehdibca-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143732074z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://steemitimages.com/DQmU2A6FXVfHUEdDdG428mH85XXcb17AeDfgUgwZEZN7apz/Screen%20Shot%202018-01-05%20at%203.34.27%20PM.png"],"links":["http://steem.supply/@mehdibca"],"app":"steemit/0.1"} |
created | 2018-01-05 14:37:33 |
last_update | 2018-01-05 14:37:33 |
depth | 3 |
children | 5 |
last_payout | 2018-01-12 14:37: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 | 358 |
author_reputation | 21,763,352,448,246 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,297,264 |
net_rshares | 0 |
But this does not make sense, I think Iunderstand the algorithm,but it doesn't make sense. Why the Steem is converted to USD at the feed price and SBD is not? It seems more like a bug to me...
author | mejustandrew |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144156790z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:40:06 |
last_update | 2018-01-05 14:40:06 |
depth | 1 |
children | 4 |
last_payout | 2018-01-12 14:40:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 6,245,491,946,485 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,297,740 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
SBD is paid as "stable", in absolute numbers. This was the initial design, to have a part of payments in a stable currency. Assumed to be always $1. Isn't.
author | dragosroua |
---|---|
permlink | re-mejustandrew-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t144234697z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:42:33 |
last_update | 2018-01-05 14:42:33 |
depth | 2 |
children | 3 |
last_payout | 2018-01-12 14:42:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.057 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,298,265 |
net_rshares | 6,840,568,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mejustandrew | 0 | 6,840,568,015 | 100% |
The truth is that if SBD will go back to 1 dollar, everybody will be pretty upset. By the way, do you think it will pump again or should I power them up now?
author | mejustandrew |
---|---|
permlink | re-dragosroua-re-mejustandrew-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t145846262z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:56:57 |
last_update | 2018-01-05 14:56:57 |
depth | 3 |
children | 2 |
last_payout | 2018-01-12 14:56: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 | 157 |
author_reputation | 6,245,491,946,485 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,301,132 |
net_rshares | 0 |
Thanks for sharing this calculations, I actually had a problem with this, I was complaining about the Steem power given being too low compared with the SBD but now I understand. Thanks ones again for sharing
author | meritigbunu |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t160355423z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:04:06 |
last_update | 2018-01-05 16:04:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:04:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.176 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 519,458,305,397 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,315,331 |
net_rshares | 18,274,075,585 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,514,740 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
meritigbunu | 0 | 535,093,360 | 100% |
Nice number crunching there! Thanks for this. 👍😉
author | mikeycolon |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t155815227z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:58:18 |
last_update | 2018-01-05 15:58:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:58: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 | 51 |
author_reputation | 23,910,985,480,907 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,314,072 |
net_rshares | 0 |
Hello @dragosroua. Thank you for this insight into this compley and for me completely new world of numbers. Highly appreciated! There is still sooooo much to learn for me. Cheers. Moritz
author | my-permaculture |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t172750192z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-06 17:27:48 |
last_update | 2018-01-06 17:27:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 17: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 | 186 |
author_reputation | 692,160,934,674 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,572,678 |
net_rshares | 0 |
Thank you so much. You have given me the answer I was looking for, and reading in FAQ of steemit, but I didn't find it till now. I was wondering why the 50% of 75% wich represent SP is so less compared with 50% represented in SBD. Now I understand. The SP is calculated from $ devided at the rate of Steem. Great job. I realy apreciate it. I'm happy I read your post.
author | nicuzaharie |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t231737134z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 23:18:03 |
last_update | 2018-01-06 23:18:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 23:18:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 367 |
author_reputation | 3,481,783,487,172 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,633,635 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
Wow. This is a very important piece of information. Thank you very much
author | orenshani7 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t092037838z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 09:20:42 |
last_update | 2018-01-08 09:20:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-15 09:20:42 |
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 | 71 |
author_reputation | 25,008,785,557,132 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,957,851 |
net_rshares | 0 |
Thank you for your work. My talents lay elsewhere, but I am impressed with anyone who can write and implement hard code!
author | pastbastard |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t221431637z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 22:14:30 |
last_update | 2018-01-07 22:14:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 22:14:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 1,306,345,703,844 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,855,008 |
net_rshares | 2,777,417,363 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kkugel2 | 0 | 164,291,290 | 100% | ||
pastbastard | 0 | 2,613,126,073 | 100% |
Thank you for this - most useful. I had recently got questions about this from one of the people I mentor and a couple of others in the homesteading discord. I can now give a solid answer.
author | pennsif |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t150402747z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 15:04:03 |
last_update | 2018-01-06 15:04:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 15:04:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 636,410,097,572,565 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,543,332 |
net_rshares | 16,700,679,608 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,700,679,608 | 5% |
I think this is the most clear explanation about How rewards are calculated. Ty a lot sir!
author | phgnomo |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t154741880z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:47:48 |
last_update | 2018-01-05 15:47:48 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:47:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.203 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 24,864,018,367,830 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,311,730 |
net_rshares | 21,004,149,404 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% | ||
raluca | 0 | 4,440,654,946 | 20% |
this has answered sooo many questions that i have had since i joined steemit.. i cant thank u enough for this. am sharing this other steemit groups am in on fb, whatsapp, etc. am sure theres still a lot of people on this dilemma.
author | purpletanzanite |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t142412194z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 14:24:09 |
last_update | 2018-01-06 14:24:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 14:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.134 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 229 |
author_reputation | 9,805,168,927,699 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,535,252 |
net_rshares | 17,569,289,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,786,775,765 | 5% | ||
purpletanzanite | 0 | 782,513,524 | 100% |
Wow. Thank you for this @dragosroua! I finally knew how to calculate it Thank you also for the links that you have provided, it can definitely help me to start better in steemit!
author | queenjventurer |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t111318180z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-06 19:13:06 |
last_update | 2018-01-06 19:13:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 19:13: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 | 178 |
author_reputation | 683,143,509,883 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,592,717 |
net_rshares | 1,921,940,110 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
queenjventurer | 0 | 1,921,940,110 | 100% |
Nicely done! SBD might fall down, but supply is small so it ain't hard to pump...
author | ragetester |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t145316241z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:54:03 |
last_update | 2018-01-05 14:54:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:54:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.208 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 211,659,584,949 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,300,578 |
net_rshares | 22,297,667,080 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,737,276 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
ragetester | 0 | 4,560,462,319 | 100% |
I for one simply discovered steem.supply and have been utilizing it from that point onward. Extraordinary work. Upvoted and resteemed
author | raihan12123 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t165740418z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:57:54 |
last_update | 2018-01-05 16:57:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:57: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 | 133 |
author_reputation | 107,073,852,789 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,325,810 |
net_rshares | 185,649,602 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
raihan12123 | 0 | 185,649,602 | 100% |
Thanks a lot buddy this have helped to lot to get in my mind ,from on will get things correctly and indeed was wondering about the STU in Steem.supply but clear now :)
author | rehan12 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t055646531z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 05:56:51 |
last_update | 2018-01-07 05:56:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 05:56:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.121 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 985,758,108,042,334 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,691,456 |
net_rshares | 15,788,064,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 14,870,155,674 | 4% | ||
raluca | 0 | 917,909,282 | 4% |
@dragosroua ~ I really appreciate the effort you put into this, but I still am a little confused. My "Total Potential Rewards" indicates nearly $700, but I cannot determine where this is coming from. Can you further help me understand. Thanks.
author | retiredinsamar |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t060115364z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1","users":["dragosroua"]} |
created | 2018-01-06 06:01:24 |
last_update | 2018-01-06 06:04:15 |
depth | 1 |
children | 2 |
last_payout | 2018-01-13 06:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.240 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 243 |
author_reputation | 3,026,823,327,143 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,453,135 |
net_rshares | 24,992,986,060 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
retiredinsamar | 0 | 24,992,986,060 | 100% |
There is a concept called inflation. What it means is that the new tokens are created regularly. These tokens are distributed to the users who create value and contribute to the Steem eco system either by creation content, curating content, holding steempower or by being a witness. Quoting from the [Steem blue paper](https://steemit.com/steem/@steemladder/steem-blue-paper-awareness-initiative) > >The rate that new tokens are generated was set to 9.5% per year starting in December 2016, and decreases at a rate of 0.01% every 250,000 blocks, or about 0.5% per year. The inflation will continue decreasing at this rate until it reaches 0.95%, after a period of approximately 20.5 years. Of the supply of new tokens created by the Steem blockchain every year, 75% of those tokens compose the “rewards pool” which are distributed to content creators and content curators. 15% are distributed to vested token holders, and 10% are distributed to Witnesses, the block producers cooperating inside Steem’s DPoS consensus protocol. >
author | gokulnk |
---|---|
permlink | re-retiredinsamar-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180129t190400990z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/steem/@steemladder/steem-blue-paper-awareness-initiative"],"app":"steemit/0.1"} |
created | 2018-01-29 19:04:03 |
last_update | 2018-01-29 19:04:03 |
depth | 2 |
children | 1 |
last_payout | 2018-02-05 19:04: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 | 1,030 |
author_reputation | 17,871,219,215,380 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,355,519 |
net_rshares | 0 |
Still does not justify my Potential Rewards... it was way too high and it should have been closer to $25 usd when I posed the question, not $700.
author | retiredinsamar |
---|---|
permlink | re-gokulnk-re-retiredinsamar-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180129t224435362z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-29 22:44:39 |
last_update | 2018-01-29 22:45:15 |
depth | 3 |
children | 0 |
last_payout | 2018-02-05 22:44: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 | 146 |
author_reputation | 3,026,823,327,143 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,396,618 |
net_rshares | 0 |
Hey - great post, nicely explained, and I must say that steem.supply is excellent - why that doesn't get more widely circulated I don't know. I gave you a 100% upvote and will vote you up as a witness.
author | revisesociology |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180110t201827675z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-10 20:18:33 |
last_update | 2018-01-10 20:18:33 |
depth | 1 |
children | 0 |
last_payout | 2018-01-17 20:18: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 | 203 |
author_reputation | 2,263,202,701,950,321 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,580,730 |
net_rshares | 0 |
Have you corrected the rewards for 30 minutes timeline there.
author | rocksg |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143026590z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:30:30 |
last_update | 2018-01-05 14:30:30 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 14:30:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.096 HBD |
curator_payout_value | 0.360 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 116,981,533,538,953 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,831 |
net_rshares | 149,797,457,801 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rocksg | 0 | 149,797,457,801 | 100% |
come again?
author | dragosroua |
---|---|
permlink | re-rocksg-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143121349z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:31:21 |
last_update | 2018-01-05 14:31:21 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 14:31: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 | 11 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,296,019 |
net_rshares | 0 |
Good job..Keep it up.. Upvoted and resteemed
author | rohit12123 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t053846927z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 17:39:33 |
last_update | 2018-01-05 17:40:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 17:39:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 3,553,562,276,116 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,333,700 |
net_rshares | 17,902,175,735 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,575,903,485 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
rohit12123 | 0 | 150,804,765 | 100% |
Great work! I was already wondering about this and had trouble understanding. This helps a lot!
author | rymlen |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t224459570z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 22:45:03 |
last_update | 2018-01-05 22:45:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 22:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 68,990,534,338,096 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,387,380 |
net_rshares | 17,771,970,230 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,596,502,745 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
@helensoutar ... you should read this. It will make you feel very cheerful and it will also explain why you had such an unexpectedly [comparatively] high account value :-D
author | sallylloyd |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t001234886z |
category | steem |
json_metadata | {"tags":["steem"],"users":["helensoutar"],"app":"steemit/0.1"} |
created | 2018-01-07 00:12:33 |
last_update | 2018-01-07 00:12:33 |
depth | 1 |
children | 1 |
last_payout | 2018-01-14 00:12: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 | 173 |
author_reputation | 8,406,161,217,194 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,642,487 |
net_rshares | 1,436,373,909 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
helensoutar | 0 | 1,436,373,909 | 100% |
GReat article, thanks for the tag!
author | helensoutar |
---|---|
permlink | re-sallylloyd-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t094810072z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 09:48:09 |
last_update | 2018-01-07 09:48:09 |
depth | 2 |
children | 0 |
last_payout | 2018-01-14 09:48:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.150 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 52,603,281,925 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,723,951 |
net_rshares | 20,237,835,751 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sallylloyd | 0 | 20,237,835,751 | 100% |
Thank you for the post and info. Trying to wrap my head around all of this as tomorrow will be my *first* seventh day....eeeee!
author | schoonercreek |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t163646426z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:36:45 |
last_update | 2018-01-05 16:36:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:36: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 | 127 |
author_reputation | 1,262,282,654,380 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,321,864 |
net_rshares | 0 |
well its good work and i also see these in steem.supply daily that tell me perfect rewards and i know about it..and its your good work
author | shencoin |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t142917885z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:29:21 |
last_update | 2018-01-05 14:30:03 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:29: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 | 134 |
author_reputation | 2,704,669,050,774 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,582 |
net_rshares | 0 |
It's very neat and clean explanation. Thanks
author | shivohum2015 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t095450003z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 09:55:00 |
last_update | 2018-01-06 09:55:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 09:55:00 |
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 | 45 |
author_reputation | 35,891,663,931,488 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,487,816 |
net_rshares | 0 |
Everything is fine and very nicely explained dear @dragosroua but why in steem.supply when you show the potential payout, you certainly put the wrong computation of SP. Please correct it, I am also attaching the screenshot here.  Please check the screenshot and in my case the potential payout is 54.16 SBD+ 31.97 SP. While 54.16 is the correct one but 31.97 SP is the wrong one and the correct one is 10.697 SP. Because I added the figueres of SP individually for each post and comment which is given in details at the the bottom of the profile in steem.supply and after adding it, the total figure is not matching with the potential payout figure of SP.   I hope you pay attention to the error and correct it at earliest. Thank you and Have a great day.
author | shivohum2015 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180112t084720169z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"image":["https://steemitimages.com/DQmcFsRJXFwDJqoetpwP9ud8Pio8fUcZ6VRHovZwE1pLdLY/jpg.jpg","https://steemitimages.com/DQmbWduxeWyXopUXe5Au8NpVUFcpUNGTNkGq8ERSeN8oSpW/jpg1.jpg","https://steemitimages.com/DQmbLrJDLS6UKoFSuCEoarzCzueeLrWxknvpZvm9vy8ic5a/jpg2.jpg"],"app":"steemit/0.1"} |
created | 2018-01-12 08:47:24 |
last_update | 2018-01-12 08:52:06 |
depth | 1 |
children | 2 |
last_payout | 2018-01-19 08:47:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.426 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,044 |
author_reputation | 35,891,663,931,488 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,954,613 |
net_rshares | 310,224,872,831 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shivohum2015 | 0 | 23,846,151,965 | 100% | ||
sthitaprajna | 0 | 85,185,754,840 | 100% | ||
crypto-wisdom | 0 | 201,192,966,026 | 100% |
Thanks for the heads up, I'll look into it.
author | dragosroua |
---|---|
permlink | re-shivohum2015-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180112t090015976z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-12 09:00:15 |
last_update | 2018-01-12 09:00:15 |
depth | 2 |
children | 1 |
last_payout | 2018-01-19 09:00: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 | 43 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,956,686 |
net_rshares | 0 |
Thank you for paying attention to the issue.
author | shivohum2015 |
---|---|
permlink | re-dragosroua-re-shivohum2015-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180112t090914780z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-12 09:09:18 |
last_update | 2018-01-12 09:09:18 |
depth | 3 |
children | 0 |
last_payout | 2018-01-19 09:09:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 35,891,663,931,488 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,958,264 |
net_rshares | 4,097,887,609 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 3,827,742,190 | 1% | ||
raluca | 0 | 270,145,419 | 1% |
Yeah @dragosroua as a few other recent comments have said I think there may be an issue now... the expected steem power payout is WAY over for me too. I wish what it showed was true lol :p.
author | snrm |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t003600085z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-06 00:35:54 |
last_update | 2018-01-06 00:35:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 00:35: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 | 189 |
author_reputation | 3,767,215,818,307 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,404,694 |
net_rshares | 0 |
Thanks for explaining this! I was confused before but now - it's better than ever! I feel like with each post we're more stronger!
author | spellmaker |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t224714597z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-07 22:47:15 |
last_update | 2018-01-07 22:47:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 22:47: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 | 130 |
author_reputation | 32,161,021,748,046 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,859,993 |
net_rshares | 0 |
#### This is a much needed post and I'm much *relieved* that someone wrote it. The payout concept because more confusing in past 1 month with rise in SBD and STEEM prices. Awesome job @dragosroua. You're a savior.
author | steemit.lover2 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t162727972z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 16:27:30 |
last_update | 2018-01-05 16:27:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:27: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 | 213 |
author_reputation | 2,371,850,071,881 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,320,031 |
net_rshares | 1,461,520,868 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemit.lover2 | 0 | 1,461,520,868 | 100% |
Really learned a lot here. $ are Steem Token Unit. Shared to my Steemit [Facebook](https://www.facebook.com/steemnation/) & [Twitter](https://twitter.com/steemitnation) Group👍
author | steemitguide |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t142938318z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://www.facebook.com/steemnation/","https://twitter.com/steemitnation"],"app":"steemit/0.1"} |
created | 2018-01-05 14:29:39 |
last_update | 2018-01-05 14:29:39 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 14:29:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.287 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 35,147,549,313,619 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,635 |
net_rshares | 31,341,646,118 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
crypto.hype | 0 | 13,604,461,639 | 100% |
Thanks, appreciate it :)
author | dragosroua |
---|---|
permlink | re-steemitguide-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143018827z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 14:30:18 |
last_update | 2018-01-05 14:30:18 |
depth | 2 |
children | 0 |
last_payout | 2018-01-12 14:30: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 | 24 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,792 |
net_rshares | 0 |
Thanks for the updated explanation. Am I correct that Steem.Supply calculates the most current value of STEEM when estimating "Account Value" while Steemit utilizes a rolling weekly average? Would also like to read more information in regards to "Potential Growth" and the entire top section of Steem.Supply. Thanks !
author | steveconnor |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t044131208z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 04:41:30 |
last_update | 2018-01-06 04:41:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 04:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 318 |
author_reputation | 31,408,739,423,519 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,441,753 |
net_rshares | 16,786,775,765 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,786,775,765 | 5% |
I Love this posting because it helps me to understand much better how the post payouts work. Thank you @dragosroua......................
author | stokjockey |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t144855295z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-06 14:49:06 |
last_update | 2018-01-06 14:49:06 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 14:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 128,093,809,597,350 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,540,347 |
net_rshares | 4,676,999,775 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stokjockey | 0 | 4,676,999,775 | 10% |
Very informative post. Is there a way to calculate curation rewards?
author | svkrulze | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180110t031324306z | ||||||
category | steem | ||||||
json_metadata | {"tags":["steem"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-10 03:13:27 | ||||||
last_update | 2018-01-10 03:22:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-01-17 03:13: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 | 68 | ||||||
author_reputation | 1,072,950,790,902 | ||||||
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 28,396,532 | ||||||
net_rshares | 0 |
Maaan!! thank you for this post!! though i need to read it again to take in everything! i have being wondering how this reward thingy works honestly your post has helped some. God bless you loads!
author | t-belema |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t152252485z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 15:22:51 |
last_update | 2018-01-05 15:22:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 15:22:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.151 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 36,006,851,960 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,306,517 |
net_rshares | 16,563,494,458 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,494,458 | 5% |
can't wait for it to come back online! :)
author | teamhumble |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t211322562z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 21:13:24 |
last_update | 2018-01-05 21:13:24 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 21:13:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.119 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 315,232,864,758,316 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,371,756 |
net_rshares | 16,654,788,534 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% |
Where were you 20 days ago when I was struggling to figure it out? I knew everything by the time you wrote this. XD
author | thatanimesnob |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t123519252z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:35:21 |
last_update | 2018-01-06 12:35:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 12:35:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.166 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 426,649,806,894 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,514,560 |
net_rshares | 18,745,507,327 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% | ||
alistel | 0 | 395,894,408 | 100% | ||
deadscribe | 0 | 178,309,400 | 100% | ||
marz666 | 0 | 341,047,500 | 100% |
Thanks for that. That makes it so much clearer.
author | trevor.george |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t221140221z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 22:11:42 |
last_update | 2018-01-05 22:11:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 22:11:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.614 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 48,328,020,774,225 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,381,682 |
net_rshares | 64,541,955,120 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 64,541,955,120 | 20% |
Hi @dragosroua, You have solved a *mystery*: > The main confusion point is the "$" displayed by default near the rewards by Steemit (and busy, and eSteem). This "$" is not a USD. It has nothing to do with it. It's also not a SBD. So, what is it? It's what I'l call from now on a "Steem Token Unit", or STU. This is different from SBD and STEEM as currencies, and it's actually the expression of the underlying value storage in the STEEM blockchain, which goes under the name vests. > So, the potential reward you see near your posts is actually expressed in STU. > Example: you see near your post $100. In order to understand how much you will get, we will talk form now on in STU whenever we refer to the numbers the Steemit UI is showing. So you actually see near your post 100 STU. > Out of this, you give away 25% from your STU to curators. > You remain with 75 STU. > This amount is split 50 / 50, with the following algorithm: > the first half is given in SBD, in the exact amount shown by division. In our case, half of 75 is 37.5. So you get half of your rewards as 37.5 SBD the second half is given in Steem Power, at the current feed price (the internal Steemit price for STEEM) in USD. So you get $37.5 worth of Steem Power. If the current feed price of STEEM is, let's say $6, you get $37.5 / $6 = 6.25 Steem Power. Please note the difference: you get SBD directly as half of your rewards, but you get your Steem Power at the current market price of STEEM, not in absolute numbers. > You get half as SBD, and half as usd equivalent value expressed in SP, at the current price of SP in USD. > The end result for something that displays 100 STU near your post: > 37.5 SBD 6.25 Steem Power Let's see how much this means in fiat at the following prices: STEEM = $6, SBD = $8. > 37.5 SBD x 8 = $300 6.25 Steem Power x 6 = $37.5. So $100 displayed rewards, are actually equal = $337.5 real USD. #### STU is a good name. Excellent job. Steem On!
author | ugetfunded |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t162430711z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 16:24:30 |
last_update | 2018-01-05 16:24:30 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,963 |
author_reputation | 13,570,875,538,010 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,319,446 |
net_rshares | 7,546,394,064 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ugetfunded | 0 | 7,546,394,064 | 100% |
Is it possible to switch payouts for posts to be 100% SBD somehow? Wouldn't that result in a higher USD value overall for the payout?
author | ura-soul |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t104453170z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 10:44:54 |
last_update | 2018-01-08 10:44:54 |
depth | 1 |
children | 5 |
last_payout | 2018-01-15 10:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.316 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 839,151,399,253,812 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,972,415 |
net_rshares | 121,104,014,857 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ura-soul | 0 | 121,104,014,857 | 100% |
I don't think it's possible right now. It will most likely require a hardfork, if ever the witnesses agree to change the consensus.
author | dragosroua |
---|---|
permlink | re-ura-soul-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t105646235z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 10:56:45 |
last_update | 2018-01-08 10:56:45 |
depth | 2 |
children | 4 |
last_payout | 2018-01-15 10:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.196 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 372,798,229,806,288 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,974,682 |
net_rshares | 23,479,855,323 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ura-soul | 0 | 23,009,762,823 | 19% | ||
motinkergnome | 0 | 470,092,500 | 100% |
oh ok, i thought maybe some UIs allowed more options than just 50/50 or 100% steem power.
author | ura-soul |
---|---|
permlink | re-dragosroua-re-ura-soul-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t121920014z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-08 12:19:21 |
last_update | 2018-01-08 12:19:21 |
depth | 3 |
children | 3 |
last_payout | 2018-01-15 12:19: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 | 89 |
author_reputation | 839,151,399,253,812 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,989,390 |
net_rshares | 0 |
Oh thank you so much! I've been thinking about it for so long and you gave me a simple understandable answer! Props !
author | veganroma |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t112356227z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 11:23:57 |
last_update | 2018-01-06 11:23:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 11:24:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 33,130,319,849,430 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,502,374 |
net_rshares | 17,828,498,913 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,653,031,428 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Thanks to you mister. It made my day things getting clearer now. :) sounds good to me man. Done upvoting and followed you. Hope you do the same :)
author | vincent1923 |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t122711738z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-06 12:27:15 |
last_update | 2018-01-06 12:27:15 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 12:27: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 | 146 |
author_reputation | 25,949,476,510 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,513,144 |
net_rshares | 0 |
Great job and explanation!
author | virtualgrowth |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t161620581z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-05 16:16:21 |
last_update | 2018-01-05 16:16:21 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 16:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 194,175,762,808,337 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,317,839 |
net_rshares | 16,563,538,710 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,538,710 | 5% |
Its kinda tricky though but get it how this system actually works, Thanks for sharing such a valuable information @dragosroua looking forward for more post :)
author | vnyrox |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143023683z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 14:30:00 |
last_update | 2018-01-05 14:30:00 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:30:00 |
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 | 158 |
author_reputation | -58,366,725,544 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,295,715 |
net_rshares | 0 |
thanks for posting this @dragosrousa. I was trying to figure the comp payout and not getting very far. I resteemed this so that I can refer back to it in my blog list.
author | watertoncafe |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180107t034637020z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosrousa"],"app":"steemit/0.1"} |
created | 2018-01-07 03:46:36 |
last_update | 2018-01-07 03:46:36 |
depth | 1 |
children | 0 |
last_payout | 2018-01-14 03:46: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 | 169 |
author_reputation | 2,363,835,895,646 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,672,983 |
net_rshares | 0 |
@dragosroua I have been dealing with this same issue on the steem bot tracker website that I run. I get asked this a few times a day now and it's a really big problem. I have called what is shown on steemit.com "POST REWARDS" so you can choose to see rewards in USD or POST REWARDS on the site.
author | yabapmatt |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t143754150z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 14:37:54 |
last_update | 2018-01-05 14:37:54 |
depth | 1 |
children | 0 |
last_payout | 2018-01-12 14:37:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 160,224,638,135,630 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,297,336 |
net_rshares | 17,737,184,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,561,716,994 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
This is a very helpful write-up, @dragosroua, thank you - been here around 2 months & still trying to figure out payment breakdown! Will be reading your other articles & off to vote you as a witness :) Best of luck ✌🏼
author | yahialababidi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dragosroua-201816t6242337z | ||||||
category | steem | ||||||
json_metadata | {"tags":"steem","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-06 11:02:45 | ||||||
last_update | 2018-01-06 11:02:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-01-13 11:02:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.129 HBD | ||||||
curator_payout_value | 0.036 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 218 | ||||||
author_reputation | 116,173,625,176,323 | ||||||
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 27,498,816 | ||||||
net_rshares | 17,830,256,019 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,654,788,534 | 5% | ||
raluca | 0 | 1,175,467,485 | 5% |
Nice to hear the update @dragosroua! I used to check steem.supply a lot a while back but stopped because of loading issues and the rewards shown were confusing! I think you have got it right and working properly! Thanks for such a useful tool!
author | yogesssh |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180105t153545207z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-05 15:36:39 |
last_update | 2018-01-05 15:36:39 |
depth | 1 |
children | 1 |
last_payout | 2018-01-12 15:36:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.146 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 243 |
author_reputation | 1,960,361,676,760 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,309,450 |
net_rshares | 18,815,477,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 16,563,514,740 | 5% | ||
tatyanamishenko | 0 | 2,251,962,333 | 75% |
Hi! @dragosroua! You have done a nice job with content reward tab, I guess it reflects the rewards properly now! May I suggest that you update the account value section as well as it is not reflecting the value properly. Probably you are working on it but do factor in the Steem, SP and SBD balances of the user accounts as well as I see the current account value is factoring the delegated SP and not sure what else.
author | yogesssh |
---|---|
permlink | re-yogesssh-re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180108t074402225z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1"} |
created | 2018-01-08 07:44:54 |
last_update | 2018-01-08 07:44:54 |
depth | 2 |
children | 0 |
last_payout | 2018-01-15 07:44: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 | 417 |
author_reputation | 1,960,361,676,760 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,943,002 |
net_rshares | 1,670,508,899 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bassemm | 0 | 1,670,508,899 | 28% |
Thanks for the info @dragosroua. It's a tool I'm using almost daily and I've been using it after I've discovered it (4 months at least). I like learning how things are calculated. However, I'm getting odd graph showing my reward STEEM value of more than 11 on my 1.63 post in 6 days. It says 0.61 STU and nothing for STEEM. It should be 0.61 SBD and 0.11 STEEM if I'm not mistaken. Right? In the comments section, all is working normally https://i.imgur.com/cinAeMn.jpg
author | zneeke |
---|---|
permlink | re-dragosroua-steem-supply-update-rewards-algorithm-rewrite-major-cleanup-version-bump-20180106t005840617z |
category | steem |
json_metadata | {"tags":["steem"],"users":["dragosroua"],"app":"steemit/0.1","image":["https://i.imgur.com/cinAeMn.jpg"]} |
created | 2018-01-06 00:58:42 |
last_update | 2018-01-06 01:09:45 |
depth | 1 |
children | 0 |
last_payout | 2018-01-13 00:58:42 |
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 | 470 |
author_reputation | 5,868,339,224,926 |
root_title | "Steem.Supply Update: Rewards Algorithm Rewrite, Major Cleanup, Version Bump" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,408,024 |
net_rshares | 0 |