create account

OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more! by techcoderx

View this thread on: hive.blogpeakd.comecency.com
· @techcoderx ·
$35.17
OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!
<center>![](https://video.oneloveipfs.com/ipfs/QmU1Giji8XLMv3PhAYZbVFhMpzt7ayFaQuCdth11waAJJ8)</center>

# Repository

https://github.com/techcoderx/ipfsVideoUploader

# What's new
### Keychain Authentication Support Added!

<center>![](https://i.imgur.com/4rPWDFs.png)</center>

##### Commits:
* [Login form pop up](https://github.com/techcoderx/ipfsVideoUploader/commit/b20bb2283109c5031785ed045fd4180da2f1d995)
* [Keychain login API server](https://github.com/techcoderx/ipfsVideoUploader/commit/ef7a972d602e094d9104b3eccd21f92e518a1ccc)
* [Upload page implementation](https://github.com/techcoderx/ipfsVideoUploader/commit/2bcf4cdbba8437cc65ff95f742adf5c65e184ba1)

Previously, the only way to authenticate to the uploader is through SteemConnect, which is a centralized Steem authentication system. Despite that it is easy to implement (and checking if logged in user is listed in [whitelist.txt](https://github.com/techcoderx/ipfsVideoUploader/blob/master/whitelist.txt) file), it has some potential problems that users are facing, including the mysterious `sc2-sdk-error` that also persisted in other Steem DApps that use SteemConnect for authentication. Additional beneficiary fees of up to 2.5% have been introduced for SteemConnect users in their [latest update](https://steemit.com/steemconnect/@fabien/major-incoming-changes-on-steemconnect), which most users would not want to incur.

<div class="pull-right">https://video.oneloveipfs.com/ipfs/QmVntzKJnv83bJ6WPwyouah3VJGku9yhVJx2EZNxVGXh2b</div>

Now, you may login with Steem Keychain, which is a browser extension for secure client side signing, without the need of putting keys onto websites. The user will have to input their Steem account username in a pop up box, then it will be sent to the server to check if the user is in the whitelist.

I have used [this tutorial](https://steemit.com/steem/@void/tutorial-logging-into-a-web-application-with-steem-keychain) written by @void to create the login API and generate the access token. If the login is successful, the access token will be added in the URL parameter, the same way of how SteemConnect construct the callback URL, with exception of an additional `keychain` parameter which will be `true` for keychain logins in order for the upload page to identify keychain authentication when detecting logins.

### Homepage just received a refresh!

<center>![](https://video.oneloveipfs.com/ipfs/QmRKP7uDj1jrDmXxL5jv5P6jNXXc4bhvxtNCbSscUvPBS7)</center>

##### Commits:
* [Update homepage HTML structure](https://github.com/techcoderx/ipfsVideoUploader/commit/b1acc430f5190e29d65dddd0a6a50ee430d64b5a)
* [Load update logs data onto homepage](https://github.com/techcoderx/ipfsVideoUploader/commit/9a830c98efe1b0a9fe2d14b7f475b70175a7ff27)

An additional 2 sections have been added to the homepage, which are customer reviews (more on that below), and update logs, which is a record of all update releases for the uploader.

To optimise for website load times, instead of loading everything from the blockchain, the update details will be stored as values in a [JSON file](https://github.com/techcoderx/ipfsVideoUploader/blob/master/updatelogs.json), which is cached as a variable on the server. Every time the page loads, an API call will be made to obtain update logs data and they will be displayed in a reverse chronological order.

### Customer reviews page

<center>![](https://video.oneloveipfs.com/ipfs/QmRXXPXYHb67du3XRX97gpCh2cXmkeySta9U9bgV37H9yb)</center>

##### Commits:
* [Add new webpage](https://github.com/techcoderx/ipfsVideoUploader/commit/207ea8201026667fa4b8b36eb3b0757bc1deb81c)
* [Scaling fixes on mobile](https://github.com/techcoderx/ipfsVideoUploader/commit/d71fe18e21de8d6e65464d28bf4e0bd711fb00c0)

This is the place where some good video reviews of @oneloveipfs hosting services are featured to show newcomers about what we offer as part of the service. It is made up of quotes which are pulled straight from either the video narration or in the description, and the embed player next to it, which plays videos from video.oneloveipfs.com gateway announced in the [previous update](https://steemit.com/onelovedtube/@techcoderx/onelovedtube-ipfs-uploader-0-8-3-mobile-optimizations-multi-resolution-upload-support-and-more).

Customer reviews page is LIVE on https://uploader.oneloved.tube/reviews

Congratulations to @mvd, @vladivostok, @tanbay and @kenmelendez for making into this page!

### More SEO optimizations in HTML

##### Commits:
* [Adding meta tags](https://github.com/techcoderx/ipfsVideoUploader/commit/76022ba33f2191c0b8b70e10fdf86520c0bf0eac)
* [Correcting Twitter cards image size](https://github.com/techcoderx/ipfsVideoUploader/commit/38966f215cbb7ba484299166c85e8ba04f9df005)

As per various marketing campaigns to promote Steem blockchain (and its DApps) outside of the blockchain, I have taken steps to modify the HTML code of the homepage for SEO optimizations by adding relevant meta tags and alt text for images.

Here are the examples of how social media sites and chat apps are rendering https://uploader.oneloved.tube:

| <center>![](https://video.oneloveipfs.com/ipfs/QmSdf4pufNMo9PSngucQuFgGryN3nbKp7PoyGgCbVPiKYJ)</center> | <center>![](https://video.oneloveipfs.com/ipfs/QmSxGyyhx4uCqzCvD4rkH992t9JAiJ6339erBe9ppca2xS)</center>  |
|----|---|
|  <center>**Twitter**</center>  | <center>**Discord**</center>  |

<center>![](https://steemitimages.com/0x0/https://cdn.discordapp.com/attachments/429110955914428426/520078555204288524/dtubeanimated2.gif)</center>

# Github account

https://github.com/techcoderx
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 662 others
properties (23)
authortechcoderx
permlinkonelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more
categoryonelovedtube
json_metadata{"tags":["onelovedtube","ipfs","dtube","utopian-io","development"],"users":["void","oneloveipfs","mvd","vladivostok","tanbay","kenmelendez"],"image":["https://video.oneloveipfs.com/ipfs/QmU1Giji8XLMv3PhAYZbVFhMpzt7ayFaQuCdth11waAJJ8","https://i.imgur.com/4rPWDFs.png","https://video.oneloveipfs.com/ipfs/QmVntzKJnv83bJ6WPwyouah3VJGku9yhVJx2EZNxVGXh2b","https://video.oneloveipfs.com/ipfs/QmRKP7uDj1jrDmXxL5jv5P6jNXXc4bhvxtNCbSscUvPBS7","https://video.oneloveipfs.com/ipfs/QmRXXPXYHb67du3XRX97gpCh2cXmkeySta9U9bgV37H9yb","https://video.oneloveipfs.com/ipfs/QmSdf4pufNMo9PSngucQuFgGryN3nbKp7PoyGgCbVPiKYJ","https://video.oneloveipfs.com/ipfs/QmSxGyyhx4uCqzCvD4rkH992t9JAiJ6339erBe9ppca2xS","https://steemitimages.com/0x0/https://cdn.discordapp.com/attachments/429110955914428426/520078555204288524/dtubeanimated2.gif"],"links":["https://github.com/techcoderx/ipfsVideoUploader","https://github.com/techcoderx/ipfsVideoUploader/commit/b20bb2283109c5031785ed045fd4180da2f1d995","https://github.com/techcoderx/ipfsVideoUploader/commit/ef7a972d602e094d9104b3eccd21f92e518a1ccc","https://github.com/techcoderx/ipfsVideoUploader/commit/2bcf4cdbba8437cc65ff95f742adf5c65e184ba1","https://github.com/techcoderx/ipfsVideoUploader/blob/master/whitelist.txt","https://steemit.com/steemconnect/@fabien/major-incoming-changes-on-steemconnect","https://steemit.com/steem/@void/tutorial-logging-into-a-web-application-with-steem-keychain","https://github.com/techcoderx/ipfsVideoUploader/commit/b1acc430f5190e29d65dddd0a6a50ee430d64b5a","https://github.com/techcoderx/ipfsVideoUploader/commit/9a830c98efe1b0a9fe2d14b7f475b70175a7ff27","https://github.com/techcoderx/ipfsVideoUploader/blob/master/updatelogs.json","https://github.com/techcoderx/ipfsVideoUploader/commit/207ea8201026667fa4b8b36eb3b0757bc1deb81c","https://github.com/techcoderx/ipfsVideoUploader/commit/d71fe18e21de8d6e65464d28bf4e0bd711fb00c0","https://steemit.com/onelovedtube/@techcoderx/onelovedtube-ipfs-uploader-0-8-3-mobile-optimizations-multi-resolution-upload-support-and-more","https://uploader.oneloved.tube/reviews","https://github.com/techcoderx/ipfsVideoUploader/commit/76022ba33f2191c0b8b70e10fdf86520c0bf0eac","https://github.com/techcoderx/ipfsVideoUploader/commit/38966f215cbb7ba484299166c85e8ba04f9df005","https://uploader.oneloved.tube","https://github.com/techcoderx"],"app":"steemit/0.1","format":"markdown"}
created2019-02-16 08:42:39
last_update2019-02-16 08:42:39
depth0
children22
last_payout2019-02-23 08:42:39
cashout_time1969-12-31 23:59:59
total_payout_value26.756 HBD
curator_payout_value8.413 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,584
author_reputation47,781,795,254,841
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,942,631
net_rshares67,951,934,455,629
author_curate_reward""
vote details (726)
@d00k13 ·
Great job buddy I love the updates to the webpage looking more professional with each update!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  ,
properties (23)
authord00k13
permlinkd00k13-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t093156467z
categoryonelovedtube
json_metadata"{\"app\":\"partiko\",\"client\":\"ios\"}"
created2019-02-16 09:31:57
last_update2019-02-16 09:31:57
depth1
children0
last_payout2019-02-23 09:31:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation473,475,468,733,980
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,943,830
net_rshares9,445,941,345
author_curate_reward""
vote details (2)
@fabien ·
What error do you have exactly with SteemConnect?
πŸ‘  
properties (23)
authorfabien
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t091954572z
categoryonelovedtube
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["onelovedtube"],"users":[],"links":[],"image":[]}
created2019-02-16 09:19:57
last_update2019-02-16 09:19:57
depth1
children4
last_payout2019-02-23 09:19:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation16,649,367,183,999
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,943,552
net_rshares9,580,297,059
author_curate_reward""
vote details (1)
@techcoderx ·
Some of our users were facing the unknown sc2-sdk-error (but they just disappear after some time)
properties (22)
authortechcoderx
permlinkre-fabien-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t092210885z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 09:22:12
last_update2019-02-16 09:22:12
depth2
children3
last_payout2019-02-23 09:22:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation47,781,795,254,841
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,943,604
net_rshares0
@fabien ·
There should be an error message, did you reported the issue in our GitHub (https://github.com/steemscript/steemconnect) ? 
properties (22)
authorfabien
permlinkre-techcoderx-re-fabien-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t100238754z
categoryonelovedtube
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["onelovedtube"],"users":[],"links":["https://github.com/steemscript/steemconnect"],"image":[]}
created2019-02-16 10:02:42
last_update2019-02-16 10:02:42
depth3
children2
last_payout2019-02-23 10:02:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation16,649,367,183,999
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,944,587
net_rshares0
@fitinfun ·
$0.04
>Additional beneficiary fees of up to 2.5% have been introduced for SteemConnect users

Does this mean that if I publish a post on busy or ulogs using steemconnect to enter there, I will now be charged 2.5% on my post rewards?
πŸ‘  ,
properties (23)
authorfitinfun
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t203802800z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 20:38:03
last_update2019-02-16 20:38:03
depth1
children2
last_payout2019-02-23 20:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length226
author_reputation155,514,258,903,945
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,972,185
net_rshares81,882,010,548
author_curate_reward""
vote details (2)
@techcoderx ·
I'm not sure if it's implemented or not, but that's what the update post said
properties (22)
authortechcoderx
permlinkre-fitinfun-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t230511587z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 23:05:12
last_update2019-02-16 23:05:12
depth2
children1
last_payout2019-02-23 23:05:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation47,781,795,254,841
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,976,137
net_rshares0
@d00k13 ·
Just another reason to use keychain, right?

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authord00k13
permlinkd00k13-re-techcoderx-re-fitinfun-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190223t200210731z
categoryonelovedtube
json_metadata{"app":"partiko","client":"ios"}
created2019-02-23 20:02:12
last_update2019-02-23 20:02:12
depth3
children0
last_payout2019-03-02 20:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation473,475,468,733,980
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,297,407
net_rshares0
@gray00 ·
Excellent job! The site looks incredible :D
πŸ‘  ,
properties (23)
authorgray00
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t092501023z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 09:25:03
last_update2019-02-16 09:25:03
depth1
children0
last_payout2019-02-23 09:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation4,565,928,791,980
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,943,677
net_rshares12,977,342,642
author_curate_reward""
vote details (2)
@justyy ·
$15.18
Thank you for your contribution @techcoderx ! 

1. It is better to use `===` instead of `==`  (`!==` instead of `!=`)in JS and `==true` seems redudant.
2. Some parts of the JS code end with a semicolon but some do not.
3. some `vars` could be replaced by either `const` or `let`.
4. The messages you are alert-ing in the JS code could be extracted in a JSON file so that you can internationalize them later.
5. Unit Tests missing in the project - you could use `mocha`/`chai` or other testing frameworks and set up the CI using travis-ci.com

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2-2-2-2-2-2-2-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorjustyy
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t131957763z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"users":["techcoderx"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2-2-2-2-2-2-2-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-02-16 13:19:57
last_update2019-02-16 13:19:57
depth1
children2
last_payout2019-02-23 13:19:57
cashout_time1969-12-31 23:59:59
total_payout_value11.496 HBD
curator_payout_value3.687 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length991
author_reputation280,616,224,641,976
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,951,775
net_rshares29,031,152,682,330
author_curate_reward""
vote details (22)
@d00k13 ·
Right on @justyy thank you for the feedback πŸ’ͺ

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authord00k13
permlinkd00k13-re-justyy-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190223t200050496z
categoryonelovedtube
json_metadata{"app":"partiko","client":"ios"}
created2019-02-23 20:00:51
last_update2019-02-23 20:00:51
depth2
children0
last_payout2019-03-02 20:00:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation473,475,468,733,980
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,297,365
net_rshares0
@utopian-io ·
Thank you for your review, @justyy! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t131957763z-20190219t051559z
categoryonelovedtube
json_metadata"{"app": "beem/0.20.17"}"
created2019-02-19 05:16:00
last_update2019-02-19 05:16:00
depth2
children0
last_payout2019-02-26 05:16:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation152,955,367,999,756
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,078,585
net_rshares0
@kaerpediem ·
$0.02
Didn't know that about SteemConnect
Thank you for the updates :)
πŸ‘  , ,
properties (23)
authorkaerpediem
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t091122767z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 09:11:24
last_update2019-02-16 09:11:24
depth1
children0
last_payout2019-02-23 09:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation208,126,373,105,289
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,943,318
net_rshares48,764,272,498
author_curate_reward""
vote details (3)
@skylinebuds ·
Saw the post on smoke but seeing how it is a steem post and comment I thought I would make my way here. But this keychain Is a pretty awesome tool for steem that is for sure.

Glad to see you guys are doing awesome work on the onelovedtube project
πŸ‘  
properties (23)
authorskylinebuds
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190217t015212227z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"community":"steempeak","app":"steempeak/1.7.2b"}
created2019-02-17 01:52:12
last_update2019-02-17 01:52:12
depth1
children1
last_payout2019-02-24 01:52:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation106,430,127,772,462
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,980,676
net_rshares9,390,688,896
author_curate_reward""
vote details (1)
@techcoderx ·
$rewarding 100% 13min
πŸ‘  
properties (23)
authortechcoderx
permlinkre-skylinebuds-re-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190217t015434200z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-17 01:54:33
last_update2019-02-17 01:54:33
depth2
children0
last_payout2019-02-24 01:54:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation47,781,795,254,841
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,980,729
net_rshares520,421,425
author_curate_reward""
vote details (1)
@steem-ua ·
#### Hi @techcoderx!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t134816z
categoryonelovedtube
json_metadata"{"app": "beem/0.20.18"}"
created2019-02-16 13:48:18
last_update2019-02-16 13:48:18
depth1
children0
last_payout2019-02-23 13:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation23,214,230,978,060
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,953,694
net_rshares0
@steemitboard ·
Congratulations @techcoderx! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@techcoderx/voted.png?201902160945</td><td>You received more than 8000 upvotes. Your next target is to reach 9000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@techcoderx)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/valentine/@steemitboard/valentine-challenge-love-is-in-the-air"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/LvDzr5.png"></a></td><td><a href="https://steemit.com/valentine/@steemitboard/valentine-challenge-love-is-in-the-air">Valentine challenge - Love is in the air!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-techcoderx-20190216t101123000z
categoryonelovedtube
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-02-16 10:11:24
last_update2019-02-16 10:11:24
depth1
children0
last_payout2019-02-23 10:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,165
author_reputation38,975,615,169,260
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,944,814
net_rshares0
@tanbay ·
Once again great job and thanks for including me on the page!
πŸ‘  ,
properties (23)
authortanbay
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t172108665z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 17:21:09
last_update2019-02-16 17:21:09
depth1
children0
last_payout2019-02-23 17:21:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation188,541,975,700,245
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,965,357
net_rshares20,974,015,173
author_curate_reward""
vote details (2)
@teamhumble ·
nice work. looks good.
πŸ‘  ,
properties (23)
authorteamhumble
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t091509526z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 09:15:09
last_update2019-02-16 09:15:09
depth1
children0
last_payout2019-02-23 09:15:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation315,232,864,758,316
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,943,422
net_rshares12,417,463,880
author_curate_reward""
vote details (2)
@utopian-io ·
Hey, @techcoderx!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190220t223848z
categoryonelovedtube
json_metadata"{"app": "beem/0.20.17"}"
created2019-02-20 22:38:51
last_update2019-02-20 22:38:51
depth1
children0
last_payout2019-02-27 22:38:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length592
author_reputation152,955,367,999,756
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,165,068
net_rshares0
@vaultec ·
Very good work. Well organized and well thought out posts. Great to have onelove services now using keychain!
πŸ‘  
properties (23)
authorvaultec
permlinkre-techcoderx-onelovedtube-ipfs-uploader-v0-8-4-keychain-auth-support-updated-homepage-and-more-20190216t182857401z
categoryonelovedtube
json_metadata{"tags":["onelovedtube"],"app":"steemit/0.1"}
created2019-02-16 18:28:57
last_update2019-02-16 18:28:57
depth1
children0
last_payout2019-02-23 18:28:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation46,918,387,754,658
root_title"OneLoveDTube IPFS Uploader v0.8.4: Keychain auth support, updated homepage and more!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,968,121
net_rshares9,332,620,985
author_curate_reward""
vote details (1)