While pretty much destructive stuff is going on in the crypto-world right now - I have been very productive in the last few days and it's time to push things forward on HIVE! In this episode, I wanna give you an update about new features which can be used right now for any dApp out there which wants to make use of the account creation service from @hiveonboard.  #### Rationale The amount of dApps available on HIVE is growing fast and in most cases developer have to make a decision on how to handle account creation for new user. This let me think, why should each dApp reinvent the wheel when it comes to on-boarding new user to HIVE, when @hiveonboard already can handle the job pretty well? If you ask me, developer should always focus on their use case first and care about what brings value for their user-base. Don't spend your time on stuff, that has already been solved! ---- #### 1. Redirecting to your dApp after account creation  If you don't wanna mess around with account creation yourself, feel free to send your new user to hiveonboard.com passing in your `redirect_url` as a query parameter. - **Sample URL straight to Account Creation** `https://hiveonboard.com/create-account?redirect_url=https://hive.io/eco` - **Sample URL with URI-Encoding to Landing Page** `https://hiveonboard.com/?redirect_url=https://hive.io/eco` When a user successfully created his HIVE account, he will immediately send back to your dApp. In this case step 3 *"Choose your dApp"* will be skipped entirely. For best user experience, try to redirect to your login page and make sure the user can get started at once. **Update:** @culgin brought up a scenario where a bad actor could use this feature to point user to a phishing website and do harm from there. In order to make user this cannot happen - I've just added a whitelist for authorized domains, which can make use of this feature. You can extent the URL with your path like `/login` or `/signin` as long as your URL starts with the value in the whitelist. ```` [ "https://hive.blog", "https://peakd.com", "https://3speak.online", "https://splinterlands.io", "https://esteem.app", "https://stem.openhive.network", "https://steempress.io", "https://actifit.io", "https://dlease.io", "https://dblog.org", "https://brosgn.net", "https://brosinopoker.com" ] ```` If you run a dApp which isn't included in the whitelist right now, please contact @roomservice or do a [pull request](https://github.com/christianfuerst/hiveonboard/blob/master/src/config/whitelist.json) on the whitelist in the repo. ---- #### 2. Use your own HIVE account to create user for your dApp  I've already covered how @hiveonboard solved the *lack of ressource credits problem* with help of a server-side software in this [post](https://peakd.com/hiveonboard/@hiveonboard/solving-the-scalability-issue-for-account-creation-no-more-hp-delegations-required) about a week ago. This time we take the idea even further. I was asked by a dApp developer if it would be possible to bypass the account ticket load-balancer and prioritize a specific creator-api instance when a user is going to create an account. *Sure - why not? So here we go!* In case you run a creator-api for your very own dApp account and at least one account creation ticket available, you could just add the `creator` query parameter. - **Sample URL straight to Account Creation** `https://hiveonboard.com/create-account?creator=my-dapp` - **Sample URL with URI-Encoding to Landing Page** `https://hiveonboard.com/?creator=my-dapp` If a user creates an account on hiveonboard.com now - the new account will be created by @my-dapp in this case and will act as the recovery account until changed by the user. In most cases it would make perfect sense to add `redirect_url` query parameter as well. As a friendly reminder - you can choose from two different repositories for the creator-api: [GitHub - original version with additional features by @fbslo](https://github.com/fbslo/creator) [GitHub - light-weight version with only api-support by @roomservice](https://github.com/christianfuerst/creator-api) If you want to make use of this feature for your dApp, please contact @roomservice. ---- #### 3. Bonus - Debug Mode for testing account creation flow If you want to take advantage of those features or just wanna see how @hiveonboard works, you can now add the `debug_mode` query parameter and see how it goes, without actually creating an account and skip phone verification. - **Sample URL straight to Account Creation** `https://hiveonboard.com/create-account?debug_mode=true` - **Sample URL with URI-Encoding to Landing Page** `https://hiveonboard.com/?debug_mode=true` ---- As always, I would love to hear your feedback and want to thank for your ongoing support! #### Account Creation reports moved to @hiveonboard-log If you are interested in those new accounts who joined the HIVE using @hiveonboard you can always look them up in the daily reports created. This reports moved to the blog of the account @hiveonboard-log because most of you don't wanna get spammed when following this account. ##### Quick Side-Note I'am currently running a proposal for a HIVE ad-campaign on BRAVE browser. If you like my work on @hiveonboard you may consider taking a look at my proposal and maybe vote for it: [https://peakd.com/me/proposals/99](https://peakd.com/me/proposals/99) Yours, @roomservice
author | hiveonboard |
---|---|
permlink | new-features-for-developer-use-hive-onboard-for-your-dapp |
category | hiveonboard |
json_metadata | {"app":"peakd/2020.05.4","format":"markdown","tags":["hiveonboard","hive","marketing","dapps","developer"],"users":["hiveonboard.","hiveonboard","culgin","roomservice","my-dapp","fbslo","roomservice.","hiveonboard-log"],"links":["/@hiveonboard","/@hiveonboard","/@culgin","/@roomservice","https://github.com/christianfuerst/hiveonboard/blob/master/src/config/whitelist.json","/@hiveonboard","/hiveonboard/@hiveonboard/solving-the-scalability-issue-for-account-creation-no-more-hp-delegations-required","/@my-dapp","https://github.com/fbslo/creator","https://github.com/christianfuerst/creator-api"],"image":["https://files.peakd.com/file/peakd-hive/hiveonboard/tLmtQjda-image.png","https://files.peakd.com/file/peakd-hive/hiveonboard/bNLYzLWF-image.png","https://files.peakd.com/file/peakd-hive/hiveonboard/GYZwK36v-image.png"]} |
created | 2020-05-21 17:25:42 |
last_update | 2020-05-22 12:58:09 |
depth | 0 |
children | 61 |
last_payout | 2020-05-28 17:25:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 84.638 HBD |
curator_payout_value | 80.378 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,701 |
author_reputation | 49,062,947,968,069 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,507,678 |
net_rshares | 295,269,873,626,849 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 337,417,446,845 | 3.56% | ||
simba | 0 | 62,896,648,489 | 100% | ||
gregory-f | 0 | 3,160,961,568,481 | 100% | ||
teamsteem | 0 | 1,485,954,337 | 100% | ||
acidyo | 0 | 12,229,274,357,416 | 99% | ||
oaldamster | 0 | 46,873,814,529 | 100% | ||
kevinwong | 0 | 1,655,386,252,884 | 19.8% | ||
stellabelle | 0 | 147,964,534,199 | 100% | ||
churdtzu | 0 | 47,116,819,046 | 33% | ||
hedge-x | 0 | 385,655,989,797 | 100% | ||
dahaz159 | 0 | 81,693,155,711 | 100% | ||
kennyskitchen | 0 | 41,728,236,022 | 100% | ||
mammasitta | 0 | 210,434,679,107 | 36% | ||
ezzy | 0 | 3,564,121,890,007 | 50% | ||
bryanj4 | 0 | 599,134,889 | 25% | ||
alexsandr | 0 | 70,007,651,210 | 100% | ||
mrwang | 0 | 5,475,065,165 | 9.9% | ||
ssjsasha | 0 | 733,407,965,228 | 100% | ||
andyjim | 0 | 4,687,867,203 | 100% | ||
arconite | 0 | 7,040,463,266 | 9.9% | ||
sterlinluxan | 0 | 9,258,498,596 | 20% | ||
twinner | 0 | 22,255,037,490,731 | 100% | ||
achim86 | 0 | 71,776,741,506 | 25% | ||
jphamer1 | 0 | 3,846,417,607,184 | 100% | ||
fooblic | 0 | 25,984,921,842 | 100% | ||
alchemage | 0 | 6,629,543,198 | 18% | ||
bryan-imhoff | 0 | 585,748,119,581 | 50% | ||
rmach | 0 | 4,606,544,420 | 50% | ||
frankbacon | 0 | 173,669,817,852 | 100% | ||
rubenalexander | 0 | 54,369,948,871 | 20% | ||
lemouth | 0 | 1,733,515,218,224 | 100% | ||
burntmd | 0 | 11,953,395,557 | 100% | ||
johnvibes | 0 | 15,443,093,876 | 20% | ||
elamental | 0 | 20,813,865,462 | 17% | ||
ffcrossculture | 0 | 0 | 100% | ||
dungeonmaster93 | 0 | 1,362,913,298 | 50% | ||
catherinebleish | 0 | 10,591,017,383 | 50% | ||
mckeever | 0 | 1,179,687,218 | 35% | ||
terrybrock | 0 | 250,667,463,571 | 50% | ||
darkflame | 0 | 52,644,446,633 | 100% | ||
dannyshine | 0 | 1,380,641,482,316 | 35% | ||
brightstar | 0 | 5,397,752,021 | 15% | ||
patrickulrich | 0 | 256,590,146,290 | 100% | ||
richardcrill | 0 | 227,806,549,298 | 100% | ||
tftproject | 0 | 2,697,640,226 | 15% | ||
micefy | 0 | 255,875,041 | 20% | ||
dbroze | 0 | 62,235,636,588 | 100% | ||
leoplaw | 0 | 3,091,911,931 | 26% | ||
eftnow | 0 | 8,359,960,871 | 11% | ||
ghasemkiani | 0 | 84,233,225,279 | 100% | ||
titusfrost | 0 | 78,323,587,139 | 100% | ||
mjhomb | 0 | 309,892,575,158 | 100% | ||
abh12345 | 0 | 491,777,060,586 | 25% | ||
funnyman | 0 | 25,399,848,364 | 100% | ||
freebornangel | 0 | 10,725,339,945 | 23% | ||
wearechange-co | 0 | 6,125,303,921 | 100% | ||
ura-soul | 0 | 376,155,135,051 | 100% | ||
makinstuff | 0 | 55,959,764,339 | 50% | ||
thoughts-in-time | 0 | 8,518,304,412 | 20% | ||
adventureevryday | 0 | 50,900,217,002 | 100% | ||
felix.herrmann | 0 | 110,368,551,199 | 100% | ||
hopehuggs | 0 | 4,054,560,867 | 100% | ||
walhallo777 | 0 | 229,882,012,008 | 100% | ||
cardboard | 0 | 3,650,286,699 | 100% | ||
automaton | 0 | 533,327,783 | 100% | ||
kotturinn | 0 | 75,196,554,868 | 100% | ||
riskdebonair | 0 | 189,156,507,857 | 100% | ||
duranzo89 | 0 | 5,868,639,606 | 100% | ||
radiv | 0 | 1,884,401,183 | 100% | ||
evildeathcore | 0 | 12,919,223,287 | 100% | ||
alexis555 | 0 | 1,509,299,518,979 | 18% | ||
borislavzlatanov | 0 | 130,421,574,642 | 100% | ||
diebaasman | 0 | 33,316,844,103 | 100% | ||
detlev | 0 | 1,066,766,950,683 | 100% | ||
haileyscomet | 0 | 641,644,423 | 20% | ||
fingersik | 0 | 51,695,493,879 | 100% | ||
imperfect-one | 0 | 951,585,780 | 10% | ||
stimialiti | 0 | -13,220,896,391 | -100% | ||
mes | 0 | 142,921,421,420 | 100% | ||
ili0braz | 0 | 1,181,131,508 | 98% | ||
grider123 | 0 | 10,205,656,605 | 100% | ||
cryptocurator | 0 | 279,122,957,307 | 45% | ||
bobskibob | 0 | 1,615,532,959 | 100% | ||
whatamidoing | 0 | 246,839,931,317 | 40% | ||
lenmar | 0 | 395,472,205,311 | 100% | ||
activate.alpha | 0 | 2,812,384,570 | 50% | ||
jerrybanfield | 0 | 1,172,033,103,625 | 100% | ||
roomservice | 0 | 1,318,700,714,561 | 100% | ||
btcvenom | 0 | 454,293,635,073 | 100% | ||
mys | 0 | 22,864,409,489 | 10% | ||
varunpinto | 0 | 2,687,371,197 | 100% | ||
cryptoknight12 | 0 | 9,043,066,935 | 100% | ||
masterthematrix | 0 | 92,167,187,232 | 100% | ||
mxzn | 0 | 45,404,322,884 | 50% | ||
antimedia | 0 | 15,158,564,730 | 100% | ||
giuatt07 | 0 | 267,948,494,894 | 25% | ||
wf9877 | 0 | 480,787,765,084 | 100% | ||
mahdiyari | 0 | 293,868,832,802 | 100% | ||
jingdol | 0 | 452,662,677,684 | 100% | ||
jayna | 0 | 15,656,548,037 | 5% | ||
colinhoward | 0 | 11,000,147,702 | 13% | ||
duckmast3r | 0 | 21,779,902,794 | 49% | ||
whd | 0 | 9,385,386,737 | 10% | ||
netuoso | 0 | 2,871,535,176,956 | 100% | ||
thegreens | 0 | 655,436,649 | 0.5% | ||
nicolasdosse | 0 | 0 | 100% | ||
eco-alex | 0 | 9,771,242,772 | 10% | ||
binkyprod | 0 | 17,234,400,387 | 25% | ||
vallesleoruther | 0 | 82,510,586,331 | 100% | ||
tamiil | 0 | 14,132,753,546 | 100% | ||
grecki-bazar-ewy | 0 | 44,575,924,291 | 50% | ||
rafalski | 0 | 1,035,503,991 | 10% | ||
andre-verbrick | 0 | 66,549,062,731 | 100% | ||
heart-to-heart | 0 | 12,747,432,277 | 20% | ||
stayoutoftherz | 0 | 976,244,894,320 | 49% | ||
yoogyart | 0 | 35,146,718,978 | 51% | ||
jahedhossain | 0 | 185,976,125 | 25% | ||
superhardness | 0 | 2,300,836,927,326 | 100% | ||
vikisecrets | 0 | 375,234,708,502 | 30% | ||
investingpennies | 0 | 271,341,174,125 | 100% | ||
steemik | 0 | 1,777,256,197,908 | 100% | ||
jasonbu | 0 | 77,860,514,797 | 50% | ||
vidafitnessfeliz | 0 | 4,323,975,715 | 30% | ||
vimukthi | 0 | 210,009,871,924 | 100% | ||
alcik | 0 | 21,882,746,151 | 100% | ||
duekie | 0 | 0 | 100% | ||
chrisparis | 0 | 77,736,063,767 | 100% | ||
jasonshick | 0 | 577,042,148,356 | 75% | ||
shogo | 0 | 200,910,675,715 | 100% | ||
tribesteemup | 0 | 29,531,377,024,363 | 100% | ||
azis | 0 | 4,328,712,115 | 100% | ||
felander | 0 | 87,301,643,549 | 25% | ||
djlethalskillz | 0 | 117,154,173,215 | 100% | ||
santigs | 0 | 10,221,694,975 | 50% | ||
bashadow | 0 | 38,315,127,497 | 27% | ||
tipu | 0 | 37,640,684,922,128 | 100% | ||
thelordsharvest | 0 | 86,067,377,668 | 100% | ||
niallon11 | 0 | 287,975,388,472 | 100% | ||
peacefulpatriot | 0 | 12,538,823,462 | 25% | ||
shawkr13 | 0 | 1,894,379,073 | 100% | ||
nurhayati | 0 | 886,200,097 | 19.8% | ||
reaverza | 0 | 19,476,509,175 | 100% | ||
solarsupermama | 0 | 2,187,005,278 | 11% | ||
yogacoach | 0 | 13,004,707,650 | 25% | ||
cotarelo | 0 | 164,687,891,739 | 100% | ||
taskmaster4450 | 0 | 140,433,447,044 | 10% | ||
mawit07 | 0 | 1,939,967,427 | 100% | ||
revisesociology | 0 | 225,814,124,551 | 20% | ||
ninja-whale | 0 | 102,118,262,971 | 100% | ||
ecotrain | 0 | 178,128,671,075 | 10% | ||
afukichi | 0 | 10,381,709,150 | 100% | ||
dinglehopper | 0 | 14,539,449,980 | 25% | ||
canadianrenegade | 0 | 6,101,067,065 | 5% | ||
reiseamateur | 0 | 193,210,385,968 | 35% | ||
dmilliz | 0 | 114,266,983,166 | 100% | ||
zord189 | 0 | 421,576,469,897 | 100% | ||
romiferns | 0 | 3,002,577,943 | 100% | ||
sam.hsuu | 0 | 16,225,532,631 | 100% | ||
tobetada | 0 | 79,963,460,874 | 9% | ||
nanastraybutt | 0 | 3,554,180,838 | 100% | ||
kieranpearson | 0 | 1,250,362,668 | 33% | ||
merryslamb | 0 | 858,820,033 | 10% | ||
cjsean | 0 | 1,871,066,184 | 25% | ||
arabisouri | 0 | 79,137,207,018 | 100% | ||
mrsyria | 0 | 969,864,935 | 100% | ||
notimetospace | 0 | 13,760,925,170 | 100% | ||
coyotelation | 0 | 7,015,634,448 | 100% | ||
photolander | 0 | 2,935,542,480 | 50% | ||
akangsulim | 0 | 132,051,295 | 100% | ||
senorcoconut | 0 | 6,550,084,610 | 20% | ||
libertyepodcast | 0 | 593,433,257 | 50% | ||
gtrussi | 0 | 12,206,615,041 | 100% | ||
scuzzy | 0 | 1,466,936,181 | 5% | ||
akbarbadsha | 0 | 5,474,581,372 | 100% | ||
zakia | 0 | 33,979,856,030 | 100% | ||
dhaneshpk | 0 | 3,141,779,565 | 100% | ||
nomad-magus | 0 | 80,801,527,620 | 100% | ||
irynochka | 0 | 146,820,711 | 100% | ||
earthmother | 0 | 2,453,029,766 | 11% | ||
trucklife-family | 0 | 103,615,082,016 | 30% | ||
lishu | 0 | 2,168,187,752 | 11% | ||
belleamie | 0 | 5,515,428,822 | 25% | ||
mytechtrail | 0 | 31,428,913,109 | 15% | ||
acdevan | 0 | 15,251,941,373 | 100% | ||
mhm-philippines | 0 | 1,575,811,106 | 0.5% | ||
careywedler | 0 | 54,854,432,881 | 100% | ||
nathen007 | 0 | 76,322,076,210 | 100% | ||
rpcaceres | 0 | 28,326,385,730 | 100% | ||
firststeps | 0 | 7,689,097,040 | 50% | ||
crookshanks | 0 | 5,007,328,070 | 50% | ||
fourfourfun | 0 | 6,604,145,279 | 25% | ||
krishool | 0 | 4,329,037,565 | 35% | ||
gravitcaper | 0 | 835,002,008 | 100% | ||
eaglespirit | 0 | 10,189,351,835 | 5% | ||
sagescrub | 0 | 1,358,268,076 | 25% | ||
dudeontheweb | 0 | 4,013,091,928 | 100% | ||
mountainjewel | 0 | 144,274,970,534 | 50% | ||
bartheek | 0 | 30,863,602,709 | 50% | ||
hijosdelhombre | 0 | 45,861,778,487 | 50% | ||
innahandmade | 0 | 5,029,341,114 | 100% | ||
moxieme | 0 | 1,380,069,616 | 20% | ||
davinsh | 0 | 3,361,577,075 | 40% | ||
steemvault | 0 | 36,435,486,133 | 100% | ||
steem4all | 0 | 39,353,856,224 | 100% | ||
fun2learn | 0 | 5,081,634,700 | 2% | ||
utube | 0 | 52,172,662,461 | 100% | ||
ahmedsy | 0 | 1,199,177,940 | 100% | ||
ldsklee | 0 | 12,590,609,411 | 8% | ||
culgin | 0 | 37,654,928,667 | 30% | ||
durbisrodriguez | 0 | 635,859,047 | 100% | ||
seikatsumkt | 0 | 1,958,271,102 | 100% | ||
susankianim | 0 | 8,137,315,427 | 100% | ||
philnewton | 0 | 829,471,310 | 12.5% | ||
sportscontest | 0 | 35,579,548,931 | 100% | ||
reavercois | 0 | 4,530,971,857 | 100% | ||
nnaraoh | 0 | 148,840,041,599 | 100% | ||
ariakianim | 0 | 8,139,354,755 | 100% | ||
tobias-g | 0 | 553,282,910,480 | 100% | ||
shaidon | 0 | 98,428,937,032 | 100% | ||
lunaticpandora | 0 | 671,919,459,521 | 100% | ||
holger80 | 0 | 3,042,652,889,115 | 75% | ||
mshahabi | 0 | 88,699,583,058 | 100% | ||
fantasycrypto | 0 | 147,517,287,610 | 100% | ||
shmoogleosukami | 0 | 31,618,914,632 | 100% | ||
alinequeiroz | 0 | 593,333,327 | 100% | ||
gavinatorial | 0 | 949,440,871 | 100% | ||
cryptosharon | 0 | 126,028,073,888 | 100% | ||
happy-soul | 0 | 21,587,461,082 | 2.5% | ||
tomhall | 0 | 1,494,604,192,255 | 100% | ||
borrowedearth | 0 | 8,444,757,380 | 50% | ||
hempress | 0 | 942,355,279 | 11% | ||
mgzayyar | 0 | 33,319,890,259 | 100% | ||
photohunt | 0 | 59,175,721,352 | 100% | ||
photohunter1 | 0 | 772,798,442 | 100% | ||
photohunter2 | 0 | 1,878,500,368 | 100% | ||
photohunter3 | 0 | 1,153,021,559 | 100% | ||
photohunter4 | 0 | 1,180,949,459 | 100% | ||
photohunter5 | 0 | 1,177,381,604 | 100% | ||
cheema1 | 0 | 22,702,963,717 | 99% | ||
allyson19 | 0 | 5,089,959,603 | 25% | ||
nataboo | 0 | 1,331,858,201 | 50% | ||
asgarth | 0 | 2,484,986,870,914 | 100% | ||
vegan.niinja | 0 | 662,277,205 | 5% | ||
eugenekul | 0 | 849,448,976 | 22% | ||
ladysalsa | 0 | 2,956,362,777 | 25% | ||
homestead-guru | 0 | 13,647,345,545 | 50% | ||
rubencress | 0 | 60,685,499,095 | 100% | ||
cryptictruth | 0 | 146,839,221,435 | 100% | ||
sovereignalien | 0 | 3,073,181,194 | 100% | ||
steemsmarter | 0 | 13,650,713,619 | 33% | ||
almi | 0 | 25,225,098,382 | 30% | ||
fego | 0 | 66,980,081,817 | 70% | ||
superlotto | 0 | 145,076,030,863 | 100% | ||
wanaf | 0 | 10,616,080,379 | 100% | ||
steemporras | 0 | 3,459,696,576 | 30% | ||
fidget09 | 0 | 138,795,112 | 100% | ||
antisocialists | 0 | 728,236,196 | 11.5% | ||
movingman | 0 | 5,200,214,916 | 5% | ||
kargul09 | 0 | 6,767,785,993 | 100% | ||
jocieprosza | 0 | 31,165,859,551 | 100% | ||
jeronimorubio | 0 | 82,468,764,537 | 35% | ||
beleg | 0 | 4,381,690,933 | 10% | ||
marcus0alameda | 0 | 3,691,567,872 | 50% | ||
abrockman | 0 | 683,107,580,019 | 100% | ||
dotwin1981 | 0 | 32,292,834,135 | 20% | ||
celestialcow | 0 | 8,937,387,162 | 22% | ||
sanderjansenart | 0 | 4,836,550,249 | 5% | ||
zainnyferdhoy | 0 | 829,941,807 | 100% | ||
ronaldoavelino | 0 | 320,451,942,600 | 20% | ||
parsik | 0 | 9,180,965,672 | 100% | ||
d-zero | 0 | 36,160,970,898 | 100% | ||
lesmouths-travel | 0 | 7,964,714,659 | 100% | ||
danai | 0 | 8,714,553,051 | 100% | ||
jkramer | 0 | 608,413,840,953 | 100% | ||
ericahan | 0 | 27,971,354,360 | 100% | ||
nateonsteemit | 0 | 527,934,111 | 2.5% | ||
steemexperience | 0 | 284,970,152,264 | 100% | ||
steemer-x | 0 | 543,087,830 | 50% | ||
thomaskatan | 0 | 1,355,427,047 | 70% | ||
stefannikolov | 0 | 5,830,542,351 | 50% | ||
indigoocean | 0 | 53,551,809,163 | 15% | ||
morellys2004 | 0 | 78,643,296,502 | 100% | ||
towilmasz | 0 | 5,904,620,989 | 100% | ||
promobot | 0 | 271,037,637,158 | 100% | ||
cesaramos | 0 | 1,410,775,471 | 100% | ||
koosventerza | 0 | 1,148,484,237 | 100% | ||
geliquasjourney | 0 | 1,637,572,669 | 100% | ||
fw206 | 0 | 1,124,309,979,492 | 100% | ||
atanas007 | 0 | 9,709,351,355 | 100% | ||
kirbyjr1977 | 0 | 7,327,133 | 100% | ||
minerthreat | 0 | 142,668,082,898 | 100% | ||
riverflows | 0 | 28,263,598,320 | 15% | ||
aliriera | 0 | 11,331,807,298 | 100% | ||
archisteem | 0 | 1,827,041,659 | 7.5% | ||
truthabides | 0 | 4,628,111,692 | 100% | ||
krisstofer | 0 | 1,466,101,053 | 22% | ||
cambridgeport90 | 0 | 5,111,318,480 | 50% | ||
metama | 0 | 1,846,377,126 | 50% | ||
krbecrypto | 0 | 1,066,524,887 | 100% | ||
mrshev | 0 | 780,629,492 | 30% | ||
smarmy | 0 | 947,368,015 | 50% | ||
koyuh8 | 0 | 2,535,006,834 | 100% | ||
digital.mine | 0 | 50,002,117,953 | 0.5% | ||
inspirewithwords | 0 | 273,503,171,256 | 15% | ||
swisswitness | 0 | 24,275,611,404 | 50% | ||
southernwolf | 0 | 6,552,786,192 | 100% | ||
newsnownorthwest | 0 | 2,392,539,827 | 55% | ||
naturowlmystic | 0 | 1,465,555,762 | 25% | ||
cryptojiang | 0 | 1,186,331,992 | 100% | ||
mannacurrency | 0 | 20,746,275,644 | 10% | ||
longer | 0 | 5,852,682,431 | 25% | ||
agathusia | 0 | 875,505,227 | 100% | ||
drsensor | 0 | 2,192,684,107 | 80% | ||
be-empowered | 0 | 633,492,525 | 100% | ||
nailyourhome | 0 | 538,151,075 | 3.5% | ||
donald.porter | 0 | 413,061,097,287 | 95% | ||
urdreamscometrue | 0 | 16,439,643,903 | 100% | ||
nutritree | 0 | 4,371,744,730 | 15% | ||
mightypanda | 0 | 2,140,240,109 | 70% | ||
alejandrolg | 0 | 1,928,150,838 | 100% | ||
jk6276 | 0 | 27,996,775,180 | 50% | ||
goumao | 0 | 59,363,431,958 | 100% | ||
julian2013 | 0 | 6,513,921,924 | 4.5% | ||
luppers | 0 | 11,771,472,796 | 1% | ||
badpupper | 0 | 706,240,275 | 100% | ||
coiotes | 0 | 4,182,075,281 | 100% | ||
superpromoter | 0 | 137,023,226,255 | 100% | ||
tribe1up | 0 | 1,049,857,855 | 100% | ||
tribetopten | 0 | 543,213,304 | 100% | ||
steem-oracle | 0 | 740,022,744 | 15% | ||
fullnodeupdate | 0 | 13,652,713,551 | 75% | ||
definethedollar | 0 | 277,610,049,483 | 50% | ||
himalayannomad | 0 | 36,964,591,519 | 100% | ||
marcocasario | 0 | 303,925,700,742 | 100% | ||
porters | 0 | 12,480,793,072 | 20% | ||
quediceharry | 0 | 2,541,231,688 | 100% | ||
mister-meeseeks | 0 | 77,494,158,091 | 49.5% | ||
gamer0815 | 0 | 636,437,324 | 20% | ||
jacobpeacock | 0 | 4,927,135,643 | 100% | ||
adyorka | 0 | 1,790,662,212 | 40% | ||
wil.metcalfe | 0 | 38,501,215,388 | 100% | ||
twoshyguys | 0 | 2,404,341,400 | 85% | ||
eliasseth | 0 | 5,694,940,471 | 100% | ||
nmcdougal94 | 0 | 1,410,461,488 | 10% | ||
atnep111 | 0 | 845,344,818 | 100% | ||
teenagecrypto | 0 | 11,874,329,673 | 100% | ||
theycallmedan | 0 | 92,008,129,002,941 | 100% | ||
cakemonster | 0 | 129,766,909,309 | 100% | ||
marki99 | 0 | 183,360,239,984 | 100% | ||
vibesforlife | 0 | 3,436,990,448 | 15% | ||
bia.birch | 0 | 776,375,806 | 5% | ||
dein-problem | 0 | -49,678,745 | -0.75% | ||
francescomai | 0 | 38,079,572,433 | 100% | ||
pl-kuchnia | 0 | 1,797,981,205 | 50% | ||
yuriy4 | 0 | 8,747,015,668 | 100% | ||
robmojo | 0 | 42,808,240,385 | 50% | ||
joancaseres | 0 | 539,254,061 | 100% | ||
steemstorage | 0 | 36,776,807,806 | 100% | ||
fire451 | 0 | 1,466,517,195 | 100% | ||
starfighter | 0 | 828,057,509 | 100% | ||
seekingalpha | 0 | 777,005,438 | 100% | ||
tribevibes | 0 | 59,244,595,124 | 100% | ||
agent14 | 0 | 2,210,421,195,144 | 35% | ||
circa | 0 | 791,888,144,525 | 100% | ||
idiosyncratic1 | 0 | 12,717,998,585 | 100% | ||
jamesbattler | 0 | 130,126,036,911 | 100% | ||
maskuncoro | 0 | -3,031,575,849 | -100% | ||
mia-cc | 0 | 12,880,547,473 | 100% | ||
cabalen | 0 | 2,193,727,976 | 25% | ||
rappler | 0 | 861,456,385 | 25% | ||
theithei | 0 | 1,983,745,799 | 25% | ||
denizcakmak | 0 | 952,271,902 | 100% | ||
kggymlife | 0 | 5,552,115,089 | 20% | ||
marymi | 0 | 278,061,669 | 100% | ||
ttg | 0 | 612,012,209,349 | 100% | ||
gertu | 0 | 6,913,415,564 | 25% | ||
kryptogames | 0 | 22,223,737,581 | 5.01% | ||
vcdragon | 0 | 63,800,118,455 | 100% | ||
steelborne | 0 | 2,687,321,628 | 20% | ||
titans | 0 | 21,104,939,712 | 100% | ||
gulf41 | 0 | 5,681,624,073 | 100% | ||
canercanbolat | 0 | 926,175,508 | 100% | ||
likwid | 0 | 33,372,062,950,727 | 100% | ||
steemvpn | 0 | 3,855,836,942 | 76% | ||
glstech | 0 | 856,193,348 | 25% | ||
leighscotford | 0 | 4,320,725,657 | 10% | ||
iktisat | 0 | 774,089,587 | 100% | ||
dkkarolien | 0 | 108,944,368,370 | 100% | ||
oxoskva | 0 | 1,003,013,275 | 100% | ||
debitcoin | 0 | 12,091,400,286 | 100% | ||
helcim | 0 | 8,069,101,686 | 17% | ||
tokensink | 0 | 1,020,866,860 | 100% | ||
pessal | 0 | 156,130,777,515 | 100% | ||
knightsunited | 0 | 15,871,459,666 | 100% | ||
psycultureradio | 0 | 44,369,959,396 | 78% | ||
coiotes.curador | 0 | 952,702,790 | 100% | ||
hugo1954 | 0 | 7,301,588,913 | 100% | ||
renataboreal | 0 | 1,460,862,715 | 25% | ||
build-it | 0 | 21,120,210,779 | 8% | ||
katrin-lux | 0 | 0 | 100% | ||
bcm | 0 | 39,303,455,639 | 3.75% | ||
ro-hit | 0 | 217,602,311 | 100% | ||
fenngen | 0 | 19,927,597,721 | 50% | ||
kaeserotor | 0 | 41,267,181,611 | 100% | ||
steem.ens | 0 | 868,052,363 | 50% | ||
gmlrecordz | 0 | 2,418,791,890 | 25% | ||
tokita | 0 | 133,526,009 | 100% | ||
angel33 | 0 | 128,518,536 | 28% | ||
choppy | 0 | 71,047,897,839 | 100% | ||
daree23 | 0 | 0 | 100% | ||
kgsupport | 0 | 1,739,184,665 | 50% | ||
dec.entralized | 0 | 2,707,115,042 | 100% | ||
bilpcoinbpc | 0 | 1,337,019,637 | 50% | ||
heraklius | 0 | 136,230,748 | 15% | ||
diamond-head | 0 | 1,190,151,121 | 100% | ||
davidlionfish | 0 | 36,413,057,889 | 50% | ||
waqasrizvi | 0 | 390,430,752 | 100% | ||
bib15hash | 0 | 429,483,863 | 100% | ||
badge-101010 | 0 | 910,624,968 | 50% | ||
arynews195 | 0 | 21,947,344 | 100% | ||
teach-me | 0 | 1,403,557,502 | 70% | ||
picciridda2 | 0 | 5,265,719,000 | 100% | ||
sgerhart | 0 | 49,420,633,715 | 100% | ||
spiritking | 0 | 3,391,280,245 | 100% | ||
hellohive | 0 | 2,008,517,327,872 | 100% | ||
hivepeople | 0 | 305,207,345,472 | 100% | ||
abundance.tribe | 0 | 373,535,201,812 | 100% | ||
nulledgh0st | 0 | 651,309,351,162 | 100% | ||
softworld | 0 | 319,936,723,400 | 27% | ||
timhorton | 0 | 546,106,288 | 19% | ||
toothsome | 0 | 17,059,191 | 100% | ||
d1sruptive | 0 | 0 | 100% | ||
jhonvic | 0 | 164,393,872,726 | 100% | ||
andrewmusic | 0 | 2,588,600,861 | 100% | ||
hiveonboard | 0 | 403,585,691,163 | 100% | ||
jackandchill | 0 | 688,386,113 | 100% | ||
kennysgaminglife | 0 | 41,267,703,404 | 100% | ||
tattytoque | 0 | 914,561,441 | 50% | ||
jesuscasalesson | 0 | 503,253,789 | 100% | ||
jaguar18 | 0 | 419,698,132 | 100% | ||
mynewlifeai | 0 | 534,969,099 | 100% | ||
danyakotov007 | 0 | 1,075,787,844 | 100% | ||
alexcrypto01 | 0 | 0 | 80% | ||
herneilryan | 0 | 0 | 100% | ||
dewinsv | 0 | 523,076,983 | 100% | ||
lau85 | 0 | 0 | 100% | ||
nsuthar20 | 0 | 0 | 100% | ||
rollins | 0 | 0 | 100% | ||
cambalache | 0 | 501,884,177 | 100% | ||
jewel32 | 0 | 0 | 100% | ||
boholtamsi | 0 | 0 | 100% | ||
shubhamsingh11 | 0 | 0 | 100% | ||
arsyadhaqqi | 0 | 0 | 100% | ||
angelbasultoo2 | 0 | 0 | 100% | ||
vika122 | 0 | 0 | 100% | ||
ltr83 | 0 | 0 | 100% |
Hope this works and brings good devs
author | angel33 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020523t03447123z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 19:04:09 | ||||||
last_update | 2020-05-22 19:04:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 19:04: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 | 36 | ||||||
author_reputation | 40,716,090,911 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,527,503 | ||||||
net_rshares | 0 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rahmatulyaa24 | 0 | 0 | 100% |
That is a good step
author | arynews200 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020522t172822535z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 12:28:24 | ||||||
last_update | 2020-05-22 12:28:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 12:28:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 19 | ||||||
author_reputation | 82,691,953,840 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,521,331 | ||||||
net_rshares | -6,138,026,817 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spaminator | 0 | -6,138,026,817 | -0.25% |
So much info... so little time. But it’s a three day weekend.
author | automaton |
---|---|
permlink | qapyfw |
category | hiveonboard |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-05-22 06:09:33 |
last_update | 2020-05-22 06:09:33 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 06:09: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 | 61 |
author_reputation | 27,800,775,729,704 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,517,060 |
net_rshares | 0 |
Ok
author | baotinh | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020523t1123952z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 18:12:39 | ||||||
last_update | 2020-05-22 18:12:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 18:12: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 | 2 | ||||||
author_reputation | 0 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,526,846 | ||||||
net_rshares | 0 |
Great move. The most important thing is making sure people easily create accounts and increase our mainstream appeal
author | belemo |
---|---|
permlink | re-hiveonboard-qapwnz |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 05:31:15 |
last_update | 2020-05-22 05:31:15 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 05:31: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 | 116 |
author_reputation | 1,058,004,512,390,619 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,516,692 |
net_rshares | 0 |
This is actually good. I tried creating account for a friend and it was too annoying . Too many people creating. Then paying for accounts .i like the idea of the dummy account creation.. i respect your effort..
author | bhoa |
---|---|
permlink | qaqdu5 |
category | hiveonboard |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-05-22 11:42:09 |
last_update | 2020-05-22 11:42:09 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 11:42: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 | 210 |
author_reputation | 60,701,104,434,307 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,520,768 |
net_rshares | 0 |
Great stuff @roomservice, I really hope this opens up the ability for tribes to now onboard I think it was a real sticking point! I cant wait to see the uptake from this
author | chekohler |
---|---|
permlink | re-hiveonboard-qap3rg |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-21 19:06:54 |
last_update | 2020-05-21 19:06:54 |
depth | 1 |
children | 0 |
last_payout | 2020-05-28 19:06:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 524,332,427,393,665 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,508,972 |
net_rshares | 339,728,187,628 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hivepeople | 0 | 299,140,318,215 | 100% | ||
hiveonboard | 0 | 40,587,869,413 | 10% |
Can we focus on onboarding some more cats? It's pretty lonely here.
author | ciarascat |
---|---|
permlink | re-hiveonboard-qaprp4 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 03:43:51 |
last_update | 2020-05-22 03:43:51 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 03:43: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 | 68 |
author_reputation | 121,866,793,637 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,515,783 |
net_rshares | 0 |
Wow this is a great stuff, it will be super easy now to create new accounts for dApp users :)
author | codingdefined |
---|---|
permlink | qapnn7 |
category | hiveonboard |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-05-22 02:16:21 |
last_update | 2020-05-22 02:16:21 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 02:16: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 | 93 |
author_reputation | 529,807,736,257,602 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,514,928 |
net_rshares | 0 |
I really hope developers start to use the available HIVE to build a really nice blockchain game that has a similar system to HIVE/STEEM in that the game itself would lock up coins to enable decentralized gamer development. When I say blockchain game, I mean something epic and something worthy of gaining the attention of steam users!
author | cryptoknight12 |
---|---|
permlink | qapmkj |
category | hiveonboard |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-05-22 01:53:06 |
last_update | 2020-05-22 01:53:06 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 01:53:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 336 |
author_reputation | 77,839,196,919,506 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,514,635 |
net_rshares | 0 |
Great work! How can I report a security vulnerability in private? I have got a POC ready
author | culgin |
---|---|
permlink | re-hiveonboard-qapi0o |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 00:14:51 |
last_update | 2020-05-22 00:14:51 |
depth | 1 |
children | 3 |
last_payout | 2020-05-29 00:14:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 170,100,255,531,223 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,513,481 |
net_rshares | 342,511,915,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jrvacation | 0 | 194,291,893,211 | 100% | ||
ocupation | 0 | 88,709,486,383 | 37% | ||
rubencress | 0 | 59,482,455,802 | 100% | ||
tips.tracker | 0 | 28,080,365 | 1% |
Could we private on Discord? Just added a friend request over there. Thanks!!!
author | roomservice |
---|---|
permlink | re-culgin-qapz6j |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 06:25:36 |
last_update | 2020-05-22 06:25:36 |
depth | 2 |
children | 2 |
last_payout | 2020-05-29 06:25: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 | 78 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,517,208 |
net_rshares | 0 |
It's fixed now - I've updated the post regarding this issue using the `redirect_url`. Downside of this fix is, that dApp URL's have to be whitelisted in my repository now. But safety first!
author | roomservice |
---|---|
permlink | re-roomservice-qaqh8a |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 12:55:24 |
last_update | 2020-05-22 12:55:24 |
depth | 3 |
children | 1 |
last_payout | 2020-05-29 12:55:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,521,729 |
net_rshares | 36,942,442,946 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 36,942,442,946 | 30% |
Nice
author | ganeshsingh | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020522t165718117z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 11:27:21 | ||||||
last_update | 2020-05-22 11:27:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 11:27: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 | 4 | ||||||
author_reputation | 2,518,771,518 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,520,581 | ||||||
net_rshares | 0 |
Add dtube to the whitelist for redirects and I might use it
author | heimindanger |
---|---|
permlink | re-hiveonboard-qaqm4t |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 14:41:18 |
last_update | 2020-05-22 14:41:18 |
depth | 1 |
children | 9 |
last_payout | 2020-05-29 14:41: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 | 59 |
author_reputation | -16,507,408,909,111 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,523,168 |
net_rshares | 0 |
Done! Just added: `https://d.tube`
author | roomservice |
---|---|
permlink | re-heimindanger-qaqmty |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 14:56:24 |
last_update | 2020-05-22 14:56:24 |
depth | 2 |
children | 8 |
last_payout | 2020-05-29 14:56:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,523,467 |
net_rshares | 0 |
Okay thanks. I see you are collecting phone numbers. May I know what happens to them? Do you delete them after a successful verification?
author | heimindanger |
---|---|
permlink | re-roomservice-qaqmz8 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 14:59:33 |
last_update | 2020-05-22 15:01:45 |
depth | 3 |
children | 7 |
last_payout | 2020-05-29 14:59: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 | 137 |
author_reputation | -16,507,408,909,111 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,523,525 |
net_rshares | 0 |
Congratulations @hiveonboard! 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/@hiveonboard/upvoted.png?202005212323"></td><td>You received more than 1250 upvotes. Your next target is to reach 1500 upvotes.</td></tr> </table> <sub>_You can view [your badges on your board](https://hivebuzz.me/@hiveonboard) and compare to others on 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> ###### Support the HiveBuzz project. [Vote for our proposal](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22109%22%5D&approve=true)!
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-hiveonboard-20200521t235238000z |
category | hiveonboard |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2020-05-21 23:52:36 |
last_update | 2020-05-21 23:52:36 |
depth | 1 |
children | 0 |
last_payout | 2020-05-28 23: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 | 782 |
author_reputation | 369,400,114,746,106 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,513,240 |
net_rshares | 0 |
fantastic work! Exactly what's needed.
author | hivepeople |
---|---|
permlink | re-hiveonboard-qapeha |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-21 22:58:21 |
last_update | 2020-05-21 22:58:21 |
depth | 1 |
children | 0 |
last_payout | 2020-05-28 22:58: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 | 38 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,512,646 |
net_rshares | 0 |
hey, i just read through the text on hiveonboard.com, on the third section it's this: "We will suggest to HIVE frontends that you, the referrer, will gain 3% beneficiary rewards from post earnings of the referred account. Please beware that referred accounts could always change this setting on a frontend, since it's a totally optional." **Consider changing it to this... (most noobs don't know the word "frontend" plus there were some grammar errors and awkward sentences.)** ### "We are recommending that Hive sites give you, the referrer, a 3% beneficiary reward from the post earnings of your referral. Please be advised that your referrals can always change this setting on a Hive site, since it's totally optional."
author | hivepeople |
---|---|
permlink | re-hiveonboard-qavcol |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-25 04:05:09 |
last_update | 2020-05-25 04:05:09 |
depth | 1 |
children | 1 |
last_payout | 2020-06-01 04:05: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 | 725 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,572,980 |
net_rshares | 0 |
Got it thanks!
author | roomservice |
---|---|
permlink | re-hivepeople-qavo3u |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 08:11:54 |
last_update | 2020-05-25 08:11:54 |
depth | 2 |
children | 0 |
last_payout | 2020-06-01 08:11: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 | 14 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,576,137 |
net_rshares | 0 |
other than that, it's great!!!! i wonder when referral will be rolled out? i see it's already live.....then we will need to do a video for sure!
author | hivepeople |
---|---|
permlink | re-hiveonboard-qavcpz |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-25 04:06:00 |
last_update | 2020-05-25 04:06:00 |
depth | 1 |
children | 2 |
last_payout | 2020-06-01 04:06: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 | 145 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,572,995 |
net_rshares | 0 |
Yeah it's already pretty much finished on @hiveonboard. I'am working on draft, which describes the system in detail and will be introduced to the community soon. It will be a open standard, so anyone is free to make use of it or not. I would suggest to wait covering this topic for now until at least one hive dApp will integrate this feature. For now feel free to use the referral link yourself and get a feeling how it works - maybe call it beta-testing :)
author | roomservice |
---|---|
permlink | re-hivepeople-qavobi |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 08:16:30 |
last_update | 2020-05-25 08:16:30 |
depth | 2 |
children | 1 |
last_payout | 2020-06-01 08:16:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 460 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,576,194 |
net_rshares | 253,238,136,993 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hivepeople | 0 | 253,238,136,993 | 100% |
ok great. I will wait til a dapp rolls it out.
author | hivepeople |
---|---|
permlink | re-roomservice-qawle5 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 20:10:54 |
last_update | 2020-05-25 20:10:54 |
depth | 3 |
children | 0 |
last_payout | 2020-06-01 20:10: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 | 47 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,586,298 |
net_rshares | 0 |
here are my copy edit suggestions. The reason why i substituted "your referral" for "the created account" is because that language sounds very cold and sterile. It needs to be geared towards people.  on the third section it's this: "We will suggest to HIVE frontends that you, the referrer, will gain 3% beneficiary rewards from post earnings of the referred account. Please beware that referred accounts could always change this setting on a frontend, since it's a totally optional." Consider changing it to this... (most noobs don't know the word "frontend" plus there were some grammar errors and awkward sentences.) "We are recommending that Hive sites give you, the referrer, a 3% beneficiary reward from the post earnings of your referral. Please be advised that your referrals can always change this setting on a Hive site, since it's totally optional."
author | hivepeople |
---|---|
permlink | re-hiveonboard-qavdem |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-25 04:20:45 |
last_update | 2020-05-25 04:22:30 |
depth | 1 |
children | 2 |
last_payout | 2020-06-01 04:20: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 | 962 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,573,153 |
net_rshares | 0 |
Thanks, reworked the referral program part and pushed it to production.
author | roomservice |
---|---|
permlink | re-hivepeople-qavode |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 08:17:39 |
last_update | 2020-05-25 08:17:39 |
depth | 2 |
children | 1 |
last_payout | 2020-06-01 08:17:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,576,210 |
net_rshares | 258,234,391,673 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hivepeople | 0 | 258,234,391,673 | 100% |
thanks for doing that....my edits are just suggestions...
author | hivepeople |
---|---|
permlink | re-roomservice-qawma0 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 20:30:00 |
last_update | 2020-05-25 20:30:00 |
depth | 3 |
children | 0 |
last_payout | 2020-06-01 20:30:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 28,230,061,427,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,586,606 |
net_rshares | 0 |
Great new feature. Well done. @roomservice, I'd love to add Inkito to the whitelist if possible?
author | inkito |
---|---|
permlink | re-hiveonboard-qavrfo |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 09:23:54 |
last_update | 2020-05-25 09:23:54 |
depth | 1 |
children | 3 |
last_payout | 2020-06-01 09:23: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 | 97 |
author_reputation | 6,625,840,473,092 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,576,911 |
net_rshares | 0 |
Sure! Is this your URL? -> https://inkito.io
author | hiveonboard |
---|---|
permlink | re-inkito-qavryy |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 09:35:21 |
last_update | 2020-05-25 09:35:21 |
depth | 2 |
children | 2 |
last_payout | 2020-06-01 09:35: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 | 44 |
author_reputation | 49,062,947,968,069 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,577,043 |
net_rshares | 0 |
Yes thats the one. I tried the pull request but didn't have the permission. Thanks
author | inkito |
---|---|
permlink | re-hiveonboard-qavs4y |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.5"} |
created | 2020-05-25 09:39:00 |
last_update | 2020-05-25 09:39:00 |
depth | 3 |
children | 1 |
last_payout | 2020-06-01 09:39: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 | 82 |
author_reputation | 6,625,840,473,092 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,577,085 |
net_rshares | 0 |
Excelente!!! Buena iniciativa y buen trabajo
author | jesuscasalesson | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020522t2153446z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 06:01:57 | ||||||
last_update | 2020-05-22 06:01:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 06:01: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 | 44 | ||||||
author_reputation | 978,489,051,717 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,516,972 | ||||||
net_rshares | 0 |
@dapplr I'm sure you're aware of it, but want to make sure
author | jocieprosza |
---|---|
permlink | qapyez |
category | hiveonboard |
json_metadata | {"users":["dapplr"],"app":"hiveblog/0.1"} |
created | 2020-05-22 06:09:00 |
last_update | 2020-05-22 06:09:00 |
depth | 1 |
children | 4 |
last_payout | 2020-05-29 06:09: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 | 58 |
author_reputation | 64,059,280,071,490 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,517,048 |
net_rshares | 43,162,320,599 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jocieprosza | 0 | 35,460,404,592 | 100% | ||
dapplr | 0 | 7,701,916,007 | 100% |
I'd love to work with @dapplr but have no clue right now on their plans regarding account creation. In case someone from the team reads this let's get in touch.
author | roomservice |
---|---|
permlink | re-jocieprosza-qaqy48 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 19:00:09 |
last_update | 2020-05-22 19:00:42 |
depth | 2 |
children | 3 |
last_payout | 2020-05-29 19:00: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 | 160 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,527,432 |
net_rshares | 36,178,962,055 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jocieprosza | 0 | 36,178,962,055 | 100% |
Hi @roomservice We were actually going to reach out to you. We will love to have this integrated. Keep doing the great work.
author | dapplr |
---|---|
permlink | re-roomservice-qaqzh9 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 19:29:33 |
last_update | 2020-05-22 19:29:33 |
depth | 3 |
children | 2 |
last_payout | 2020-05-29 19:29: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 | 125 |
author_reputation | 48,454,482,965,013 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,527,832 |
net_rshares | 0 |
Hello @roomservice, Any chance to get my app Miniaturena whitelisted for this? The address https://miniaturena.com
author | jrej |
---|---|
permlink | qgrkyb |
category | hiveonboard |
json_metadata | {"users":["roomservice"],"links":["https://miniaturena.com"],"app":"hiveblog/0.1"} |
created | 2020-09-16 18:35:00 |
last_update | 2020-09-16 18:35:00 |
depth | 1 |
children | 1 |
last_payout | 2020-09-23 18:35: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 | 114 |
author_reputation | 34,006,204,340,070 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,662,625 |
net_rshares | 0 |
Sure, got your pull request - gonna add it later today in production!
author | roomservice |
---|---|
permlink | re-jrej-qgsfah |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.09.4"} |
created | 2020-09-17 05:30:24 |
last_update | 2020-09-17 05:30:24 |
depth | 2 |
children | 0 |
last_payout | 2020-09-24 05:30:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,670,152 |
net_rshares | 0 |
good job
author | lau85 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020522t104240615z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 02:42:42 | ||||||
last_update | 2020-05-22 02:42:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 02:42:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8 | ||||||
author_reputation | 0 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,515,221 | ||||||
net_rshares | 0 |
I have just added a link to this post in the STEMsocial app to-do list. When on-boarding features will be implemented (we have other top priorities at the moment), I will think about your service for sure! [small upvote for visibility]
author | lemouth |
---|---|
permlink | re-hiveonboard-qaq2a1 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 07:32:27 |
last_update | 2020-05-22 07:33:21 |
depth | 1 |
children | 2 |
last_payout | 2020-05-29 07:32:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.012 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 237 |
author_reputation | 338,011,164,701,274 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,517,906 |
net_rshares | 84,931,434,993 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemouth | 0 | 84,931,434,993 | 5% |
You could just add the link to `https://hiveonboard.com/create-account?redirect_url=https://stem.openhive.network/` right now. Users will be redirected directly to STEMsocial app after account creation.
author | roomservice |
---|---|
permlink | re-lemouth-qaq5to |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 08:49:00 |
last_update | 2020-05-22 08:49:00 |
depth | 2 |
children | 1 |
last_payout | 2020-05-29 08:49: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 | 203 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,518,700 |
net_rshares | 0 |
I put it on the to-do list, thanks! (I know it takes no time, but I have no time :D ).
author | lemouth |
---|---|
permlink | re-roomservice-qas097 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-23 08:43:57 |
last_update | 2020-05-23 08:44:15 |
depth | 3 |
children | 0 |
last_payout | 2020-05-30 08:43:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 338,011,164,701,274 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,537,230 |
net_rshares | 134,584,973,367 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roomservice | 0 | 134,584,973,367 | 10% |
Great job! I'm not ready yet to use it (still nowhere with my dapp) but bookmarked this post and will keep it in mind!
author | pixelfan |
---|---|
permlink | re-hiveonboard-qap4lp |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-21 19:25:03 |
last_update | 2020-05-21 19:25:03 |
depth | 1 |
children | 0 |
last_payout | 2020-05-28 19:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 297,577,030,796,383 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,509,211 |
net_rshares | 0 |
Really cool
author | rahmatulyaa24 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020630t9456551z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-06-30 02:05:00 | ||||||
last_update | 2020-06-30 02:05:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-07-07 02:05: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 | 11 | ||||||
author_reputation | 2,746,058,002,725 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 98,252,716 | ||||||
net_rshares | 0 |
I must confess. This is a great move
author | rollins | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hiveonboard-2020522t121742217z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["hiveonboard","hive","marketing","dapps","developer"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 11:17:42 | ||||||
last_update | 2020-05-22 11:17:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 11:17:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 36 | ||||||
author_reputation | 2,635,564,753 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,520,453 | ||||||
net_rshares | 0 |
I'll probably use this on my Dapp if I ever get anywhere with it.
author | shmoogleosukami |
---|---|
permlink | re-hiveonboard-qapciu |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-21 22:16:06 |
last_update | 2020-05-21 22:16:06 |
depth | 1 |
children | 1 |
last_payout | 2020-05-28 22:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 226,111,120,228,941 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,511,909 |
net_rshares | 48,695,427,670 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anthonyadavisii | 0 | 48,695,427,670 | 24% |
Best of luck. Hope you make it happen. My app is just up in the noggin rn. Need to change that
author | anthonyadavisii | ||||||
---|---|---|---|---|---|---|---|
permlink | re-shmoogleosukami-2020522t143557411z | ||||||
category | hiveonboard | ||||||
json_metadata | {"tags":["esteem"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-05-22 19:35:57 | ||||||
last_update | 2020-05-22 19:35:57 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2020-05-29 19:35:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.012 HBD | ||||||
curator_payout_value | 0.012 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 94 | ||||||
author_reputation | 212,565,147,344,592 | ||||||
root_title | "New features for developer - Use HIVE Onboard for your dApp" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,527,924 | ||||||
net_rshares | 89,919,993,900 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shmoogleosukami | 0 | 7,391,821,104 | 25% | ||
dustbunny | 0 | 82,528,172,796 | 30.64% |
Wow! I can hear the hive buzzing!
author | stayoutoftherz |
---|---|
permlink | re-hiveonboard-qar658 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 21:53:33 |
last_update | 2020-05-22 21:53:33 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 21:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 1,326,267,482,189,903 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,530,007 |
net_rshares | 0 |
genius! Great work you're doing!
author | stellabelle |
---|---|
permlink | re-hiveonboard-qaped4 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-21 22:55:54 |
last_update | 2020-05-21 22:55:54 |
depth | 1 |
children | 0 |
last_payout | 2020-05-28 22:55: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 | 33 |
author_reputation | 516,061,669,130,124 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,512,611 |
net_rshares | 0 |
super
author | tobetada |
---|---|
permlink | re-hiveonboard-qaq7h7 |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 09:24:45 |
last_update | 2020-05-22 09:24:45 |
depth | 1 |
children | 0 |
last_payout | 2020-05-29 09:24: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 | 5 |
author_reputation | 597,778,483,120,286 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,519,099 |
net_rshares | 0 |
Excellent work. I have been trying to get more people into HIVE. It's a tough job. Having tools like this available is a great convenience. Thank you! Already voted for your Brave ad campaign :-)
author | vimukthi |
---|---|
permlink | qaqg8e |
category | hiveonboard |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-05-22 12:33:54 |
last_update | 2020-05-22 12:33:54 |
depth | 1 |
children | 1 |
last_payout | 2020-05-29 12:33: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 | 196 |
author_reputation | 496,988,497,371,644 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,521,404 |
net_rshares | 0 |
Thanks a lot!!!
author | roomservice |
---|---|
permlink | re-vimukthi-qaqhet |
category | hiveonboard |
json_metadata | {"tags":["hiveonboard"],"app":"peakd/2020.05.4"} |
created | 2020-05-22 12:59:18 |
last_update | 2020-05-22 12:59:18 |
depth | 2 |
children | 0 |
last_payout | 2020-05-29 12:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 11,573,428,661,334 |
root_title | "New features for developer - Use HIVE Onboard for your dApp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,521,779 |
net_rshares | 165,081,917,913 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vimukthi | 0 | 165,081,917,913 | 100% |