Yesterday, HiveAuth (formely Hive Authentication Services or HAS) has been released. Hive Keychains, Peakd and Hive.Blog have released a new version that adds support to this new secure way of login yourself to a Hive frontend without having to enter your private key on a computer. All you need is a compatible wallet app (Hive Keychain) installed on your mobile phone. @arcange is the person behind the HiveAuth project and has made available a HiveAuth server and a [wrapper library](https://peakd.com/hive-139531/@arcange/has-wrapper-library) that facilitate the integration into an existing app. ## HiveAuth in a nutshell The basic idea of HiveAuth is to create a communication channel between an app (frontend such as Hive.Blog or Peakd) installed on your computer (or also your mobile phone) and a wallet app installed on your mobile phone. When authenticating yourself or performing an action that requires signing with your private key (post, comment, vote etc...), instead of giving your private key to the app, or instead of installing a browser extension (Hive Keychain) on a computer you don't trust, you can use the wallet app on your mobile phone. The app makes a request to HiveAuth server which then transmit it to the mobile wallet app. The mobile wallet app then uses the key you already stored in it to sign the transaction and returns the signed data to the app via HiveAuth server. During this process, neither the app or HiveAuth server will know the private key. Only the trusted mobile wallet app will have the key. ## HiveAuth Client library When I integrated HiveAuth to the Condenser, I took the opportunity to create my own wrapper library. It is based on @arcange's [HiveAuth Wrapper Library](https://peakd.com/hive-139531/@arcange/has-wrapper-library) but it's taking the event based approach to minimise the use of callback functions for more clarity and it also minimises the user of timeout and intervals internally. This refactoring of the library also allowed me to understand more how things work. ### Installation The HiveAuth Client library is available on GitHub: https://github.com/quochuy/hive-auth-client It's also available as an NPM package that can be installed to your project with the following command: `yarn add hive-auth-client` Then simply import it into your script: `import HasClient from 'hive-auth-client';` ### Configuration Once imported, you will need some little configuration. The following command, will instantiate the client class and define the hostname for the HiveAuth server to use: `const client = new HasClient('hive-auth.arcange.eu', '', true);` You will also need to configure some metadata to identify your app to the mobile wallet app: ``` const APP_META = { name: 'Hive Blog', description: 'Hive Blog', icon: 'https://hive.blog/images/hive-blog-logo.png', }; ``` Finally, you will have to create an `auth` object that will store authentication data for the user. This auth data is to identify your session with the HiveAuth server: ``` const auth = { username: undefined, token: undefined, expire: undefined, key: undefined, }; ``` ### Authentication + Challenge The first thing you'll need to do is handle the login to your app by requesting an authentication with the mobile wallet app and at the same time request a challenge to sign with a posting key (or any other type of private keys depending on what your app needs to do). https://gist.github.com/quochuy/045bd6604aa9dd02bec088742e0b9bf3 The client library will auto-connect the websocket when attempting to send a message and will automatically attempt a reconnection if it is dropped. ### Broadcasting a transaction Similarly to authenticating, to broadcast a transaction you just setup your event handlers first, then call `client.broadcast()`; https://gist.github.com/quochuy/95ec5d5459d3a45c5616dd78f005d17e ## Documentations My HiveAuth Client library will only help you handle communication between your app and the HiveAuth server. You can see the list of available methods and events on the NPM page: https://www.npmjs.com/package/hive-auth-wrapper For a complete integration, you still need to understand and handle the rest of the HiveAuth protocol. For that, checkout the HiveAuth documentations: https://docs.hiveauth.com/
author | quochuy |
---|---|
permlink | hiveauth-client-library |
category | hive-139531 |
json_metadata | "{"tags":["hive-139531","development","hiveauth","hiveprojects","hive","witness-update"],"users":["arcange"],"links":["https://peakd.com/hive-139531/@arcange/has-wrapper-library"],"app":"hiveblog/0.1","format":"markdown","description":"Description on the new client library for HiveAuth"}" |
created | 2022-02-23 05:25:15 |
last_update | 2022-02-23 05:25:15 |
depth | 0 |
children | 21 |
last_payout | 2022-03-02 05:25:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 225.388 HBD |
curator_payout_value | 225.161 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,315 |
author_reputation | 759,310,520,205,076 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,731,785 |
net_rshares | 386,084,132,336,731 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alpha | 0 | 147,434,462,352,257 | 100% | ||
simba | 0 | 63,003,085,786 | 100% | ||
boatymcboatface | 0 | 433,037,790,938 | 25% | ||
kingscrown | 0 | 24,743,508,146 | 25% | ||
oaldamster | 0 | 152,740,495,141 | 100% | ||
kevinwong | 0 | 184,045,359,902 | 35% | ||
theshell | 0 | 116,124,228,307 | 25% | ||
gerber | 0 | 22,590,315,801 | 14.5% | ||
good-karma | 0 | 9,544,074,120 | 1% | ||
ezzy | 0 | 907,902,109 | 14.5% | ||
ausbitbank | 0 | 677,713,844,982 | 100% | ||
mrwang | 0 | 558,044,358 | 17.5% | ||
arcange | 0 | 13,236,155,097,853 | 100% | ||
exyle | 0 | 130,273,320,591 | 14.5% | ||
sharker | 0 | 9,245,923,176 | 27.3% | ||
allyinspirit | 0 | 2,138,051,487 | 15% | ||
arconite | 0 | 703,898,048 | 17.5% | ||
raphaelle | 0 | 6,098,452,494 | 5% | ||
ace108 | 0 | 454,551,897,953 | 11% | ||
kibela | 0 | 4,702,212,391 | 30% | ||
joele | 0 | 416,115,831,592 | 100% | ||
djennyfloro | 0 | 1,357,045,028 | 10% | ||
borran | 0 | 449,680,396,404 | 50% | ||
azizbd | 0 | 5,208,420,852 | 20% | ||
lemouth | 0 | 1,037,642,999,171 | 50% | ||
jlufer | 0 | 21,594,847,849 | 100% | ||
notconvinced | 0 | 64,266,683,985 | 100% | ||
novacadian | 0 | 11,536,758,970 | 50% | ||
penguinpablo | 0 | 270,486,540,623 | 12% | ||
ebargains | 0 | 1,129,364,576 | 3.62% | ||
cnfund | 0 | 186,400,449,718 | 100% | ||
funnyman | 0 | 1,077,003,923 | 4.8% | ||
ssekulji | 0 | 32,864,643,635 | 100% | ||
btshuang | 0 | 1,511,613,443 | 100% | ||
planosdeunacasa | 0 | 1,408,623,945 | 14.5% | ||
olesya1989 | 0 | 1,707,513,291 | 100% | ||
gamer00 | 0 | 333,991,561,212 | 42% | ||
mangos | 0 | 1,939,429,842,666 | 40% | ||
lacausa | 0 | 8,017,227,826 | 100% | ||
esteemapp | 0 | 2,354,616,864 | 1% | ||
walterjay | 0 | 177,960,098,656 | 15% | ||
v4vapid | 0 | 5,309,857,099,886 | 33% | ||
automaton | 0 | 2,615,758,052 | 100% | ||
steemitboard | 0 | 17,978,936,560 | 3% | ||
radiv | 0 | 525,733,367 | 10% | ||
ambyr00 | 0 | 19,206,021,036 | 6.3% | ||
teammo | 0 | 142,024,966,137 | 100% | ||
diggndeeper.com | 0 | 3,762,241,118,339 | 100% | ||
borislavzlatanov | 0 | 8,520,477,468 | 100% | ||
trafalgar | 0 | 40,717,796,904,466 | 100% | ||
itinerantph | 0 | 1,040,781,925 | 50% | ||
freebornsociety | 0 | -1,300,408,060 | -8% | ||
elevator09 | 0 | 16,846,071,373 | 100% | ||
dickturpin | 0 | 1,430,559,635 | 5% | ||
pastzam | 0 | 675,702,348,694 | 100% | ||
raindrop | 0 | 658,166,282,652 | 100% | ||
ocisly | 0 | 11,303,941,042 | 100% | ||
imperfect-one | 0 | 2,718,028,897 | 100% | ||
choogirl | 0 | 42,997,277,291 | 50% | ||
passion-fruit | 0 | 8,265,751,158 | 100% | ||
fortune-master | 0 | 7,993,213,295 | 100% | ||
lugaxker | 0 | 511,452,446 | 22.27% | ||
broncnutz | 0 | 8,989,827,874,309 | 100% | ||
scrooger | 0 | 73,426,163,183 | 35% | ||
iansart | 0 | 51,913,817,044 | 14.5% | ||
uruiamme | 0 | 5,489,367,029 | 55% | ||
newsflash | 0 | 59,769,265,256,670 | 100% | ||
guiltyparties | 0 | 313,024,143,421 | 100% | ||
scooter77 | 0 | 47,398,349,476 | 37.5% | ||
schoolforsdg4 | 0 | 6,059,120,302 | 20% | ||
aditor | 0 | 5,541,936,421 | 100% | ||
mdosev | 0 | 34,783,736,933 | 59% | ||
anacristinasilva | 0 | 68,918,144,789 | 100% | ||
bearone | 0 | 14,424,841,622 | 35% | ||
skepticology | 0 | 58,666,832,823 | 100% | ||
alphacore | 0 | 4,831,784,597 | 2.42% | ||
galenkp | 0 | 482,229,716,973 | 15% | ||
teamaustralia | 0 | 7,785,428,579 | 45% | ||
roxane | 0 | 542,609,638 | 50% | ||
bruzzy | 0 | 7,209,961,344 | 100% | ||
joeyarnoldvn | 0 | 610,394,993 | 1.76% | ||
bluemist | 0 | 20,458,221,274 | 10% | ||
nerengot | 0 | 2,815,931,957 | 90% | ||
travelgirl | 0 | 137,593,542,557 | 100% | ||
mygod | 0 | 1,504,581,796 | 100% | ||
shitsignals | 0 | 709,700,706 | 14.5% | ||
appreciator | 0 | 37,555,287,640,747 | 10% | ||
yann0975 | 0 | 6,742,195,454 | 7.5% | ||
themarkymark | 0 | 3,724,610,655,656 | 10% | ||
wargof | 0 | 1,241,809,954 | 65% | ||
bambukah | 0 | 2,063,034,298 | 12% | ||
tykee | 0 | 10,014,809,521 | 3% | ||
isabelpena | 0 | 15,849,002,688 | 100% | ||
dineroconopcion | 0 | 1,425,619,898 | 14.5% | ||
taintedblood | 0 | 535,613,535 | 15% | ||
zonguin | 0 | 5,277,135,295 | 15% | ||
pocketrocket | 0 | 17,550,382,831 | 100% | ||
khalil319 | 0 | 3,277,650,190 | 50% | ||
steemik | 0 | 50,047,881,154 | 100% | ||
francosteemvotes | 0 | 4,497,939,217 | 30% | ||
buggedout | 0 | 507,372,479,493 | 20% | ||
zonabitcoin | 0 | 1,344,621,797 | 14.5% | ||
jasonbu | 0 | 41,524,084,213 | 50% | ||
jeanlucsr | 0 | 838,850,306 | 1.45% | ||
windtalker | 0 | 820,794,055 | 100% | ||
shanibeer | 0 | 733,147,167,683 | 50% | ||
a-alice | 0 | 30,650,947,479 | 100% | ||
my451r | 0 | 171,415,617,950 | 100% | ||
vahidrazavi | 0 | 594,091,446 | 50% | ||
felander | 0 | 81,015,849,743 | 14.5% | ||
santigs | 0 | 48,550,209,833 | 75% | ||
joalvarez | 0 | 202,009,933,985 | 100% | ||
mrsquiggle | 0 | 165,437,748,347 | 60% | ||
kimzwarch | 0 | 14,606,432,211 | 4% | ||
bboyady | 0 | 511,456,174 | 19.16% | ||
nurhayati | 0 | 1,614,376,565 | 35% | ||
evildido | 0 | 1,754,062,885 | 15% | ||
buildawhale | 0 | 7,410,495,002,297 | 10% | ||
aidefr | 0 | 6,064,864,236 | 22.5% | ||
eastmael | 0 | 29,170,336,405 | 100% | ||
yogacoach | 0 | 15,022,677,417 | 14.5% | ||
chinchilla | 0 | 289,161,936,804 | 100% | ||
davidke20 | 0 | 54,778,579,698 | 38.32% | ||
fatman | 0 | 7,060,998,903 | 2% | ||
revisesociology | 0 | 340,095,642,027 | 20% | ||
majes.tytyty | 0 | 43,611,330,287 | 10% | ||
xoxois | 0 | 7,345,309,337 | 100% | ||
mauromar | 0 | 238,221,159,659 | 50% | ||
makerhacks | 0 | 137,718,009,043 | 100% | ||
gringo211985 | 0 | 3,722,080,836 | 100% | ||
gtpjfoodbank | 0 | 23,764,791,387 | 90% | ||
esteem.app | 0 | 263,496,321 | 1% | ||
daisyphotography | 0 | 11,959,554,009 | 100% | ||
investegg | 0 | 37,122,912,121 | 1.2% | ||
xuanphuc98 | 0 | 4,740,476,496 | 100% | ||
x30 | 0 | 656,774,739,608 | 10% | ||
japanguide | 0 | 675,868,369 | 100% | ||
spacesheep | 0 | 4,849,203,227 | 100% | ||
klevn | 0 | 60,055,790,958 | 100% | ||
afterglow | 0 | 22,406,790,125 | 50% | ||
arabisouri | 0 | 201,823,037,764 | 100% | ||
noble-noah | 0 | 21,506,380,590 | 100% | ||
baloox | 0 | 881,217,604 | 4.5% | ||
mrsyria | 0 | 2,638,356,852 | 100% | ||
hectgranate | 0 | 16,202,582,427 | 100% | ||
ridsevilla | 0 | 3,686,750,292 | 100% | ||
senorcoconut | 0 | 1,329,458,128 | 6% | ||
dbddv01 | 0 | 1,527,865,973 | 15% | ||
halleyleow | 0 | 5,081,042,891 | 80% | ||
travoved | 0 | 2,217,327,768 | 100% | ||
hendersonp | 0 | 2,048,557,875 | 14.5% | ||
traf | 0 | 3,569,681,904,781 | 100% | ||
helmibireuen | 0 | 7,926,138,778 | 100% | ||
ubikalo | 0 | 891,607,805 | 14.5% | ||
itchyfeetdonica | 0 | 157,509,388,801 | 30% | ||
fjcalduch | 0 | 157,024,606,173 | 100% | ||
funtraveller | 0 | 4,176,081,815 | 80% | ||
robotics101 | 0 | 4,032,294,580 | 30% | ||
funt33 | 0 | 62,386,886 | 50% | ||
lpv | 0 | 1,939,312,179 | 5.62% | ||
iptrucs | 0 | 15,457,767,997 | 25% | ||
breelikeatree | 0 | 192,028,171,586 | 100% | ||
sneakyninja | 0 | 1,279,636,710 | 2.1% | ||
shohana1 | 0 | 5,818,497,858 | 100% | ||
statorcrime | 0 | 1,003,656,933 | 15% | ||
spiritabsolute | 0 | 33,814,797,064 | 100% | ||
shariarahammad | 0 | 6,627,318,184 | 100% | ||
cryptonized | 0 | 17,697,383,562 | 12% | ||
peter.goki | 0 | 13,453,379,450 | 100% | ||
upmyvote | 0 | 3,137,689,778 | 10% | ||
anggaariska | 0 | 350,291,551 | 100% | ||
duke77 | 0 | 4,299,745,929 | 25% | ||
abitcoinskeptic | 0 | 4,147,697,786 | 50% | ||
brotherhood | 0 | 1,408,970,538,324 | 100% | ||
sagescrub | 0 | 807,427,210 | 15% | ||
tdre | 0 | 14,878,782,555 | 100% | ||
santarius | 0 | 558,129,185 | 100% | ||
socialmediaseo | 0 | 932,361,269 | 50% | ||
mermaidvampire | 0 | 1,543,455,194 | 100% | ||
ahmedsy | 0 | 27,108,460,188 | 100% | ||
dragibusss | 0 | 1,450,131,936 | 50% | ||
jarvie | 0 | 1,873,246,567,871 | 100% | ||
a-quarius | 0 | 29,096,466,910 | 20% | ||
gribouille | 0 | 1,051,382,656 | 22.5% | ||
itharagaian | 0 | 724,382,694 | 15% | ||
fieryfootprints | 0 | 20,205,705,016 | 40% | ||
unconditionalove | 0 | 1,765,346,579 | 7.25% | ||
mastergerund | 0 | 1,229,035,969 | 4.21% | ||
d0zer | 0 | 2,086,211,068 | 100% | ||
saltycat | 0 | 3,933,204,588 | 100% | ||
mylka | 0 | 2,301,581,343 | 100% | ||
lebastion | 0 | 509,540,454 | 15% | ||
asgarth | 0 | 696,970,186,861 | 50% | ||
fsegredo1 | 0 | 874,792,232 | 14.5% | ||
putu300 | 0 | 15,360,521,246 | 40% | ||
bghandmade | 0 | 965,755,533 | 30% | ||
reazuliqbal | 0 | 73,162,199,753 | 14.5% | ||
blockchainyouth | 0 | 35,240,728,569 | 50% | ||
henlicps | 0 | 600,102,867 | 14.5% | ||
kymio | 0 | 496,382,803 | 3.75% | ||
outlinez | 0 | 7,108,651,668 | 5% | ||
bestboom | 0 | 4,116,819,681 | 14.5% | ||
manniman | 0 | 61,416,904,871 | 11% | ||
louis88 | 0 | 507,864,712,359 | 29% | ||
sbi2 | 0 | 287,678,409,541 | 14.73% | ||
proanima | 0 | 7,209,171,895 | 10% | ||
franciscopr | 0 | 9,514,260,390 | 100% | ||
fadiljitu17 | 0 | 729,054,549 | 100% | ||
yameen | 0 | 79,173,761,919 | 40% | ||
juanmanuellopez1 | 0 | 2,808,956,776 | 14.5% | ||
gadrian | 0 | 145,915,744,152 | 50% | ||
inciter | 0 | 6,006,500,209 | 10% | ||
therising | 0 | 1,843,533,912,953 | 100% | ||
themightyvolcano | 0 | 5,671,295,550 | 14.5% | ||
lartist-zen | 0 | 1,863,820,613 | 100% | ||
imcore | 0 | 1,024,526,772 | 10% | ||
steemtechnology | 0 | 507,530,208 | 100% | ||
achimmertens | 0 | 157,343,121,199 | 50% | ||
flyinghigher | 0 | 45,807,719,354 | 100% | ||
santarius2 | 0 | 807,845,687 | 100% | ||
meanbees | 0 | 3,684,177,384 | 1.45% | ||
seha76 | 0 | 15,995,626,983 | 100% | ||
promobot | 0 | 13,060,968,266 | 100% | ||
veteranforcrypto | 0 | 1,731,127,476 | 100% | ||
studio666 | 0 | 2,699,608,965 | 100% | ||
fw206 | 0 | 194,783,281,189 | 8.2% | ||
steem.services | 0 | 8,787,222,247 | 3.62% | ||
atanas007 | 0 | 352,513,861 | 100% | ||
valentin86 | 0 | 7,483,237,766 | 100% | ||
davidesimoncini | 0 | 4,009,822,472 | 30.3% | ||
angatt | 0 | 3,516,628,417 | 50% | ||
steem-tube | 0 | 395,075,742,411 | 100% | ||
archisteem | 0 | 1,257,891,482 | 7.5% | ||
alfrednoyed | 0 | 20,029,668,443 | 100% | ||
kolkamkwan | 0 | 50,057,338,835 | 100% | ||
corinadiaz | 0 | 17,433,236,321 | 100% | ||
kstop1 | 0 | 31,537,876,854 | 100% | ||
merlion | 0 | 612,246,363 | 12% | ||
dses | 0 | 46,436,042,737 | 80% | ||
elmundodexao | 0 | 27,643,308,347 | 100% | ||
marblely | 0 | 8,912,406,854 | 10% | ||
letenebreux | 0 | 582,245,563 | 15% | ||
haccolong | 0 | 50,102,852,042 | 70% | ||
cryptocopy | 0 | 511,909,672 | 15% | ||
cryptojiang | 0 | 8,404,235,913 | 100% | ||
scrawly | 0 | 2,562,708,690 | 100% | ||
drsensor | 0 | 1,097,506,530 | 40% | ||
steemulant | 0 | 2,272,983,004 | 100% | ||
revueh | 0 | 1,339,135,754 | 30% | ||
thedailysneak | 0 | 1,733,657,509 | 2.1% | ||
teamvn | 0 | 117,814,503,452 | 100% | ||
luciannagy | 0 | 2,402,765,803 | 4.5% | ||
smartvote | 0 | 2,123,242,421,918 | 100% | ||
hoaithu | 0 | 17,517,379,668 | 59.5% | ||
pvinny69 | 0 | 25,806,252,674 | 100% | ||
dlike | 0 | 67,965,714,413 | 14.5% | ||
cleanplanet | 0 | 66,811,356,307 | 7.5% | ||
anhvu | 0 | 11,874,584,641 | 56% | ||
gamercreed | 0 | 1,331,385,029 | 98% | ||
petrarodriguez | 0 | 592,134,404,277 | 63% | ||
engrave | 0 | 2,266,318,079,502 | 100% | ||
tipsybosphorus | 0 | 3,047,693,826 | 50% | ||
pboulet | 0 | 27,955,781,375 | 30% | ||
nareebun | 0 | 6,242,801,984 | 50% | ||
bobby.madagascar | 0 | 4,304,169,818 | 14.5% | ||
reteem | 0 | 2,435,891,686 | 70% | ||
trang | 0 | 6,555,656,407 | 100% | ||
babysavage | 0 | 591,040,507 | 4.21% | ||
mariluna | 0 | 521,321,736 | 50% | ||
pocketjs | 0 | 610,245,638 | 100% | ||
ru-trail | 0 | 656,180,002,544 | 100% | ||
kermosura | 0 | 788,912,298 | 14.5% | ||
bichen | 0 | 1,799,962,696 | 100% | ||
dubignyp | 0 | 2,007,371,024 | 21% | ||
sasaadrian | 0 | 12,738,073,710 | 20% | ||
thrasher666 | 0 | 2,046,330,893 | 60% | ||
tsunsica | 0 | 1,971,347,047 | 10% | ||
yetsimar | 0 | 43,741,452,132 | 100% | ||
gameeit | 0 | 628,724,293 | 100% | ||
forecasteem | 0 | 11,496,213,064 | 100% | ||
pauliinasoilu | 0 | 10,693,464,936 | 100% | ||
teenagecrypto | 0 | 53,331,292,032 | 100% | ||
redheaddemon | 0 | 1,606,506,942 | 100% | ||
rasalom | 0 | 16,655,227,674 | 100% | ||
khan.dayyanz | 0 | 51,557,798,630 | 100% | ||
bluerobo | 0 | 94,199,447,579 | 100% | ||
shainemata | 0 | 16,928,898,301 | 50% | ||
homesteaderscoop | 0 | 52,873,989,627 | 30% | ||
jacuzzi | 0 | 3,067,990,621 | 1.2% | ||
vaultec | 0 | 52,698,000,532 | 100% | ||
primeradue | 0 | 509,049,365 | 33% | ||
determine | 0 | 865,473,974 | 14.5% | ||
elikast | 0 | 13,265,158,936 | 100% | ||
smonkstop1 | 0 | 3,376,466,335 | 100% | ||
fusion.lover | 0 | 31,808,332,641 | 100% | ||
steemtelly | 0 | 29,894,726,440 | 100% | ||
a-secondchance | 0 | 5,689,458,644 | 38.32% | ||
mia-cc | 0 | 4,938,115,952 | 38.32% | ||
hungrybear | 0 | 524,547,198 | 12% | ||
fintian | 0 | 525,126,121 | 100% | ||
wildhomesteading | 0 | 13,900,528,673 | 35% | ||
ond | 0 | 1,889,726,925 | 100% | ||
c4cristi3 | 0 | 19,149,655,235 | 47% | ||
alenox | 0 | 2,383,115,945 | 100% | ||
mfblack | 0 | 1,995,255,282 | 13.77% | ||
photographercr | 0 | 38,716,120,521 | 20% | ||
squareonefarms | 0 | 6,662,262,012 | 30% | ||
gadrian-sp | 0 | 36,870,554,440 | 50% | ||
leedsunited | 0 | 2,350,122,877 | 100% | ||
minigame | 0 | 353,614,948,829 | 100% | ||
akumagai | 0 | 21,565,810,122 | 100% | ||
socialbot | 0 | 509,068,331 | 20% | ||
likwid | 0 | 3,526,194,043 | 100% | ||
omnivori | 0 | 1,727,936,285 | 90% | ||
blumela | 0 | 39,138,705,985 | 80% | ||
vancouverdining | 0 | 1,045,658,750,535 | 20% | ||
leighscotford | 0 | 652,555,706 | 1% | ||
firefuture | 0 | 1,027,998,405 | 7.25% | ||
farrier.services | 0 | 248,387,018,158 | 100% | ||
imbartley | 0 | 776,915,617 | 25% | ||
milu-the-dog | 0 | 2,440,137,856 | 14.5% | ||
lrekt01 | 0 | 3,926,942,484 | 69% | ||
triplea.bot | 0 | 3,469,910,520 | 14.5% | ||
ratnaayub | 0 | 741,999,122 | 100% | ||
steem.leo | 0 | 17,627,906,091 | 14.5% | ||
reggaesteem | 0 | 6,839,497,451 | 85% | ||
steelbak | 0 | 441,587,135,502 | 100% | ||
votebetting | 0 | 15,223,491,205 | 50% | ||
ojak | 0 | 1,178,363,455 | 100% | ||
myfreshes | 0 | 3,681,072,846 | 5% | ||
alypanda | 0 | 863,664,872 | 100% | ||
helengutier2 | 0 | 18,218,037,305 | 14.5% | ||
soyunasantacruz | 0 | 48,691,534,064 | 100% | ||
sbi-tokens | 0 | 1,058,042,156 | 4.21% | ||
logiczombie | 0 | -425,675,035 | -15% | ||
urun | 0 | 63,681,808,308 | 100% | ||
build-it | 0 | 558,361,946,251 | 100% | ||
zeesh | 0 | 1,160,469,614 | 5% | ||
ianballantine | 0 | 1,138,416,016 | 100% | ||
madisonelizabeth | 0 | 692,104,296 | 100% | ||
bilpcoinrecords | 0 | 1,340,249,658 | 25% | ||
babangida | 0 | 372,018,280 | 100% | ||
dbfoodbank | 0 | 4,515,598,659 | 76% | ||
shani.jahming | 0 | 991,937,922 | 100% | ||
cratic | 0 | 5,850,940,801 | 100% | ||
rus-lifestyle | 0 | 719,942,401 | 50% | ||
bpcvoter | 0 | 766,406,069 | 100% | ||
gmlrecordz | 0 | 1,179,189,788 | 85% | ||
journeyofanomad | 0 | 13,663,016,407 | 100% | ||
ribary | 0 | 5,091,636,526 | 7.25% | ||
kgsupport | 0 | 2,316,006,299 | 50% | ||
marblesz | 0 | 652,559,535 | 10% | ||
mice-k | 0 | 1,379,725,788 | 14.5% | ||
julesquirin | 0 | 2,676,349,814 | 20% | ||
curamax | 0 | 651,061,577 | 14.5% | ||
kitzune | 0 | 14,974,679,545 | 100% | ||
dpend.active | 0 | 1,197,370,317 | 2.9% | ||
shinoxl | 0 | 1,890,312,388 | 100% | ||
hivebuzz | 0 | 5,402,542,976 | 2% | ||
blue-witness | 0 | 2,102,537,465 | 100% | ||
solcycler | 0 | 2,738,718,792 | 100% | ||
hivetrending | 0 | 50,710,260,097 | 100% | ||
laruche | 0 | 1,375,333,625,182 | 30% | ||
ykretz | 0 | 1,401,641,063 | 3% | ||
alphahippie | 0 | 2,553,102,140 | 100% | ||
master-lamps | 0 | 21,170,942,723 | 100% | ||
reggaejahm | 0 | 353,825,102,007 | 100% | ||
softworld | 0 | 244,263,767,836 | 68% | ||
alther | 0 | 183,291,581 | 100% | ||
dcityrewards | 0 | 494,735,809,990 | 14.5% | ||
sketching | 0 | 896,725,475 | 7.25% | ||
authentika | 0 | 3,256,800,315 | 30% | ||
hive-143869 | 0 | 35,972,511,297 | 15% | ||
ninnu | 0 | 37,176,421,899 | 10% | ||
kiemis | 0 | 247,749,597,629 | 21% | ||
ecency | 0 | 371,326,541,940 | 1% | ||
hivesuperman | 0 | 5,589,079,964 | 100% | ||
actioncats | 0 | 12,345,403,474 | 9% | ||
discoveringarni | 0 | 38,953,710,071 | 15% | ||
iamyohann | 0 | 519,692,363 | 15% | ||
minihw | 0 | 261,455,797 | 100% | ||
lithajacobs | 0 | 3,327,975,021 | 100% | ||
hivecur | 0 | 246,359,731 | 14.5% | ||
damadama | 0 | 107,162,907 | 100% | ||
jelly13 | 0 | 525,197,819 | 7.25% | ||
hivebuilder | 0 | 4,653,407,993 | 50% | ||
olaunlimited | 0 | 71,128,635,599 | 45% | ||
buildahouse | 0 | 968,262,130 | 15% | ||
ecency.stats | 0 | 339,473,806 | 1% | ||
millyzev | 0 | 31,221,953,071 | 100% | ||
koxmicart | 0 | 7,895,835,201 | 100% | ||
recoveryinc | 0 | 2,907,862,612 | 5% | ||
hive-108278 | 0 | 881,006,944 | 50% | ||
kawsar8035 | 0 | 44,538,886,445 | 100% | ||
angelga25 | 0 | 197,824,835 | 100% | ||
whoaretheyph | 0 | 5,168,181,163 | 15% | ||
aabcent | 0 | 219,882,642,608 | 100% | ||
usainvote | 0 | 16,010,394,337,302 | 100% | ||
dama52 | 0 | 173,370,797 | 100% | ||
trangbaby | 0 | 136,615,271,981 | 100% | ||
omarrojas | 0 | 32,158,646,247 | 50% | ||
katleya | 0 | 13,499,382,651 | 100% | ||
noalys | 0 | 951,463,845 | 5% | ||
mau189gg | 0 | 572,875,244 | 50% | ||
diecinueve | 0 | 1,440,461,149 | 100% | ||
mattbee | 0 | 688,660,501 | 100% | ||
rohansuares | 0 | 10,320,414,974 | 100% | ||
mismo | 0 | 2,742,217,326 | 100% | ||
socbez1 | 0 | 1,727,296,495 | 33.3% | ||
ismaelrd04 | 0 | 9,031,273,114 | 100% | ||
kattycrochet | 0 | 6,564,574,101 | 50% | ||
darwinjj | 0 | 1,887,507,726 | 100% | ||
ayrin344 | 0 | 123,216,348,948 | 100% | ||
andrastia | 0 | 63,532,541,068 | 75% | ||
evgen-xx | 0 | 134,621,744,420 | 50% | ||
hivechat | 0 | 743,618,723 | 7.25% | ||
evernotice.leo | 0 | 4,767,564,902 | 100% | ||
godfather.ftw | 0 | 2,038,296,429 | 100% | ||
opick | 0 | 16,659,356,772 | 100% | ||
nadin-zakrevska | 0 | 32,521,976,484 | 100% | ||
nineclaws | 0 | 40,718,463,799 | 100% | ||
babeltrips | 0 | 17,727,629,732 | 50% | ||
samrisso | 0 | 3,272,289,365 | 5% | ||
hive-126300 | 0 | 690,273,905 | 100% | ||
sofs-su | 0 | 53,317,678,624 | 57.6% | ||
kriszrokk | 0 | 4,491,110,904 | 100% | ||
hectorsanchez18 | 0 | 12,597,262,930 | 100% | ||
petrahaller | 0 | 10,102,087,910 | 100% | ||
nj07 | 0 | 3,564,462,634 | 100% | ||
farleyfund | 0 | 12,459,862,395 | 100% | ||
cowboyphylosophy | 0 | 33,913,738,244 | 100% | ||
biglove | 0 | 3,449,335,041 | 75% | ||
wend1go | 0 | 40,197,529,272 | 100% | ||
creodas | 0 | 2,585,348,018 | 75% | ||
phuongthao98 | 0 | 2,188,191,645 | 50% | ||
aswita | 0 | 12,795,679,630 | 100% | ||
superxsymbiote | 0 | 527,511,586 | 100% | ||
forts | 0 | 619,551,740 | 100% | ||
soychalbed | 0 | 4,319,310,415 | 50% | ||
thaolaven | 0 | 661,440,371 | 50% | ||
pousinha | 0 | 2,085,731,468 | 30% | ||
makulit | 0 | 23,690,827,498 | 15% | ||
thurawinkyaw | 0 | 3,819,530,870 | 100% | ||
panmonagas | 0 | 767,807,378 | 10% | ||
makhinoo | 0 | 1,602,135,268 | 100% | ||
karrma13 | 0 | 0 | 100% | ||
abundancelife | 0 | 28,709,727,393 | 100% | ||
nongkamsailucky | 0 | 3,122,597,360 | 100% | ||
projectmama | 0 | 4,437,358,212 | 100% | ||
sodom-lv | 0 | 3,469,012,598 | 100% | ||
cowboyzlegend27 | 0 | 35,442,167,928 | 100% | ||
carlos13 | 0 | 484,740,398 | 100% | ||
irenicus30 | 0 | 7,129,364,332 | 100% | ||
aprasad2325 | 0 | 1,852,824,668 | 5% | ||
greenie.girl | 0 | 2,414,960,135 | 66.1% | ||
juthamat | 0 | 564,040,150 | 50% | ||
janetfund | 0 | 32,638,041,671 | 100% | ||
onlydoge | 0 | 1,136,512,752 | 100% | ||
beerbod | 0 | 6,262,402,392 | 100% | ||
apeminingclub | 0 | 49,802,202,493 | 10% | ||
hiveaustralia | 0 | 182,746,603,611 | 75% | ||
lyon-89 | 0 | 5,643,389,872 | 100% | ||
pain25 | 0 | 26,820,905 | 100% | ||
raqraq | 0 | 288,615,902 | 100% | ||
aleksdi | 0 | 358,375 | 100% | ||
apunawu | 0 | 0 | 100% | ||
sovstar | 0 | 735,709,434 | 2.1% | ||
thu172 | 0 | 15,405,365,668 | 100% | ||
dlmmqb | 0 | 1,525,836,088 | 15% | ||
doziekash | 0 | 2,500,801,386 | 100% | ||
lynnnguyen | 0 | 7,471,570,368 | 100% | ||
kimloan | 0 | 7,262,592,061 | 50% | ||
cryptokungfu | 0 | 6,816,442,272 | 100% | ||
dora381 | 0 | 25,775,394,734 | 100% | ||
whynotcamp | 0 | 18,409,190,823 | 100% | ||
jordand89 | 0 | 72,453,526,381 | 100% | ||
sephiwolf | 0 | 2,686,906,635 | 100% | ||
reppilc | 0 | 1,750,424,427 | 88% | ||
crazy-bee | 0 | 15,054,114,911 | 100% | ||
shoumik31 | 0 | 8,701,783,215 | 100% | ||
neoseven | 0 | 4,953,506,825 | 100% | ||
alvonsohiver | 0 | 3,414,097,505 | 100% | ||
merilin077 | 0 | 670,166,179 | 100% | ||
sandracast | 0 | 5,310,135,296 | 100% | ||
bettymorgan | 0 | 443,109,553 | 100% | ||
princekeys | 0 | 88,753,222 | 100% | ||
mnurhiver | 0 | 5,468,681,198 | 100% | ||
milly100 | 0 | 0 | 100% | ||
allentiger | 0 | 92,130,799 | 100% | ||
abeerhunter | 0 | 4,281,803,208 | 20% | ||
bananofarmer | 0 | 1,834,013,005 | 100% | ||
tropicarlos | 0 | 3,904,898,517 | 50% | ||
iq-bal | 0 | 5,161,219,960 | 100% | ||
alvonzo | 0 | 0 | 100% | ||
sunnyvo | 0 | 10,483,354,945 | 40% | ||
dono1307 | 0 | 513,214,653 | 30% | ||
willkomo | 0 | 745,481,539 | 100% | ||
aioflureedb | 0 | 3,745,967,004 | 99.5% | ||
beautifulwreck | 0 | 907,773,613 | 7.5% | ||
itzbeast | 0 | 0 | 100% | ||
lamphuong | 0 | 1,863,547,081 | 50% | ||
zzz.accounting | 0 | 2,106,356,196 | 100% | ||
anastasialin | 0 | 423,233,390 | 100% | ||
piinaar | 0 | 4,826,656,296 | 100% | ||
albuslucimus | 0 | 49,574,894,848 | 100% | ||
ivypham | 0 | 17,006,717,093 | 100% | ||
marlonfund | 0 | 729,987,475 | 100% | ||
arminius3301 | 0 | 0 | 100% | ||
danghao | 0 | 26,775,466,437 | 100% | ||
bricksolution | 0 | 2,831,331,166 | 15% | ||
tuyenmei95 | 0 | 36,111,202,667 | 100% | ||
sunshineee | 0 | 204,675,603 | 8% | ||
xposd | 0 | 2,842,738,631 | 100% | ||
gormiot | 0 | 58,745,814 | 100% | ||
synergie | 0 | 1,360,100,278 | 100% | ||
be-alysha | 0 | 17,849,434,293 | 78% | ||
rcardonacoa | 0 | 2,716,798,387 | 100% | ||
rainbrella | 0 | 3,103,246,249 | 100% | ||
padreelferenco | 0 | 953,429,262 | 9% | ||
perronegro | 0 | 9,725,249,497 | 100% | ||
leemah1 | 0 | 502,595,798 | 50% | ||
ur0m4 | 0 | 0 | 100% | ||
jakiah | 0 | 4,989,549,699 | 100% | ||
shabuu | 0 | 13,733,439,233 | 100% | ||
archangel21 | 0 | 3,777,025,871 | 100% | ||
theinfiltred | 0 | 337,202,378 | 100% | ||
independance | 0 | 986,749,986 | 15% | ||
nicholasrichards | 0 | 28,541,284,726 | 100% | ||
roys91 | 0 | 263,784,841 | 100% | ||
xarabista | 0 | 100,567,022 | 39.1% | ||
big-elite | 0 | 0 | 100% | ||
belialspk | 0 | 3,720,677,818 | 100% | ||
juliomrls | 0 | 342,002,778 | 100% | ||
phartyal | 0 | 311,032,368 | 100% |
Does it mean we can connectvour hivevkeys to any wallet app we have?
author | amberkashif |
---|---|
permlink | re-quochuy-r7r992 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.4"} |
created | 2022-02-23 11:29:33 |
last_update | 2022-02-23 11:29:33 |
depth | 1 |
children | 2 |
last_payout | 2022-03-02 11:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 116,238,002,324,595 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,738,846 |
net_rshares | 35,516,265,387 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quochuy | 0 | 35,516,265,387 | 1% |
No. Only Hive Keychain app at the moment.
author | quochuy |
---|---|
permlink | r7r9v1 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-23 11:42:54 |
last_update | 2022-02-23 11:42:54 |
depth | 2 |
children | 1 |
last_payout | 2022-03-02 11:42: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 | 41 |
author_reputation | 759,310,520,205,076 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,739,089 |
net_rshares | 0 |
Ok.
author | amberkashif |
---|---|
permlink | re-quochuy-r7rb8e |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.4"} |
created | 2022-02-23 12:12:21 |
last_update | 2022-02-23 12:12:21 |
depth | 3 |
children | 0 |
last_payout | 2022-03-02 12:12: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 | 3 |
author_reputation | 116,238,002,324,595 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,739,617 |
net_rshares | 0 |
author | arcange |
---|---|
permlink | re-quochuy-r7s70w |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.6"} |
created | 2022-02-23 23:39:03 |
last_update | 2022-02-23 23:39:03 |
depth | 1 |
children | 0 |
last_payout | 2022-03-02 23:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 1,148,349,221,690,653 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,755,600 |
net_rshares | 44,719,656,940 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fatman | 0 | 8,292,031,480 | 2% | ||
quochuy | 0 | 36,427,625,460 | 1% |
> instead of giving your private key to the app, or instead of installing a browser extension (Hive Keychain) on a computer you don't trust So is the main use case that you can perform actions on a computer that you don't trust? So you can for example have your phone with you and go to a friend's computer and log in to your own Hive account on their computer and perform actions without ever having to enter your private key on their computer?
author | borislavzlatanov |
---|---|
permlink | re-quochuy-r7r4xv |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.2"} |
created | 2022-02-23 09:56:18 |
last_update | 2022-02-23 09:56:18 |
depth | 1 |
children | 8 |
last_payout | 2022-03-02 09:56:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.041 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 446 |
author_reputation | 23,556,498,017,463 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,736,888 |
net_rshares | 71,115,119,961 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quochuy | 0 | 71,115,119,961 | 2% |
Or if you go on travel and need to access Hive from a computer in an Internet cafe.
author | quochuy |
---|---|
permlink | r7r58n |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-23 10:03:00 |
last_update | 2022-02-23 10:03:00 |
depth | 2 |
children | 6 |
last_payout | 2022-03-02 10:03: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 | 83 |
author_reputation | 759,310,520,205,076 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,736,998 |
net_rshares | 8,544,192,638 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
borislavzlatanov | 0 | 8,544,192,638 | 100% |
Yep, makes sense. And I get now how it is useful for that. I think it wasn't presented in that way, though (ability to use your Hive account on computers you don't trust), but rather as a new, standard way to log in, which didn't make sense to me as I didn't see how it improves the security of an app making a signing request directly to a wallet like Hive Keychain.
author | borislavzlatanov |
---|---|
permlink | re-quochuy-r7rhtj |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.2"} |
created | 2022-02-23 14:34:30 |
last_update | 2022-02-23 14:34:30 |
depth | 3 |
children | 5 |
last_payout | 2022-03-02 14:34: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 | 367 |
author_reputation | 23,556,498,017,463 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,742,959 |
net_rshares | 0 |
You shouldn't really trust even your own computer. It's very hard to prevent desktop and browser exploits.
author | smooth |
---|---|
permlink | r7ruo3 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-02-23 19:12:03 |
last_update | 2022-02-23 19:12:03 |
depth | 2 |
children | 0 |
last_payout | 2022-03-02 19:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 260,342,945,372,716 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,749,865 |
net_rshares | 35,364,019,681 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quochuy | 0 | 35,364,019,681 | 1% |
Your content has been **voted** as a part of [Encouragement program](https://ecency.com/ecency/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! <br><br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-2022223t52928216z |
category | hive-139531 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.16-welcome","format":"markdown+html"} |
created | 2022-02-23 05:29:30 |
last_update | 2022-02-23 05:29:30 |
depth | 1 |
children | 0 |
last_payout | 2022-03-02 05:29: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 | 478 |
author_reputation | 630,676,919,199,283 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,731,858 |
net_rshares | 0 |
Congratulations @quochuy! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s): <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@quochuy/upvotes.png?202202230720"></td><td>You distributed more than 100000 upvotes.<br>Your next target is to reach 105000 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@quochuy) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202202-20"><img src="https://images.hive.blog/64x128/https://i.imgur.com/R2XacsJ.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202202-20">Hive Power Up Month - Feedback from February day 20</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-quochuy-20220223t072322 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2022-02-23 07:23:21 |
last_update | 2022-02-23 07:23:21 |
depth | 1 |
children | 0 |
last_payout | 2022-03-02 07:23: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 | 997 |
author_reputation | 369,374,582,916,091 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,734,041 |
net_rshares | 0 |
Congratulations @quochuy! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge: <table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@quochuy) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202202-22"><img src="https://images.hive.blog/64x128/https://i.imgur.com/nSxk3aq.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202202-22">Hive Power Up Month - Feedback from February day 22</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-quochuy-20220224t035353 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2022-02-24 03:53:54 |
last_update | 2022-02-24 03:53:54 |
depth | 1 |
children | 0 |
last_payout | 2022-03-03 03:53: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 | 890 |
author_reputation | 369,374,582,916,091 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,760,205 |
net_rshares | 0 |
this is very convenient for users, thanks to all friends who have worked hard to release it.
author | mnurhiver |
---|---|
permlink | re-quochuy-2022224t05758350z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","development","hiveauth","hiveprojects","hive","witness-update"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-23 17:58:00 |
last_update | 2022-02-23 17:58:00 |
depth | 1 |
children | 0 |
last_payout | 2022-03-02 17:58: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 | 92 |
author_reputation | 666,555,540,685,831 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,748,201 |
net_rshares | 0 |
Thanks for the tutorial. I have to reblog.
author | nicholasrichards |
---|---|
permlink | re-quochuy-2022223t164137997z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","development","hiveauth","hiveprojects","hive","witness-update"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-23 07:41:39 |
last_update | 2022-02-23 07:41:39 |
depth | 1 |
children | 0 |
last_payout | 2022-03-02 07:41: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 | 42 |
author_reputation | 2,514,308,607,606 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,734,325 |
net_rshares | 0 |
https://twitter.com/ilbiscom/status/1496380682800619520 <sub> The rewards earned on this comment will go directly to the person sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
author | poshtoken | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quochuy-hiveauth-client-library-1654 | ||||||
category | hive-139531 | ||||||
json_metadata | "{"app":"Poshtoken 0.0.1"}" | ||||||
created | 2022-02-23 07:06:45 | ||||||
last_update | 2022-02-23 07:06:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2022-03-02 07:06: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 | 243 | ||||||
author_reputation | 5,706,557,119,668,353 | ||||||
root_title | "HiveAuth client library" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 110,733,743 | ||||||
net_rshares | 0 |
I really love experiencing updated versions and good to know that peaked now updated though I love using ecency for hive more.
author | shohana1 |
---|---|
permlink | re-quochuy-2022225t5341628z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","development","hiveauth","hiveprojects","hive","witness-update"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-02-24 23:34:15 |
last_update | 2022-02-24 23:34:15 |
depth | 1 |
children | 0 |
last_payout | 2022-03-03 23:34: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 | 126 |
author_reputation | 75,357,217,090,889 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,784,326 |
net_rshares | 280,506,918 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gangstalking | 0 | 280,506,918 | 0.15% |
good job!
author | urun |
---|---|
permlink | re-quochuy-r7t4ag |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.02.6"} |
created | 2022-02-24 11:37:27 |
last_update | 2022-02-24 11:37:27 |
depth | 1 |
children | 0 |
last_payout | 2022-03-03 11:37: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 | 9 |
author_reputation | 94,129,224,984,132 |
root_title | "HiveAuth client library" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,768,505 |
net_rshares | 0 |