# HiveStats: Developer's Insight  ## Introduction As I do reply to some of the posts about HiveStats, you might already know that I'm the developer who is working on it, on behalf of LeoFinance. It might feel like I'm trying to steal their credit and trying to shout out to the whole universe about it; I do also feel a little like so, not going to lie. But, frankly, I'm rather a bit excited about it, that's all the reason. I was eager to do a project on Hive and working on HiveStats allowed me that even though it isn't my project. I'm excited because lots of people use it, and give feedback about it. I try to engage, fix bugs as quickly as possible to keep the illusion as if it is imperfect. So, in summary, this is the way I'm fighting my anxiety back. I do love talking about programming concepts, I sometimes talk all day long. I did write up two posts about it last year, in the hopes of getting some engagement. While they got some votes from curation accounts, I got no reply, which discouraged me from writing any further posts. It could be because maybe my content wasn't up to the standards, or it was too abstract. Fast forward to 2022 and I now have the experience of developing an already existing app from scratch, which is less abstract and more practical, and popular, of course. So, allow me to share my shortcomings, struggles and solutions to those, so to call my experience, while developing HiveStats. I do apologize to all of you for my brashness for using this HiveStats popularity as an opportunity. ## Lack of Documentation  *(searching what rshare means and its denominator)* I struggled with documentation the most, this was the most time-consuming issue by far. Documentation on Hive API methods was ok, but I can't say the same for the formulas and terms. To overcome it, I scraped example applications in the documentation, checked open-source projects that I know of, read lots of old discord messages. My Hive Engine experience was also similar. I do plan to develop a handbook kind of website with search functionality due to this, to help other people like me. ## Account History  *(showing partly loaded analytics)* Most of the stuff is calculated through parsing accounts' operations over time. For inactive account's like mine, it is just a simple call; but for people like @taskmaster4450, it gets dirty pretty quick. The thing is, reading the history is limited to 1000 items per request. There isn't a way of reading a week of history or month, so results of requests are read to figure out if it's past a month or not. Using that way, getting 50 history requests becomes sync as each request depends on another. It was an issue of the old iteration of HiveStats, which I did solve in the V3 update. I did also improve upon it in the current iteration. The trick is making them partly async. Without boring details, I do predict how many requests it would take by using the first several requests. Later, I fetch them in batches. If they overshoot, I filter, if not, batch again. That way, it becomes several sync requests of async rather than all sync. ## Curation Rewards and Operations  *(scrolling through 1657 rows)* Visualizing lots of data without combining them into something, like a chart is demanding. Rendering several thousands of complex elements as rows of a table takes time. Updating it on the go several hundred times makes the framerate unstable. It doesn't matter how fast it is fetched or parsed, if it feels sluggish, that's a bad UX. I did solve this by using a technique called windowing. So, rendering only the parts user is currently seeing, and reusing old elements in the process. While doing that, simulating scroll behaviour and memoizing heavy renders is also crucial. That way, it creates an illusion of lots of items, in reality, showing only a dozen of them. ## Mobile Support  *(simulating narrower screen view)* Mobile support is hard, making tables mobile friendly is harder. I struggle a lot to fit every bit of information on the tables, without horizontal scrolling. I did reduce the font size, used abbreviations, cut most of the title on lower screens to fit everything. While the execution was easy, it took lots of time to test and figure perfect values. ## Making it Feel Reactive  *(fetching post data while updating the table)* As I said in a previous paragraph, if a UI feels sluggish, that's a bad UX. In the frontend world, the most important thing is controlling how a user feels. Websites with more features might get lower traffic due to how they act to the user's actions and vice-versa. For HiveStats, unlike other sites, loading an account is the most important action of the user, so making it reactive was necessary. The difference between V3 and V4 is not much in terms of raw speed, but as the latter feels more reactive and updates constantly, it makes the user focus on updated data rather than waiting for it. That way, it cheats badly, creates the illusion of being far faster. That's the power of UX. React's one-way data flow and using memoization was crucial in this process. ## Important Techs/Libraries I Used - TypeScript - React - TailwindCSS - React Router - React Virtuoso - DHive - Formik + Yup - Immer - date-fns - nginx - Docker So, hope you like it. I tried to not be boring while providing enough data and making it a quick read. If you have any questions, I am happy to reply to all of them. See you later, thanks for tuning in! Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@yokunjon/hivestats-developer-s-insight)
author | yokunjon |
---|---|
permlink | hivestats-developer-s-insight |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hivestats","development","devblog","react","javascript","proofofbrain","neoxian","leofinance"],"canonical_url":"https://leofinance.io/@yokunjon/hivestats-developer-s-insight","links":["https://leofinance.io/@yokunjon/hivestats-developer-s-insight"],"image":["https://images.hive.blog/DQmUiVWhPMVaUd8SWaezvkTPMztFwcUNeXMfYz6KDSBcM3Q/image.png","https://images.hive.blog/DQmb1evof3FCZwLRm76VhhBNyRiPQkG2McWC88R1cnzfyrq/image.png","https://images.hive.blog/DQmRJos517z5dJdH1tyUVvLDrcH1XFj36ZYUWEQRmFECq5d/image.png","https://images.hive.blog/DQmcSNtQ13gJTeD9Dez5YHwco28dPceD82YQ9iiLyoNgjuh/chrome_2022-02-12_08-31-05.gif","https://images.hive.blog/DQmWQYvDZ1dq3unw3s9f8mv4u5GTMgVjiLWUR9wmS7z4b61/chrome_2022-02-12_08-34-11.gif","https://images.hive.blog/DQmYKLSmC1yRgREz7Gkkgv76qGQToNCrMwd2QGQwyZX5imq/chrome_2022-02-12_08-36-17.gif"]} |
created | 2022-02-12 05:55:06 |
last_update | 2022-02-12 05:55:06 |
depth | 0 |
children | 37 |
last_payout | 2022-02-19 05:55:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 91.854 HBD |
curator_payout_value | 91.722 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,274 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,383,930 |
net_rshares | 135,847,005,406,141 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leprechaun | 0 | 576,147,334 | 19.5% | ||
gerber | 0 | 26,549,331,252 | 8% | ||
daan | 0 | 51,655,932,454 | 8% | ||
ezzy | 0 | 481,175,169 | 8% | ||
demotruk | 0 | 768,436,175,359 | 100% | ||
exyle | 0 | 71,985,575,216 | 8% | ||
jphamer1 | 0 | 3,049,447,882,044 | 100% | ||
someguy123 | 0 | 2,468,259,516,389 | 100% | ||
penguinpablo | 0 | 335,711,988,835 | 15% | ||
uwelang | 0 | 264,755,651,344 | 30% | ||
ebargains | 0 | 611,408,249 | 2% | ||
whatsup | 0 | 428,459,516,087 | 100% | ||
funnyman | 0 | 1,363,291,871 | 6% | ||
planosdeunacasa | 0 | 748,951,115 | 8% | ||
automaton | 0 | 2,565,822,066 | 100% | ||
privex | 0 | 109,200,080,968 | 100% | ||
ranchorelaxo | 0 | 42,976,314,062,832 | 100% | ||
pouchon | 0 | 707,866,815,416 | 26.25% | ||
freebornsociety | 0 | 716,371,672 | 6% | ||
pastzam | 0 | 805,454,609,130 | 100% | ||
l337m45732 | 0 | 4,906,878,032 | 15% | ||
dune69 | 0 | 45,739,192,379 | 6.4% | ||
iansart | 0 | 29,033,896,391 | 8% | ||
forykw | 0 | 61,876,900,515 | 4% | ||
nuagnorab | 0 | 15,370,630,793 | 100% | ||
cryptoknight12 | 0 | 1,496,274,545 | 12.23% | ||
alphacore | 0 | 41,283,927,980 | 20.39% | ||
galenkp | 0 | 432,402,697,779 | 14% | ||
sam99 | 0 | 17,499,409,481 | 23% | ||
krischy | 0 | 2,390,476,817 | 100% | ||
ew-and-patterns | 0 | 28,888,813,049 | 10% | ||
runicar | 0 | 4,012,133,112 | 50% | ||
summertooth | 0 | 995,492,687 | 50% | ||
eturnerx | 0 | 274,282,256,526 | 6.6% | ||
dante31 | 0 | 5,601,157,772 | 37.5% | ||
haejin | 0 | 11,270,449,993,051 | 100% | ||
dado13btc | 0 | 950,500,155 | 50% | ||
everrich | 0 | 1,742,671,199 | 100% | ||
tykee | 0 | 4,103,315,746 | 37.5% | ||
isabelpena | 0 | 10,721,899,639 | 100% | ||
dineroconopcion | 0 | 758,613,173 | 8% | ||
khalil319 | 0 | 2,487,057,986 | 37.5% | ||
nicolemoker | 0 | 1,318,050,900 | 100% | ||
thauerbyi | 0 | 10,733,764,312 | 67.5% | ||
zonabitcoin | 0 | 714,680,890 | 8% | ||
vimukthi | 0 | 27,688,152,752 | 10% | ||
pardeepkumar | 0 | 9,324,019,876 | 50% | ||
felander | 0 | 45,040,235,795 | 8% | ||
santigs | 0 | 9,944,729,832 | 15% | ||
marketinggeek | 0 | 873,869,136 | 75% | ||
bahagia-arbi | 0 | 4,211,363,314 | 75% | ||
niallon11 | 0 | 1,128,539,608,308 | 100% | ||
yogacoach | 0 | 8,301,155,266 | 8% | ||
roleerob | 0 | 167,647,362,926 | 37.5% | ||
fatman | 0 | 8,153,841,938 | 2% | ||
deathwing | 0 | 1,493,130,285,420 | 100% | ||
investegg | 0 | 25,176,161,737 | 0.8% | ||
klevn | 0 | 61,008,963,384 | 100% | ||
arabisouri | 0 | 192,106,343,667 | 100% | ||
noble-noah | 0 | 9,995,483,002 | 100% | ||
caladan | 0 | 45,825,254,903 | 6.8% | ||
emrebeyler | 0 | 495,780,119,022 | 50% | ||
vintherinvest | 0 | 64,955,296,162 | 37.5% | ||
travoved | 0 | 1,937,024,097 | 100% | ||
hendersonp | 0 | 1,056,696,371 | 8% | ||
ocupation | 0 | 225,813,839,976 | 50% | ||
fjcalduch | 0 | 188,680,922,324 | 100% | ||
breelikeatree | 0 | 195,385,452,826 | 100% | ||
sneakyninja | 0 | 3,804,271,209 | 6.11% | ||
enjoyinglife | 0 | 23,607,606,481 | 50% | ||
crookshanks | 0 | 1,104,548,925 | 100% | ||
mmmmkkkk311 | 0 | 14,073,167,376 | 10% | ||
darewealth | 0 | 560,681,458 | 37.5% | ||
investprosper | 0 | 838,007,933 | 37.5% | ||
unconditionalove | 0 | 952,977,254 | 4% | ||
mastergerund | 0 | 3,617,589,326 | 12.23% | ||
annabellenoelle | 0 | 5,269,893,134 | 100% | ||
elektr1ker | 0 | 1,107,958,195 | 25% | ||
mindtrap | 0 | 752,172,560 | 50% | ||
reazuliqbal | 0 | 42,964,166,264 | 8% | ||
bestboom | 0 | 2,257,594,457 | 8% | ||
onepercentbetter | 0 | 19,329,048,618 | 15% | ||
manniman | 0 | 67,520,332,851 | 11% | ||
mariuszkarowski | 0 | 81,264,347 | 10% | ||
obsesija | 0 | 12,391,342,619 | 37.5% | ||
blainjones | 0 | 9,879,504,780 | 3.75% | ||
gadrian | 0 | 80,740,408,077 | 30% | ||
silwanyx | 0 | 5,024,375,125 | 75% | ||
informator | 0 | 522,656,427 | 5% | ||
ross92 | 0 | 2,558,424,646 | 37.5% | ||
julialee66 | 0 | 564,124,629 | 37.5% | ||
getron | 0 | 2,011,042,963 | 75% | ||
xawi | 0 | 11,642,178,258 | 37.5% | ||
break-out-trader | 0 | 76,631,786,985 | 75% | ||
meanbees | 0 | 1,594,169,122 | 0.8% | ||
sbi4 | 0 | 1,047,684,291,194 | 83.75% | ||
steem.services | 0 | 4,840,967,335 | 2% | ||
zaxan | 0 | 2,836,181,866 | 37.5% | ||
davidesimoncini | 0 | 3,882,237,305 | 30.3% | ||
ronbong | 0 | 2,157,600,540 | 100% | ||
merlion | 0 | 780,980,137 | 15% | ||
swisswitness | 0 | 417,388,953 | 8% | ||
yintercept | 0 | 174,383,925,821 | 100% | ||
shortsegments | 0 | 8,106,073,950 | 3.75% | ||
militaryphoto | 0 | 1,052,823,900 | 37.5% | ||
thedailysneak | 0 | 5,119,530,126 | 6.11% | ||
nazomimatute1998 | 0 | 2,514,733,550 | 100% | ||
gallerani | 0 | 4,820,724,405 | 75% | ||
rilo | 0 | 93,032,294 | 37.5% | ||
luciannagy | 0 | 552,467,753 | 4.2% | ||
dlike | 0 | 48,191,341,531 | 8% | ||
steemaction | 0 | 580,928,664 | 15% | ||
shepherd-stories | 0 | 649,650,086 | 75% | ||
bobby.madagascar | 0 | 2,398,419,913 | 8% | ||
babysavage | 0 | 1,817,237,378 | 12.23% | ||
ravensavage | 0 | 1,532,337,905 | 12.23% | ||
merlin7 | 0 | 49,816,982,320 | 20% | ||
jonela | 0 | 585,268,879 | 37.5% | ||
followjohngalt | 0 | 2,726,131,166 | 7.2% | ||
hibbi | 0 | 2,323,562,834 | 37.5% | ||
cakemonster | 0 | 3,586,834,696 | 4% | ||
jacuzzi | 0 | 4,564,048,851 | 1.5% | ||
navyactifit | 0 | 1,557,873,172 | 37.5% | ||
flyingbolt | 0 | 5,802,686,889 | 75% | ||
tulwave | 0 | 560,948,731 | 37.5% | ||
hungrybear | 0 | 662,890,715 | 15% | ||
mister-eagle | 0 | 666,623,442 | 75% | ||
edian | 0 | 12,481,188,739 | 75% | ||
engrsayful | 0 | 1,639,899,028 | 18.75% | ||
mfblack | 0 | 1,497,032,813 | 7.6% | ||
crazydaisy | 0 | 567,932,218 | 100% | ||
megavest | 0 | 164,758,572,424 | 75% | ||
bojan-bee | 0 | 696,356,711 | 37.5% | ||
michelmake.util | 0 | 2,837,894,676 | 100% | ||
travelwritemoney | 0 | 10,263,647,034 | 75% | ||
firefuture | 0 | 544,768,661 | 4% | ||
hamza-sheikh | 0 | 699,236,800 | 75% | ||
milu-the-dog | 0 | 1,772,941,035 | 8% | ||
triplea.bot | 0 | 1,913,444,628 | 8% | ||
tiffin | 0 | 2,351,442,796 | 6.4% | ||
steem.leo | 0 | 10,439,854,305 | 8% | ||
leo.voter | 0 | 63,533,698,393,371 | 75% | ||
chrono.leo | 0 | 682,903,887 | 75% | ||
leo.bank | 0 | 2,081,007,356 | 75% | ||
bala-leo | 0 | 516,561,544 | 75% | ||
babytarazkp | 0 | 4,175,173,904 | 40% | ||
agro-dron | 0 | 7,271,752,995 | 75% | ||
sbi-tokens | 0 | 4,323,451,517 | 12.23% | ||
elianaicgomes | 0 | 6,698,539,281 | 7.5% | ||
dpoll.witness | 0 | 1,643,845,302 | 50% | ||
hongdangmu | 0 | 2,608,748,256 | 37.5% | ||
coinlogic.online | 0 | 29,523,646,461 | 37.5% | ||
leotrail | 0 | 3,510,463,230 | 100% | ||
cratic | 0 | 3,187,447,201 | 100% | ||
sacrosanct | 0 | 18,134,307,852 | 50% | ||
tariqul.bibm | 0 | 612,622,449 | 75% | ||
ribary | 0 | 2,789,266,403 | 4% | ||
onestop | 0 | 12,702,938,620 | 37.5% | ||
mice-k | 0 | 742,905,123 | 8% | ||
bcm.dblog | 0 | 1,563,103,537 | 37.5% | ||
catanknight | 0 | 1,446,846,548 | 100% | ||
yunnie | 0 | 1,840,926,364 | 100% | ||
dpend.active | 0 | 745,283,114 | 1.6% | ||
leofinance | 0 | 252,216,296,275 | 75% | ||
ykretz | 0 | 3,379,683,008 | 7.5% | ||
master-lamps | 0 | 20,237,412,565 | 100% | ||
mynima | 0 | 831,396,281 | 75% | ||
behiver | 0 | 196,491,947,728 | 100% | ||
dcityrewards | 0 | 279,292,419,274 | 8% | ||
holoferncro | 0 | 8,454,693,495 | 5% | ||
sketching | 0 | 697,200,244 | 6.11% | ||
zuly63 | 0 | 10,180,992,809 | 60% | ||
actioncats | 0 | 73,929,848,012 | 52.5% | ||
beehivetrader | 0 | 2,344,560,031 | 37.5% | ||
moneyheist-sl | 0 | 1,238,414,904 | 100% | ||
brofund-leo | 0 | 11,555,966,198 | 75% | ||
minihw | 0 | 216,703,272 | 100% | ||
hivecur | 0 | 121,294,908 | 8% | ||
w-t-fi | 0 | 1,316,309,163 | 100% | ||
aamizone | 0 | 0 | 100% | ||
engioi | 0 | 2,004,429,980 | 100% | ||
aabcent | 0 | 97,644,799,924 | 100% | ||
eddie-earner | 0 | 3,301,357,434 | 37.5% | ||
diecinueve | 0 | 911,769,788 | 100% | ||
mrtats | 0 | 15,237,153,058 | 40% | ||
kattycrochet | 0 | 21,212,566,661 | 50% | ||
tokenx | 0 | 1,416,528,791 | 75% | ||
janku | 0 | 1,391,018,745 | 75% | ||
torrey.leo | 0 | 593,563,320 | 100% | ||
jfang003 | 0 | 24,181,517,791 | 20% | ||
netaterra.leo | 0 | 2,542,809,425 | 67.5% | ||
he-index | 0 | 3,804,327,857 | 15% | ||
jmsansan.leo | 0 | 519,696,703 | 50% | ||
sharkleo | 0 | 4,800,133,538 | 75% | ||
dcrops | 0 | 31,704,391,632 | 4% | ||
leo.tokens | 0 | 7,115,659,426 | 75% | ||
adamada.leo | 0 | 869,708,038 | 100% | ||
bruton | 0 | 1,563,280,794 | 75% | ||
v10r8 | 0 | 1,480,489,880 | 75% | ||
cielitorojo | 0 | 56,984,495,012 | 37.5% | ||
hykss.leo | 0 | 81,248,717,987 | 25% | ||
sofs-su | 0 | 37,829,700,176 | 39.1% | ||
meowcurator | 0 | 1,353,415,529 | 100% | ||
kriszrokk | 0 | 4,046,005,937 | 100% | ||
hectorsanchez18 | 0 | 13,702,782,586 | 100% | ||
zarwelius | 0 | 731,864,792 | 37.5% | ||
repayme4568 | 0 | 1,059,635,707 | 37.5% | ||
cbridges573 | 0 | 1,407,584,295 | 3.75% | ||
ausbit.dev | 0 | 19,343,110,808 | 100% | ||
elongate | 0 | 2,672,682,514 | 75% | ||
amongus | 0 | 2,966,191,282 | 75% | ||
elgatoshawua | 0 | 17,764,969,368 | 37.5% | ||
finguru | 0 | 3,115,155,049 | 100% | ||
luckyali.leo | 0 | 2,316,347,495 | 75% | ||
karma133 | 0 | 0 | 100% | ||
creodas | 0 | 1,811,457,051 | 56.25% | ||
blacardi | 0 | 1,103,244,718 | 60% | ||
cryptololo | 0 | 8,327,137,874 | 67.5% | ||
broadhive-org | 0 | 5,875,229,613 | 37.5% | ||
leoball | 0 | 4,307,841,363 | 75% | ||
imno | 0 | 1,957,419,537 | 18.75% | ||
samseny | 0 | 656,498,905 | 37.5% | ||
blockdate | 0 | 1,573,697,731 | 75% | ||
impurgent | 0 | 665,339,903 | 40% | ||
auliaarma | 0 | 1,248,896,635 | 50% | ||
superxsymbiote | 0 | 442,981,677 | 100% | ||
estheffcr | 0 | 2,095,014,355 | 100% | ||
robmojo.leo | 0 | 1,364,356,530 | 37.5% | ||
mimi05 | 0 | 6,605,850,640 | 80% | ||
attom1515 | 0 | 13,007,185,413 | 100% | ||
solominer.leo | 0 | 750,359,391 | 100% | ||
bokica80 | 0 | 1,764,016,368 | 37.5% | ||
irivers | 0 | 4,516,840,444 | 100% | ||
germangenius | 0 | 1,818,020,484 | 37.5% | ||
subidu | 0 | 2,306,805,746 | 100% | ||
sovstar | 0 | 2,485,306,800 | 6.11% | ||
seed-treasury | 0 | 1,104,068,766 | 37.5% | ||
banzafahra | 0 | 3,242,954,925 | 37.5% | ||
cugel | 0 | 14,011,161,462 | 37.5% | ||
rzc24-nftbbg | 0 | 3,215,486,448 | 100% | ||
gehenna08 | 0 | 1,049,310,655 | 37.5% | ||
onefapman | 0 | 847,182,333 | 100% | ||
trasto | 0 | 4,374,150,903 | 37.5% | ||
shawnmichael-gt | 0 | 766,370,475 | 37.5% | ||
shoumik31 | 0 | 9,476,419,574 | 100% | ||
merilin077 | 0 | 641,488,437 | 100% | ||
waivio.welcome | 0 | 447,770,222 | 0.9% | ||
waivio.com | 0 | 290,087,563 | 0.9% | ||
beautifulwreck | 0 | 813,534,627 | 7% | ||
zeclipse | 0 | 2,532,220,717 | 75% | ||
saboin.leo | 0 | 577,839,264 | 79% | ||
hironakamura | 0 | 3,455,599,199 | 54% | ||
cosmic.paradise | 0 | 1,082,191,903 | 100% | ||
cagalli | 0 | 1,497,711,275 | 100% | ||
gormiot | 0 | 5,311,625,333 | 100% | ||
be-alysha | 0 | 5,979,617,163 | 25% | ||
rcardonacoa | 0 | 2,301,313,583 | 100% | ||
claraxmas | 0 | 589,194,811 | 50% | ||
giovannixmas | 0 | 589,194,800 | 50% | ||
nkechi | 0 | 1,187,856,874 | 50% | ||
filip-psiho | 0 | 2,242,032,998 | 37.5% | ||
soccertops5 | 0 | 108,433,806 | 100% | ||
rzc24arcel | 0 | 114,549,110 | 50% |
At some point it would probably make sense to look into changing this into a HAF app. That would have eliminated all the issues you had with account history fetches and batching, because you would have a database that you could create custom queries on. It does come with storage costs, of course (unless you get someone to host the HAF server for you and run your app there).
author | blocktrades |
---|---|
permlink | r77sh9 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-12 23:12:45 |
last_update | 2022-02-12 23:13:42 |
depth | 1 |
children | 2 |
last_payout | 2022-02-19 23:12: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 | 376 |
author_reputation | 1,278,365,136,286,840 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,406,479 |
net_rshares | 0 |
I was thinking of using the browser's local storage to cache data to reduce the burden on the nodes, before seeing HAF. Though, I do have a bigger issue going on right now. Each pending curation reward is calculated by using get_content, so that equals thousands of calls to the node. I guess HAF also could solve that, right?
author | yokunjon |
---|---|
permlink | re-blocktrades-r7809t |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-13 02:01:27 |
last_update | 2022-02-13 02:01:27 |
depth | 2 |
children | 1 |
last_payout | 2022-02-20 02:01: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 | 326 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,409,772 |
net_rshares | 0 |
Yes, you would be able to create your own API calls, so you could create a single call that met your needs. If your app is already dependent on a lot of hivemind-based API calls, one option would be to use the HAF-based hivemind that we'll be releasing soon, then adding your own custom call support to that.
author | blocktrades |
---|---|
permlink | r786r1 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-13 04:21:00 |
last_update | 2022-02-13 04:21:00 |
depth | 3 |
children | 0 |
last_payout | 2022-02-20 04:21: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 | 308 |
author_reputation | 1,278,365,136,286,840 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,412,017 |
net_rshares | 3,656,613,075 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yokunjon | 0 | 3,656,613,075 | 100% |
You did a great job mate. Love the new Hivestats. Now I can easily have a good look at my hive portfolio, all in one place.🔥 Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@finguru/re-yokunjon-56whds)
author | finguru |
---|---|
permlink | re-yokunjon-56whds |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@finguru/re-yokunjon-56whds"} |
created | 2022-02-13 13:31:09 |
last_update | 2022-02-13 13:31:09 |
depth | 1 |
children | 0 |
last_payout | 2022-02-20 13:31: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 | 219 |
author_reputation | 358,211,814,021,785 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,422,866 |
net_rshares | 3,656,613,075 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yokunjon | 0 | 3,656,613,075 | 100% |
Yeah! , but I see the team is working tirelessly to put out a better product. But I feel at first trial they did a good job and as time progresses they will definitely improve. Are you a programmer mate? Mehn your post was mind blowing. Posted using [LeoFinance Mobile](https://leofinance.io)
author | hironakamura |
---|---|
permlink | yeah--but-i-see-the-team-is-5302540k88y082415055851857e72044 |
category | hive-167922 |
json_metadata | {"app":"LeoFinance/ios/0.5.2","format":"markdown"} |
created | 2022-02-13 06:38:18 |
last_update | 2022-02-13 06:38:18 |
depth | 1 |
children | 2 |
last_payout | 2022-02-20 06:38: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 | 293 |
author_reputation | 194,413,084,006,072 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 5,000 |
post_id | 110,414,172 |
net_rshares | 0 |
Yeah, I'm a programmer, though I prefer the title "software engineer" as my skillset is generic. I'm not sure but it looks like there is a misunderstanding going on. I believe you mistook this as a review, but it is actually a devblog! 😅
author | yokunjon |
---|---|
permlink | re-hironakamura-r78fgy |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-13 07:29:21 |
last_update | 2022-02-13 07:29:21 |
depth | 2 |
children | 1 |
last_payout | 2022-02-20 07: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 | 237 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,415,155 |
net_rshares | 0 |
Oh, thanks for the clarity!
author | hironakamura |
---|---|
permlink | re-yokunjon-r78gm7 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-13 07:54:09 |
last_update | 2022-02-13 07:54:09 |
depth | 3 |
children | 0 |
last_payout | 2022-02-20 07:54: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 | 27 |
author_reputation | 194,413,084,006,072 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,415,485 |
net_rshares | 0 |
It sounds like these are probably issues most people writing up the UI will probably face when dealing with blockchain data (you can't avoid reading the history). Have you thought of writing up some documentation on the stuff you did use for other people? Maybe just a few blog posts here and there might be able to help people and later someone can put them up together for everyone else. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@jfang003/re-yokunjon-76tg7p)
author | jfang003 |
---|---|
permlink | re-yokunjon-76tg7p |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@jfang003/re-yokunjon-76tg7p"} |
created | 2022-02-12 07:26:15 |
last_update | 2022-02-12 07:26:15 |
depth | 1 |
children | 1 |
last_payout | 2022-02-19 07:26:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.771 HBD |
curator_payout_value | 2.769 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 484 |
author_reputation | 634,436,635,699,522 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,385,179 |
net_rshares | 4,086,088,736,558 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yokunjon | 0 | 3,656,613,075 | 100% | ||
leo.voter | 0 | 4,082,414,237,090 | 5% | ||
saboin.leo | 0 | 17,886,393 | 9% |
Yes, definitely. I did mention it as "handbook", in one of the chapters. I do really think of doing that kind of, easy-to-reach documentation. 😁
author | yokunjon |
---|---|
permlink | re-jfang003-r780dx |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-13 02:03:42 |
last_update | 2022-02-13 02:03:42 |
depth | 2 |
children | 0 |
last_payout | 2022-02-20 02:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,409,817 |
net_rshares | 24,589,738,203 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jfang003 | 0 | 24,589,738,203 | 20% |
Hello, i found this most interesting. I am working to create a small TCL library that works with the ap.hive.blog .. I have figured much out.. but like you have run into many problems with the documentation being less than complete, or rather lacking in details that would help you understand what is happening. What I hope you can help me with is a figuring out what is the estimated curation rewards on votes given. I've found so many values, but can't find the formula for this.
author | klevn |
---|---|
permlink | r7bxjn |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-15 04:52:36 |
last_update | 2022-02-15 04:52:36 |
depth | 1 |
children | 11 |
last_payout | 2022-02-22 04:52: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 | 484 |
author_reputation | 539,164,563,565 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,478,832 |
net_rshares | 0 |
It requires multiple calculations (at least it is how I seperate them from eachother), so it would be hard to explain it here. Do you have Discord? You can add me over there: Belial#6132 If not, no worries, we can communicate in other ways. Though I'm going to sleep soon, so I'll be away for 10 hours 😄.
author | yokunjon |
---|---|
permlink | re-klevn-r7cnkj |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-15 14:14:48 |
last_update | 2022-02-15 14:14:48 |
depth | 2 |
children | 10 |
last_payout | 2022-02-22 14:14:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 305 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,489,923 |
net_rshares | 57,292,863,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
klevn | 0 | 57,292,863,403 | 100% |
i have not been on discord. let me set a level of understanding. hopefully you can decode this. I have gotten the majority of the values below. I have not found what the 'weight' is .. it is not actually found [on this page](https://developers.hive.io/tutorials-recipes/estimate_upvote.html), however is used in the formula. ``` total_vests = vesting_shares + received_vesting_shares - delegated_vesting_shares final_vest = total_vests * 1e6 power = (voting_power * weight / 10000) / 50 rshares = power * final_vest / 10000 estimate = rshares / recent_claims * reward_balance * hbd_median_price ``` <br> I found this and tried to follow and find the values it used... [curation reward estimation tool](https://hive.blog/utopian-io/@yabapmatt/curation-reward-estimation-tool) appears to be helpful.. ``` The Details For those of you who are interested, the calculations work as follows: let [before] = the value of votes before the specified account voted let [vote] = the value of the specified account's vote let [total] = the total payout value of the post (as specified using the slider bar) let [reverse_auction_%] = the portion of your curation rewards that will go to the author if you voted before the post was 30 minutes old Each of the above amounts is multiplied by 25% since that is the amount of rewards that go to curation. Then the curation value can be calculated by: (√([before] + [vote]) - √([before])) * √([total]) * (1 - [reverse_auction_%]) ``` i have not found reverse_auction_% yet. my understanding is, I need to total the value of all the votes on the post.. as the post total value affects how much you get depending upon when you voted. so estimating it implies guessing how much the post value would be, or leaving it as is and estimating it as if it received no more upvotes (which is what I planned to do, not actually ignoring the other option just not having thought about how to do it yet) this is result from my code, with a effective_comment_vote that I think holds the part of the key _____ op = effective_comment_vote {voter klevn author leny28 permlink flor-aspilia-africana-african-aspilia-flower weight 54948050199 rshares 54948050199 total_vote_weight 110142200252 pending_payout {0.148 HBD}} _____ and here are the values I've pulled that I thought would be used to calculate this ``` voteValues>> reward_balance:755637.683 recentClaims:600562913345957605 base:1.049 >> accountInfo>>[klevn] vesting_shares:3109480.378777 received_vesting_shares:3109480.378777 delegated_vesting_shares:0.000000 voting_power'current:97.75 ``` it appears to me the best I could do it search on the post for the most recent upvote from there I pull the pending_payout {0.148 HBD}} (which will have changed.. i think) along with the other values there.. are used to calculate it. thanks for any/all help. appreciated so much . I hope I have been clear. I am working to wrap my mind around the concepts used. a side note (in regards to documentation not being good) .. but this threw me for a loop.. _____ [condenser_api.get_account_history](https://developers.hive.io/apidefinitions/#condenser_api.get_account_history) "alice" -1 1000 Queries the account named alice starting on the oldest item in history, up to 1,000 results. _____ it says oldest item in history. it is actually the newest item in history. because I was so new I thought I must be thinking wrong, but no .. well maybe you can explain it. but i think it is wrong.
author | klevn |
---|---|
permlink | r7de3u |
category | hive-167922 |
json_metadata | {"links":["https://developers.hive.io/tutorials-recipes/estimate_upvote.html"],"app":"hiveblog/0.1"} |
created | 2022-02-15 23:47:54 |
last_update | 2022-02-15 23:47:54 |
depth | 3 |
children | 9 |
last_payout | 2022-02-22 23:47: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 | 3,528 |
author_reputation | 539,164,563,565 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,506,584 |
net_rshares | 0 |
Multi-container thread chain.
author | leothreads |
---|---|
permlink | leothread-2022-09-15-20-49 |
category | hive-167922 |
json_metadata | {"tags":["leothreads","microblogging","leofinance"]} |
created | 2022-09-15 20:49:15 |
last_update | 2022-09-15 20:49:15 |
depth | 1 |
children | 0 |
last_payout | 2022-09-22 20:49: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 | 29 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,650,579 |
net_rshares | 0 |
Multi-container thread chain.
author | leothreads |
---|---|
permlink | leothread-2022-09-15-21-02 |
category | hive-167922 |
json_metadata | {"tags":["leothreads","microblogging","leofinance"]} |
created | 2022-09-15 21:02:15 |
last_update | 2022-09-15 21:02:15 |
depth | 1 |
children | 0 |
last_payout | 2022-09-22 21:02: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 | 29 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,650,848 |
net_rshares | 0 |
Multi-container thread chain.
author | leothreads |
---|---|
permlink | leothread-2022-09-15-21-26 |
category | hive-167922 |
json_metadata | {"tags":["leothreads","microblogging","leofinance"]} |
created | 2022-09-15 21:26:21 |
last_update | 2022-09-15 21:26:21 |
depth | 1 |
children | 0 |
last_payout | 2022-09-22 21:26: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 | 29 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,651,350 |
net_rshares | 0 |
test container
author | leothreads |
---|---|
permlink | test-aaaaaaa |
category | hive-167922 |
json_metadata | "" |
created | 2022-09-14 13:27:33 |
last_update | 2022-09-14 13:27:33 |
depth | 1 |
children | 0 |
last_payout | 2022-09-21 13:27: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 | 14 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,610,922 |
net_rshares | 0 |
test container2
author | leothreads |
---|---|
permlink | test-baaaaaa |
category | hive-167922 |
json_metadata | "" |
created | 2022-09-14 13:35:51 |
last_update | 2022-09-14 13:35:51 |
depth | 1 |
children | 0 |
last_payout | 2022-09-21 13:35: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 | 15 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,611,164 |
net_rshares | 0 |
test container3
author | leothreads |
---|---|
permlink | test-caaaaaa |
category | hive-167922 |
json_metadata | "" |
created | 2022-09-14 13:36:39 |
last_update | 2022-09-14 13:36:39 |
depth | 1 |
children | 0 |
last_payout | 2022-09-21 13:36: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 | 15 |
author_reputation | 11,250,640,610,832 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,611,174 |
net_rshares | 0 |
>I did write up two posts about it last year, in the hopes of getting some engagement. While they got some votes from curation accounts, I got no reply. That's a shame as the work that you have done here is amazing and deserves recognition. There are a few people that i follow who put up similar post about development and programming but it does go above my head. Without any knowledge of programming all i can do is appreciate the final result and hive stats is an amazing piece of work. So well laid out, so reactive, so useful. Congrats on the achievement and its worth a little brag when you hit a winner. I know from other teams that have tried building projects that it can be tough to develop on hive as there is not as much support documentation compared to the likes of Ethereum. Will this be made easier with the upcoming HAF project form blocktrades or do we need people to take the time and put together the content for others to use? Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@niallon11/re-yokunjon-66eksh)
author | niallon11 |
---|---|
permlink | re-yokunjon-66eksh |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@niallon11/re-yokunjon-66eksh"} |
created | 2022-02-12 06:24:30 |
last_update | 2022-02-12 06:24:30 |
depth | 1 |
children | 1 |
last_payout | 2022-02-19 06:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.770 HBD |
curator_payout_value | 2.768 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,049 |
author_reputation | 622,877,217,794,111 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,384,403 |
net_rshares | 4,093,828,783,220 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yokunjon | 0 | 3,308,772,288 | 100% | ||
leo.voter | 0 | 4,090,501,881,231 | 5% | ||
saboin.leo | 0 | 18,129,701 | 9% |
Thank you so much! > There are a few people that i follow who put up similar post about development and programming but it does go above my head. I'd like to follow them if you remember their names. > I know from other teams that have tried building projects that it can be tough to develop on the hive as there is not as much support documentation compared to the likes of Ethereum. I never worked with Ethereum, though I believe there should be lots of volunteer work on documenting things due to its popularity. Contrary to that, Hive requires you to know someone who already knows about it. It would be much harder for me without me asking my friend every day about the Hive. > Will this be made easier with the upcoming HAF project form blocktrades or do we need people to take the time and put together the content for others to use? The only thing that I know that's related to HAF is history revamp. So, I can only guess that documenting the new and easier to use API be easier on their end too.
author | yokunjon |
---|---|
permlink | re-niallon11-r76ka5 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.01.2"} |
created | 2022-02-12 07:18:06 |
last_update | 2022-02-12 07:18:21 |
depth | 2 |
children | 0 |
last_payout | 2022-02-19 07:18:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.771 HBD |
curator_payout_value | 2.770 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,008 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,385,051 |
net_rshares | 4,086,488,956,704 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leo.voter | 0 | 4,086,470,948,476 | 5% | ||
saboin.leo | 0 | 18,008,228 | 9% |
test, another one Posted Using [LeoFinance <sup>Beta</sup>](http://localhost:3000/@yokunjon/re-yokunjon-2t6hfs)
author | yokunjon |
---|---|
permlink | re-yokunjon-2t6hfs |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://alpha.leofinance.io/@yokunjon/re-yokunjon-2t6hfs"} |
created | 2022-06-04 08:18:36 |
last_update | 2022-06-04 08:18:36 |
depth | 1 |
children | 0 |
last_payout | 2022-06-11 08:18: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 | 112 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,771,949 |
net_rshares | 0 |
Testing Posted Using [LeoFinance <sup>Beta</sup>](http://localhost:3000/@yokunjon/re-yokunjon-3g2grw)
author | yokunjon |
---|---|
permlink | re-yokunjon-3g2grw |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://alpha.leofinance.io/@yokunjon/re-yokunjon-3g2grw"} |
created | 2022-06-04 02:20:21 |
last_update | 2022-06-04 02:20:21 |
depth | 1 |
children | 5 |
last_payout | 2022-06-11 02:20: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 | 102 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,767,047 |
net_rshares | 0 |
test Posted Using [LeoFinance <sup>Beta</sup>](http://localhost:3000/@yokunjon/re-yokunjon-5dcebg)
author | yokunjon |
---|---|
permlink | re-yokunjon-5dcebg |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://alpha.leofinance.io/@yokunjon/re-yokunjon-5dcebg","links":["http://localhost:3000/@yokunjon/re-yokunjon-5dcebg"]} |
created | 2022-06-04 07:28:51 |
last_update | 2022-06-04 07:57:33 |
depth | 2 |
children | 4 |
last_payout | 2022-06-11 07:28: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 | 98 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,771,274 |
net_rshares | 0 |
<div class="pull-right"><img src="https://cdn.steemitimages.com/DQmeHxGH67uYFvPfd76LGms358u21JRfqGFim6GN2CF5Dc4/image.png"> </div> <div class="phishy"></div> It looks like this comment contains a link that does not use a secure protocol: <a href="https://hive.blog/hive-192847/@keys-defender/new-features-extended-phishing-protection">http://localhost:3000/@yokunjon/re-yokunjon-5dcebg</a>. <sub><br>HTTP is in use instead of HTTPS and no <a href="https://geekflare.com/http-to-https-redirection/">protocol redirection</a> is in place.</sub> <sub>Be careful and do not enter sensitive information in that website as your data won't be encrypted. <br>It's also a good habit to always hover links before clicking them in order to see the actual link in the bottom-left corner of your browser.</sub> <br><br><div class="pull-left"><center><sub>More info on this service <a href="https://hive.blog/hive-192847/@keys-defender/new-features-extended-phishing-protection">here</a>. For more information on HTTP unsafety read: https://whynohttps.com https://web.dev/why-https-matters.</sub></center><br><center><sub>{average of post/comments with HTTP links I found per hour: 42.9}</sub></center></div></center></div> <div class="pull-left"><center>This auto-reply is throttled 1/20 to reduce spam but if it still bothers you reply "OFF HTTP". Or reply REVIEW for manual review and whitelisting.</center></div>
author | keys-defender |
---|---|
permlink | antiunsafelinks-keys-defender-bot-1654328830049 |
category | hive-167922 |
json_metadata | {"tags":["unsafelinks"],"app":"hivejs/kd"} |
created | 2022-06-04 07:47:12 |
last_update | 2022-06-04 07:47:12 |
depth | 3 |
children | 0 |
last_payout | 2022-06-11 07:47: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 | 1,446 |
author_reputation | 91,062,880,622,360 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,771,510 |
net_rshares | 0 |
comment add test Posted Using [LeoFinance <sup>Beta</sup>](http://localhost:3000/@yokunjon/re-yokunjon-yefbd)
author | yokunjon |
---|---|
permlink | re-yokunjon-yefbd |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://alpha.leofinance.io/@yokunjon/re-yokunjon-yefbd"} |
created | 2022-06-04 08:02:57 |
last_update | 2022-06-04 08:02:57 |
depth | 3 |
children | 2 |
last_payout | 2022-06-11 08:02: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 | 110 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,771,745 |
net_rshares | 0 |
test
author | yokunjon |
---|---|
permlink | re-yokunjon-xvtb1 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@yokunjon/re-yokunjon-xvtb1"} |
created | 2022-06-04 09:21:45 |
last_update | 2022-06-05 00:08:57 |
depth | 1 |
children | 0 |
last_payout | 2022-06-11 09:21: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 | 4 |
author_reputation | 19,266,807,595,513 |
root_title | "HiveStats: Developer's Insight" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,772,926 |
net_rshares | 0 |