create account

DTube 0.3: This update contains so many new features I could not find a good title for it by heimindanger

View this thread on: hive.blogpeakd.comecency.com
· @heimindanger · (edited)
$784.55
DTube 0.3: This update contains so many new features I could not find a good title for it
Things are starting to settle down here for the DTube project. Many of the networking issues seem to be resolved with the automatic gateway system and viewing videos seems to be comfortable as long as the video bitrate is lower than the connection max speed. Issues are clear now, some are easy to fix, some are harder, but overall the minimum viable product seems to be viable. I believe it's now about time to introduce some features that will improve the user-experience this time around in 0.3.

<center><a href='https://dtube.video/'>
<img src='https://ipfs.io/ipfs/QmWJNhrmzWLB6GhBiqb92vWo4b46nPmhRUzb6vQEu1BFgb'>
</a></center>

## DTube is now multi-language

*[Click here to see what DTube looks like in Korean!](https://i.imgur.com/WGk6Ao8.png)*

I've been regularly browsing DTube, and it's clear that the huge majority of the content is in English. While the USA discovered the Internet before any other nation and got a culture boost out of that, that doesn't fully explain the super low number of videos in other languages. SteemIt has a lot of Korean or German content and I don't want to leave some countries/languages out of the loop for the development version of DTube.

DTube will detect your favorite language from your browser settings, and if the translation exists, it will download it and update all the texts in the UI. In order not to increase the app size, these translations are currently **stored inside the STEEM blockchain** [(example)](https://steemit.com/video/@curator/re-curator-dtube-translations-root-20170905t002032311z). STEEM is amazing for translations, as SteemIt/ChainBB can be used as a UI to correct mistakes or add new translations.

Maybe hosting these translations on IPFS would be faster to load in most cases, but in the design of DTube I would rather use the blockchain for text, and only IPFS for 'bigger files'.

At the moment that I am launching 0.3, only seven languages are available:
* English (en-us)
* French (fr-fr) - translated by @heimindanger (n'hesitez pas à me dire si il y a des corrections à faire)
* Korean (ko-kr) - translated by @steemitjp
* Portuguese (pt) - translated by @prc, the developer of [DSound](https://dsound.audio/)
* Lithuanian (lt) - translated by @nannal, the owner of [IPFS Store](https://ipfsstore.it)
* Turkish (tr) - translated by @steeminator3000
* Polish (pl) - translated by @dailydogger


## Translate DTube for your language

Of course, seven languages are not enough. YouTube has too many to count. I also want all of the commonly spoken languages on Earth to be available on DTube. Doing this for most projects would be impossible, or take a lot of efforts to find competent translators. Luckily, **STEEM is a social network that incentivizes cooperation** instead of competition, and DTube has the support of the STEEM community. That's why I am adding a **call for translators** in this article. If you are not interested in helping, or you don't speak any non-translated language, feel free to skip this part of the article and go straight to the next new feature.

Before reading further, please understand that DTube is a work in progress and will be for a while. This means that there will be updates and probably some new lines added to the translation file regularly. You will be invited in the DTube private discord and we will notify you a few days before any new version so you have time to update your translation. This should happen about once every two weeks for at least a couple of months.

The English translation file for DTube 0.3 is available [here](https://ipfs.io/ipfs/QmfLUkLLc5arc8AqYWX41WS2qyDhZpAwEiSaZTZzf35wwP). This will be your starting point to translate to your language. At the moment it's pretty short (87 lines in total), and should probably take less than an hour to translate. Save it to your disk and start editing the values (on the right), and leave the keys (capitalized stuff on the left) untouched. Some values contain some '%1', '%2', etc that represent some variables that will be replaced by the app. For example:
> "GLOBAL_ERROR_VOTE_FOR":"%1 vote for %2"

This is the line for the text displayed when you upvote. In English it would display '100% upvote for dollarvigilante'. Some languages will require you to move these variables in other parts of the sentences sometimes. For example in French it becomes:
> "GLOBAL_ERROR_VOTE_FOR":"Voté à %1 pour %2"

Once you have fully translated into a new language, feel free to contact me either through comments on this article, or on steemit.chat if my comments are spammed like past two articles and you want a quick reply.

## Subscribe / Unsubscribe Button

https://i.imgur.com/PLTKXfq.png

The single most requested feature since launch was this one. The way you were able to browse DTube was very limited before this feature. All you could do was check new/hot/trending videos on the homepage. Even if you liked someone content, you wouldn't be able to see it through DTube if it didn't go to hot or trending unless you bookmarked the channel page and check it often.

As usual, I copied the way YouTube displays it in the UI. The button comes in with a counter showing the total follow count. YouTube shortens the count for big numbers such as '2M' or '42K' but I didn't feel like doing that as the maximum number of followers is still in the 5 digits range for STEEM.

*I originally thought I would not to re-use the SteemIt follower counts, and make everyone restart at a 0 follower count on DTube. Unfortunatly that is not possible with the current state of the STEEM follow API, despite what the design of it suggests. So instead, your DTube list of followers is the same one for both SteemIt and DTube... I looked for a while at the code of the follow API, and I believe the required changes to make this possible are small. It's not because I follow someone on instagram that I want to subscribe to their YouTube automatically, I want to have the choice.*

## Feed

https://i.imgur.com/O9HkIqW.png

The subscribe button would be useless without this, so it comes in the same patch. This is more similar to SteemIt than YouTube in the way it's displayed on the screen.

It should take a bit longer to load than other categories because of STEEM limitations. The ```get_discussions_by_feed``` method of the STEEM blockchain does not behave like other ```get_discussions_by_*``` methods. I believe that if we could also filter the feed by tags, it would benefit applications which have a different type of content than steemit a lot.

The Trending/Hot/New categories on the homepage filter by tags. This is reliable because the number of people using the 'dtube' tag through steemit directly is negligible compared to the many DTubers who automatically have the 'dtube' tag.

The feed doesn't have this luxury option sadly, so instead it fetches the maximum amount (100) and filters out all of the non-videos. So if your feed only displays a few videos, this is likely the reason.

*I really dislike the way the follow / feed works right now on STEEM. It requires me to make more calls through SteemJS and waste a lot of data. Little features like that is what apps that have different content types (think steepshot, dtube, dsound) need.*

## Follow us on @dtube

I sneaked in a 'dark' feature in DTube, but at least I decided to make it clear in this article. I'm trying it out mostly as an experiment. I predict that I will either look like an asshole for attempting it, or other applications will start doing the same thing soon. It all depends on **your reactions in the comments**.

Basically, whenever you log in on DTube, the app will automatically make you follow the @dtube account. There are no warnings or confirmations requested, and it won't even tell users what just happened in the background.

This will help me analyze a bit better the userbase of DTube. Because of the decentralized nature of DTube, we cannot use Google Analytics or automatic bug-reporting tools as we have no idea what it's really doing and might be leaking your keys somehow. So at least this way, I will have some data. I will be able to know how many people use DTube, and when these users first started using DTube.

Of course, I won't be shit-posting or resteeming my friends with the account. Anything posted/resteemed by this account will always be content that I believe can help DTube users,  and most likely will be in video format.

## Using [Busy.org](https://busy.org) for images

Many people have noticed it, but avatar pictures were not displayed correctly on DTube in some cases. They would show as a missing picture or not display as a square as they should. This should now work properly, as we are using [img.busy.org](https://github.com/busyorg/busy-img) as the provider for all these pictures. Busy will automatically compress, crop and resize pictures, so that I don't need to worry about it! Same thing will probably be used for the cover pictures once we start working on the channel page.

## Claim your rewards

<div class='pull-right'>
https://i.imgur.com/TVOfzUj.png
</div>

Not a huge feature, but you can now claim your rewards directly on DTube. Inside the user menu, you will see a 'Claim Rewards' item that will tell you how much you will claim if you hover the button. While not a super-priority feature, this was quite easy and possible as it only requires the posting key. And it's clearly the most 'feel-good' transaction we can make on the STEEM blockchain.

*I will use this paragraph to make a short aparté.  I have no idea why these rewards can't be added on our wallet balances automatically like they were in the past. I can see how claiming rewards might be a good thing to avoid dead accounts making money, but there is already a 7 days maximum payment window for all contents on the blockchain, so an account has to have been active 7 days ago to receive a reward. If someone could enlighten me on the need of this feature on the STEEM chain, I would be grateful.*

## DTube Embed (concept)
Embed Demo: [https://skzap.github.io/embedtube/#!/curator/m70sk5cv](https://skzap.github.io/embedtube/#!/curator/m70sk5cv)

I talked in the original release post about how I believe having a custom video player is a necessary feature. I quickly realised from people's reactions that they had no idea that DTube had 0 work done on the player, as the native video players in modern browsers seems to be working good. Still, I believe having a custom player comes in handy, especially for the case of the embed where I want to add some branding, a small DTube logo that leads to DTube, just how YouTube does it in their embed.

So I searched around, and ended up playing around with [VideoJS](http://videojs.com/), a Javascript library for displaying videos. It's pretty solid and extendable but will require some work on the design side. I'm not adding a button like YouTube to get the embed code from the video, but I might soon.

So let's say you want to include the concept DTube embed on your site, you would need to copy paste this code:
```
<iframe width="560" height="315" src="https://skzap.github.io/embedtube/#!/curator/m70sk5cv" frameborder="0" allowfullscreen></iframe>
```
If you want to do it for other videos, just replace the end of the src url by the correct one for your video.


## New DTube contributors
I mentioned in my previous article that I was interviewing people to help me on DTube. Well in the end, all this process was completely useless. I ended up recruiting a past colleague of mine to be the second developer: @superkoala. He has very little experience with blockchains but is a seriously good developer with good practices. We already worked together in the past without issues, and I know I'm kinda hard to work with because of my sub-par communication skills. He already started working on DTube and did 90% of the multi-language feature for this patch, which allowed me to take some time off without thinking I'm a slacker >:-)

I also recruited @hightouch, yet another French developer to work on the UI. He started playing around with the codebase and seems to be a good fit for the job. His first tasks will be to improve the user-experience by a lot, such as removing the stupid scrollbars on the homepage, and making the categories load more videos as you scroll to the right, just how steemit does it when you scroll to the bottom. He will probably be the one working on the channel page design as well.

Also I have regularly been giving tasks my turkish friend @steeminator3000 to do some boring things such as helping users in the #dtube steemit.chat channel, or doing some google researches for me. Consider him the 'jack of all trades' of the team.

## Optimizations
### Application Startup
DTube 0.2 added a convenience feature for me that allows me to change the settings of DTube from the blockchain directly. While convenient, it also added a good 1-2 seconds to the app loading time. In 0.3, after loading the translations, and the list of people you follow, I realized the application startup process was taking too long. No one wants to wait 5 seconds to start seeing a video, right?

Well I moved some stuff around in the code, and remote settings, translations and followers lists will now load after the application is rendered on the screen, and update on the screen when it's loaded. This is why you will probably see DTube in English before your localized translation loads from the chain.

### Limiting the size of contents
I only recently discovered the ```truncate_body``` argument. This allows DTube not to load the useless part of the contents that DTube doesn't use. Such as the ```body```, which is the markdown/html code of your normal steemit articles. This field contains **A LOT** of data size-wise, and getting rid of it should help loading speeds.

### Upload Errors
I receive many feedbacks about errors during the upload. We were not using standard ports for uploads, and that caused a lot of people using university networks or public wifis to be unable to upload. This should be fixed as we should be using port 443 everywhere for the upload now.

There are also some timeout errors happening for uploads longer than 15 minutes. We are still unsure how to solve that on the IPFS node side. The upload page is probably the most critical one on DTube, and I really feel bad when I hear users having issues about it. No doubt some improvements will come quickly as I put my brain back on it.

## Last words
A pretty solid update overall, despite some disapointments because of some STEEM limitations. I think I will try to setup a node and suggest code changes to the follow api, because the current state is clearly not at the same level than the rest of the STEEM blockchain.

The patch also took a bit longer than expected because of the time to interview and recruit developers, get them set up with the project, and cleaning up the code a bit to make it extra-easy to understand for them. Next updates should come in faster I hope.

It's already been more than a month since DTube's launch, and we are already seeing more developers converting to the **IPFS+STEEM combo**. For those who missed it, @prc released [DSound](https://dsound.audio/) recently and built it all faster than I built DTube originally. This reinforces my belief that doing what I did is not too hard and that many more DApps on top of STEEM will happen in the future.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 936 others
properties (23)
authorheimindanger
permlinkdtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it
categorydtube
json_metadata{"community":"busy","app":"busy/2.0.0","format":"markdown","tags":["dtube","patch","video","steem","steemit"],"users":["curator","heimindanger","steemitjp","prc","nannal","steeminator3000","dailydogger","dtube","superkoala.","hightouch"],"links":["https://i.imgur.com/WGk6Ao8.png","https://steemit.com/video/@curator/re-curator-dtube-translations-root-20170905t002032311z","https://dsound.audio/","https://ipfsstore.it","https://ipfs.io/ipfs/QmfLUkLLc5arc8AqYWX41WS2qyDhZpAwEiSaZTZzf35wwP","https://busy.org","https://github.com/busyorg/busy-img","https://skzap.github.io/embedtube/#!/curator/m70sk5cv","http://videojs.com/"]}
created2017-09-19 16:04:00
last_update2017-09-19 16:07:03
depth0
children503
last_payout2017-09-26 16:04:00
cashout_time1969-12-31 23:59:59
total_payout_value628.505 HBD
curator_payout_value156.047 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,443
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,340,137
net_rshares307,188,695,317,144
author_curate_reward""
vote details (1000)
@a1sa ·
Great work @heimindanger ....Its great that we are having a best replacement for U-tube .... Hope D-Tube will be the next top videos library ... resteemed...
properties (22)
authora1sa
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172429744z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 17:24:30
last_update2017-09-19 17:24:30
depth1
children0
last_payout2017-09-26 17:24:30
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_length157
author_reputation46,242,489,836
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,347,133
net_rshares0
@aaliyahholt ·
Its great that the site is getting more features, its a wonderful alternative to YouTube
properties (22)
authoraaliyahholt
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t233736253z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 23:37:33
last_update2017-09-22 23:37:33
depth1
children0
last_payout2017-09-29 23:37: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_length88
author_reputation152,571,557,231,494
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,661,105
net_rshares0
@aaqib11b ·
Seems like we have got real techies out there working to make this platform even mpre interesting and diverse......hats off
👍  
properties (23)
authoraaqib11b
permlinkre-heimindanger-2017920t144054621z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-09-20 09:11:00
last_update2017-09-20 09:11:00
depth1
children0
last_payout2017-09-27 09:11: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_length123
author_reputation1,319,188,814,269
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,405,094
net_rshares2,576,037,520
author_curate_reward""
vote details (1)
@abeem90 ·
Absolutely Dtube Will be the next YouTube. No doubt!
properties (22)
authorabeem90
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t084959017z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 08:50:24
last_update2017-09-21 08:50:24
depth1
children0
last_payout2017-09-28 08:50: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_length52
author_reputation1,113,307,315,474
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,502,583
net_rshares0
@abupasi.alachy ·
Nice post.
properties (22)
authorabupasi.alachy
permlinkre-heimindanger-2017921t95519218z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 02:54:48
last_update2017-09-21 02:54:48
depth1
children0
last_payout2017-09-28 02:54:48
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_length10
author_reputation5,557,880,714,706
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,481,510
net_rshares0
@ackza ·
#dtube is going to be the most importantly feature for steemit short of decentralized image hosying or does steem image search already use interplanetary file system?
👍  
properties (23)
authorackza
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t191047420z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:10:00
last_update2017-09-19 19:10:00
depth1
children1
last_payout2017-09-26 19:10: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_length166
author_reputation288,006,826,436,339
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,355,910
net_rshares339,421,181
author_curate_reward""
vote details (1)
@ridwant ·
$0.21
emm. I still have not
understand video upload
to Dtube. several times
my login failed
👍  
properties (23)
authorridwant
permlinkre-ackza-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t024142642z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:41:45
last_update2017-09-20 02:41:45
depth2
children0
last_payout2017-09-27 02:41:45
cashout_time1969-12-31 23:59:59
total_payout_value0.159 HBD
curator_payout_value0.052 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,381,855
net_rshares82,827,675,524
author_curate_reward""
vote details (1)
@adaptnetwork ·
$0.03
So cool - great job with the continued development.

Does anyone know what service DTube utilises for video file storage? This is usually quite expensive so I like to keep up to date with any new services.
👍  
properties (23)
authoradaptnetwork
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223824278z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:38:24
last_update2017-09-19 22:38:24
depth1
children0
last_payout2017-09-26 22:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length205
author_reputation11,144,420,443,340
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,368,820
net_rshares12,358,975,534
author_curate_reward""
vote details (1)
@adokhai ·
good works keep it up
👍  
properties (23)
authoradokhai
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t152428746z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:24:30
last_update2017-09-20 15:24:30
depth1
children0
last_payout2017-09-27 15:24:30
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_reputation23,577,946,631
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,432,801
net_rshares77,050,802
author_curate_reward""
vote details (1)
@adrienlaville ·
hi! i just want to show you a little bug on you platform
i can't play the vid and i cant make coms ....
i turn under windows 10 with avast safezone 

https://dtube.video/#!/v/ixindamix/73hodzh5
properties (22)
authoradrienlaville
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t133911182z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://dtube.video/#!/v/ixindamix/73hodzh5"],"app":"steemit/0.1"}
created2017-09-26 13:39:09
last_update2017-09-26 13:39:09
depth1
children0
last_payout2017-10-03 13:39: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_length193
author_reputation98,581,503,216
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,984,060
net_rshares0
@adviser ·
your huge vote say me one  speech .you are smart  and talented writer.
properties (22)
authoradviser
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020713422z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:07:15
last_update2017-09-22 02:07:15
depth1
children0
last_payout2017-09-29 02:07:15
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_length70
author_reputation5,778,341,093,907
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,574,748
net_rshares0
@aftabchouhan ·
Great that you are improving the website. I love DTube and it is fantastic that you are working hard on it. But the only feature that I would need to touch DTube again is an upload bar with the remaining percentage and an estimated time. I will not go through hell again with just a circle rotating giving absolutely no clue when the upload is done. I guess you guys have 100MBit upload and don't care about that at all because your videos take 10 seconds to upload. Well, mine take about 2 hours to upload and it is always a guessing game whether the upload is actually still going on or not. It has been frustrating for someone with slow internet like me.
👍  , , ,
properties (23)
authoraftabchouhan
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t010424253z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 01:04:21
last_update2017-09-21 01:04:21
depth1
children0
last_payout2017-09-28 01:04:21
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_length657
author_reputation48,739,534,016
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,475,359
net_rshares2,480,828,996
author_curate_reward""
vote details (4)
@akademy ·
am glade for this
👍  
properties (23)
authorakademy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t231347853z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:14:03
last_update2017-09-19 23:14:03
depth1
children0
last_payout2017-09-26 23:14: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_length17
author_reputation5,218,578,066
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,724
net_rshares2,535,247,440
author_curate_reward""
vote details (1)
@alaminrlima ·
Great
properties (22)
authoralaminrlima
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t013500116z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 01:35:03
last_update2017-09-24 01:35:03
depth1
children0
last_payout2017-10-01 01:35: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_length5
author_reputation-34,158,688,710
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,753,527
net_rshares0
@alberth ·
HI. GOOD POST. AGREE ALL PUBLISHED THERE IS REFERRED TO IT.

![](https://steemitimages.com/DQme4U6DtCwBMsey1p9Pn7hDsx83az2NDSNNoutExX4xMoW/image.png)
properties (22)
authoralberth
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182001760z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQme4U6DtCwBMsey1p9Pn7hDsx83az2NDSNNoutExX4xMoW/image.png"],"app":"steemit/0.1"}
created2017-09-19 18:12:27
last_update2017-09-19 18:12:27
depth1
children0
last_payout2017-09-26 18:12:27
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_length149
author_reputation60,640,337,624
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,351,232
net_rshares0
@alexbeyman ·
I must've misunderstood, because I thought DTube was its own separate platform where I could make additional STEEM. Instead it seems to be closely tied to Steemit itself. 

I uploaded three videos to DTube and without asking me, it automatically cross-posted them to my Steemit blog, and now I can't delete them. I am not pleased with this.

I would like to be able to upload videos to DTube without them automatically posting on my Steemit blog. I want the choice whether or not to do that and in what order. I have a lot of Youtube content to migrate over and it's going to be a pain in the ass if it forcibly posts every one of them to my Steemit blog.
properties (22)
authoralexbeyman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t231123774z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 23:11:21
last_update2017-09-24 23:11:21
depth1
children0
last_payout2017-10-01 23:11:21
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_length655
author_reputation335,743,792,474,423
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,835,226
net_rshares0
@alexkarki ·
$0.02
That's so nice that you've upgrade your website. I love DTube not only because I'm a member of #steemit community but also because of its silence features. 

Thanks for your detailed information, as shared here.

@alexKARKI
👍  , ,
properties (23)
authoralexkarki
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t113354268z
categorydtube
json_metadata{"tags":["steemit","dtube"],"users":["alexkarki"],"app":"steemit/0.1"}
created2017-09-21 11:33:54
last_update2017-09-21 11:33:54
depth1
children0
last_payout2017-09-28 11:33:54
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation101,632,458,986
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,513,178
net_rshares8,340,587,537
author_curate_reward""
vote details (3)
@alibaba987 ·
I see only White site? What is wrong?
properties (22)
authoralibaba987
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182221073z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 18:22:48
last_update2017-09-20 18:22:48
depth1
children0
last_payout2017-09-27 18:22:48
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_length37
author_reputation15,029,170,136,762
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,448,630
net_rshares0
@alivnaa ·
Nice Good Brother
properties (22)
authoralivnaa
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t200643831z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 20:06:45
last_update2017-09-20 20:06:45
depth1
children0
last_payout2017-09-27 20:06:45
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_length17
author_reputation1,141,189,009
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,456,950
net_rshares0
@alkahfi ·
Thanks for info..
👍  
properties (23)
authoralkahfi
permlinkre-heimindanger-2017924t182932126z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-24 11:29:36
last_update2017-09-24 11:29:36
depth1
children0
last_payout2017-10-01 11:29:36
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_length17
author_reputation105,335,239,773
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,786,290
net_rshares1,198,212,086
author_curate_reward""
vote details (1)
@allamo121 ·
good point
👍  
properties (23)
authorallamo121
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t201403087z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 20:14:06
last_update2017-09-20 20:14:06
depth1
children0
last_payout2017-09-27 20:14:06
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_length10
author_reputation381,720,828
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,457,485
net_rshares1,073,595,090
author_curate_reward""
vote details (1)
@alphandomega ·
OK well after trying like all five passwords i was able to log into DTUBE! But it's so complicated and I really dislike it! You should HAVE ONE password that works for EVERYTHING!! Now I see there is ANOTHER DIFFERENT password for the chat section of steemit! Seriously" totally NOT user friendly!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
properties (22)
authoralphandomega
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171128t174749751z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-11-28 17:47:51
last_update2017-11-28 17:47:51
depth1
children0
last_payout2017-12-05 17:47: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_length328
author_reputation-14,682,608,908
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,804,350
net_rshares0
@altherion ·
I'm kinda new to the platform. As far as I understand Dtube is the video alternative for steemit? Maybe someone can link me an explanation, would be very much appreciated!
properties (22)
authoraltherion
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t081110484z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 08:11:27
last_update2017-09-23 08:11:27
depth1
children0
last_payout2017-09-30 08:11:27
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_length171
author_reputation3,777,530,974,611
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,687,621
net_rshares0
@andersrh ·
Would it be possible in the future to specify another IPFS node than localhost? I have a IPFS node on my local network I would like to use :-)
properties (22)
authorandersrh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t171848555z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-07 17:18:48
last_update2017-10-07 17:18:48
depth1
children0
last_payout2017-10-14 17:18:48
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_length142
author_reputation62,397,247,186
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,028,963
net_rshares0
@anforo ·
$0.31
Tremendous steps to alpha ver!
👍  ,
properties (23)
authoranforo
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t100426165z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 10:04:27
last_update2017-09-23 10:04:27
depth1
children0
last_payout2017-09-30 10:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.292 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation2,861,241,802,070
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,694,168
net_rshares98,509,246,134
author_curate_reward""
vote details (2)
@angela.ghkh ·
![](https://steemitimages.com/DQmfRtqv8Gqc8e8T89dsd4DwMy1RA71KR8UbTSGa6jbK9fM/image.png)
properties (22)
authorangela.ghkh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162756255z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmfRtqv8Gqc8e8T89dsd4DwMy1RA71KR8UbTSGa6jbK9fM/image.png"],"app":"steemit/0.1"}
created2017-09-19 16:28:00
last_update2017-09-19 16:28:00
depth1
children0
last_payout2017-09-26 16:28: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_length88
author_reputation2,888,077,605,665
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,359
net_rshares0
@apriljoygarcia ·
Awesome..!!!!
properties (22)
authorapriljoygarcia
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t150306323z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:03:18
last_update2017-09-20 15:03:18
depth1
children0
last_payout2017-09-27 15:03: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_length13
author_reputation249,625,781
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,431,036
net_rshares0
@arcange ·
Congratulations @heimindanger!
Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170919) in the following categories:

* Upvotes - Ranked 2 with 781 upvotes
* Comments - Ranked 2 with 225 comments
* Pending payout - Ranked 1 with $ 751,49
properties (22)
authorarcange
permlinkre-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163839000z
categorydtube
json_metadata""
created2017-09-20 14:38:39
last_update2017-09-20 14:38:39
depth1
children0
last_payout2017-09-27 14:38:39
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_length292
author_reputation1,146,632,146,046,013
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,428,845
net_rshares0
@arquiatra ·
Very interesting. Although it is a bit confusing for me, I will continue reading the next posts to try to understand better.
properties (22)
authorarquiatra
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t043144126z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 04:31:48
last_update2017-09-20 04:31:48
depth1
children0
last_payout2017-09-27 04:31:48
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_length124
author_reputation1,516,369,972,640
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,387,760
net_rshares0
@ashridge100 ·
Soooooo happy! The REVOLUTION continues.!!!!!
properties (22)
authorashridge100
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t133323644z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-25 13:33:24
last_update2017-09-25 13:33:24
depth1
children0
last_payout2017-10-02 13:33: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_length45
author_reputation7,134,690,468
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,886,736
net_rshares0
@asri03 ·
@heimindanger i like this
properties (22)
authorasri03
permlinkre-heimindanger-2017921t232011717z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 16:20:24
last_update2017-09-21 16:20:24
depth1
children0
last_payout2017-09-28 16:20: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_length25
author_reputation59,209,926,059
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,537,280
net_rshares0
@ats-david ·
$2.71
So, what is the optimal bit-rate for Dtube? I produce a lot of full-hd videos with high bit-rates but on my first attempt yesterday a lot of people had trouble viewing it, as you noticed. 

What's the best target range or what's the ideal rate to use that will make things nice and smooth for the viewers?
👍  , , , , ,
properties (23)
authorats-david
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161458597z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:14:57
last_update2017-09-19 16:14:57
depth1
children2
last_payout2017-09-26 16:14:57
cashout_time1969-12-31 23:59:59
total_payout_value2.096 HBD
curator_payout_value0.613 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length305
author_reputation324,017,334,201,433
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,074
net_rshares1,062,074,813,522
author_curate_reward""
vote details (6)
@heimindanger ·
$5.37
It's a tough question because it depends on a lot of things. Basically, think of it as the users connection being the limiting factor.  On my mediocre DSL line, everything under 8Mbps loads fine, anything higher than that will stop to buffer once in a while.

So basically I recommend thinking about who is gonna watch your videos and when. If your target audience is people living in the future with fiber everywhere, then 4K is fine. If you want shitty public McDonalds/Hotels wifi to buffer, then even 720p won't be enough for them.

You could also upload a SD version, then the HD and link to the SD in it.

Video Encoding is a tough challenge, I'm still unsure how it will be done in the end, but something needs to be done. Right now it displays the bitrate on the upload page as an indicator, but maybe I will just force a maximum bitrate in the future to prevent bad uploads.
👍  , , , , , , ,
properties (23)
authorheimindanger
permlinkre-ats-david-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163033553z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:30:33
last_update2017-09-19 16:30:33
depth2
children1
last_payout2017-09-26 16:30:33
cashout_time1969-12-31 23:59:59
total_payout_value4.035 HBD
curator_payout_value1.339 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length883
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,584
net_rshares2,108,324,719,636
author_curate_reward""
vote details (8)
@the-ego-is-you · (edited)
$2.80
Can't wait until the day we get to select quality. You're doing an awesome job though.
👍  ,
properties (23)
authorthe-ego-is-you
permlinkre-heimindanger-re-ats-david-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174203246z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:42:00
last_update2017-09-20 11:49:54
depth3
children0
last_payout2017-09-26 17:42:00
cashout_time1969-12-31 23:59:59
total_payout_value2.104 HBD
curator_payout_value0.699 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,348,682
net_rshares1,100,470,989,600
author_curate_reward""
vote details (2)
@avance2010 ·
Excellent post!
properties (22)
authoravance2010
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t100733533z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 10:07:45
last_update2017-09-22 10:07:45
depth1
children0
last_payout2017-09-29 10:07:45
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_length15
author_reputation86,292,153,471
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,603,364
net_rshares0
@bahagia-arbi ·
Last night I created the DTube Account with my friend. I try to play some videos and i though it is great. Thanks for updating DTube fir us. Have a nice day. 

Regard from Aceh, Indonesia.
properties (22)
authorbahagia-arbi
permlinkre-heimindanger-2017920t20531985z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 13:05:36
last_update2017-09-20 13:05:36
depth1
children0
last_payout2017-09-27 13:05:36
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_length188
author_reputation62,544,888,098,801
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,420,992
net_rshares0
@bakabou159704 ·
Thank you dear and I   in turn, will help all those who interact with me @bakabou159704
properties (22)
authorbakabou159704
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180617791z
categorydtube
json_metadata{"tags":["dtube"],"users":["bakabou159704"],"app":"steemit/0.1"}
created2017-09-19 18:06:21
last_update2017-09-19 18:06:21
depth1
children0
last_payout2017-09-26 18:06:21
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_length87
author_reputation53,398,318,889
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,683
net_rshares0
@bang.rabok ·
Wow
properties (22)
authorbang.rabok
permlinkre-heimindanger-2017921t35634328z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 20:56:39
last_update2017-09-20 20:56:39
depth1
children0
last_payout2017-09-27 20:56:39
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_length3
author_reputation1,304,489,428,595
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,460,551
net_rshares0
@bang.rabok ·
Ama
properties (22)
authorbang.rabok
permlinkre-heimindanger-2017921t431528z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 21:03:09
last_update2017-09-20 21:03:09
depth1
children0
last_payout2017-09-27 21:03: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_length3
author_reputation1,304,489,428,595
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,461,041
net_rshares0
@bangmimi ·
amazing @heimindanger

i'm Upvote and follow you

my blog @bangmimi
properties (22)
authorbangmimi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t064302241z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger","bangmimi"],"app":"steemit/0.1"}
created2017-09-22 06:43:06
last_update2017-09-22 06:43:06
depth1
children0
last_payout2017-09-29 06:43:06
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_length67
author_reputation13,529,540,589,633
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,590,416
net_rshares0
@barretts-stuff ·
i an going to try a upload after this post, to see if it works. can you please set up a central place to report bugs. if this has been done. can you please tell me location. up to this point i have not been able to upload..
properties (22)
authorbarretts-stuff
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t222058955z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:21:00
last_update2017-09-19 22:21:00
depth1
children0
last_payout2017-09-26 22:21: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_length223
author_reputation782,816,833
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,367,866
net_rshares0
@barretts-stuff ·
so a update, still can't upload. just sits there and the circle turns
properties (22)
authorbarretts-stuff
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223917260z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:39:18
last_update2017-09-19 22:39:18
depth1
children0
last_payout2017-09-26 22:39: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_length69
author_reputation782,816,833
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,368,871
net_rshares0
@barrydutton ·
This is awesome, that is a TON of updates and very down to earth (and fun) explanations too for us non tech people.

You are a beauty!  Keep up the good work man, and thanks!
properties (22)
authorbarrydutton
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165606726z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:56:06
last_update2017-09-19 16:56:06
depth1
children0
last_payout2017-09-26 16:56:06
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_length174
author_reputation333,942,309,404,197
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,759
net_rshares0
@bashar100 ·
I hope that I will help more...
properties (22)
authorbashar100
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t210815035z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 21:08:18
last_update2017-09-19 21:08:18
depth1
children0
last_payout2017-09-26 21:08: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_length31
author_reputation0
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,363,482
net_rshares0
@basicstoliving ·
I was hoping for some of this implementations to come along. I love that there is a subscribe button now. Thanks for all your hard work.
properties (22)
authorbasicstoliving
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t224105519z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:41:15
last_update2017-09-19 22:41:15
depth1
children0
last_payout2017-09-26 22:41:15
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_length136
author_reputation5,592,751,523,856
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,368,960
net_rshares0
@benilda ·
It is really very good development. Now it has so many new features. Apprciate you for your efforts.  Thanks and looking forwards for such posts in future also.
properties (22)
authorbenilda
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t172455462z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 17:25:03
last_update2017-09-20 17:25:03
depth1
children0
last_payout2017-09-27 17: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_length160
author_reputation1,775,723,845,630
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,443,470
net_rshares0
@bensasy ·
gret website keep up the good worck
👍  
properties (23)
authorbensasy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t223435218z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 22:35:57
last_update2017-09-22 22:35:57
depth1
children0
last_payout2017-09-29 22:35: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_length35
author_reputation-832,060,250,299
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,657,959
net_rshares313,361,122
author_curate_reward""
vote details (1)
@bibkchhetri ·
thankyou for the info
properties (22)
authorbibkchhetri
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t104508082z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 10:46:51
last_update2017-09-21 10:46:51
depth1
children0
last_payout2017-09-28 10:46: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_length21
author_reputation19,950,102,623,095
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,509,808
net_rshares0
@binkyprod ·
$0.25
Cool.  I don't have an account yet with DTube, I post content on YouTube, but it's good to know what's going on.  I feel that some of the YouTubers who I follow might switch soon because of the content they share and YouTube's controversial rules that impeded on free speech.
👍  ,
properties (23)
authorbinkyprod
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021414455z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:14:09
last_update2017-09-20 02:14:09
depth1
children1
last_payout2017-09-27 02:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.193 HBD
curator_payout_value0.061 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation103,994,393,290,019
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,347
net_rshares99,276,445,733
author_curate_reward""
vote details (2)
@ridwant ·
me several times
try login dtube
but can not. I have not understood
how to upload video there
How to?
properties (22)
authorridwant
permlinkre-binkyprod-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t023227537z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:32:30
last_update2017-09-20 02:32:30
depth2
children0
last_payout2017-09-27 02:32:30
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_length101
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,381,335
net_rshares0
@biwash ·
Wow nice
properties (22)
authorbiwash
permlinkre-heimindanger-2017920t8550697z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 02:21:39
last_update2017-09-20 02:21:39
depth1
children0
last_payout2017-09-27 02:21:39
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_length8
author_reputation11,565,369,302
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,769
net_rshares0
@blackvelvetroses · (edited)
Hi heimindanger! I'm having issues not only uploading videos (no barometer as to whether its completed upload or not), as well as often times going to dtube.video website and it sometimes working but most often just being a blank page. Is it under construction? Do you have an ETA w/ the correction of these issues? Brilliant idea, would love to start posting my videos w/ dtube! However, w/ steemir as a bit of competition now, I really would prefer to use dtube, and avoid youtube altogether, but am considering trying out steemir because I'd like to make some crypto off my videos as soon as possible. When do you anticipate dtube working out all the kinks? Thank you :)
properties (22)
authorblackvelvetroses
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170927t045615073z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-27 04:56:15
last_update2017-09-27 05:05:00
depth1
children0
last_payout2017-10-04 04:56:15
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_length673
author_reputation5,096,664,681
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,048,001
net_rshares0
@buzzbeergeek ·
$0.28
You got my Croatian translation over the chat. Good work!
👍  
properties (23)
authorbuzzbeergeek
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t125857049z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 12:58:54
last_update2017-09-20 12:58:54
depth1
children0
last_payout2017-09-27 12:58:54
cashout_time1969-12-31 23:59:59
total_payout_value0.206 HBD
curator_payout_value0.069 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation220,781,585,123,283
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,420,466
net_rshares105,173,082,725
author_curate_reward""
vote details (1)
@caili-zhang ·
I can not login Dtube use the steamit ID and password ,anyone know why??
properties (22)
authorcaili-zhang
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t164614753z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 16:45:48
last_update2017-09-21 16:45:48
depth1
children1
last_payout2017-09-28 16:45:48
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_length72
author_reputation0
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,539,434
net_rshares0
@heimindanger ·
You need to use the private posting key, in your wallet -> permissions.
properties (22)
authorheimindanger
permlinkre-caili-zhang-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t021307076z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:13:06
last_update2017-09-22 02:13:06
depth2
children0
last_payout2017-09-29 02:13:06
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_length71
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,575,066
net_rshares0
@callierhino ·
$0.25
I have a problem on dtube where I cannot log in with my steem password
👍  , , , , , , , , ,
properties (23)
authorcallierhino
permlinkre-heimindanger-2017919t19595223z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 17:59:57
last_update2017-09-19 17:59:57
depth1
children0
last_payout2017-09-26 17:59:57
cashout_time1969-12-31 23:59:59
total_payout_value0.246 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation7,888,428,792,202
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,119
net_rshares105,261,787,184
author_curate_reward""
vote details (10)
@callmetoxy ·
Just uploaded for the first time on DTube and so far it's already a nice experience. Very excited by all the development of those DApps!

Now I think steem should take a look at implementing user collections like on Google+, it's like a playlist that you can subscribe to, in addition to following an entire user/channel.
👍  
properties (23)
authorcallmetoxy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t225118873z
categorydtube
json_metadata{"tags":["dtube"],"app":"busy/1.0.0"}
created2017-09-21 22:51:24
last_update2017-09-21 22:51:24
depth1
children1
last_payout2017-09-28 22:51: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_length321
author_reputation455,273,727,364
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,564,792
net_rshares963,611,117
author_curate_reward""
vote details (1)
@heimindanger ·
That's an interesting idea that could be coded I believe. It's very related with what I'm complaining about in the article (the follow_api)
👍  
properties (23)
authorheimindanger
permlinkre-callmetoxy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020525915z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:05:24
last_update2017-09-22 02:05:24
depth2
children0
last_payout2017-09-29 02:05: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_length139
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,574,660
net_rshares1,027,464,866
author_curate_reward""
vote details (1)
@captaintj ·
I think that the article should be named "flaming applesause'
properties (22)
authorcaptaintj
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t005304801z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 00:53:12
last_update2017-09-22 00:53:12
depth1
children1
last_payout2017-09-29 00:53: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_length61
author_reputation681,360,372,379
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,570,795
net_rshares0
@heimindanger ·
I'll try this one for DTube 0.4 maybe :D :D
properties (22)
authorheimindanger
permlinkre-captaintj-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t015502014z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 01:55:00
last_update2017-09-22 01:55:00
depth2
children0
last_payout2017-09-29 01:55: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_length43
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,574,022
net_rshares0
@cardesignpro ·
A.m.a.z.i.n.g! :)
properties (22)
authorcardesignpro
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t150113631z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 15:01:15
last_update2017-09-22 15:01:15
depth1
children0
last_payout2017-09-29 15:01:15
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_length17
author_reputation9,555,057,846
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,624,574
net_rshares0
@celow ·
execelent post sir,i hope you can be much better next post .I like you'r post
properties (22)
authorcelow
permlinkre-heimindanger-2017921t17143806z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 10:01:48
last_update2017-09-21 10:01:48
depth1
children0
last_payout2017-09-28 10:01:48
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_reputation436,502,940,472
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,506,907
net_rshares0
@cement41 ·
Hallo world
Hallo world
properties (22)
authorcement41
permlinkre-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t092925
categorydtube
json_metadata"{"app": "steepshot/0.0.8-b", "extensions": [[0, {"beneficiaries": [{"account": "steepshot", "weight": 1000}]}]]}"
created2017-09-20 09:29:24
last_update2017-09-20 09:29:24
depth1
children0
last_payout2017-09-27 09:29: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_length11
author_reputation-10,312,772,153
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,406,265
net_rshares0
@charles1 ·
Awesome  post and update about Dtube..you are doing well @heimindanger and more success. Feel free to see my post of how Dtube will be youtube killer...I wish you success.
👍  ,
properties (23)
authorcharles1
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-2017920t202439474z
categorydtube
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-09-20 18:24:39
last_update2017-09-20 18:24:39
depth1
children0
last_payout2017-09-27 18:24:39
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_length171
author_reputation73,578,987,512,478
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,448,803
net_rshares6,363,688,120
author_curate_reward""
vote details (2)
@chuxlouis ·
https://steemitimages.com/0x0/https://s26.postimg.org/8gj0xrpyx/U5dqrk_EMh_A8_ENDFhzr_B3_FXBanm_Bigu_H.gif
properties (22)
authorchuxlouis
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t160919729z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/0x0/https://s26.postimg.org/8gj0xrpyx/U5dqrk_EMh_A8_ENDFhzr_B3_FXBanm_Bigu_H.gif"],"app":"steemit/0.1"}
created2017-09-20 16:09:21
last_update2017-09-20 16:09:21
depth1
children0
last_payout2017-09-27 16:09:21
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_length106
author_reputation831,752,393,309
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,436,782
net_rshares0
@clarkwb02 ·
Need assistance.  I'm trying to login into Dtube with my steemit userid, but when I click login it gives me the following error, "Private Posting Key is Wrong".  I'm using the same private posting key I use for steemit.  Any suggestions?
👍  
properties (23)
authorclarkwb02
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t082943258z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 08:29:42
last_update2017-09-21 08:29:42
depth1
children2
last_payout2017-09-28 08:29: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_length237
author_reputation7,801,876,007
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,501,359
net_rshares441,028,485
author_curate_reward""
vote details (1)
@hightouch ·
You dont have to use your password but the private key wich is in your Wallet/Permissions
And if you do it, are you sure to use the "good" key ? Did you click on Show ?
👍  
properties (23)
authorhightouch
permlinkre-clarkwb02-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t212439432z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 21:24:42
last_update2017-09-22 21:24:42
depth2
children1
last_payout2017-09-29 21:24: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_length168
author_reputation42,548,723,660,814
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,654,063
net_rshares307,559,338
author_curate_reward""
vote details (1)
@clarkwb02 ·
Got it now, thanks for your assistance!
👍  
properties (23)
authorclarkwb02
permlinkre-hightouch-re-clarkwb02-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t171411947z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 17:14:12
last_update2017-09-23 17:14:12
depth3
children0
last_payout2017-09-30 17:14: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_length39
author_reputation7,801,876,007
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,725,211
net_rshares295,953,326
author_curate_reward""
vote details (1)
@clixmoney ·
$0.03
I am ready to translate in Russian and Arabic and maybe French also, @heimindanger tell me how to contact you, do you have facebook ? here is my link there: [My Facebook](https://www.facebook.com/snouci), I have some questions to ask about the translation, or you prefer email ?
👍  ,
properties (23)
authorclixmoney
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t085758508z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"links":["https://www.facebook.com/snouci"],"app":"steemit/0.1"}
created2017-09-23 08:58:06
last_update2017-09-23 08:58:06
depth1
children2
last_payout2017-09-30 08:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length278
author_reputation708,028,799,822,335
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,690,213
net_rshares9,297,083,450
author_curate_reward""
vote details (2)
@heimindanger ·
Actually we gathered on this website: https://crowdin.com/project/dtube
properties (22)
authorheimindanger
permlinkre-clixmoney-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020948272z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://crowdin.com/project/dtube"],"app":"steemit/0.1"}
created2017-09-24 02:09:48
last_update2017-09-24 02:09:48
depth2
children1
last_payout2017-10-01 02:09:48
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_length71
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,755,246
net_rshares0
@clixmoney · (edited)
I am not a programmer I am just a simple users, I didn't understand what to do there, what is crowdin and can I contact you there ?
properties (22)
authorclixmoney
permlinkre-heimindanger-re-clixmoney-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t161152743z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 16:12:03
last_update2017-09-24 16:13:09
depth3
children0
last_payout2017-10-01 16:12: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_length131
author_reputation708,028,799,822,335
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,807,675
net_rshares0
@clumsysilverdad ·
$2.73
<a href="https://imgflip.com/i/1w5108"><img src="https://i.imgflip.com/1w5108.jpg" title="made at imgflip.com"/></a>
👍  , , , , ,
properties (23)
authorclumsysilverdad
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161642972z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://i.imgflip.com/1w5108.jpg"],"links":["https://imgflip.com/i/1w5108"],"app":"steemit/0.1"}
created2017-09-19 16:16:42
last_update2017-09-19 16:16:42
depth1
children0
last_payout2017-09-26 16:16:42
cashout_time1969-12-31 23:59:59
total_payout_value2.116 HBD
curator_payout_value0.609 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation28,166,630,869,767
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,273
net_rshares1,068,630,425,348
author_curate_reward""
vote details (6)
@connorlin ·
Awesome! Excited to see what the future holds for DTube.
properties (22)
authorconnorlin
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t224527920z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:45:27
last_update2017-09-19 22:45:27
depth1
children0
last_payout2017-09-26 22:45:27
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_length56
author_reputation1,463,739,821
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,369,206
net_rshares0
@cosmicboy123 ·
$3.05
Hi hemindanger! hope my small contribution to the spanish translation help spanish speaking users to adopt Dtube faster!!
👍  , , , , , ,
properties (23)
authorcosmicboy123
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172608599z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:26:09
last_update2017-09-19 17:26:09
depth1
children0
last_payout2017-09-26 17:26:09
cashout_time1969-12-31 23:59:59
total_payout_value2.318 HBD
curator_payout_value0.728 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation1,971,099,682,805
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,347,290
net_rshares1,195,385,178,519
author_curate_reward""
vote details (7)
@craazy-coin ·
In #dtube mostly big investor in steemit are earning . I m looking for the payment like #YouTube the payment for views . @heimindanger
👍  ,
properties (23)
authorcraazy-coin
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t032422411z
categorydtube
json_metadata{"tags":["dtube","youtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-22 03:24:30
last_update2017-09-22 03:24:30
depth1
children1
last_payout2017-09-29 03:24:30
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_length134
author_reputation102,806,342,433
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,578,986
net_rshares1,304,666,691
author_curate_reward""
vote details (2)
@janvanhoess ·
Nice post
properties (22)
authorjanvanhoess
permlinkre-craazy-coin-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t033242409z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 03:32:36
last_update2017-09-22 03:32:36
depth2
children0
last_payout2017-09-29 03:32:36
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_length9
author_reputation1,220,224,862,183
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,579,422
net_rshares0
@craigcryptoking ·
Youtube on steroids this is epic. Cheers ;)
properties (22)
authorcraigcryptoking
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t143424033z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-04 14:35:00
last_update2017-10-04 14:35:00
depth1
children0
last_payout2017-10-11 14:35: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_length43
author_reputation177,279,311,890,527
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,769,511
net_rshares0
@cristianmurcia ·
is this website out already ?
properties (22)
authorcristianmurcia
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t230016895z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-29 23:00:18
last_update2017-09-29 23:00:18
depth1
children0
last_payout2017-10-06 23:00: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_length29
author_reputation20,279,092,193
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,323,162
net_rshares0
@cryplectibles ·
Video embedding?   Game changer, I imagine this is being picked up by all other blockchain media viewing platforms, if not, it should be.
properties (22)
authorcryplectibles
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223107242z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:31:09
last_update2017-09-19 22:31:09
depth1
children0
last_payout2017-09-26 22:31: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_length137
author_reputation77,862,422,266,201
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,368,466
net_rshares0
@cryptojack94 ·
I am really loving Dtube I started off on YouTube but I am now doing both as Dtube has such a better future. Imagine if Dtube struck a deal with a big youtuber to come over to Dtube that would be masssive if they tried to get this in place. Would be great advertisement But saying that Dtube its self is advertising enough as a platform.  As I believe it will become bigger and better than YouTube.
properties (22)
authorcryptojack94
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142623593z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:26:24
last_update2017-09-20 14:26:24
depth1
children0
last_payout2017-09-27 14:26: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_length398
author_reputation56,599,609,624
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,427,831
net_rshares0
@cryptopreneur ·
do plan to use Dtube soon. Thank you for this article to update us on what's going on.
properties (22)
authorcryptopreneur
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t011451654z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-25 01:14:54
last_update2017-09-25 01:14:54
depth1
children0
last_payout2017-10-02 01:14:54
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_length86
author_reputation40,076,415,746
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,840,828
net_rshares0
@cryptostar84 ·
i would translate it to German, is it allowed to upload the same vid i already uploaded at YT?
properties (22)
authorcryptostar84
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221600038z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:16:00
last_update2017-09-19 22:16:00
depth1
children0
last_payout2017-09-26 22: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_length94
author_reputation1,471,026,193
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,367,585
net_rshares0
@csakura ·
Is anyone working on a Japanese translation? I don't want to start if someone has already taken it on.
properties (22)
authorcsakura
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t190300898z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 19:03:00
last_update2017-09-20 19:03:00
depth1
children0
last_payout2017-09-27 19:03: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_length102
author_reputation221,537,266,844
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,452,061
net_rshares0
@cynbedthia ·
I am offering myself to translate to german and spanish!  

Good day! :-)
properties (22)
authorcynbedthia
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t213712558z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 21:37:12
last_update2017-09-19 21:37:12
depth1
children1
last_payout2017-09-26 21:37: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_length73
author_reputation1,791,911,150,888
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,365,299
net_rshares0
@highspeedpursuit ·
Beautiful!
properties (22)
authorhighspeedpursuit
permlinkre-cynbedthia-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t055216907z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:52:27
last_update2017-09-23 05:52:27
depth2
children0
last_payout2017-09-30 05:52:27
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_length10
author_reputation-880,796,331,429
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,679,716
net_rshares0
@dachondrian ·
$0.07
Great update!
👍  ,
properties (23)
authordachondrian
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t072659091z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 07:26:57
last_update2017-09-22 07:26:57
depth1
children0
last_payout2017-09-29 07:26:57
cashout_time1969-12-31 23:59:59
total_payout_value0.054 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation483,209,835,297
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,593,339
net_rshares25,244,798,947
author_curate_reward""
vote details (2)
@dailydogger ·
$8.02
properties (23)
authordailydogger
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t160616188z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:06:18
last_update2017-09-19 16:06:18
depth1
children22
last_payout2017-09-26 16:06:18
cashout_time1969-12-31 23:59:59
total_payout_value6.974 HBD
curator_payout_value1.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation8,346,976,544,996
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,340,314
net_rshares3,144,334,084,077
author_curate_reward""
vote details (29)
@abdel-ali ·
https://www.youtube.com/watch?v=HrFHCD2IgcI
👍  ,
properties (23)
authorabdel-ali
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t004813019z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://img.youtube.com/vi/HrFHCD2IgcI/0.jpg"],"links":["https://www.youtube.com/watch?v=HrFHCD2IgcI"],"app":"steemit/0.1"}
created2017-09-20 00:48:15
last_update2017-09-20 00:48:15
depth2
children0
last_payout2017-09-27 00:48:15
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_reputation-273,324,103,528
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,375,706
net_rshares2,326,176,669
author_curate_reward""
vote details (2)
@antarlz ·
$0.13
polski?! have u ever played tibia?

BR?!
👍  
properties (23)
authorantarlz
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223436709z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:34:42
last_update2017-09-19 22:34:42
depth2
children2
last_payout2017-09-26 22:34:42
cashout_time1969-12-31 23:59:59
total_payout_value0.099 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation116,873,885,596
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,368,639
net_rshares52,046,840,545
author_curate_reward""
vote details (1)
@dailydogger ·
of course I did. BR BR BR BR ???
👍  
properties (23)
authordailydogger
permlinkre-antarlz-re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t231113491z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:11:15
last_update2017-09-19 23:11:15
depth3
children1
last_payout2017-09-26 23:11:15
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_length32
author_reputation8,346,976,544,996
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,588
net_rshares1,167,806,650
author_curate_reward""
vote details (1)
@doelist ·
$0.30
It may be good time to learn english. You can't afford translation of every video to 100's of languages. I think those who born after 1980 was born with understanding what function has PLAY button.
👍  , ,
properties (23)
authordoelist
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162433133z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:26:33
last_update2017-09-19 16:26:33
depth2
children5
last_payout2017-09-26 16:26:33
cashout_time1969-12-31 23:59:59
total_payout_value0.245 HBD
curator_payout_value0.050 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation886,171,764,750
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,227
net_rshares116,014,984,643
author_curate_reward""
vote details (3)
@dailydogger ·
$0.29
It's fairly obvious that a simple translation of the website is far from translating all of the videos on the website. Get a life buddy, internalization is important on the path of making  DTUBE a more mainstream platform.
👍  , ,
properties (23)
authordailydogger
permlinkre-doelist-re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163330651z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:33:33
last_update2017-09-19 16:33:33
depth3
children4
last_payout2017-09-26 16:33:33
cashout_time1969-12-31 23:59:59
total_payout_value0.252 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length222
author_reputation8,346,976,544,996
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,837
net_rshares112,602,250,242
author_curate_reward""
vote details (3)
@edolo ·
$0.04
The future of Dtube is neigh.
👍  
properties (23)
authoredolo
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t002827136z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 00:28:24
last_update2017-09-20 00:28:24
depth2
children0
last_payout2017-09-27 00:28:24
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation4,670,448,121,578
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,374,609
net_rshares15,713,147,765
author_curate_reward""
vote details (1)
@geronimo ·
$1.04
Thanks for that, upvoted! :)
👍  , ,
properties (23)
authorgeronimo
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t104759436z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 10:48:00
last_update2017-09-20 10:48:00
depth2
children0
last_payout2017-09-27 10:48:00
cashout_time1969-12-31 23:59:59
total_payout_value1.043 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation2,923,721,121,912
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,411,212
net_rshares397,674,422,323
author_curate_reward""
vote details (3)
@jimicoco ·
$0.14
OMG a DAWGG! So awesome! Are you human free or have a slave like me? Who's a good boy? We are!! Plus, nice work...bilingual? Nice, show those humanz how it's done! Paws up!
👍  
properties (23)
authorjimicoco
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021531147z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:15:33
last_update2017-09-20 02:15:33
depth2
children0
last_payout2017-09-27 02:15:33
cashout_time1969-12-31 23:59:59
total_payout_value0.103 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation73,062,385,200
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,432
net_rshares54,074,639,527
author_curate_reward""
vote details (1)
@noisy ·
$0.39
You are great! :)
👍  , , , ,
properties (23)
authornoisy
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161922188z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:19:24
last_update2017-09-19 16:19:24
depth2
children4
last_payout2017-09-26 16:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.359 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation59,974,373,499,600
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,579
net_rshares154,504,673,712
author_curate_reward""
vote details (5)
@ridwant ·
$0.05
https://media.tenor.com/images/42df1ded3231662c2b50fd8a8ae3e76a/tenor.gif
👍  , ,
properties (23)
authorridwant
permlinkre-noisy-re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182635625z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://media.tenor.com/images/42df1ded3231662c2b50fd8a8ae3e76a/tenor.gif"],"app":"steemit/0.1"}
created2017-09-19 18:26:36
last_update2017-09-19 18:26:36
depth3
children3
last_payout2017-09-26 18:26:36
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,433
net_rshares19,460,877,980
author_curate_reward""
vote details (3)
@ridwant · (edited)
I agree. this is really interesting
if you can join here
properties (22)
authorridwant
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182613036z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:26:15
last_update2017-09-19 18:27:48
depth2
children0
last_payout2017-09-26 18:26:15
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_length56
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,405
net_rshares0
@sanjib ·
Excellent man.
properties (22)
authorsanjib
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221841725z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:18:48
last_update2017-09-19 22:18:48
depth2
children0
last_payout2017-09-26 22:18:48
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_length14
author_reputation651,870,476,411
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,367,747
net_rshares0
@stealthtrader ·
Awesome stuff!!!
Thank you
properties (22)
authorstealthtrader
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t201416389z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 20:14:15
last_update2017-09-19 20:14:15
depth2
children0
last_payout2017-09-26 20:14:15
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_length26
author_reputation74,266,337,461,760
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,360,230
net_rshares0
@tzcap ·
Po Polsku? No to jest super! 
<a href="https://steemit.com/@tzcap">![clickthespoon.gif](https://steemitimages.com/DQmdPBCBQhtJjTLG9saq6rtHHrpBGpNitFhH7UxVxNPhyua/click%20the%20spoon.gif)</a>
👍  ,
properties (23)
authortzcap
permlinkre-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t061113370z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmdPBCBQhtJjTLG9saq6rtHHrpBGpNitFhH7UxVxNPhyua/click%20the%20spoon.gif"],"links":["https://steemit.com/@tzcap"],"app":"steemit/0.1"}
created2017-09-20 06:11:12
last_update2017-09-20 06:11:12
depth2
children0
last_payout2017-09-27 06:11: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_length190
author_reputation3,711,571,527,667
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,393,801
net_rshares6,273,744,155
author_curate_reward""
vote details (2)
@dailypunch ·
Thanks for the update
properties (22)
authordailypunch
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t133021840z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 13:30:24
last_update2017-09-21 13:30:24
depth1
children0
last_payout2017-09-28 13:30: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_length21
author_reputation5,001,404,758
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,522,147
net_rshares0
@dakster ·
Very happy to see some improvements on Dtube! Thank you @heimindanger for the efforts that you made ! I'm so excited for the next steps! Big Up!
properties (22)
authordakster
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t202822743z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 20:28:24
last_update2017-09-19 20:28:24
depth1
children0
last_payout2017-09-26 20:28: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_length144
author_reputation616,527,704,777
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,361,017
net_rshares0
@damanhurabbas ·
Nice posting very useful
properties (22)
authordamanhurabbas
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t002447625z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 00:24:48
last_update2017-09-20 00:24:48
depth1
children0
last_payout2017-09-27 00:24:48
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_length24
author_reputation261,820,415,078
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,374,375
net_rshares0
@danialafridi ·
cool keep it up best of luck
properties (22)
authordanialafridi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t064749880z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 06:47:51
last_update2017-09-21 06:47:51
depth1
children0
last_payout2017-09-28 06:47: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_length28
author_reputation43,606,513,311
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,494,811
net_rshares0
@danialafridi ·
i cant see Claim your rewards button in my channel why
properties (22)
authordanialafridi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t134047870z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 13:40:48
last_update2017-09-22 13:40:48
depth1
children0
last_payout2017-09-29 13:40:48
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_length54
author_reputation43,606,513,311
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,618,303
net_rshares0
@darienparlick · (edited)
@heimindanger I use a Nextbook tablet/laptop with Windows10 and an iPhone 5c. Could I possibly upload videos with these devices?


https://steemit.com/@darienparlick
👍  
properties (23)
authordarienparlick
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t024126848z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://steemit.com/@darienparlick"],"app":"steemit/0.1","users":["heimindanger"]}
created2017-09-21 02:41:24
last_update2017-09-21 02:43:33
depth1
children0
last_payout2017-09-28 02:41: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_length165
author_reputation29,462,927,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,480,732
net_rshares3,385,788,945
author_curate_reward""
vote details (1)
@darienparlick ·
@heimindanger i have a few questions about DTube could i email you?
properties (22)
authordarienparlick
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t025406968z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 02:54:06
last_update2017-09-21 02:54:06
depth1
children0
last_payout2017-09-28 02:54:06
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_length67
author_reputation29,462,927,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,481,464
net_rshares0
@dariusmccray ·
I think that  D-tube will play a critical in the future of video and expression!!
properties (22)
authordariusmccray
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t224509784z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 22:45:12
last_update2017-09-21 22:45:12
depth1
children0
last_payout2017-09-28 22:45: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_length81
author_reputation105,019,645
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,564,463
net_rshares0
@daydreams4rock ·
whenever i watch dtube the videos stop and start all the way through like slow uploading -this doesnt happen on youtube ?
properties (22)
authordaydreams4rock
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t033609529z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 03:36:06
last_update2017-09-23 03:36:06
depth1
children3
last_payout2017-09-30 03:36:06
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_length121
author_reputation16,735,711,990,093
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,672,777
net_rshares0
@heimindanger ·
I can explain. This is usually because you have a low bandwidth internet connection.

On DTube, the video you get is exactly the same than the one uploaded. All the compression and encoding of the video is the responsability of the user right now. Also YouTube actually creates multiple videos, some in lower quality. Then when YouTube detects your connection is too little, it switches to a lower quality until you can watch the file without interuption.

YouTube does all this process on their servers after the user uploaded the 'source' file. Achieving the same on DTube is a lot of work, because of the decentralized nature of it. It would need to be done on your device (some of which are small smartphone cpus), inside a browser tab limited to 1.4GB RAM usage. Also each file would need to be uploaded, so you would technically need to upload the 1080p file, the 720p, and 480, multiplying upload times.
properties (22)
authorheimindanger
permlinkre-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020545976z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 02:05:45
last_update2017-09-24 02:05:45
depth2
children2
last_payout2017-10-01 02:05:45
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_length910
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,755,023
net_rshares0
@daydreams4rock ·
just letting you know the experience is not usable - many thanks for your explanation
properties (22)
authordaydreams4rock
permlinkre-heimindanger-re-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t051108761z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 05:11:09
last_update2017-09-24 05:11:09
depth3
children0
last_payout2017-10-01 05:11: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_length85
author_reputation16,735,711,990,093
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,763,836
net_rshares0
@surfyogi ·
Just wanted to say I have abandoned dtube at this point; and so have many others...
Unfortunately, it's just not performant in the US where I'm at in CA, and people are complaining all over the world as far as I can tell. I have 100Mbps connection over coaxial cable; it should be more than fast enough. Whatever you can do to upgrade hosting with the money you collect, would be very helpful to the future of dtube.
This guy is in UK, he may have less than excellent connection:
https://steemit.com/dtube/@ura-soul/dtube-is-broken-now-too
👍  
properties (23)
authorsurfyogi
permlinkre-heimindanger-re-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171021t174014080z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://steemit.com/dtube/@ura-soul/dtube-is-broken-now-too"],"app":"steemit/0.1"}
created2017-10-21 17:40:15
last_update2017-10-21 17:40:15
depth3
children0
last_payout2017-10-28 17:40:15
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_length539
author_reputation31,155,045,810,316
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,235,959
net_rshares2,119,176,232
author_curate_reward""
vote details (1)
@daydreams4rock ·
is there a way to put my youtube videos onto dtube?
properties (22)
authordaydreams4rock
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t035935517z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 03:59:30
last_update2017-09-23 03:59:30
depth1
children1
last_payout2017-09-30 03:59:30
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_length51
author_reputation16,735,711,990,093
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,673,907
net_rshares0
@heimindanger ·
I recommend this tool to achieve what you want: https://youtubeinmp4.com/
properties (22)
authorheimindanger
permlinkre-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020754943z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://youtubeinmp4.com/"],"app":"steemit/0.1"}
created2017-09-24 02:07:54
last_update2017-09-24 02:07:54
depth2
children0
last_payout2017-10-01 02:07:54
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_length73
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,755,129
net_rshares0
@deepverma ·
D-tube is working well👌👌👌
👍  ,
properties (23)
authordeepverma
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t103019145z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 10:30:27
last_update2017-09-24 10:30:27
depth1
children0
last_payout2017-10-01 10:30:27
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_length25
author_reputation414,969,372,267
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,782,572
net_rshares2,454,355,389
author_curate_reward""
vote details (2)
@denis231 ·
Hey, it's my birthday as steemian here :D one month in a platform :₽ I even found powers to write about it :)
properties (22)
authordenis231
permlinkre-heimindanger-2017920t31844885z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-20 00:18:48
last_update2017-09-20 00:18:48
depth1
children0
last_payout2017-09-27 00:18:48
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_reputation702,722,847,765
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,374,027
net_rshares0
@derz ·
Thank you for your hard work, you are helping realize what the internet was always meant to be.
properties (22)
authorderz
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230808174z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:08:09
last_update2017-09-19 23:08:09
depth1
children0
last_payout2017-09-26 23:08: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_length95
author_reputation27,386,247,428
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,434
net_rshares0
@didi36 ·
Steem moweennn😍😍
properties (22)
authordidi36
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052857091z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 05:29:18
last_update2017-09-20 05:29:18
depth1
children0
last_payout2017-09-27 05:29: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_length16
author_reputation-6,451,681,391
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,391,158
net_rshares0
@digitalplayer ·
$0.02
thank you for the update and the related hard work !!
👍  
properties (23)
authordigitalplayer
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t144537344z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:45:39
last_update2017-09-20 14:45:39
depth1
children0
last_payout2017-09-27 14:45:39
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation5,289,318,347,578
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,429,426
net_rshares9,204,759,722
author_curate_reward""
vote details (1)
@dimensional-drop ·
AWESOME!
properties (22)
authordimensional-drop
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t194032508z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:40:33
last_update2017-09-19 19:40:33
depth1
children0
last_payout2017-09-26 19:40: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_length8
author_reputation143,336,493,001
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,358,084
net_rshares0
@distantsignal ·
Yes!  Well done!  Can't wait to check out the new features!
properties (22)
authordistantsignal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230824784z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:08:24
last_update2017-09-19 23:08:24
depth1
children0
last_payout2017-09-26 23:08: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_length59
author_reputation32,496,313,953,302
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,450
net_rshares0
@djlongw01 ·
Thankyou so much for the great feedback on your work here. It is appreciated and I applaud your work and that of your collaborators!   Encouraging to see great new features, at this rate we will have the best video community here on Steemit in no time! Kudos and respect!
👍  
properties (23)
authordjlongw01
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t105934497z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 10:59:36
last_update2017-09-20 10:59:36
depth1
children0
last_payout2017-09-27 10:59:36
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_length271
author_reputation38,818,367,847
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,411,950
net_rshares1,121,444,108
author_curate_reward""
vote details (1)
@dontryme2 ·
very nice article Dtube grow and grow more each and every day..wow..it's amazing..
properties (22)
authordontryme2
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t112346594z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 11:24:57
last_update2017-09-20 11:24:57
depth1
children0
last_payout2017-09-27 11:24: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_length82
author_reputation2,547,909,278,823
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,413,559
net_rshares0
@dreamgirl12 ·
$0.26
My steemit friend @pisolutionsmru is a fan of dtube i am sure that he will love your article..  I followed you :)
👍  , , , , , , , , ,
properties (23)
authordreamgirl12
permlinkre-heimindanger-2017920t112230892z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 07:22:36
last_update2017-09-20 07:22:36
depth1
children0
last_payout2017-09-27 07:22:36
cashout_time1969-12-31 23:59:59
total_payout_value0.253 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation954,738,515,115
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,398,134
net_rshares105,308,195,718
author_curate_reward""
vote details (10)
@dreamrafa ·
This is a wonderful project and i want to congratulate you for this!
Also i would like to make 2 little suggestions:
1) shorten the fee reward cut: 25% to dtube + 25% to curators leaves us with half of our reward, still we are getting some reward, but reducing the fee will engage more people to use dtube... Right now using youtube and posting into steemit is more profitable than using dtube...
2) allow us to use custom tags: we use tags for many reasons, sometimes we need to have our first tag other than dtube, if we really want this to go mainstream people need to have the freedom to use their custom tags and not obligatory _dtube_ as first tag
properties (22)
authordreamrafa
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t185827391z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 18:58:27
last_update2017-09-20 18:58:27
depth1
children4
last_payout2017-09-27 18:58:27
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_length653
author_reputation178,378,192,142,151
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,451,672
net_rshares0
@heimindanger ·
1. Actually only 25% of the 75% go to DTube. So technically you still get ~56%. Fees will become an option once DTube is solid and doesn't require fast work anymore.
properties (22)
authorheimindanger
permlinkre-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021006228z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 02:10:06
last_update2017-09-21 02:10:06
depth2
children1
last_payout2017-09-28 02:10:06
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_length165
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,479,111
net_rshares0
@dreamrafa ·
Thats great to know!, also is there any plan of doing embedded playback possible?, that would be a great feature too...
properties (22)
authordreamrafa
permlinkre-heimindanger-re-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t030353138z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 03:03:54
last_update2017-09-21 03:03:54
depth3
children0
last_payout2017-09-28 03:03:54
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_length119
author_reputation178,378,192,142,151
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,482,062
net_rshares0
@heimindanger ·
$0.02
2. The dtube tag is what is required to make browsing on DTube possible at the moment. If you remove the dtube tag, your video wont be shown on the DTube new/hot/trending. It's not in there for marketing :-/
👍  
properties (23)
authorheimindanger
permlinkre-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021115804z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 02:11:15
last_update2017-09-21 02:11:15
depth2
children1
last_payout2017-09-28 02:11:15
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,479,177
net_rshares8,787,765,438
author_curate_reward""
vote details (1)
@dreamrafa ·
Oh i see!, i understand!... Same thing was happening with Dsound i guess... Anyway, this is just a newborn baby!, i know great things will come, continue the good work! :)
properties (22)
authordreamrafa
permlinkre-heimindanger-re-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t025942099z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 02:59:42
last_update2017-09-21 02:59:42
depth3
children0
last_payout2017-09-28 02:59: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_length171
author_reputation178,378,192,142,151
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,481,810
net_rshares0
@duzoglu ·
you made crazy money broo 😂
properties (22)
authorduzoglu
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174335400z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 17:43:36
last_update2017-09-22 17:43:36
depth1
children0
last_payout2017-09-29 17:43:36
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_length27
author_reputation660,131,918
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,638,326
net_rshares0
@duzoglu ·
Nice +1
properties (22)
authorduzoglu
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174426007z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 17:44:27
last_update2017-09-22 17:44:27
depth1
children0
last_payout2017-09-29 17:44:27
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_length7
author_reputation660,131,918
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,638,400
net_rshares0
@dvideo ·
https://www.youcaring.com/marialusia-955952
properties (22)
authordvideo
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t080039362z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://www.youcaring.com/marialusia-955952"],"app":"steemit/0.1"}
created2017-09-20 08:01:18
last_update2017-09-20 08:01:18
depth1
children0
last_payout2017-09-27 08:01: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_length43
author_reputation398,938,542
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,400,550
net_rshares0
@edumurphy ·
$0.28
Dude, you have done incredible work by contributing DTube to the Steemit ecosystem. There is a potential vision of Steemit in which it becomes almost an Internet unto itself and, if that ever comes to pass, your creation of DTUBE will be one hell of a building block.

👍👌
👍  , , , , , , , , , , ,
properties (23)
authoredumurphy
permlinkre-heimindanger-2017920t22356662z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 21:35:33
last_update2017-09-20 21:35:33
depth1
children0
last_payout2017-09-27 21:35:33
cashout_time1969-12-31 23:59:59
total_payout_value0.267 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length271
author_reputation3,965,984,655,492
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,463,309
net_rshares111,973,318,173
author_curate_reward""
vote details (12)
@ekitcho ·
$0.10
congratz mate
and welcome to @hightouch @steeminator3000 and @superkoala !
👍  , ,
properties (23)
authorekitcho
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164249842z
categorydtube
json_metadata{"tags":["dtube"],"users":["hightouch","steeminator3000","superkoala"],"app":"steemit/0.1"}
created2017-09-19 16:42:48
last_update2017-09-19 16:42:48
depth1
children1
last_payout2017-09-26 16:42:48
cashout_time1969-12-31 23:59:59
total_payout_value0.077 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation9,913,026,260,616
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,645
net_rshares39,915,966,966
author_curate_reward""
vote details (3)
@hightouch ·
Thank you man.
👍  
properties (23)
authorhightouch
permlinkre-ekitcho-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t085241011z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 08:52:42
last_update2017-09-20 08:52:42
depth2
children0
last_payout2017-09-27 08:52: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_length14
author_reputation42,548,723,660,814
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,403,916
net_rshares4,066,527,998
author_curate_reward""
vote details (1)
@eric-boucher ·
This is simply GREAT!!!

Thank you so very much for sharing this information with us all. Namaste  :)
properties (22)
authoreric-boucher
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183558263z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:35:57
last_update2017-09-19 18:35:57
depth1
children0
last_payout2017-09-26 18:35: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_length101
author_reputation68,503,601,066,539
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,353,313
net_rshares0
@escapethink ·
I'm trying to upload a second vid since  my first  successful upload. Since then, it would just continue forever it seems. I'm now getting a failed to fetch error and I'm not sure what to do.

I tried to change other gateways  and the same result. Maybe I need to reduce the file size which is at 120MB. (?) I dunno, but I will keep on trying.
properties (22)
authorescapethink
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122330276z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 09:24:39
last_update2017-09-20 09:24:39
depth1
children0
last_payout2017-09-27 09:24:39
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_length343
author_reputation637,243,659,828
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,405,970
net_rshares0
@fede1944 ·
your improving a lot your website I have never seen something like that heimindanger @fede1944
properties (22)
authorfede1944
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t033917211z
categorydtube
json_metadata{"tags":["dtube"],"users":["fede1944"],"app":"steemit/0.1"}
created2017-09-21 03:39:18
last_update2017-09-21 03:39:18
depth1
children0
last_payout2017-09-28 03:39: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_length94
author_reputation118,316,028
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,484,066
net_rshares0
@filipinalife ·
I'm from Philippines and it's hard for me to have my own internet in my rented room so I used hotspot on my mobile data and buy load every time I upload a video. My concern is there's no percentage of the video how long and how much left.. But still I like Dtube so far. It's just hard for someone who has slow internet connection and limited data internet...
👍  ,
properties (23)
authorfilipinalife
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t045317988z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 04:53:21
last_update2017-09-21 04:53:21
depth1
children0
last_payout2017-09-28 04:53:21
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_length359
author_reputation2,780,807,650,328
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,300
net_rshares1,709,298,743
author_curate_reward""
vote details (2)
@firemanvishal ·
I have resteem this post what is the meaning of resteem and how it works is anyone here to help a new member of steemit family
properties (22)
authorfiremanvishal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t051919604z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 05:19:36
last_update2017-09-21 05:19:36
depth1
children0
last_payout2017-09-28 05:19:36
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_length126
author_reputation749,245,448,693
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,489,731
net_rshares0
@flauwy · (edited)
$10.33
Great that you are improving the website. I love DTube and it is fantastic that you are working hard on it. But the only feature that I would need to touch DTube again is an upload bar with the remaining percentage and an estimated time. I will not go through hell again with just a circle rotating giving absolutely no clue when the upload is done. I guess you guys have 100MBit upload and don't care about that at all because your videos take 10 seconds to upload. Well, mine take about 2 hours to upload and it is always a guessing game whether the upload is actually still going on or not. It has been frustrating for someone with slow internet like me.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorflauwy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170503639z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:05:27
last_update2017-09-19 18:02:09
depth1
children33
last_payout2017-09-26 17:05:27
cashout_time1969-12-31 23:59:59
total_payout_value8.152 HBD
curator_payout_value2.174 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length657
author_reputation296,259,911,900,510
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,542
net_rshares4,048,182,384,429
author_curate_reward""
vote details (32)
@coldbolt ·
So you're issue is not knowing if the video is still uploading. Fair does it now that makes sense. Technically you could figure it out for your own as you just go to Task Manager or Wire Shark, check the Ethernet connectivity and see if there is a high upload usage. If not, it's pretty evident that something has happened. 

For me, a progress indicator will give clarity if the upload is happening however you're problem is not clarity but rather that the upload might not work. This therefore means we need a way to prove over and over again that DTube doesn't have upload errors anymore.
👍  
properties (23)
authorcoldbolt
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t184743752z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:47:45
last_update2017-09-19 18:47:45
depth2
children7
last_payout2017-09-26 18:47:45
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_length591
author_reputation176,693,803,113
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,354,200
net_rshares1,136,348,536
author_curate_reward""
vote details (1)
@bleekpatterson ·
This comment recieved an upvote from bleekpatterson . If you would like to recieve upvotes from bleekpatterson on all some of your posts, simply FOLLOW @bleekpatterson
properties (22)
authorbleekpatterson
permlinkre-coldbolt-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t000805942z
categorydtube
json_metadata{"tags":["dtube"],"users":["bleekpatterson"],"app":"steemit/0.1"}
created2017-09-22 00:07:39
last_update2017-09-22 00:07:39
depth3
children0
last_payout2017-09-29 00:07:39
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_length167
author_reputation11,430,988,933
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,568,702
net_rshares0
@flauwy · (edited)
I need clarity. When I look in my upload window after four hours and the circle is still spinning and there is no indication that anything is going on then I either continuewaiting or I give up. And even with my slow connection it shouldn't take that long.
properties (22)
authorflauwy
permlinkre-coldbolt-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t192721228z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:27:36
last_update2017-09-19 19:29:33
depth3
children5
last_payout2017-09-26 19:27:36
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_length256
author_reputation296,259,911,900,510
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,357,197
net_rshares0
@darienparlick ·
# *Hey guys...*

>I really like what I've been reading about DTube. But I tried making a DTube account and wasn't able to.  I am shifting away from YouTube and Facebook as of recently so I would really appreciate a platform of which to share videos. If anyone could answer some questions and help me with DTube I could reward them with sharing and promoting their posts on my minds.com account which would guarantee that thousands of people will see their post.  



>Thanks, Darien Parlick

https://steemit.com/@darienparlick
properties (22)
authordarienparlick
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t011917527z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://steemit.com/@darienparlick"],"app":"steemit/0.1"}
created2017-09-23 01:19:18
last_update2017-09-23 01:19:18
depth2
children2
last_payout2017-09-30 01:19: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_length526
author_reputation29,462,927,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,665,918
net_rshares0
@flauwy ·
There is no such thing as a DTube account yet. You need a Steemit account to use DTube.
👍  
properties (23)
authorflauwy
permlinkre-darienparlick-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t014524121z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 01:45:42
last_update2017-09-23 01:45:42
depth3
children1
last_payout2017-09-30 01:45: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_length87
author_reputation296,259,911,900,510
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,667,143
net_rshares1,245,387,802
author_curate_reward""
vote details (1)
@heimindanger ·
$4.44
I totally agree with you, and this is the type of issues that make me feel bad right now. The upload process uses the js-ipfs-api package and there's not every option in it yet, such as a way to know the progress of the upload.

I wanted the progress bar in the launch but it wasn't possible. Now it's clearly the #1 issue and solving it will make me redo the whole upload page. But OK, gonna work on it now :D
👍  , , , , , , , , , , ,
properties (23)
authorheimindanger
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154633798z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:46:33
last_update2017-09-20 15:46:33
depth2
children17
last_payout2017-09-27 15:46:33
cashout_time1969-12-31 23:59:59
total_payout_value3.338 HBD
curator_payout_value1.105 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length410
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,434,752
net_rshares1,697,331,660,215
author_curate_reward""
vote details (12)
@flauwy ·
Yay, thank you @heimindanger. I'm sorry to rumble around here but you need to make some noise to get heard. Sorry that you have to redo the entire page.

I am looking forward to upload Steemy Episodes to DTube again.
properties (22)
authorflauwy
permlinkre-heimindanger-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154845084z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 15:49:00
last_update2017-09-20 15:49:00
depth3
children0
last_payout2017-09-27 15:49: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_length216
author_reputation296,259,911,900,510
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,434,959
net_rshares0
@sarahs ·
hoping for better results
👍  , , ,
properties (23)
authorsarahs
permlinkre-heimindanger-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t134553879z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:46:21
last_update2017-09-22 02:46:21
depth3
children0
last_payout2017-09-29 02:46:21
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_length25
author_reputation561,743,564,136
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,576,940
net_rshares3,034,959,580
author_curate_reward""
vote details (4)
@whyrusleeping ·
$3.64
Hey, we're working on getting the progress info added to the js-ipfs-api package. I'll poke around and make sure it happens asap.
👍  , , , , , , , ,
properties (23)
authorwhyrusleeping
permlinkre-heimindanger-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t012655904z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 01:26:54
last_update2017-09-21 01:26:54
depth3
children14
last_payout2017-09-28 01:26:54
cashout_time1969-12-31 23:59:59
total_payout_value2.734 HBD
curator_payout_value0.906 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation21,756,382,105
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,476,662
net_rshares1,392,408,455,005
author_curate_reward""
vote details (9)
@liondani ·
And if you forget you uploaded and you come to late for some reason it behaves like you didn't uploaded at all and you must upload again...
properties (22)
authorliondani
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t101056741z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 10:10:57
last_update2017-09-23 10:10:57
depth2
children0
last_payout2017-09-30 10:10: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_length139
author_reputation95,095,146,236,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,694,560
net_rshares0
@sohilnakum ·
properties (23)
authorsohilnakum
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t114449005z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 11:44:51
last_update2017-09-20 11:44:51
depth2
children0
last_payout2017-09-27 11:44: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_length4
author_reputation92,316,777
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,414,846
net_rshares2,112,297,866
author_curate_reward""
vote details (2)
@the-ego-is-you ·
Snarky barky, but good point.
👍  ,
properties (23)
authorthe-ego-is-you
permlinkre-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t173959682z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:39:57
last_update2017-09-19 17:39:57
depth2
children1
last_payout2017-09-26 17:39: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_length29
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,348,510
net_rshares1,769,919,826
author_curate_reward""
vote details (2)
@flauwy ·
$0.05
Yeah, it might have been a bit rough but it is the truth! I am really waiting for this feature and I am producing videos every day. It is a quite a bit of money that DTube is loosing just by me not posting there anymore. And I am sure I am not the only one.
👍  ,
properties (23)
authorflauwy
permlinkre-the-ego-is-you-re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180314667z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:03:30
last_update2017-09-19 18:03:30
depth3
children0
last_payout2017-09-26 18:03:30
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation296,259,911,900,510
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,444
net_rshares18,812,315,438
author_curate_reward""
vote details (2)
@flowerwong66 ·
thanks for sharing upvote and resteem
👍  
properties (23)
authorflowerwong66
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t001141114z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 00:11:42
last_update2017-09-20 00:11:42
depth1
children0
last_payout2017-09-27 00:11: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_length37
author_reputation672,860,897,079
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,373,649
net_rshares675,862,011
author_curate_reward""
vote details (1)
@foxkoit ·
I was know it start go up :) I like it :)
properties (22)
authorfoxkoit
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172627189z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:26:30
last_update2017-09-19 17:26:30
depth1
children0
last_payout2017-09-26 17:26:30
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_length41
author_reputation536,398,601,810,884
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,347,319
net_rshares0
@freedomno1 ·
Dtube is awesome keep up the great work!
properties (22)
authorfreedomno1
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t071019197z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 07:10:21
last_update2017-09-20 07:10:21
depth1
children0
last_payout2017-09-27 07:10:21
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_length40
author_reputation4,824,558,959,258
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,397,394
net_rshares0
@friska ·
Good job
properties (22)
authorfriska
permlinkre-heimindanger-2017920t231118117z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 16:11:30
last_update2017-09-20 16:11:30
depth1
children0
last_payout2017-09-27 16:11:30
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_length8
author_reputation78,864,400,015
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,436,974
net_rshares0
@fubzy112 ·
Honestly, I'm new to all this decentralization stuff- I find it so intriguing! I'm definitely going to check out the dtube!
properties (22)
authorfubzy112
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183349747z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:33:48
last_update2017-09-19 18:33:48
depth1
children1
last_payout2017-09-26 18:33:48
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_reputation7,443,372,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,353,124
net_rshares0
@highspeedpursuit ·
Cute!
properties (22)
authorhighspeedpursuit
permlinkre-fubzy112-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t054458825z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:45:12
last_update2017-09-23 05:45:12
depth2
children0
last_payout2017-09-30 05:45: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_length5
author_reputation-880,796,331,429
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,679,313
net_rshares0
@gdouramanis ·
Great Post!
properties (22)
authorgdouramanis
permlinkre-heimindanger-2017920t91216276z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-20 07:12:24
last_update2017-09-20 07:12:24
depth1
children0
last_payout2017-09-27 07:12: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_length11
author_reputation46,042,632,774
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,397,525
net_rshares0
@geneticmemory ·
Thanks for all of your hard work.
properties (22)
authorgeneticmemory
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t041203403z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 04:12:03
last_update2017-09-24 04:12:03
depth1
children0
last_payout2017-10-01 04:12: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_length33
author_reputation24,509,693,170
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,761,088
net_rshares0
@geneticmemory ·
Is there any way to delete a dtube video?
And is there any way to embed a dtube video in a steemit post
Again thanks for all the hard work.
👍  
properties (23)
authorgeneticmemory
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t054422264z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 05:44:21
last_update2017-09-24 05:44:21
depth1
children0
last_payout2017-10-01 05:44:21
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_length139
author_reputation24,509,693,170
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,765,581
net_rshares599,593,100
author_curate_reward""
vote details (1)
@glenhubbardjr ·
I'd love to use D-Tube, but there's so much fail still happening there for the end user.  I go to upload a vid and then select my thumb nail, and it still wants me to upload a thumbnail.  WHY THE F**K am I going to upload one when I've already selected it there in the app?!  Fix this, I'll use it.  Until then, me and others who don't want to fight something stupid won't use it.
properties (22)
authorglenhubbardjr
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020621258z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:06:21
last_update2017-09-22 02:06:21
depth1
children1
last_payout2017-09-29 02:06:21
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_length380
author_reputation14,600,613,313
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,574,698
net_rshares0
@liondani ·
You are right about the bug but you could also be more polite as a minimum reward to the hard working developer of Dtube.
properties (22)
authorliondani
permlinkre-glenhubbardjr-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t102500325z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 10:25:00
last_update2017-09-23 10:25:00
depth2
children0
last_payout2017-09-30 10:25: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_length121
author_reputation95,095,146,236,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,695,374
net_rshares0
@glopesmartins ·
Can someone explain to me what's "HOME_TITLE_NEIGHBORHOOD":"Neighborhood" ? I don't see "Neighborhood" in @dtube . Is something that will be implemented? I think for better translations is good to know what are you translating. So if anyone could help me, I'd much appreciate!
properties (22)
authorglopesmartins
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150126894z
categorydtube
json_metadata{"tags":["dtube"],"users":["dtube"],"app":"steemit/0.1"}
created2017-09-21 15:01:33
last_update2017-09-21 15:01:33
depth1
children5
last_payout2017-09-28 15:01: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_length276
author_reputation15,728,020,694
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,196
net_rshares0
@heimindanger ·
This is a hidden feature that will come in later. Basically it tries to find videos 'around you' in the network.
properties (22)
authorheimindanger
permlinkre-glopesmartins-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150746179z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 15:07:45
last_update2017-09-21 15:07:45
depth2
children4
last_payout2017-09-28 15:07:45
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_length112
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,717
net_rshares0
@glopesmartins ·
$2.64
Thx @heimindanger! I thought that was it , but wanted to be sure. 

By the way... Have you consider dropping the "Videos"? Like "Trending Videos". I thought on that while translating... I think that would be better just use the tags, "hot", "trending", "new". 
I guess that "Hot Videos" has the same dual conotation as in pt-br (maybe  also in pt-pt), if you can understand me...  Using just "Hot", keeps the main conotation and lose the other one.  I don't know about Portugal, but in Brazil it would not fall well the translation of "hot videos". LOL
What do you think about it? Should I, for the moment, translate as is? Or traslate as would be better in pt-br?

PS: Do you have an open "idea book"? You know, so people can know what the ideas have already been written down, so they can suggest new different ideas from what you already have. Boy, I have many LOL
👍  ,
properties (23)
authorglopesmartins
permlinkre-heimindanger-re-glopesmartins-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t154743435z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 15:47:48
last_update2017-09-21 15:47:48
depth3
children3
last_payout2017-09-28 15:47:48
cashout_time1969-12-31 23:59:59
total_payout_value1.982 HBD
curator_payout_value0.658 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length867
author_reputation15,728,020,694
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,534,418
net_rshares1,006,593,324,447
author_curate_reward""
vote details (2)
@gmikeyg ·
$0.09
Keep up the great work. You are doing a service to humanity.
👍  
properties (23)
authorgmikeyg
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163630234z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:36:33
last_update2017-09-19 16:36:33
depth1
children0
last_payout2017-09-26 16:36:33
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation392,080,439,837
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,108
net_rshares35,057,694,241
author_curate_reward""
vote details (1)
@gregwarma22 ·
Hey, this is a great article with great info, I will check out your profile for more like this one. thanks
properties (22)
authorgregwarma22
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t155450124z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 15:54:48
last_update2017-09-21 15:54:48
depth1
children0
last_payout2017-09-28 15:54:48
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_length106
author_reputation30,655,775,123
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,535,001
net_rshares0
@guarddog ·
I love dtube my only issue is it takes multiple attemps usually hours on end to get a snap to load. My videos load pretty quick but the snaps always give me issues and I'm not the only one @coquiunlimited has the exact same issue and we live in differnt countries.
properties (22)
authorguarddog
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t204616729z
categorydtube
json_metadata{"tags":["dtube"],"users":["coquiunlimited"],"app":"steemit/0.1"}
created2017-09-19 20:46:18
last_update2017-09-19 20:46:18
depth1
children0
last_payout2017-09-26 20:46: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_length264
author_reputation1,547,611,072,237
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,362,074
net_rshares0
@hakeemshah96 ·
Really Cool Stuff I Like To Hear That Keep Going We Are With And Friends Follow Me I Follow You Back Thanks
properties (22)
authorhakeemshah96
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t070931013z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-01 07:09:39
last_update2017-10-01 07:09:39
depth1
children0
last_payout2017-10-08 07:09:39
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_reputation-1,855,786,787,193
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,445,405
net_rshares0
@hasbiazhar ·
$0.25
It seems that I missed much of DTube's progress, reading your post made me want to try it, thank you @heimindanger
👍  , , , , , , , , ,
properties (23)
authorhasbiazhar
permlinkre-heimindanger-2017919t235323510z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 16:53:33
last_update2017-09-19 16:53:33
depth1
children0
last_payout2017-09-26 16:53:33
cashout_time1969-12-31 23:59:59
total_payout_value0.246 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation812,956,374,281
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,553
net_rshares105,259,333,303
author_curate_reward""
vote details (10)
@hatemelpop ·
I upvoted this post please visit my account
properties (22)
authorhatemelpop
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t071030979z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 07:10:42
last_update2017-09-20 07:10:42
depth1
children0
last_payout2017-09-27 07:10: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_length43
author_reputation-113,210,122,942
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,397,419
net_rshares0
@healthiswealth ·
Wow, I had no clue DTube had so many great features.
Will check out DSound.

Thanks a bunch @heimindanger !
Be well...
properties (22)
authorhealthiswealth
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t203135506z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 20:31:36
last_update2017-09-20 20:31:36
depth1
children0
last_payout2017-09-27 20:31:36
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_length118
author_reputation40,730,529,105,487
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,458,850
net_rshares0
@heisusman ·
It's so frustrating to see so many up-votes on a single post. I post my best-est content here on steam, yet there are only a few people who see my post and out of 5, only 1 person up-votes which too is from a  rank 25 user, which really doesn't make a difference.  Life isn't fair lol
Anyone who is reading this post, follow me and checkout my content
properties (22)
authorheisusman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t112846216z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 11:28:48
last_update2017-09-22 11:28:48
depth1
children0
last_payout2017-09-29 11:28:48
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_length351
author_reputation79,375,708,246
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,608,363
net_rshares0
@henryba ·
Very nice article ......
properties (22)
authorhenryba
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174720147z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:47:21
last_update2017-09-19 17:47:21
depth1
children0
last_payout2017-09-26 17:47:21
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_length24
author_reputation709,704,859,685
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,349,091
net_rshares0
@highimpactflix ·
I have successfully posted 9 videos to DTube.  It took a while to do that (very time consuming), but I was able.  Now, I keep getting this error "Error: Missing Posting Authority ${id}"  Not being able to upload on your platform is simply maddening!  
Here's a screen shot:  HELP!!  https://i.imgsafe.org/1c/1c169a9557.png

Here's a close up of the error: https://i.imgsafe.org/27/27e0450e63.png
properties (22)
authorhighimpactflix
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t035912932z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://i.imgsafe.org/1c/1c169a9557.png","https://i.imgsafe.org/27/27e0450e63.png"],"app":"steemit/0.1"}
created2017-09-23 03:59:12
last_update2017-09-23 03:59:12
depth1
children1
last_payout2017-09-30 03:59: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_length395
author_reputation130,345,491,923,927
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,673,892
net_rshares0
@heimindanger ·
Hmm that seems to be a problem with your key. Try to unlog and relog. Maybe you reset your master password recently?
properties (22)
authorheimindanger
permlinkre-highimpactflix-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t015942990z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 01:59:42
last_update2017-09-24 01:59:42
depth2
children0
last_payout2017-10-01 01:59: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_length116
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,754,708
net_rshares0
@hightouch ·
The team is toka "ISH ISH". 
It's a pleasure to join you guys !
properties (22)
authorhightouch
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t084808752z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 08:48:09
last_update2017-09-20 08:48:09
depth1
children0
last_payout2017-09-27 08:48: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_length63
author_reputation42,548,723,660,814
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,403,622
net_rshares0
@hiiru ·
$0.19
I'm looking forward to the future of dtube, this might be a solution to the problems youtube has created... (indirect/passive creator censorship by preventing ad income)

Good luck :)
👍  
properties (23)
authorhiiru
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t210158952z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-26 21:01:57
last_update2017-09-26 21:01:57
depth1
children0
last_payout2017-10-03 21:01:57
cashout_time1969-12-31 23:59:59
total_payout_value0.175 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation28,446,215,413
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,020,828
net_rshares56,939,114,190
author_curate_reward""
vote details (1)
@hiroyamagishi ·
$0.51
you have my upvote. I know steem community will be something in the near future because of talented people like you using this platform.Really great man.Resteemed it
👍  , ,
properties (23)
authorhiroyamagishi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t204942981z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 20:49:54
last_update2017-09-19 20:49:54
depth1
children1
last_payout2017-09-26 20:49:54
cashout_time1969-12-31 23:59:59
total_payout_value0.503 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation71,901,302,671,995
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,362,309
net_rshares200,332,910,742
author_curate_reward""
vote details (3)
@bleekpatterson ·
This comment recieved an upvote from bleekpatterson . If you would like to recieve upvotes from bleekpatterson on all some of your posts, simply FOLLOW @bleekpatterson
properties (22)
authorbleekpatterson
permlinkre-hiroyamagishi-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t001005674z
categorydtube
json_metadata{"tags":["dtube"],"users":["bleekpatterson"],"app":"steemit/0.1"}
created2017-09-22 00:09:36
last_update2017-09-22 00:09:36
depth2
children0
last_payout2017-09-29 00:09:36
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_length167
author_reputation11,430,988,933
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,568,779
net_rshares0
@howtostartablog ·
Let me know if you need help with translating it to Malay.
properties (22)
authorhowtostartablog
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t030244614z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 03:02:45
last_update2017-09-20 03:02:45
depth1
children0
last_payout2017-09-27 03:02:45
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_reputation34,362,667,806,012
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,383,012
net_rshares0
@humanauction ·
hi @heimindanger, how's it going? i'm new to steem, so apologies if i have posted in the wrong place! eek. anyway, firstly, can i just say: this is AWESOME. also though, i noticed in the language list you don't have Italian. i'm bilingual English/Italian, so if you could use me let me know - i'd be happy to help :-)
much love,
HA
properties (22)
authorhumanauction
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t121527567z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 11:40:24
last_update2017-09-20 11:40:24
depth1
children0
last_payout2017-09-27 11:40: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_length331
author_reputation34,218,691,370
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,414,562
net_rshares0
@husnulkhatimah ·
thank you very much @heimindanger i am glad to get acquainted with you. Your post is very interesting.
properties (22)
authorhusnulkhatimah
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t162015328z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 16:19:54
last_update2017-09-20 16:19:54
depth1
children0
last_payout2017-09-27 16:19:54
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_length102
author_reputation1,651,267,857,382
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,437,677
net_rshares0
@ibrahim-ats ·
waw extraordinary @heimindanger

I wait for the newest feature in order to produce video every day :-D

btw, Thanks You..
👍  
properties (23)
authoribrahim-ats
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t162529677z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-22 16:25:30
last_update2017-09-22 16:25:30
depth1
children0
last_payout2017-09-29 16:25:30
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_length121
author_reputation147,825,206,731
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,631,857
net_rshares316,004,914
author_curate_reward""
vote details (1)
@igster · (edited)
$0.62
I'm looking forward to integrating dtube videos to my @folderall.net project - eventually the goal would be to have all content there from IPFS and decentralized media places.  There's an issue however with videos eventually not being hosted anymore. Have you thought of a way already for popular videos to lenghten the hosting time like reposting the content once it reaches the end of hosting time so people can upvote it again?

The goal for my site would be to store content for years or for decades even.
👍  , , , , , , , , , ,
properties (23)
authorigster
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161854758z
categorydtube
json_metadata{"tags":["dtube"],"users":["folderall.net"],"app":"steemit/0.1"}
created2017-09-19 16:18:51
last_update2017-09-19 16:19:36
depth1
children2
last_payout2017-09-26 16:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.502 HBD
curator_payout_value0.120 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length509
author_reputation17,415,198,441,969
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,526
net_rshares244,590,490,946
author_curate_reward""
vote details (11)
@heimindanger ·
$0.17
IPFS Store provides the service you are looking for, and accepts crypto (BTC) payment. Just right click -> copy video address to find the hash of your IPFS video and you can pay already today to get it hosted for years.

Eventually, there will probably a button on the video page for people to 'extend' the hosting via payment, once we have a good way to manage active keys, such as SteemConnect
👍  , , ,
properties (23)
authorheimindanger
permlinkre-igster-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163241450z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:32:42
last_update2017-09-19 16:32:42
depth2
children1
last_payout2017-09-26 16:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.129 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length395
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,759
net_rshares65,862,025,464
author_curate_reward""
vote details (4)
@igster ·
The latter option is what I wanted to hear. Thank you for your work!
properties (22)
authorigster
permlinkre-heimindanger-re-igster-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t184512364z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:45:09
last_update2017-09-19 18:45:09
depth3
children0
last_payout2017-09-26 18:45: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_length68
author_reputation17,415,198,441,969
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,354,004
net_rshares0
@imransoudagar ·
I am planning to start uploading videos on dtube but I felt that I must wait till Dtube gets stable. 


I have often seen NSFW content in dtube's homepage and I think there must be a home/work safe version or stetting of dtube.

While Steem too has such content but the title and the preview image is hidden until I select to view it. 


And there are services and bots that help people claim rewards automatically. You too can implement something similar.
properties (22)
authorimransoudagar
permlinkre-heimindanger-2017921t155521629z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 10:25:42
last_update2017-09-21 10:25:42
depth1
children0
last_payout2017-09-28 10:25: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_length456
author_reputation27,456,372,023,945
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,508,420
net_rshares0
@incrediblesnow ·
$2.59
Hi @heimindanger , This is the translation for Chinese edition. Please contact me if there is  any problems with the translation,Thank you

****

"ERROR_UNKNOWN":"未知明错误",
"ERROR_TITLE":"错误",
"GLOBAL_REPLY":"回复",
"GLOBAL_REPLY_TO":"回复给",
"GLOBAL_ERROR_COULD_NOT_VOTE":"不能投票",
"GLOBAL_ERROR_DOWNVOTE_FOR":"踩%1变成 %2",
"GLOBAL_ERROR_VOTE_FOR":"赞 %1 变成 %2",
"SETTINGS_DROPDOWN_VOTING":"投票",
"SETTINGS_DROPDOWN_NSFW_VIDEOS":"成人视屏",
"SETTINGS_DROPDOWN_SHOW":"展示出来",
"SETTINGS_DROPDOWN_HIDE_PICTURE":"隐藏照片",
"SETTINGS_DROPDOWN_FULLY_HIDDEN":"完全隐藏",
"SETTINGS_DROPDOWN_IPFS_SETTINGS":"IPFS 设定",
"SETTINGS_DROPDOWN_LOCAL_IPFS":"当地 IPFS",
"SETTINGS_DROPDOWN_RUNNING_IPFS":"你正在运行 IPFS",
"SETTINGS_DROPDOWN_NOT_RUNNING_IPFS":"你没运行 IPFS",
"SETTINGS_DROPDOWN_PINNED":"保存",
"SETTINGS_DROPDOWN_MAX":"最大化",
"SETTINGS_DROPDOWN_EMPTY_GARBAGE":"空的垃圾桶",
"SETTINGS_DROPDOWN_GATEWAY":"入口",
"SETTINGS_DROPDOWN_AUTOMATIC":"自动",
"SETTINGS_DROPDOWN_API":"API",
"TOPBAR_TOOLTIP_UPLOAD_VIDEO":"上载视屏",
"TOPBAR_LOGIN":"登入",
"TOPBAR_PLACEHOLDER_SEARCH_VIDEOS":"寻找视频…",
"USERS_USE":"使用",
"USERS_CHANNEL":"频道",
"USERS_CLAIM_REWARDS":"索取奖励",
"USERS_LOG_OUT":"登出",
"USERS_ADD_ANOTHER_ACCOUNT":"增加多一个帐号",
"USERS_YOU_HAVE_CLAIMED":"你已经索取奖励",
"USERS_SUCCESS":"成功",
"HOME_TITLE_FEED_VIDEOS":"订阅的新内容",
"HOME_TITLE_HOT_VIDEOS":"热门短片",
"HOME_TITLE_TRENDING_VIDEOS":"潮流短片",
"HOME_TITLE_NEW_VIDEOS":"新短片",
"HOME_TITLE_WATCH_AGAIN":"观看多一次",
"HOME_TITLE_NEIGHBORHOOD":"邻居",
"CHANNEL_TITLE_VIDEOS_BY":"的视屏 ",
"LOGIN_PLACEHOLDER_STEEM_USERNAME":"STEEM 用户名",
"LOGIN_PLACEHOLDER_PRIVATE_POSTING_KEY":"Private Posting Key私钥",
"LOGIN_REMEMBER_ME":"记得我",
"LOGIN_BUTTON_LOGIN":"登入",
"LOGIN_LINK_NO_ACCOUNT":"没有帐号?",
"LOGIN_LINK_SIGN_UP_ON":"注册新帐号",
"LOGIN_ERROR_EMPTY_USERNAME_POSTING_KEY":"请填写你的用户名和私钥以便登入",
"LOGIN_ERROR_UNKNOWN_USERNAME":"用户名不存在",
"LOGIN_ERROR_WRONG_POSTING_KEY":"私钥错误",
"LOGIN_ERROR_AUTHENTIFICATION_FAILED":"私钥与用户名不合",
"SEARCH_RESULTS_FOR":"寻找视屏...",
"SEARCH_RESULT":"成绩",
"SEARCH_RESULTS":"成绩",
"VIDEO_UNSUBSCRIBE":"取消订阅",
"VIDEO_SUBSCRIBE":"订阅",
"VIDEO_ADDED_ON":"添加上",
"VIDEO_COMMENTS":"评论",
"UPLOAD_STEP1_TITLE":"视屏",
"UPLOAD_STEP1_DESCRITION":"上载一个视屏",
"UPLOAD_STEP2_TITLE":"截图",
"UPLOAD_STEP2_DESCRITION":"上载縮图",
"UPLOAD_STEP3_TITLE":"提交至区块链",
"UPLOAD_STEP3_DESCRITION":"输入题目, 解释和标签",
"UPLOAD_UPLOAD_FILE":"选择一个文件夹进行上载",
"UPLOAD_VIDEO_BITRATE":"视屏上载速度",
"UPLOAD_TAKE_SNAP":"截图",
"UPLOAD_UPLOAD_SNAP":"上载截图",
"UPLOAD_TITLE":"题目",
"UPLOAD_DESCRIPTION":"视屏详情",
"UPLOAD_TAGS":"标签",
"UPLOAD_MORE_INFO":"更多资讯",
"UPLOAD_AUTHOR":"原创者",
"UPLOAD_VIDEOHASH":"视屏加载失败",
"UPLOAD_SNAPHASH":"snaphash",
"UPLOAD_CLEAR":"清除",
"UPLOAD_SUBMIT":"提交",
"UPLOAD_ERROR_UPLOAD_FILE":"请选择一个文件夹以便上载",
"UPLOAD_ERROR_WRONG_FORMAT":"你所提交的文件夹不是视屏",
"UPLOAD_ERROR_IPFS_UPLOADING":"上载时出现IPFS 错误",
"UPLOAD_WATCH_ON_DTUBE":"注意",
"UPLOAD_WATCH_SOURCE_IPFS":"注意来源 (IPFS)",
"UPLOAD_ERROR_NOT_IMAGE":"你所提交的文件夹不是图像",
"UPLOAD_ERROR_REACH_MAX_SIZE":"最多提交的文件夹是",
"UPLOAD_ERROR_TITLE_REQUIRED":"请输入题目",
"UPLOAD_ERROR_UPLOAD_SNAP_FILE":"请上载缩图",
"UPLOAD_ERROR_LOGIN_BEFORE_UPLOADING":"请登入后再上载视屏",
"UPLOAD_ERROR_UPLOAD_VIDEO_BEFORE_SUBMITTING":"请提交前上载一个视频",
"UPLOAD_ERROR_SUBMIT_BLOCKCHAIN":"提交视屏至区块链时出现错误"
👍  , , , ,
properties (23)
authorincrediblesnow
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073137758z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 07:31:42
last_update2017-09-21 07:31:42
depth1
children0
last_payout2017-09-28 07:31:42
cashout_time1969-12-31 23:59:59
total_payout_value1.948 HBD
curator_payout_value0.644 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,129
author_reputation39,931,984,573,642
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,497,527
net_rshares980,635,421,193
author_curate_reward""
vote details (5)
@initforthemoney ·
$0.27
"overall the minimum viable product seems to be viable".

Ha - the governing principle of my life! ;-)
👍  
properties (23)
authorinitforthemoney
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t054257692z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 05:42:57
last_update2017-09-20 05:42:57
depth1
children0
last_payout2017-09-27 05:42:57
cashout_time1969-12-31 23:59:59
total_payout_value0.201 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation6,227,007,446,802
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,392,017
net_rshares103,294,991,962
author_curate_reward""
vote details (1)
@inventor16 ·
$4.98
Possible to start a progress bar? Also save partial files as it uploads? I'm on my 4th upload attempt of a 20 minute video. It's timing out each time. In the past it was always working on the 2nd attempt. Annoying since it takes 30+ minutes each time to wait to see if it'll upload properly.
👍  , , , ,
properties (23)
authorinventor16
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t013028569z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 01:30:24
last_update2017-09-20 01:30:24
depth1
children1
last_payout2017-09-27 01:30:24
cashout_time1969-12-31 23:59:59
total_payout_value3.977 HBD
curator_payout_value1.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length291
author_reputation27,717,723,835,479
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,378,000
net_rshares1,939,192,503,323
author_curate_reward""
vote details (5)
@ridwant ·
I was each confused
to login to Dtube ...
me right now
still rely on
youtube ..
several times i try
still fail. I have not
understand
properties (22)
authorridwant
permlinkre-inventor16-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t024002498z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:40:06
last_update2017-09-20 02:40:06
depth2
children0
last_payout2017-09-27 02:40:06
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_length133
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,381,782
net_rshares0
@irikefee ·
great project! so happy to partecipate
properties (22)
authoririkefee
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t124011265z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 12:40:09
last_update2017-09-23 12:40:09
depth1
children0
last_payout2017-09-30 12:40: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_length38
author_reputation3,319,255,421,385
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,703,809
net_rshares0
@isteemithard ·
I am new to steemit and not great with computers or tech talk but is Dtube pretty simple for me to use and get started and are you able to show the videos from Dtube on your steemit posts? @heimindanger @ned
properties (22)
authoristeemithard
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t050802829z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger","ned"],"app":"steemit/0.1"}
created2017-09-23 05:08:03
last_update2017-09-23 05:08:03
depth1
children0
last_payout2017-09-30 05:08: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_length207
author_reputation7,898,170,987,249
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,677,372
net_rshares0
@itallmatters ·
I love how easy it is to use DTube however 2 of my 3 videos have disappeared from the site.   https://dtube.video/#!/v/itallmatters/1u6ho7wj and https://dtube.video/#!/v/itallmatters/rcrt1tv1                                                                                          

Has this happened to anyone else?  Thank you.
properties (22)
authoritallmatters
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171008t023821415z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://dtube.video/#!/v/itallmatters/1u6ho7wj"],"app":"steemit/0.1"}
created2017-10-08 02:38:24
last_update2017-10-08 02:38:24
depth1
children0
last_payout2017-10-15 02:38: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_length328
author_reputation2,675,399,401
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,061,718
net_rshares0
@j-be · (edited)
A great work in progress is Dtube. Thank you for your contribution to this project. Really helpful info as I'm going to start uploading in the next coming weeks. Cheers
properties (22)
authorj-be
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t235336369z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 23:53:39
last_update2017-09-20 23:55:33
depth1
children0
last_payout2017-09-27 23:53:39
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_length168
author_reputation1,042,601,553
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,471,283
net_rshares0
@jacobt ·
$3.60
New UI.  The current one really sucks.  Sorry to be so blunt.  But this is what's holding it back at this point.  Please see if you can find a professional UI designer.
👍  , , , , ,
properties (23)
authorjacobt
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175926880z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:59:27
last_update2017-09-19 17:59:27
depth1
children4
last_payout2017-09-26 17:59:27
cashout_time1969-12-31 23:59:59
total_payout_value3.131 HBD
curator_payout_value0.469 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation5,295,226,488,559
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,090
net_rshares1,414,348,774,446
author_curate_reward""
vote details (6)
@jorgedr0id ·
$0.03
Dtube has a great potencial, because even if it grows as yutube, it is not gonna get advertisement as Youtube, I mean that could be the breaking point to migrate to dtube, but the platform needs keep developing to get a good maturity as youtube.
👍  
properties (23)
authorjorgedr0id
permlinkre-jacobt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t110801046z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 11:08:03
last_update2017-09-21 11:08:03
depth2
children0
last_payout2017-09-28 11:08:03
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length245
author_reputation447,421,112,954
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,511,316
net_rshares9,850,920,215
author_curate_reward""
vote details (1)
@transisto · (edited)
Maybe you could give more precise suggestions.
How would you see it ?
👍  , ,
properties (23)
authortransisto
permlinkre-jacobt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t032500609z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 03:25:00
last_update2017-09-20 03:26:24
depth2
children2
last_payout2017-09-27 03:25: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_length69
author_reputation330,357,940,720,833
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,384,184
net_rshares6,708,050,769
author_curate_reward""
vote details (3)
@jacobt ·
I wouldn't even know where the start.  I'd delete the current one entirely though and start from scratch.
properties (22)
authorjacobt
permlinkre-transisto-re-jacobt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t003006097z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 00:30:06
last_update2017-09-22 00:30:06
depth3
children1
last_payout2017-09-29 00:30:06
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_reputation5,295,226,488,559
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,569,760
net_rshares0
@jaykon ·
Nice 1
properties (22)
authorjaykon
permlinkre-heimindanger-2017919t224937697z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-19 21:49:42
last_update2017-09-19 21:49:42
depth1
children0
last_payout2017-09-26 21:49: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_length6
author_reputation1,921,720,650
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,366,108
net_rshares0
@jekisatria ·
Thanks for your post :) @heimindanger
properties (22)
authorjekisatria
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171130t062059761z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-11-30 06:21:00
last_update2017-11-30 06:21:00
depth1
children0
last_payout2017-12-07 06:21: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_length37
author_reputation1,293,603,747,429
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,962,232
net_rshares0
@jennasartstudio ·
Hi Dtube can you make it so we can edit our videos? Like changing the title of the our videos.
👍  
properties (23)
authorjennasartstudio
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171010t161047836z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-10 16:10:48
last_update2017-10-10 16:10:48
depth1
children0
last_payout2017-10-17 16:10:48
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_length94
author_reputation20,725,376,341
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,311,664
net_rshares1,144,683,105
author_curate_reward""
vote details (1)
@jerrysakala ·
Thanks for the updates. Commedable job in the quest for decentralized social network that I strongky believe is a game changer esoecially from African economic empowerment perspective.What are the chances of having a niche africa  version of  dtube under white label?
properties (22)
authorjerrysakala
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t181604760z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:16:03
last_update2017-09-19 18:16:03
depth1
children0
last_payout2017-09-26 18:16: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_length267
author_reputation7,739,093,585
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,351,544
net_rshares0
@jesselee ·
Great stuff! Lets take over youtube \m/
properties (22)
authorjesselee
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t060430885z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 06:04:30
last_update2017-09-21 06:04:30
depth1
children0
last_payout2017-09-28 06:04:30
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_length39
author_reputation393,139,301,237
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,492,317
net_rshares0
@jfmherokiller ·
does anyone have the updated ipfs hash for dtube? I want to use it instead of the website so that i can help keep it running
👍  
properties (23)
authorjfmherokiller
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t225148885z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 22:51:48
last_update2017-09-21 22:51:48
depth1
children0
last_payout2017-09-28 22:51:48
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_length124
author_reputation311,353,057,143
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,564,812
net_rshares1,135,072,042
author_curate_reward""
vote details (1)
@jimbobbill ·
When I go to a new DTube post in Steemit, why do I have to visit DTube to watch the video? Why isn't the video viewable (embedded) into the post?
Apologies if this is something that has been covered.
properties (22)
authorjimbobbill
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t142852088z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 14:28:51
last_update2017-09-21 14:28:51
depth1
children0
last_payout2017-09-28 14:28: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_length199
author_reputation16,707,658,903,087
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,527,239
net_rshares0
@jimicoco ·
$0.23
Noob Cat is pleased! Thank you for the honesty and specifics. Following you? You can bet your bazingas! 
Also here, have some paws:
![17797289_1321498271219043_1962964786_o.jpg](https://steemitimages.com/DQmPAHwkmxsdhjQCaDs47eTkMhBeWqqEpYFrbmx6xXjHzMe/17797289_1321498271219043_1962964786_o.jpg)
👍  
👎  
properties (23)
authorjimicoco
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t020820563z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmPAHwkmxsdhjQCaDs47eTkMhBeWqqEpYFrbmx6xXjHzMe/17797289_1321498271219043_1962964786_o.jpg"],"app":"steemit/0.1"}
created2017-09-20 02:08:21
last_update2017-09-20 02:08:21
depth1
children0
last_payout2017-09-27 02:08:21
cashout_time1969-12-31 23:59:59
total_payout_value0.170 HBD
curator_payout_value0.057 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length295
author_reputation73,062,385,200
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,026
net_rshares89,105,409,668
author_curate_reward""
vote details (2)
@jlsplatts ·
$0.14
Making improvements one at a time. We all appreciate your hard work and effort in this project. 
I'm having some issues with uploading videos from my GoPro (just got it) where is a good place to discuss this issue and find a resolution. Maybe my handbrake settings are off or something. Keep up the great work!!
👍  ,
properties (23)
authorjlsplatts
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162025321z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:20:27
last_update2017-09-19 16:20:27
depth1
children3
last_payout2017-09-26 16:20:27
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length311
author_reputation94,028,454,259,907
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,674
net_rshares54,204,846,941
author_curate_reward""
vote details (2)
@heimindanger ·
$0.03
You need to keep the file small. Anything over 1.4G will crash your browser. Also the bitrate needs to be small for everyone to buffer the video correctly without the video pausing every 3 seconds :)
👍  ,
properties (23)
authorheimindanger
permlinkre-jlsplatts-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163345561z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:33:45
last_update2017-09-19 16:33:45
depth2
children2
last_payout2017-09-26 16:33:45
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,850
net_rshares11,086,092,647
author_curate_reward""
vote details (2)
@jaytaylor ·
Thank you so much for this info, @heimindanger - I've been trying and failing to upload a couple of mp4s but one of them is 1.5Gish and the other problem is presumably also crashing due to the bitrate. What bitrate do you recommend, please? Thanks again - kudos to you for doing this: you rock! :o)
properties (22)
authorjaytaylor
permlinkre-heimindanger-re-jlsplatts-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t143743210z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 14:37:42
last_update2017-09-20 14:37:42
depth3
children0
last_payout2017-09-27 14:37: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_length298
author_reputation14,201,726,372,569
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,428,781
net_rshares0
@jlsplatts ·
Thanks for the info👍🏻👍🏻  Can that be set manually on handbrake? If so what bit rate is recommended?
properties (22)
authorjlsplatts
permlinkre-heimindanger-re-jlsplatts-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t031834236z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 03:18:36
last_update2017-09-20 03:18:36
depth3
children0
last_payout2017-09-27 03:18:36
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_length99
author_reputation94,028,454,259,907
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,383,843
net_rshares0
@jmillerworks ·
You guys have done a great job building and improving the site!
properties (22)
authorjmillerworks
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t120625166z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 12:06:27
last_update2017-09-20 12:06:27
depth1
children0
last_payout2017-09-27 12:06:27
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_length63
author_reputation1,679,272,779,087
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,416,321
net_rshares0
@joalvarez ·
I have not tried DTube yet, but I want to asap.  Thank you so much for working so hard on it to make our lives easier.  Looking forward to start using it.
properties (22)
authorjoalvarez
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t031257704z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 03:12:57
last_update2017-09-22 03:12:57
depth1
children0
last_payout2017-09-29 03:12: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_length154
author_reputation428,242,524,579,301
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,578,342
net_rshares0
@joe007 ·
I have to check it out, thank you for sharing
properties (22)
authorjoe007
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t181050194z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 18:10:51
last_update2017-09-21 18:10:51
depth1
children0
last_payout2017-09-28 18:10: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_length45
author_reputation1,177,391,771,969
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,546,323
net_rshares0
@joendegz ·
thanks for the info and the update,
properties (22)
authorjoendegz
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t151527723z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 15:10:39
last_update2017-09-22 15:10:39
depth1
children0
last_payout2017-09-29 15:10:39
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_length35
author_reputation12,403,121,899,997
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,625,482
net_rshares0
@joeparys ·
$0.21
Just uploaded new videos today thank you so much! Full up vote!
👍  
properties (23)
authorjoeparys
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t231115176z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:11:15
last_update2017-09-19 23:11:15
depth1
children0
last_payout2017-09-26 23:11:15
cashout_time1969-12-31 23:59:59
total_payout_value0.209 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation308,125,415,844,439
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,585
net_rshares82,240,585,700
author_curate_reward""
vote details (1)
@johnsmith ·
$3.28
You, sir, are changing the world.
👍  , ,
properties (23)
authorjohnsmith
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t044420119z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 04:44:18
last_update2017-09-21 04:44:18
depth1
children0
last_payout2017-09-28 04:44:18
cashout_time1969-12-31 23:59:59
total_payout_value3.269 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation22,729,726,767,685
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,487,753
net_rshares1,247,795,525,227
author_curate_reward""
vote details (3)
@joshuaatiemo ·
Great observation decentralization is what we need. Thanks for
👍  
👎  
properties (23)
authorjoshuaatiemo
permlinkre-heimindanger-2017920t112317750z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 11:23:24
last_update2017-09-20 11:23:24
depth1
children0
last_payout2017-09-27 11:23: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_length62
author_reputation4,189,940,271,139
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,413,464
net_rshares2,731,160,080
author_curate_reward""
vote details (2)
@jrhn977 ·
Thanks for sharing
properties (22)
authorjrhn977
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t152949137z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 15:29:54
last_update2017-09-21 15:29:54
depth1
children0
last_payout2017-09-28 15:29:54
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_length18
author_reputation-20,105,616,468
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,532,766
net_rshares0
@juanmora ·
why cant i log in?
properties (22)
authorjuanmora
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221145556z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:11:45
last_update2017-09-19 22:11:45
depth1
children0
last_payout2017-09-26 22:11:45
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_length18
author_reputation13,978,510,134,501
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,367,356
net_rshares0
@juanpimentel ·
Muy buen post amigo, felicidades
properties (22)
authorjuanpimentel
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t014221746z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 01:42:21
last_update2017-09-20 01:42:21
depth1
children0
last_payout2017-09-27 01:42:21
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_length32
author_reputation525,458,287,931
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,378,641
net_rshares0
@justdentist ·
Dtube is great. Thank you so much for your work!
properties (22)
authorjustdentist
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182408711z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:24:09
last_update2017-09-19 18:24:09
depth1
children0
last_payout2017-09-26 18:24: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_length48
author_reputation15,050,302,447,848
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,253
net_rshares0
@justoneopinion ·
Heres my upvote and pennies
properties (22)
authorjustoneopinion
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t203034367z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 20:30:36
last_update2017-09-20 20:30:36
depth1
children0
last_payout2017-09-27 20:30:36
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_length27
author_reputation53,562,754,073
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,458,780
net_rshares0
@jwolf ·
Let me knoe if you need help in translating for romanians
properties (22)
authorjwolf
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t121656323z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 12:17:00
last_update2017-09-21 12:17:00
depth1
children0
last_payout2017-09-28 12:17: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_length57
author_reputation124,912,730,383,826
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,516,366
net_rshares0
@kader1 ·
follow me back and upvote me
properties (22)
authorkader1
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t173735378z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 17:37:45
last_update2017-09-20 17:37:45
depth1
children0
last_payout2017-09-27 17:37:45
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_length28
author_reputation-37,008,112,395
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,444,611
net_rshares0
@kader1 ·
Nice to meet you, 
Wow, this is somehow a dream come true after all these years envisioning it coming to our everyday world.
I votes you post plase vote my post thank you
Thanks a lot for sharing, great job as always,
Follow me @kader1
Thank you
properties (22)
authorkader1
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t163318790z
categorydtube
json_metadata{"tags":["dtube"],"users":["kader1"],"app":"steemit/0.1"}
created2017-09-21 16:33:27
last_update2017-09-21 16:33:27
depth1
children0
last_payout2017-09-28 16:33:27
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_length245
author_reputation-37,008,112,395
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,538,385
net_rshares0
@kanedizzle08 ·
$0.09
what’s wrong with dtube it’s not coming up when i go to dtube.video
👍  
properties (23)
authorkanedizzle08
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t191331572z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-07 19:13:30
last_update2017-10-07 19:13:30
depth1
children0
last_payout2017-10-14 19:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation1,950,041,898,490
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,037,662
net_rshares37,334,202,840
author_curate_reward""
vote details (1)
@kevteh ·
$3.02
Dtube is way better than Youtube already...
👍  , ,
properties (23)
authorkevteh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t095808556z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 09:58:09
last_update2017-09-20 09:58:09
depth1
children1
last_payout2017-09-27 09:58:09
cashout_time1969-12-31 23:59:59
total_payout_value2.559 HBD
curator_payout_value0.465 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation247,486,524,762
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,407,988
net_rshares1,150,478,478,195
author_curate_reward""
vote details (3)
@liondani ·
Philosophically for sure.
👍  
properties (23)
authorliondani
permlinkre-kevteh-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t101838063z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 10:18:39
last_update2017-09-23 10:18:39
depth2
children0
last_payout2017-09-30 10:18:39
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_length25
author_reputation95,095,146,236,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,694,998
net_rshares497,803,464
author_curate_reward""
vote details (1)
@khoa ·
$0.04
<p>This post has received a 0.10 % upvote from @khoa</p>

<p> thanks to: @khoa.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@SEND ANY AMOUNT TO GET AN UP VOTE</p>
👍  
properties (23)
authorkhoa
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190839044z
categorydtube
json_metadata{"tags":["dtube"],"app":"drotto/0.0.1"}
created2017-09-19 19:08:51
last_update2017-09-19 19:08:51
depth1
children0
last_payout2017-09-26 19:08:51
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_length287
author_reputation2,970,078,109,290
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,355,822
net_rshares17,501,356,881
author_curate_reward""
vote details (1)
@kokoliso ·
$2.46
Hi @heimindanger this is the Spanish translation, I did it just for fun:
If you want you can use it.

{
	"ERROR_UNKNOWN":"Error desconocido",
	"ERROR_TITLE":"Error",
	"GLOBAL_REPLY":"Responder",
	"GLOBAL_REPLY_TO":"Responder a",
	"GLOBAL_ERROR_COULD_NOT_VOTE":"No puede votar",
	"GLOBAL_ERROR_DOWNVOTE_FOR":"%1 votar en contra de %2",
	"GLOBAL_ERROR_VOTE_FOR":"%1 votar por %2",
	"SETTINGS_DROPDOWN_VOTING":"Votando",
	"SETTINGS_DROPDOWN_NSFW_VIDEOS":"Vídeos NSFW",
	"SETTINGS_DROPDOWN_SHOW":"Mostrar",
	"SETTINGS_DROPDOWN_HIDE_PICTURE":"Esconder Dibujo",
	"SETTINGS_DROPDOWN_FULLY_HIDDEN":"Esconder completamente",
	"SETTINGS_DROPDOWN_IPFS_SETTINGS":"Ajustes IPFS",
	"SETTINGS_DROPDOWN_LOCAL_IPFS":"IPFS Local",
	"SETTINGS_DROPDOWN_RUNNING_IPFS":"Usted está ejecutando IPFS",
	"SETTINGS_DROPDOWN_NOT_RUNNING_IPFS":"Usted no está ejecutando IPFS",
	"SETTINGS_DROPDOWN_PINNED":"Sujeto",
	"SETTINGS_DROPDOWN_MAX":"Máximo",
	"SETTINGS_DROPDOWN_EMPTY_GARBAGE":"Vaciar papelera",
	"SETTINGS_DROPDOWN_GATEWAY":"Pasarela",
	"SETTINGS_DROPDOWN_AUTOMATIC":"Automático",
	"SETTINGS_DROPDOWN_API":"API",
	"TOPBAR_TOOLTIP_UPLOAD_VIDEO":"Subir un Vídeo",
	"TOPBAR_LOGIN":"Acceder",
	"TOPBAR_PLACEHOLDER_SEARCH_VIDEOS":"Buscar Vídeos…",
	"USERS_USE":"Usar",
	"USERS_CHANNEL":"Canal",
	"USERS_CLAIM_REWARDS":"Reclamar Recompensas",
	"USERS_LOG_OUT":"Salir",
	"USERS_ADD_ANOTHER_ACCOUNT":"Añadir otra cuenta",
	"USERS_YOU_HAVE_CLAIMED":"Usted ha reclamado",
	"USERS_SUCCESS":"Éxito",
	"HOME_TITLE_FEED_VIDEOS":"Lista de vídeos suscritos",
	"HOME_TITLE_HOT_VIDEOS":"Vídeos Populares",
	"HOME_TITLE_TRENDING_VIDEOS":"Vídeos en tendencia",
	"HOME_TITLE_NEW_VIDEOS":"Nuevos Vídeos",
	"HOME_TITLE_WATCH_AGAIN":"Ver de Nuevo",
	"HOME_TITLE_NEIGHBORHOOD":"Vecindario",
	"CHANNEL_TITLE_VIDEOS_BY":"Vídeos de ",
	"LOGIN_PLACEHOLDER_STEEM_USERNAME":"Nombre de usuario de STEEM",
	"LOGIN_PLACEHOLDER_PRIVATE_POSTING_KEY":"Clave Privada para Publicar",
	"LOGIN_REMEMBER_ME":"Recuérdeme",
	"LOGIN_BUTTON_LOGIN":"Acceder",
	"LOGIN_LINK_NO_ACCOUNT":"¿No tiene Cuenta?",
	"LOGIN_LINK_SIGN_UP_ON":"Inscribirse o Abrir sesión",
	"LOGIN_ERROR_EMPTY_USERNAME_POSTING_KEY":"Por favor introduzca tanto el nombre de usuario como la clave privada para publicar para acceder",
	"LOGIN_ERROR_UNKNOWN_USERNAME":"El nombre de usuario no existe",
	"LOGIN_ERROR_WRONG_POSTING_KEY":"La clave privada para publicar es incorrecta",
	"LOGIN_ERROR_AUTHENTIFICATION_FAILED":"El nombre de usuario y la clave privada para publiar no coinciden",
	"SEARCH_RESULTS_FOR":"Buscar resultados para",
	"SEARCH_RESULT":"resultado",
	"SEARCH_RESULTS":"resultados",
	"VIDEO_UNSUBSCRIBE":"Desubscribirse",
	"VIDEO_SUBSCRIBE":"Subscribirse",
	"VIDEO_ADDED_ON":"Añadido en",
	"VIDEO_COMMENTS":"Comentarios",
	"UPLOAD_STEP1_TITLE":"Vídeo",
	"UPLOAD_STEP1_DESCRITION":"Subir un vídeo",
	"UPLOAD_STEP2_TITLE":"Foto descriptiva",
	"UPLOAD_STEP2_DESCRITION":"Subir una minifoto",
	"UPLOAD_STEP3_TITLE":"Enviar a la Cadena de Bloques",
	"UPLOAD_STEP3_DESCRITION":"Introduzca un título, descripción y etiquetas",
	"UPLOAD_UPLOAD_FILE":"Deje caer un archivo o pulse para empezar la carga",
	"UPLOAD_VIDEO_BITRATE":"Tasa de bits del Vídeo",
	"UPLOAD_TAKE_SNAP":"Tomar una foto",
	"UPLOAD_UPLOAD_SNAP":"Cargar una foto",
	"UPLOAD_TITLE":"Título",
	"UPLOAD_DESCRIPTION":"Descripción",
	"UPLOAD_TAGS":"Etiquetas",
	"UPLOAD_MORE_INFO":"Más Información",
	"UPLOAD_AUTHOR":"autor",
	"UPLOAD_VIDEOHASH":"videohash",
	"UPLOAD_SNAPHASH":"snaphash",
	"UPLOAD_CLEAR":"Borrar",
	"UPLOAD_SUBMIT":"Enviar",
	"UPLOAD_ERROR_UPLOAD_FILE":"Por favor, selecciones un archivo para cargar",
	"UPLOAD_ERROR_WRONG_FORMAT":"El archivo que usted está intentando cargar no es un vídeo",
	"UPLOAD_ERROR_IPFS_UPLOADING":"IPFS Error en la subida",
	"UPLOAD_WATCH_ON_DTUBE":"Verlo en",
	"UPLOAD_WATCH_SOURCE_IPFS":"Ver fuente (IPFS)",
	"UPLOAD_ERROR_NOT_IMAGE":"El archivo que está intentando cargar no es una imagen",
	"UPLOAD_ERROR_REACH_MAX_SIZE":"El tamaño máximo de la foto es",
	"UPLOAD_ERROR_TITLE_REQUIRED":"Se requiere un título",
	"UPLOAD_ERROR_UPLOAD_SNAP_FILE":"Por favor suba una foto",
	"UPLOAD_ERROR_LOGIN_BEFORE_UPLOADING":"Por favor, acceda a su cuenta antes de enviar",
	"UPLOAD_ERROR_UPLOAD_VIDEO_BEFORE_SUBMITTING":"Por favor suba un vídeo antes de enviar",
	"UPLOAD_ERROR_SUBMIT_BLOCKCHAIN":"Error mientras se enviaba a la cadena de bloques"
}
👍  ,
properties (23)
authorkokoliso
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t180154330z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 18:01:57
last_update2017-09-21 18:01:57
depth1
children3
last_payout2017-09-28 18:01:57
cashout_time1969-12-31 23:59:59
total_payout_value1.850 HBD
curator_payout_value0.606 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,357
author_reputation3,458,575,950,854
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,545,626
net_rshares938,617,927,070
author_curate_reward""
vote details (2)
@kokoliso ·
I made a mistake with this one, it is "publicar" not "publiar":

"LOGIN_ERROR_AUTHENTIFICATION_FAILED":"El nombre de usuario y la clave privada para publicar no coinciden",
properties (22)
authorkokoliso
permlinkre-kokoliso-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t043816686z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-29 04:38:18
last_update2017-09-29 04:38:18
depth2
children2
last_payout2017-10-06 04:38: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_length172
author_reputation3,458,575,950,854
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,242,752
net_rshares0
@fredericcatala ·
En "SETTINGS_DROPDOWN_HIDE_PICTURE":"Esconder Dibujo", no seria más acertado poner *"esconder **imagen**"?*
👍  ,
properties (23)
authorfredericcatala
permlinkre-kokoliso-re-kokoliso-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171127t195510082z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-11-27 19:55:09
last_update2017-11-27 19:55:09
depth3
children1
last_payout2017-12-04 19:55: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_length107
author_reputation715,257,522
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,706,541
net_rshares6,633,421,314
author_curate_reward""
vote details (2)
@lahcen80 ·
I'm very happy because I see it as fun and a complement to what we're looking for in the steemit The steemit will be compatible with the dtube
properties (22)
authorlahcen80
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t195841990z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:58:42
last_update2017-09-19 19:58:42
depth1
children0
last_payout2017-09-26 19:58: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_length142
author_reputation105,900,808,796
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,359,325
net_rshares0
@launglilawangsa ·
@heimindanger. Good because you're looking after and improving the website. I love DTube that you work hard for it. DTube is uploading by percentage in Time. I hope that you have 100 MBit uploaded and it does not matter at all because your video takes 10 seconds to upload. Yes, I always upload and always talk Dtube in small and long duration, thanks for still going on ...
properties (22)
authorlaunglilawangsa
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180505t190220566z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2018-05-05 19:02:24
last_update2018-05-05 19:02:24
depth1
children0
last_payout2018-05-12 19:02: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_length374
author_reputation255,270,763,119
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,073,529
net_rshares0
@layl ·
Man I cannot express how much I appreciate the work you are doing here. Legendary. Seriously. 

I am stoked about the embed features as I am still posting to a wordpress site in conjunction to my Steemit. This will allow me to ditch YouTube completely.
properties (22)
authorlayl
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t090224609z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 09:02:27
last_update2017-09-21 09:02:27
depth1
children0
last_payout2017-09-28 09:02:27
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_length252
author_reputation3,869,989,806,417
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,503,280
net_rshares0
@layl ·
$0.23
@heimindanger Will it be possible to ever get a variable speed playback? A few people I've talked to have requested it because they like to watch informational videos at 1.5x
👍  
properties (23)
authorlayl
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t092410051z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 09:24:15
last_update2017-09-21 09:24:15
depth1
children1
last_payout2017-09-28 09:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.173 HBD
curator_payout_value0.056 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation3,869,989,806,417
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,504,633
net_rshares87,021,526,874
author_curate_reward""
vote details (1)
@heimindanger ·
The embed already does it, feel free to check it out ;)
properties (22)
authorheimindanger
permlinkre-layl-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150958402z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 15:09:57
last_update2017-09-21 15:09:57
depth2
children0
last_payout2017-09-28 15:09: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_length55
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,918
net_rshares0
@lefactuoscope ·
I'm looking forward on testing this new version! DTube will be easier to use than before! Good job guys!
properties (22)
authorlefactuoscope
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172314380z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:23:18
last_update2017-09-19 17:23:18
depth1
children0
last_payout2017-09-26 17:23: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_length104
author_reputation10,738,006,069,769
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,347,015
net_rshares0
@littlerph ·
Wow this is great! <3 Thanks a bunch for sharing!!! :D
properties (22)
authorlittlerph
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t022437922z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:25:21
last_update2017-09-20 02:25:21
depth1
children1
last_payout2017-09-27 02:25:21
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_length54
author_reputation803,741,557,648
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,959
net_rshares0
@ridwant ·
I have tried
logindtube. but to no avail
How to?
properties (22)
authorridwant
permlinkre-littlerph-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t023120209z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:31:21
last_update2017-09-20 02:31:21
depth2
children0
last_payout2017-09-27 02:31:21
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_length48
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,381,275
net_rshares0
@lizachka ·
Would you like to add Russian language to your Website? Contact me if needed.
properties (22)
authorlizachka
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t204033955z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 20:40:33
last_update2017-09-20 20:40:33
depth1
children0
last_payout2017-09-27 20:40: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_length77
author_reputation7,245,728,535
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,459,478
net_rshares0
@lolocabra ·
looking foward to start uploading grat stuff on ur platform
👍  
properties (23)
authorlolocabra
permlinkre-heimindanger-2017924t2196564z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-24 06:19:06
last_update2017-09-24 06:19:06
depth1
children0
last_payout2017-10-01 06:19:06
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_length59
author_reputation73,028,997,577
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,767,576
net_rshares1,526,693,285
author_curate_reward""
vote details (1)
@luciferrin ·
$0.39
This is *awesome!* You guys are doing great work to give us a solid platform! Continued luck and success!!
*Excelsior!!*
👍  , , , , , , , , ,
properties (23)
authorluciferrin
permlinkre-heimindanger-2017919t11289189z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-19 16:28:12
last_update2017-09-19 16:28:12
depth1
children0
last_payout2017-09-26 16:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.366 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation468,815,407,846
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,378
net_rshares159,959,482,227
author_curate_reward""
vote details (10)
@luisneira ·
Great job
properties (22)
authorluisneira
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172600063z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:26:03
last_update2017-09-19 17:26:03
depth1
children0
last_payout2017-09-26 17:26: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_length9
author_reputation1,669,851,356,537
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,347,280
net_rshares0
@lyndsaybowes ·
$0.11
Exciting times for sure, thanks again for all the labour you have been putting into this!  I LOVE DTube and use it religiously.  It's just going to get better and better.
👍  , ,
properties (23)
authorlyndsaybowes
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161120598z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:11:21
last_update2017-09-19 16:11:21
depth1
children0
last_payout2017-09-26 16:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.103 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation132,103,018,111,011
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,340,726
net_rshares45,298,787,916
author_curate_reward""
vote details (3)
@madarenjoy ·
Wow postingan yang sangat estem sangat luar buasa @heimindanger
properties (22)
authormadarenjoy
permlinkre-heimindanger-2017920t233614z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 18:33:12
last_update2017-09-19 18:33:12
depth1
children0
last_payout2017-09-26 18:33: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_length63
author_reputation176,094,141,584
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,353,060
net_rshares0
@magnata ·
Thank you for your work. We need innovations.
👍  ,
properties (23)
authormagnata
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162741569z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:27:42
last_update2017-09-19 16:27:42
depth1
children0
last_payout2017-09-26 16:27: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_length45
author_reputation49,556,692,956,431
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,330
net_rshares2,678,880,491
author_curate_reward""
vote details (2)
@mahbubalam ·
This post recieved an upvote & comment from mahbubalam. If you would like to recieve upvotes comment from mahbubalam on all your posts, simply FOLLOW @mahbubalam
properties (22)
authormahbubalam
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183942301z
categorydtube
json_metadata{"tags":["dtube"],"users":["mahbubalam"],"app":"steemit/0.1"}
created2017-09-19 18:39:45
last_update2017-09-19 18:39:45
depth1
children0
last_payout2017-09-26 18:39:45
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_length161
author_reputation-21,767,208,011
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,353,609
net_rshares0
@mahyul ·
follow me = follow back
👎  ,
properties (23)
authormahyul
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t140053610z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:00:57
last_update2017-09-20 14:00:57
depth1
children0
last_payout2017-09-27 14:00: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_length23
author_reputation56,123,676,294
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,425,672
net_rshares-45,423,260,242
author_curate_reward""
vote details (2)
@makeupbykili ·
Thank you for sharing this post, @heimindanger!! I'm using Dtube and it's it's great! I think that it's a good thing that you are working on the website.
properties (22)
authormakeupbykili
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122007415z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 12:20:15
last_update2017-09-20 12:20:15
depth1
children0
last_payout2017-09-27 12:20:15
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_length153
author_reputation911,341,737,908
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,417,334
net_rshares0
@maksudarrahman ·
this post is very nice
![](https://steemitimages.com/DQmZBgWGbKTpCHZrU7KuzSrnzQABddYhpSEPRu3tHZVQh9r/image.png)
properties (22)
authormaksudarrahman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171027t181355330z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmZBgWGbKTpCHZrU7KuzSrnzQABddYhpSEPRu3tHZVQh9r/image.png"],"app":"steemit/0.1"}
created2017-10-27 18:13:57
last_update2017-10-27 18:13:57
depth1
children0
last_payout2017-11-03 18:13: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_length111
author_reputation-643,421,443,448
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,712,792
net_rshares0
@manny80 ·
Can someone tell me what the little money icon, lightning percentage and the red star are for? Thanks!
👍  
properties (23)
authormanny80
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180207t062630221z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2018-02-07 06:26:30
last_update2018-02-07 06:26:30
depth1
children0
last_payout2018-02-14 06:26:30
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_length102
author_reputation27,976,232,216
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,590,391
net_rshares546,865,836
author_curate_reward""
vote details (1)
@mannyfig1956 ·
This post was very informative thank you for sharing 
you have my upvote 
Keep smiling, reading, writing and voting!!!
@mannyfig1956
properties (22)
authormannyfig1956
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t123142782z
categorydtube
json_metadata{"tags":["dtube"],"users":["mannyfig1956"],"app":"steemit/0.1"}
created2017-09-20 12:31:45
last_update2017-09-20 12:31:45
depth1
children0
last_payout2017-09-27 12:31:45
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_length132
author_reputation1,633,946,152,508
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,418,251
net_rshares0
@marco-delsalto ·
$1.82
nice keep on trucking my friend
👍  ,
properties (23)
authormarco-delsalto
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t012743931z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 01:27:42
last_update2017-09-20 01:27:42
depth1
children0
last_payout2017-09-27 01:27:42
cashout_time1969-12-31 23:59:59
total_payout_value1.820 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation7,350,812,533,370
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,377,885
net_rshares710,063,689,289
author_curate_reward""
vote details (2)
@marco1 ·
Hi guys , I've been trying to login to Dtube with my steemit account and i keep  getting this error message private posting key is wrong any help?
properties (22)
authormarco1
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t131705408z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 13:17:06
last_update2017-09-22 13:17:06
depth1
children0
last_payout2017-09-29 13:17:06
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_length146
author_reputation13,630,319,164
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,616,349
net_rshares0
@markara17 ·
I can not use Steemit 's user name & login key to login dtude. Dtube always ask for private posting key, I don't know what it is. Now I have to upload video to YouTube and share them in Steemit everytime. What a pity! 😭😭😭 It will  be great dtube ask for the same login key as Steemit.
properties (22)
authormarkara17
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t003710515z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-01 00:37:15
last_update2017-10-01 00:37:15
depth1
children0
last_payout2017-10-08 00:37:15
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_length284
author_reputation15,850,516,652
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,423,651
net_rshares0
@marzukie ·
congratulation  @heimindanger.
Your post is really interesting, I always liked the post about dtube, because I am learning about it, I want to know much about the uniqueness of dtube. Thanks for sharing @heimindanger
👍  , , , , ,
properties (23)
authormarzukie
permlinkre-heimindanger-2017920t14449441z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 18:45:03
last_update2017-09-19 18:45:03
depth1
children0
last_payout2017-09-26 18:45: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_length216
author_reputation2,006,629,145,748
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,353,992
net_rshares4,471,183,419
author_curate_reward""
vote details (6)
@matt2525 ·
Thanks a lot this is great news!
👍  
properties (23)
authormatt2525
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162954621z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:29:54
last_update2017-09-19 16:29:54
depth1
children0
last_payout2017-09-26 16:29:54
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_length32
author_reputation206,885,668,340
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,527
net_rshares464,691,258
author_curate_reward""
vote details (1)
@maygol ·
I have translated the txt file in Italian... how can i send you it?
properties (22)
authormaygol
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t132508716z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 13:25:09
last_update2017-09-24 13:25:09
depth1
children0
last_payout2017-10-01 13:25: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_length67
author_reputation0
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,794,170
net_rshares0
@mdarifulamin ·
Hi heimindanger, great to know. Can you suggest any intro post on DTube?
properties (22)
authormdarifulamin
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t045628771z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 04:55:33
last_update2017-09-21 04:55:33
depth1
children0
last_payout2017-09-28 04:55: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_length72
author_reputation0
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,429
net_rshares0
@mecherine ·
I know that  Dtube project will escalate to its highest point. It takes time and patience to design that kind project. keep it up @heimindanger
properties (22)
authormecherine
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t085559393z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 08:56:00
last_update2017-09-20 08:56:00
depth1
children0
last_payout2017-09-27 08:56: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_length143
author_reputation55,934,993,868
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,404,152
net_rshares0
@melbookermusic ·
Can't wait to try it out again. I tied many times to upload when this was first released, and it always crashed. Gonna try it out today!! 👍🏾✌🏾😊
properties (22)
authormelbookermusic
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180951921z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:09:51
last_update2017-09-19 18:09:51
depth1
children0
last_payout2017-09-26 18:09: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_length143
author_reputation34,047,041,237,041
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,980
net_rshares0
@melodyrussell · (edited)
I love where Dtube is headed, but I haven't had much luck with my uploads. Waited almost an hour the other night before I gave up on uploading a 60mb file. Any chance of a progress bar to let us know at what speed/percentage the upload is progressing?

 *Edit: Now that I've commented, i see that my concern is addressed in the top comment. I'll keep an eye on it for updates.
properties (22)
authormelodyrussell
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t134400151z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 13:44:00
last_update2017-09-20 13:46:06
depth1
children1
last_payout2017-09-27 13:44: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_length376
author_reputation12,757,576,053,516
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,424,123
net_rshares0
@heimindanger ·
Yep its probably related to the timeout bug we have at the moment. If you had a faster connection it would work fine :(
properties (22)
authorheimindanger
permlinkre-melodyrussell-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142731407z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:27:30
last_update2017-09-20 14:27:30
depth2
children0
last_payout2017-09-27 14:27:30
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_length119
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,427,931
net_rshares0
@mikeg85 ·
Dtube won't let me log in for some reason,has anybody else had this problem?
properties (22)
authormikeg85
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171002t213125798z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-02 21:31:30
last_update2017-10-02 21:31:30
depth1
children0
last_payout2017-10-09 21:31:30
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_length76
author_reputation14,663,452,701
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,606,778
net_rshares0
@mjctraining ·
Sounds very promising.  As a lot of other people have mentioned, ease of use and user interface is key.  Keep up the great work.
properties (22)
authormjctraining
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t002350655z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 00:23:51
last_update2017-09-22 00:23:51
depth1
children0
last_payout2017-09-29 00:23: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_length128
author_reputation282,370,075,209
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,569,473
net_rshares0
@mmgalore ·
Thanks @heimindanger for this great post. It is pleasing to note that more efforts are being deployed to make the experience on DTube flawless.

Nevertheless, it is not yet "Uhuru!". There is still some more work to be done. We are quite hopeful that the present challenges regarding DTube will be overcome before long.

In my view, much efforts should be committed to resolving the upload issues. I still encountered a server problem today while trying to upload a video to DTube. This can be frustrating and discouraging. This should be given Priority No. 1 attention because there would be no video site if users are unable to upload videos. We desire to migrate from the leading platform on video at the moment. That can only happen if DTube is equal to the task.

I have faith that DTube will be great; and very soon too! Very positively optimistic!! Well done!!!
👍  
properties (23)
authormmgalore
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t121856952z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-26 12:19:00
last_update2017-09-26 12:19:00
depth1
children0
last_payout2017-10-03 12:19: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_length868
author_reputation5,090,789,327
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,977,197
net_rshares1,160,593,467
author_curate_reward""
vote details (1)
@momi5 ·
Yeah..we need changes and upgradations from time to time.D tube will be welcomed by the steemit community for sure. And so many interesting  features are here.looking forward  for it.  I liked this post and so I am resteeming it.
properties (22)
authormomi5
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t130544417z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 13:05:51
last_update2017-09-20 13:05:51
depth1
children0
last_payout2017-09-27 13:05: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_length229
author_reputation733,670,244,058
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,421,012
net_rshares0
@moneymake ·
I'm new in steemit  I'm learning how to make tomuch upvote
properties (22)
authormoneymake
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t204532285z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 20:45:42
last_update2017-09-20 20:45:42
depth1
children0
last_payout2017-09-27 20:45: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_length58
author_reputation168,073,052
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,459,797
net_rshares0
@mosabhelal ·
I follow you. I will help you 
 @mosabhelal
properties (22)
authormosabhelal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050325812z
categorydtube
json_metadata{"tags":["dtube"],"users":["mosabhelal"],"app":"steemit/0.1"}
created2017-09-19 18:03:27
last_update2017-09-19 18:03:27
depth1
children0
last_payout2017-09-26 18:03:27
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_reputation-65,245,820,138
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,436
net_rshares0
@mostapha15 ·
Glad to be one of your followers .this post is amazing
properties (22)
authormostapha15
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170157994z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:02:06
last_update2017-09-19 17:02:06
depth1
children0
last_payout2017-09-26 17:02:06
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_length54
author_reputation10,371,214,904
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,246
net_rshares0
@mowlove ·
@ehabakhdar can we do the Arabic translation ?
properties (22)
authormowlove
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150739698z
categorydtube
json_metadata{"tags":["dtube"],"users":["ehabakhdar"],"app":"steemit/0.1"}
created2017-09-21 15:07:39
last_update2017-09-21 15:07:39
depth1
children0
last_payout2017-09-28 15:07:39
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_length46
author_reputation1,857,603,246
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,710
net_rshares0
@moxi ·
Awesome work man! Keep it up!
properties (22)
authormoxi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154547109z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:45:48
last_update2017-09-20 15:45:48
depth1
children0
last_payout2017-09-27 15:45:48
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_length29
author_reputation88,251,299,172
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,434,665
net_rshares0
@muliadi ·
Nice 

See this link i need your advice
https://steemit.com/flower/@muliadi/macros-photography-at-night-2017920t141129606z
properties (22)
authormuliadi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t072349843z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://steemit.com/flower/@muliadi/macros-photography-at-night-2017920t141129606z"],"app":"steemit/0.1"}
created2017-09-20 07:23:51
last_update2017-09-20 07:23:51
depth1
children0
last_payout2017-09-27 07:23: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_length122
author_reputation4,383,871,806,504
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,398,197
net_rshares0
@munawar1235 ·
Much awaited features especially the language translation feature. Thank you @heimindanger
properties (22)
authormunawar1235
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t171650675z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 17:18:09
last_update2017-09-19 17:18:09
depth1
children0
last_payout2017-09-26 17:18: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_length90
author_reputation86,522,918,923,810
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,346,603
net_rshares0
@murtaziqah ·
help me to earn dollars
properties (22)
authormurtaziqah
permlinkre-heimindanger-2017922t1223135z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 18:22:15
last_update2017-09-21 18:22:15
depth1
children1
last_payout2017-09-28 18:22:15
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_length23
author_reputation-53,261,170,751
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,547,225
net_rshares0
@heimindanger ·
Sorry but you can only earn crypto in here
properties (22)
authorheimindanger
permlinkre-murtaziqah-re-heimindanger-2017922t1223135z-20170922t020612393z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:06:12
last_update2017-09-22 02:06:12
depth2
children0
last_payout2017-09-29 02:06: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_length42
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,574,692
net_rshares0
@mushthafakamal ·
Thank you @heimindanger
properties (22)
authormushthafakamal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t084749409z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-23 08:47:45
last_update2017-09-23 08:47:45
depth1
children0
last_payout2017-09-30 08:47:45
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_length23
author_reputation3,896,135,444,593
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,689,633
net_rshares0
@mustayani ·
I am resteemed
👎  
properties (23)
authormustayani
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t164856964z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 16:49:00
last_update2017-09-21 16:49:00
depth1
children0
last_payout2017-09-28 16:49: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_length14
author_reputation-44,954,258,882
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,539,737
net_rshares-86,395,472,724
author_curate_reward""
vote details (1)
@myeasin ·
please follow me+ one
properties (22)
authormyeasin
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171011t034912984z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-11 03:49:39
last_update2017-10-11 03:49:39
depth1
children0
last_payout2017-10-18 03:49:39
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_reputation4,211,257,657,410
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,356,194
net_rshares0
@mykael95 ·
Just had one question in mind after visiting DTube. I noticed that a lot of videos talking about cryptocurrency are gaining popularity. So if I upload other original content like explainer videos or facts videos will they get popular in the DTube community?
👍  
properties (23)
authormykael95
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t145221309z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 14:52:21
last_update2017-09-23 14:52:21
depth1
children0
last_payout2017-09-30 14:52:21
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_length257
author_reputation17,952,979
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,713,913
net_rshares1,148,990,684
author_curate_reward""
vote details (1)
@mykitchenlab ·
@heimindanger great article. i didn't know i could access dtube in my own language!!! :) 

i haven't used it yet, for this simpe reason ,taht IPFS error does stop me  - i have approached a few people in regards to this and nobyd came back to me as yet. i can't find ANY INFORMATION how to deal with it - would you be so kind and advise? i am really keen to use it, but I just can't. 

would appreciate your reply a lot. 

Thanks
MyKitchenLab
properties (22)
authormykitchenlab
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180711t194746606z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2018-07-11 19:47:48
last_update2018-07-11 19:47:48
depth1
children0
last_payout2018-07-18 19:47:48
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_length441
author_reputation888,724,849,141
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id64,326,818
net_rshares0
@mysticmedons ·
very cool , nice post
properties (22)
authormysticmedons
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t053951358z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:40:00
last_update2017-09-23 05:40:00
depth1
children0
last_payout2017-09-30 05:40: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_length21
author_reputation21,941,447,343
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,679,031
net_rshares0
@nadinebrown ·
Hey there, I've done a translation in Russian. Would you like me to email to you or post it on here? Let me know what is your preference :) 
properties (22)
authornadinebrown
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t124737667z
categorydtube
json_metadata{"tags":["dtube"],"app":"busy/1.0.0"}
created2017-10-04 12:47:33
last_update2017-10-04 12:47:33
depth1
children0
last_payout2017-10-11 12:47: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_length140
author_reputation16,229,449,526
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,760,687
net_rshares0
@nanocheeze ·
check out our digital multiverse project at 
http://nanocheeze.com 
or 
https://cybershrapnel.github.io/nanocheeze
👎  
properties (23)
authornanocheeze
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t022656221z
categorydtube
json_metadata{"tags":["dtube"],"links":["http://nanocheeze.com","https://cybershrapnel.github.io/nanocheeze"],"app":"steemit/0.1"}
created2017-09-23 02:26:57
last_update2017-09-23 02:26:57
depth1
children0
last_payout2017-09-30 02:26: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_length114
author_reputation1,124,792,049,457
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,669,269
net_rshares0
author_curate_reward""
vote details (1)
@nascimentoab ·
This project will be more great than nowaday indeed. And let me put a mark  here (as a comment) for myself.  Just for I remember that: I was here in the beginning.
Great!
👍  
properties (23)
authornascimentoab
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021538172z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:15:42
last_update2017-09-20 02:15:42
depth1
children0
last_payout2017-09-27 02:15: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_length170
author_reputation19,482,165,039,001
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,440
net_rshares1,055,067,483
author_curate_reward""
vote details (1)
@nationall ·
Thank you I am following you, I hope you will also follow up vote  me this honor to me
properties (22)
authornationall
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t165552119z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:55:54
last_update2017-09-19 17:55:54
depth1
children0
last_payout2017-09-26 17:55:54
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_length86
author_reputation2,609,619,184,494
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,349,802
net_rshares0
@nazirkhyber · (edited)
$0.09
Its great that we are getting the updates and new versions of D-Tube within short periods...

![10042010339.jpg](https://steemitimages.com/DQmUhQ25JJdrvn6G75ZzjcddVpJgA2maX7QpH3yLDZDAopp/10042010339.jpg)
👍  ,
properties (23)
authornazirkhyber
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165012627z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmUhQ25JJdrvn6G75ZzjcddVpJgA2maX7QpH3yLDZDAopp/10042010339.jpg"]}
created2017-09-19 16:50:15
last_update2017-09-19 16:52:39
depth1
children0
last_payout2017-09-26 16:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.073 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation706,568,984,833
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,281
net_rshares37,357,516,120
author_curate_reward""
vote details (2)
@neilanthony ·
this is a great for the future.
properties (22)
authorneilanthony
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t171049720z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 16:59:00
last_update2017-09-21 16:59:00
depth1
children0
last_payout2017-09-28 16:59: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_length31
author_reputation1,125,489,268,494
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,540,602
net_rshares0
@netnobody ·
@heimindanger @dtube and chance there will be a certified badge for famous YouTubers like me? It would also help if we could get a upload progress bar, that way we can do other things while we upload content? My other account on here, @skydoesminecraft will be where i am uploading my almosr 1900+ videos from my YouTube channel... some videos are over a hour, any chance when the limits will be fixed? Thanks!

#NetNobody
👍  ,
properties (23)
authornetnobody
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t002108229z
categorydtube
json_metadata{"tags":["netnobody","dtube"],"users":["heimindanger","dtube","skydoesminecraft"],"app":"steemit/0.1"}
created2017-09-22 00:21:09
last_update2017-09-22 00:21:09
depth1
children1
last_payout2017-09-29 00: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_length422
author_reputation-937,510,669,366
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,569,359
net_rshares2,398,831,262
author_curate_reward""
vote details (2)
@highspeedpursuit ·
Follow me world i follow back!
properties (22)
authorhighspeedpursuit
permlinkre-netnobody-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t054103731z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:41:15
last_update2017-09-23 05:41:15
depth2
children0
last_payout2017-09-30 05:41:15
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_length30
author_reputation-880,796,331,429
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,679,109
net_rshares0
@newsdesk ·
$0.05
Dtube effortlessly dovetails into steem, I love this project.
👍  
properties (23)
authornewsdesk
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t233343333z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:33:42
last_update2017-09-19 23:33:42
depth1
children0
last_payout2017-09-26 23:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation153,960,090,054
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,371,727
net_rshares19,843,389,008
author_curate_reward""
vote details (1)
@nicholas83 ·
@heimindanger. Thank you. But I am still having problems uploading videos.
properties (22)
authornicholas83
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t212559590z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 21:26:00
last_update2017-09-19 21:26:00
depth1
children0
last_payout2017-09-26 21:26: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_length74
author_reputation3,100,178,185,327
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,364,587
net_rshares0
@nigelmarkdias ·
Great work @heimindanger
Does the anchor tag always have to be @DTube
Is there a way to have another anchor tag?
👍  ,
properties (23)
authornigelmarkdias
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073256589z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger","dtube"],"app":"steemit/0.1"}
created2017-09-21 07:32:57
last_update2017-09-21 07:32:57
depth1
children0
last_payout2017-09-28 07:32: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_length112
author_reputation47,068,459,201,342
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,497,600
net_rshares5,246,659,076
author_curate_reward""
vote details (2)
@noisy ·
$6.40
Hi, great to hear about so big progress! :)

BTW, I would like to let you know, that I just added your DTube to Steem Apps directory which will be published soon as SteemProjects initiative:

![Selection_151.png](https://steemitimages.com/DQmYm81h4sFabw9CdjMfcEqa7wDPV5b23P3QuEENXxHwPA7/Selection_151.png)

I hope, that there will be many updates about your projects in the future :)
👍  , , , , ,
properties (23)
authornoisy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052045839z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmYm81h4sFabw9CdjMfcEqa7wDPV5b23P3QuEENXxHwPA7/Selection_151.png"],"app":"steemit/0.1"}
created2017-09-20 05:20:45
last_update2017-09-20 05:20:45
depth1
children1
last_payout2017-09-27 05:20:45
cashout_time1969-12-31 23:59:59
total_payout_value5.861 HBD
curator_payout_value0.541 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length383
author_reputation59,974,373,499,600
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,390,643
net_rshares2,464,553,795,150
author_curate_reward""
vote details (6)
@heimindanger · (edited)
$3.02
I love the timeline feature, it's useful for me!
👍  , ,
properties (23)
authorheimindanger
permlinkre-noisy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154719947z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:47:21
last_update2017-09-20 15:47:30
depth2
children0
last_payout2017-09-27 15:47:21
cashout_time1969-12-31 23:59:59
total_payout_value2.266 HBD
curator_payout_value0.754 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,434,814
net_rshares1,154,200,680,179
author_curate_reward""
vote details (3)
@noval ·
business does not lie to results
properties (22)
authornoval
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t054902817z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 05:49:12
last_update2017-09-21 05:49:12
depth1
children0
last_payout2017-09-28 05:49: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_length32
author_reputation78,049,643,501
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,491,438
net_rshares0
@nutela ·
>That's why I am adding a call for translators in this article.

Great I can do Dutch and Czech!

>New DTube contributors
I mentioned in my previous article that I was interviewing people to help me on DTube. Well in the end, all this process was completely useless. I ended up recruiting a past colleague of mine... I know I'm kinda hard to work with because of my sub-par communication skills. 

Well you can listen tomorrow to the #Whaletank (check RSVP @officialfuzzy to connect over Mumble) we seem to get things done pretty neatly like #smt which was invented there through the use of #bitshares, if I'm not mistaken, but yeah communication is hard on Steemit. Trying to do subtitles and transcripts, when are those going to be supported? That would be great for people used to other languages then English.
properties (22)
authornutela
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t113157557z
categorydtube
json_metadata{"tags":["whaletank","smt","bitshares","dtube"],"users":["officialfuzzy"],"app":"steemit/0.1"}
created2017-09-29 11:31:54
last_update2017-09-29 11:31:54
depth1
children0
last_payout2017-10-06 11:31:54
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_length813
author_reputation12,740,113,194,550
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,269,616
net_rshares0
@offgridlife ·
Will there be a Music Library that we can use to add Copyright Free Music to our videos ?
properties (22)
authoroffgridlife
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t223228128z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 22:32:27
last_update2017-09-21 22:32:27
depth1
children0
last_payout2017-09-28 22:32:27
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_length89
author_reputation400,472,926,797,594
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,563,834
net_rshares0
@omgrofl ·
**Nice!** Somebody translating to German so far? If not, I started an Etherpad for it: https://public.etherpad-mozilla.org/p/dtube-german - feel free to join...
properties (22)
authoromgrofl
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190122045z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://public.etherpad-mozilla.org/p/dtube-german"],"app":"steemit/0.1"}
created2017-09-19 19:01:24
last_update2017-09-19 19:01:24
depth1
children0
last_payout2017-09-26 19:01: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_length160
author_reputation54,973,810,417
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,355,284
net_rshares0
@omra-sky ·
I hope DTube catches on. Anything that sticks it to youtube is a good thing.
properties (22)
authoromra-sky
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t232109014z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 23:21:09
last_update2017-09-20 23:21:09
depth1
children0
last_payout2017-09-27 23: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_length76
author_reputation27,901,740,181,336
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,469,565
net_rshares0
@oneshot ·
$0.51
DTube and DSound are greats!! Anyway it's a big paradox that we still don't have a DImages or DDocs!! :-)
https://media.giphy.com/media/3o7TKTDn976rzVgky4/giphy.gif
👍  , , , , , , , , ,
properties (23)
authoroneshot
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162501686z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://media.giphy.com/media/3o7TKTDn976rzVgky4/giphy.gif"],"app":"steemit/0.1"}
created2017-09-19 16:25:03
last_update2017-09-19 16:25:03
depth1
children4
last_payout2017-09-26 16:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.381 HBD
curator_payout_value0.124 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation2,618,161,935,301
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,097
net_rshares198,608,340,399
author_curate_reward""
vote details (10)
@pegasusphysics ·
Well, it's in the aether now...
Just a matter of time ^_^
👍  
properties (23)
authorpegasusphysics
permlinkre-oneshot-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180535372z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:05:00
last_update2017-09-19 18:05:00
depth2
children0
last_payout2017-09-26 18:05: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_length57
author_reputation2,763,641,310,350
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,564
net_rshares3,396,553,498
author_curate_reward""
vote details (1)
@the-ego-is-you ·
$0.49
Even DSound and DTube are kinda hard sells.... but DImage... why not go straight to DPic?
👍  , , , , , , , , ,
properties (23)
authorthe-ego-is-you
permlinkre-oneshot-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174549304z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:45:45
last_update2017-09-19 17:45:45
depth2
children2
last_payout2017-09-26 17:45:45
cashout_time1969-12-31 23:59:59
total_payout_value0.373 HBD
curator_payout_value0.120 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,348,976
net_rshares194,126,643,685
author_curate_reward""
vote details (10)
@transisto ·
$2.70
D...pic, What could go wrong?
👍  , , , , ,
properties (23)
authortransisto
permlinkre-the-ego-is-you-re-oneshot-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t033259374z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 03:32:57
last_update2017-09-20 03:32:57
depth3
children1
last_payout2017-09-27 03:32:57
cashout_time1969-12-31 23:59:59
total_payout_value2.050 HBD
curator_payout_value0.650 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation330,357,940,720,833
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,384,627
net_rshares1,047,266,072,095
author_curate_reward""
vote details (6)
@optimisticguy ·
@optimisticguy just up/voted your post. I like your writing style. If you want me to up/vote all your postings simply follow me @optimisticguy.
👎  
properties (23)
authoroptimisticguy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t225116911z
categorydtube
json_metadata{"tags":["dtube"],"users":["optimisticguy"],"app":"steemit/0.1"}
created2017-09-19 22:51:18
last_update2017-09-19 22:51:18
depth1
children0
last_payout2017-09-26 22:51: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_length143
author_reputation-898,410,536,557
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,369,499
net_rshares-1,489,698,081
author_curate_reward""
vote details (1)
@passthepopcorn ·
$0.21
Nice! Although I'm not on DTube yet, I am going to join very soon and start posting videos. The site is very responsive but still needs a bit of polishing here and there. I know you guys are working very hard. Thank you!

P.S: I think I will be posting videos mainly on programming languages, maths tricks and geeky stuffs. Let me know whether you guys want videos like that.
👍  
properties (23)
authorpassthepopcorn
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182213594z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 18:22:15
last_update2017-09-20 18:22:15
depth1
children0
last_payout2017-09-27 18:22:15
cashout_time1969-12-31 23:59:59
total_payout_value0.161 HBD
curator_payout_value0.053 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length375
author_reputation11,801,479,069
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,448,574
net_rshares82,639,147,823
author_curate_reward""
vote details (1)
@pastbastard ·
$3.28
I would love to see a "Complete Idiot's Guide to making an IPFS D-Tube Server." Namely because I am a complete idiot and would love to set up a D-tube server!
👍  , , , , , , , , , , , , , ,
properties (23)
authorpastbastard
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161156187z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:11:54
last_update2017-09-19 16:11:54
depth1
children5
last_payout2017-09-26 16:11:54
cashout_time1969-12-31 23:59:59
total_payout_value2.552 HBD
curator_payout_value0.731 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length158
author_reputation1,306,345,703,844
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,340,782
net_rshares1,287,434,979,555
author_curate_reward""
vote details (15)
@heimindanger ·
$2.45
Feel free to contact me about that on steemit.chat, I can assist you, and I would love to have more IPFS nodes to connect to!
👍  , , , , , , ,
properties (23)
authorheimindanger
permlinkre-pastbastard-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162359223z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:24:00
last_update2017-09-19 16:24:00
depth2
children3
last_payout2017-09-26 16:24:00
cashout_time1969-12-31 23:59:59
total_payout_value1.844 HBD
curator_payout_value0.610 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,989
net_rshares962,709,409,538
author_curate_reward""
vote details (8)
@teamsteem · (edited)
I'm also very seriously considering setting up one myself. I'll contact you too. Though I've seen the guide by @blueorgy which would probably be enough.
properties (22)
authorteamsteem
permlinkre-heimindanger-re-pastbastard-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t083315476z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1","users":["blueorgy"]}
created2017-09-20 08:33:12
last_update2017-09-20 08:33:54
depth3
children2
last_payout2017-09-27 08:33: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_length152
author_reputation284,804,541,406,803
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,402,652
net_rshares0
@the-ego-is-you ·
Love the fire in your belly.
👍  
properties (23)
authorthe-ego-is-you
permlinkre-pastbastard-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174255025z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:42:51
last_update2017-09-19 17:42:51
depth2
children0
last_payout2017-09-26 17:42: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_length28
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,348,757
net_rshares2,072,940,098
author_curate_reward""
vote details (1)
@pathi ·
I will translate it in Nepali. Thank You For the Opportunity
properties (22)
authorpathi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t150745898z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:08:06
last_update2017-09-20 15:08:06
depth1
children0
last_payout2017-09-27 15:08:06
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_length60
author_reputation908,847,800,297
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,431,425
net_rshares0
@phobiac86 ·
My wife and I may be able to assist with an Afrikaans translation should you require one?
properties (22)
authorphobiac86
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180053155z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:00:54
last_update2017-09-19 18:00:54
depth1
children0
last_payout2017-09-26 18:00:54
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_length89
author_reputation1,888,925,973
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,208
net_rshares0
@pisolutionsmru ·
I have checked out the latest features and these are some great updates :)

Thanks for adding new awesome features XD
properties (22)
authorpisolutionsmru
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t083144129z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 08:31:45
last_update2017-09-20 08:31:45
depth1
children0
last_payout2017-09-27 08:31:45
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_length117
author_reputation5,014,284,597,806
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,402,543
net_rshares0
@planetauto ·
What a great platform, and the fact if anything breaks - your aware and are already working out away to fix it immediately, Kudos
properties (22)
authorplanetauto
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171009t173520877z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-09 17:35:21
last_update2017-10-09 17:35:21
depth1
children0
last_payout2017-10-16 17:35:21
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_length129
author_reputation298,551,348,778,462
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,215,468
net_rshares0
@pnc ·
$0.70
Congratulation @heimindanger for your hard work. Welcome to other team members @hightouch @steeminator3000 and @superkoala
👍  ,
properties (23)
authorpnc
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t191133016z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger","hightouch","steeminator3000","superkoala"],"app":"steemit/0.1"}
created2017-09-19 19:11:33
last_update2017-09-19 19:11:33
depth1
children0
last_payout2017-09-26 19:11:33
cashout_time1969-12-31 23:59:59
total_payout_value0.524 HBD
curator_payout_value0.172 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation31,746,903,636,788
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,356,031
net_rshares274,806,991,058
author_curate_reward""
vote details (2)
@practicaleric ·
Those are some great improvements :) loving dtube :)
👍  
properties (23)
authorpracticaleric
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163327562z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:33:30
last_update2017-09-19 16:33:30
depth1
children0
last_payout2017-09-26 16:33:30
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_length52
author_reputation202,920,089,083,447
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,831
net_rshares926,440,331
author_curate_reward""
vote details (1)
@pratik27 ·
I'm not a developer, wish I could help. I'll see if I can help with the translations. I shall start posting dtube soon, next month may be. So really grateful for the improvisations.
properties (22)
authorpratik27
permlinkre-heimindanger-2017919t235328825z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 18:23:36
last_update2017-09-19 18:23:36
depth1
children0
last_payout2017-09-26 18:23:36
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_length181
author_reputation4,536,028,663,570
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,198
net_rshares0
@princessperibanu ·
Thanks for all the new updates. Very helpful!  :))
properties (22)
authorprincessperibanu
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t180104456z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 18:01:12
last_update2017-09-21 18:01:12
depth1
children0
last_payout2017-09-28 18:01: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_length50
author_reputation4,284,920,008
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,545,566
net_rshares0
@prowebwriter ·
Keep up the awesome work, @heimindanger!!! This project is a beam of hope to so many of us who have been disappointed by YouTube's censorship. I will promote DTube far and wide. Thanks for your hard work!
properties (22)
authorprowebwriter
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175842701z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 17:58:45
last_update2017-09-19 17:58:45
depth1
children0
last_payout2017-09-26 17:58:45
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_length204
author_reputation2,587,430,165,949
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,027
net_rshares0
@punreal ·
This is a downright amazing update @heimindanger. I hope you are handsomely rewarded for all of your work with DTube!
👍  
properties (23)
authorpunreal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182056667z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 18:20:57
last_update2017-09-19 18:20:57
depth1
children0
last_payout2017-09-26 18:20: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_length117
author_reputation33,693,447,478
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,351,976
net_rshares1,224,057,064
author_curate_reward""
vote details (1)
@ragepeanut · (edited)
$3.13
Je suis tellement content qu'on puisse embed des vidéos DTube. J'ai déjà essayé d'en incorporer une à mon projet et ça fonctionne super bien, et en plus de ça c'est beau ! Continue le bon boulot !

I'm so happy we can now embed DTube videos. Already tried it on my project and works like a charm, and it's looking good too ! Good job, keep up the good work !

Edit: je me permets de te tagger @heimindanger pour te faire part d'un petit problème que j'ai rencontré avec l'embed. Lorsque la vidéo joue il est possible de faire bugger l'interface en survolant l'endroit que je montre ci-dessous. 
<center>![https://gyazo.com/679d4c699631c9062a432f859fbef16f](https://i.gyazo.com/679d4c699631c9062a432f859fbef16f.gif)</center>
Le même problème se produit lorsque la vidéo est terminée, pas les vibrations mais la barre de navigation apparaît. 
<center>![https://gyazo.com/a3bbda0aad8e7fa192732932a91d9af9](https://i.gyazo.com/a3bbda0aad8e7fa192732932a91d9af9.png)</center>
Je suis donc allé voir sur le site source pour embed et le problème s'y trouve aussi. Vu que c'est un problème de width ça peut se fixer facilement avec un overflow: hidden sur le tag body, à toi de voir si tu veux t'intéresser au problème de plus près tout de suite, en attendant le simple fixe d'overflow sur le tag body devrait fonctionner (j'ai testé sur le site en question). En dehors de ça, rien à redire, c'est top !
👍  , , ,
properties (23)
authorragepeanut
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t215655557z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1","users":["heimindanger"],"image":["https://i.gyazo.com/679d4c699631c9062a432f859fbef16f.gif","https://i.gyazo.com/a3bbda0aad8e7fa192732932a91d9af9.png"]}
created2017-09-19 21:56:54
last_update2017-09-19 23:14:30
depth1
children1
last_payout2017-09-26 21:56:54
cashout_time1969-12-31 23:59:59
total_payout_value2.350 HBD
curator_payout_value0.780 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,394
author_reputation15,252,863,488,454
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,366,506
net_rshares1,225,148,530,612
author_curate_reward""
vote details (4)
@heimindanger ·
$0.03
Je n'ai pas essayé de modifier le css du skin videojs que j'utilise. En effet cest pas genial que ca affiche la scrollbar.

L'embed a des tout petits boutons sur mobile aussi. Ya un peu de boulot pour rendre le truc bien.
👍  , ,
properties (23)
authorheimindanger
permlinkre-ragepeanut-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t143447991z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:34:48
last_update2017-09-20 14:34:48
depth2
children0
last_payout2017-09-27 14:34:48
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,428,517
net_rshares12,007,989,603
author_curate_reward""
vote details (3)
@rahmayana ·
amazing progress
properties (22)
authorrahmayana
permlinkre-heimindanger-2017921t16475911z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 09:48:12
last_update2017-09-21 09:48:12
depth1
children0
last_payout2017-09-28 09:48: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_length16
author_reputation310,073,145,586
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,506,118
net_rshares0
@rambeesbd ·
![image](https://img.esteem.ws/ei87i2oe1e.jpg)
👎  , ,
properties (23)
authorrambeesbd
permlinkre-heimindanger-2017920t0445597z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 17:04:51
last_update2017-09-19 17:04:51
depth1
children0
last_payout2017-09-26 17:04: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_length46
author_reputation1,360,732,403,960
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,482
net_rshares-73,967,903,354
author_curate_reward""
vote details (3)
@rasalghul ·
Are you able to add the ability to create different "alias" channels under a single account like youtube has. 

Great work by the way
properties (22)
authorrasalghul
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t053606332z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:36:06
last_update2017-09-23 05:36:06
depth1
children0
last_payout2017-09-30 05:36:06
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_length133
author_reputation1,838,817,889
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,678,817
net_rshares0
@rdelgadop ·
Hey my Friend! Good for you! Good for us! This is my [Spanish](https://pastebin.com/WhM82UKq) translation link.
properties (22)
authorrdelgadop
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t200519304z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://pastebin.com/WhM82UKq"],"app":"steemit/0.1"}
created2017-09-20 20:05:18
last_update2017-09-20 20:05:18
depth1
children0
last_payout2017-09-27 20:05: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_length111
author_reputation2,067,660,647,491
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,456,826
net_rshares0
@rescueranjazz ·
Hi @heimindanger, when would @Dtube videos be embed-able and playable from @Steemit posts and comments? Thnaks!
properties (22)
authorrescueranjazz
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180101t173100428z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger","dtube","steemit"],"app":"steemit/0.1"}
created2018-01-01 17:30:57
last_update2018-01-01 17:30:57
depth1
children0
last_payout2018-01-08 17:30: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_length111
author_reputation18,275,097,288
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,405,353
net_rshares0
@ricko66 ·
Salut, @heimindanger, Super projet que tu a lancer sur Steemit, bravo! Je suis francais mais je vie et m'occupe de la communaute thai si tu a besoin de traduction en thai tu sais ou aller. Bonne continuation.
properties (22)
authorricko66
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t111630869z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 11:16:30
last_update2017-09-20 11:16:30
depth1
children4
last_payout2017-09-27 11:16:30
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_length208
author_reputation34,711,666,864,640
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,413,015
net_rshares0
@heimindanger ·
Ca serai avec grand plaisir. Le fichier à traduire est inclus dans mon article. Une fois traduit, ca me prend quelques minutes pour l'ajouter à DTube et voir à quoi ca ressemble.
properties (22)
authorheimindanger
permlinkre-ricko66-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142943625z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:29:42
last_update2017-09-20 14:29:42
depth2
children3
last_payout2017-09-27 14:29: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_length178
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,428,103
net_rshares0
@ricko66 ·
Nous allons nous en occupe
properties (22)
authorricko66
permlinkre-heimindanger-re-ricko66-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t144517144z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:45:18
last_update2017-09-20 14:45:18
depth3
children0
last_payout2017-09-27 14:45: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_length26
author_reputation34,711,666,864,640
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,429,396
net_rshares0
@ricko66 ·
j'ai bien downloader le fichier mais il y a des choses qui dans le langage informatique thai reste en Anglais comme "Error" cela n'aurais pas de sens de les traduire
properties (22)
authorricko66
permlinkre-heimindanger-re-ricko66-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t045253267z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 04:52:51
last_update2017-09-21 04:52:51
depth3
children1
last_payout2017-09-28 04:52: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_length165
author_reputation34,711,666,864,640
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,488,269
net_rshares0
@ridwant ·
@heimindanger let me follow you...
thank you
properties (22)
authorridwant
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183111439z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 18:31:12
last_update2017-09-19 18:31:12
depth1
children0
last_payout2017-09-26 18:31: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_length44
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,861
net_rshares0
@ridwant ·
let me follow dtube
properties (22)
authorridwant
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021637757z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 02:16:42
last_update2017-09-20 02:16:42
depth1
children0
last_payout2017-09-27 02:16: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_length19
author_reputation7,123,520,801,744
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,380,497
net_rshares0
@rinaalone ·
you are so amazing .thank you for the effort
properties (22)
authorrinaalone
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t030207192z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:08:54
last_update2017-09-19 18:08:54
depth1
children0
last_payout2017-09-26 18:08:54
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_length44
author_reputation97,055,155,338
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,350,898
net_rshares0
@rinaalone ·
https://media.giphy.com/media/l41lUjUgLLwWrz20w/giphy.gif @rinaalone
👍  
properties (23)
authorrinaalone
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t135845338z
categorydtube
json_metadata{"tags":["dtube"],"users":["rinaalone"],"image":["https://media.giphy.com/media/l41lUjUgLLwWrz20w/giphy.gif"],"app":"steemit/0.1"}
created2017-09-20 05:05:36
last_update2017-09-20 05:05:36
depth1
children0
last_payout2017-09-27 05:05:36
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_length68
author_reputation97,055,155,338
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,677
net_rshares0
author_curate_reward""
vote details (1)
@rinaalone · (edited)
https://steemitimages.com/0x0/https://i.ytimg.com/vi/ZJWSwi9g8QM/maxresdefault.jpg @rinaalone
properties (22)
authorrinaalone
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t140014830z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1","users":["rinaalone"],"image":["https://steemitimages.com/0x0/https://i.ytimg.com/vi/ZJWSwi9g8QM/maxresdefault.jpg"]}
created2017-09-20 05:07:06
last_update2017-09-20 05:10:36
depth1
children0
last_payout2017-09-27 05:07:06
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_length93
author_reputation97,055,155,338
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,770
net_rshares0
@rituparnaghosh ·
https://steemitimages.com/0x0/https://i.imgsafe.org/4f/4fc20993e8.gif
properties (22)
authorrituparnaghosh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t142442600z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/0x0/https://i.imgsafe.org/4f/4fc20993e8.gif"],"app":"steemit/0.1"}
created2017-09-22 14:24:42
last_update2017-09-22 14:24:42
depth1
children0
last_payout2017-09-29 14:24: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_length69
author_reputation184,695,882,114
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,621,480
net_rshares0
@rlugob ·
Great post. Upvote :)
properties (22)
authorrlugob
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t022206558z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 01:50:33
last_update2017-09-21 01:50:33
depth1
children0
last_payout2017-09-28 01:50: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_reputation764,724,969
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,478,027
net_rshares0
@rollsman ·
♥ I really liked your post, well written. I invite you to come on my page and mark "like" or leave a comment in the posts. Did you like it and you subscribe to me? Thank you! :))
properties (22)
authorrollsman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t155715819z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:58:12
last_update2017-09-20 15:58:12
depth1
children0
last_payout2017-09-27 15:58: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_length178
author_reputation-1,187,753,030,562
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,435,799
net_rshares0
@ronnie-sen ·
Wow!! I was looking for something like this as YouTube has disabled my Adsense Account !! Yippee
properties (22)
authorronnie-sen
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t164758746z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 16:48:00
last_update2017-09-20 16:48:00
depth1
children0
last_payout2017-09-27 16:48: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_length96
author_reputation433,724,011
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,440,211
net_rshares0
@roshanlal2017 ·
nice post
properties (22)
authorroshanlal2017
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t104449991z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 10:45:09
last_update2017-09-20 10:45:09
depth1
children0
last_payout2017-09-27 10:45: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_length9
author_reputation37,213,845,809
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,411,012
net_rshares0
@ryzal.valendzo ·
hello you ,, very good your status today, it is very important for us all for your notice, we always your success always in any field whatsoever, continue your work because every your status very benefit to me. thank you do not forget follow me and upvote. @ryzal.valendzo
properties (22)
authorryzal.valendzo
permlinkre-heimindanger-2017920t21523736z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 14:52:06
last_update2017-09-20 14:52:06
depth1
children0
last_payout2017-09-27 14:52:06
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_length272
author_reputation82,793,687,916
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,430,029
net_rshares0
@sachumanoj ·
I love D tube
properties (22)
authorsachumanoj
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t065127979z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 06:51:39
last_update2017-09-20 06:51:39
depth1
children0
last_payout2017-09-27 06:51:39
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_length13
author_reputation-15,034,412,992
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,396,243
net_rshares0
@saidulakbar ·
Your post is very good, I will wait for the next post
👍  , , , , , , , , , ,
👎  
properties (23)
authorsaidulakbar
permlinkre-heimindanger-2017920t0411360z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-19 17:04:42
last_update2017-09-19 17:04:42
depth1
children0
last_payout2017-09-26 17:04: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_length53
author_reputation2,723,254,609,795
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,466
net_rshares-16,447,922,974
author_curate_reward""
vote details (12)
@saimegh ·
Started using this platform love it @dtube . My best advice for everyone is start using dtube instead of YouTube . You can gain more rewards from this site and thanks for sharing this post @heimindanger
properties (22)
authorsaimegh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162432706z
categorydtube
json_metadata{"tags":["dtube"],"users":["dtube","heimindanger"],"app":"steemit/0.1"}
created2017-09-19 16:23:48
last_update2017-09-19 16:23:48
depth1
children0
last_payout2017-09-26 16:23:48
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_length202
author_reputation9,454,816,228,588
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,341,973
net_rshares0
@sam-wise ·
I can't seem to sign into Dtube...

You just use your private key for steemit - yea?
👍  ,
properties (23)
authorsam-wise
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t055802024z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 05:58:03
last_update2017-09-20 05:58:03
depth1
children0
last_payout2017-09-27 05:58: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_length84
author_reputation14,572,287,574
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,392,972
net_rshares417,816,622
author_curate_reward""
vote details (2)
@sanjib ·
Thank you,so much helpful information.
properties (22)
authorsanjib
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221634720z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 22:16:45
last_update2017-09-19 22:16:45
depth1
children0
last_payout2017-09-26 22:16:45
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_length38
author_reputation651,870,476,411
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,367,630
net_rshares0
@santigs ·
This is an awesome work you are doing. Thanks for adding all this features!
properties (22)
authorsantigs
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t062450817z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 06:24:30
last_update2017-09-20 06:24:30
depth1
children0
last_payout2017-09-27 06:24:30
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_length75
author_reputation140,188,596,902,353
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,394,623
net_rshares0
@saqibhayat ·
Thanks
properties (22)
authorsaqibhayat
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t171435291z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 17:14:45
last_update2017-09-20 17:14:45
depth1
children0
last_payout2017-09-27 17:14:45
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_length6
author_reputation590,463,894,978
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,442,593
net_rshares0
@sciack ·
hoping in new things and better results!
properties (22)
authorsciack
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t170438499z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 17:04:39
last_update2017-09-22 17:04:39
depth1
children0
last_payout2017-09-29 17:04:39
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_length40
author_reputation22,635,529,623,983
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,635,073
net_rshares0
@sebcam ·
Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou... : )
properties (22)
authorsebcam
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t092125525z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-01 08:16:12
last_update2017-10-01 08:16:12
depth1
children0
last_payout2017-10-08 08:16: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_length222
author_reputation95,931,580,337,605
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,449,559
net_rshares0
@seckorama ·
Hm, not sure where the error is but after this update I must more times to upload video to DTube, also some of icons in my channel dissapeared...
properties (22)
authorseckorama
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170930t194711355z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-30 19:45:03
last_update2017-09-30 19:45:03
depth1
children0
last_payout2017-10-07 19:45: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_length145
author_reputation682,203,260,691,750
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,406,612
net_rshares0
@senvi ·
How do I delete a video. I uploaded a snap and it replaced the entire video content. I thought it would just be the intro visual like on Youtube and Bitchute. Once video I uploaded with a snap is not suitable for audio only but I cannot figure out how to delete it and replace it with no snap
properties (22)
authorsenvi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180307t055610095z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2018-03-07 05:56:42
last_update2018-03-07 05:56:42
depth1
children0
last_payout2018-03-14 05:56: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_length292
author_reputation6,399,236,420
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,793,548
net_rshares0
@sergiomendes ·
This are some good updates. Thank you for keep working on it for all of us ♥️
properties (22)
authorsergiomendes
permlinkre-heimindanger-2017920t23112702z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-20 22:11:06
last_update2017-09-20 22:11:06
depth1
children2
last_payout2017-09-27 22:11:06
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_reputation679,031,463,787,805
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,465,537
net_rshares0
@reja ·
follow me
👍  
properties (23)
authorreja
permlinkre-sergiomendes-re-heimindanger-2017920t23112702z-20170920t225856925z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 22:59:00
last_update2017-09-20 22:59:00
depth2
children1
last_payout2017-09-27 22:59: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_length9
author_reputation726,883,194
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,468,335
net_rshares864,659,272
author_curate_reward""
vote details (1)
@sergiomendes ·
LOL Why should I?
properties (22)
authorsergiomendes
permlinkre-reja-re-sergiomendes-re-heimindanger-2017920t23112702z-20170921t143820159z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 14:38:21
last_update2017-09-21 14:38:21
depth3
children0
last_payout2017-09-28 14:38:21
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_length17
author_reputation679,031,463,787,805
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,528,094
net_rshares0
@shadowspub ·
http://i.imgur.com/SsfejKK.jpg

Hi @heimindanger, I just stopped back to let you know your post was one of my favourite reads and I included it in my Steemit Ramble. [You can read what I wrote about your post here.](https://steemit.com/curation/@shadowspub/october-6-steemit-ramble-126-curating-great-posts-for-you)

If you’d like to nominate someone’s post just visit the [Steemit Ramble Discord](https://discord.gg/sehMR75)
properties (22)
authorshadowspub
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t155745523z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"image":["http://i.imgur.com/SsfejKK.jpg"],"links":["https://steemit.com/curation/@shadowspub/october-6-steemit-ramble-126-curating-great-posts-for-you","https://discord.gg/sehMR75"],"app":"steemit/0.1"}
created2017-10-07 15:57:45
last_update2017-10-07 15:57:45
depth1
children0
last_payout2017-10-14 15:57:45
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_length425
author_reputation629,153,341,486,746
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,021,543
net_rshares0
@shahmaqsood ·
keep it up
properties (22)
authorshahmaqsood
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052446205z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 05:24:48
last_update2017-09-20 05:24:48
depth1
children0
last_payout2017-09-27 05:24:48
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_length10
author_reputation7,593,476,043
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,390,898
net_rshares0
@siddm96 ·
$0.26
I have been following the development for a while now and I'm happy that's it's very active and fast. Keep up the good work.
👍  , , , , , , , , ,
properties (23)
authorsiddm96
permlinkre-heimindanger-2017920t17744547z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 11:37:48
last_update2017-09-20 11:37:48
depth1
children0
last_payout2017-09-27 11:37:48
cashout_time1969-12-31 23:59:59
total_payout_value0.254 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation561,667,554,662
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,414,402
net_rshares105,317,656,378
author_curate_reward""
vote details (10)
@sir.nowt ·
Hey thanks @heimindanger! A heads up... my wife has translated the above dtube lines into Russian. She's just waiting for her steemit confirmation email to be delivered. I could share it on her behalf for the time being if you wish?

Great work! Really looking forward to using this platform.  I'm getting the hang of the ipfs/ipns protocols, just figuring out the server hosting stuff. I could maybe pick your brains at some point regarding my options (I understand most of it now and currently have at least 1TB for the cause but I'm not to clued up on general networking & security 'n' ting'). :)

Do you know if anyone is successfully serving nodes from raspberry-pi's, since I have two and they could easily run full time?
properties (22)
authorsir.nowt
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170930t182740670z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-30 18:27:39
last_update2017-09-30 18:27:39
depth1
children0
last_payout2017-10-07 18:27:39
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_length727
author_reputation289,321,792
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,401,303
net_rshares0
@sirisingh ·
I uploaded my first video without problem. 
I tried a second one and my Opera and Google Chrome page crash every time I start uploading. Out of memory is the message.
Any advice to continue uploading? I have quite a bunch to share.
They on mp4 format that has been already uploaded on YouTube fine.
Thanks
properties (22)
authorsirisingh
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t112216435z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-26 11:22:18
last_update2017-09-26 11:22:18
depth1
children0
last_payout2017-10-03 11:22: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_length305
author_reputation776,382,923
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,972,974
net_rshares0
@skysystem ·
The world is really changing....wish this was 10 years ago.![th.jpg](https://steemitimages.com/DQmfEJaJ5MJjTrDwmytWfkH261zAQHcWvCwCYKMELmoQUAs/th.jpg)
properties (22)
authorskysystem
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t105152826z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmfEJaJ5MJjTrDwmytWfkH261zAQHcWvCwCYKMELmoQUAs/th.jpg"],"app":"steemit/0.1"}
created2017-09-20 10:51:54
last_update2017-09-20 10:51:54
depth1
children0
last_payout2017-09-27 10:51:54
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_length150
author_reputation911,536,258
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,411,477
net_rshares0
@slickwilly ·
@heimindanger Just wanted to say thanks for all your work with DTube! Keep it up! 
https://steemitimages.com/0x0/https://media.giphy.com/media/jsUMmPGb9uMNy/giphy.gif
properties (22)
authorslickwilly
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150016086z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"image":["https://steemitimages.com/0x0/https://media.giphy.com/media/jsUMmPGb9uMNy/giphy.gif"],"app":"steemit/0.1"}
created2017-09-21 15:00:15
last_update2017-09-21 15:00:15
depth1
children0
last_payout2017-09-28 15:00:15
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_length166
author_reputation44,761,523,743,392
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,079
net_rshares0
@smietr ·
Is there anything i could do for you?

I can transate more then 1 language

Bosnian
Kroatian
Dutch
Belgium (vlaams)

Let me know
properties (22)
authorsmietr
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t085322522z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 08:53:24
last_update2017-09-21 08:53:24
depth1
children1
last_payout2017-09-28 08:53: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_length128
author_reputation377,693,411,228
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,502,756
net_rshares0
@heimindanger ·
I already have Croatian! Feel free to hop in https://crowdin.com/project/dtube to start translating :)
properties (22)
authorheimindanger
permlinkre-smietr-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t151042786z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://crowdin.com/project/dtube"],"app":"steemit/0.1"}
created2017-09-21 15:10:42
last_update2017-09-21 15:10:42
depth2
children0
last_payout2017-09-28 15:10: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_length102
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,530,967
net_rshares0
@spacetrucker ·
Keep up the good work!
https://img.buzzfeed.com/buzzfeed-static/static/2014-08/29/16/enhanced/webdr10/anigif_enhanced-9754-1409344312-11.gif
properties (22)
authorspacetrucker
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t033457757z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://img.buzzfeed.com/buzzfeed-static/static/2014-08/29/16/enhanced/webdr10/anigif_enhanced-9754-1409344312-11.gif"],"app":"steemit/0.1"}
created2017-09-21 03:35:33
last_update2017-09-21 03:35:33
depth1
children0
last_payout2017-09-28 03:35: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_length140
author_reputation4,034,913,941,784
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,483,865
net_rshares0
@spectrumecons ·
I am very excited about Dtube. I have uploaded a few videos so far. I have experienced loading problems with them when I have tried to replay them. Am I uploading them in a less than optimal format? I’m using wmv files. Would mp4 work better?
properties (22)
authorspectrumecons
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t112747675z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 11:27:48
last_update2017-09-23 11:27:48
depth1
children4
last_payout2017-09-30 11:27:48
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_length242
author_reputation352,615,084,640,376
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,699,131
net_rshares0
@ashridge100 ·
I used MP4. It did take a few days for it to be active.
properties (22)
authorashridge100
permlinkre-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t133659293z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-25 13:37:00
last_update2017-09-25 13:37:00
depth2
children1
last_payout2017-10-02 13:37: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_length55
author_reputation7,134,690,468
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,887,023
net_rshares0
@spectrumecons ·
I use MP4 and they work fine. The wmv videos I uploaded just do not seem to respond.
properties (22)
authorspectrumecons
permlinkre-ashridge100-re-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170928t010413883z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-28 01:04:15
last_update2017-09-28 01:04:15
depth3
children0
last_payout2017-10-05 01:04:15
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_length84
author_reputation352,615,084,640,376
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,135,281
net_rshares0
@heimindanger ·
Yes, mp4 (H264 encoding) is what works the best with currently used browsers.
properties (22)
authorheimindanger
permlinkre-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t021055115z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 02:10:54
last_update2017-09-24 02:10:54
depth2
children1
last_payout2017-10-01 02:10:54
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_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,755,305
net_rshares0
@spectrumecons ·
Thanks, I will just use mp4 from now onwards.
properties (22)
authorspectrumecons
permlinkre-heimindanger-re-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t044454607z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 04:44:54
last_update2017-09-24 04:44:54
depth3
children0
last_payout2017-10-01 04:44:54
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_length45
author_reputation352,615,084,640,376
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,762,635
net_rshares0
@spellmaker ·
So excited this is happening!
Craft and create, folks. Craft and create!
This is all great!
properties (22)
authorspellmaker
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230032626z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 23:00:30
last_update2017-09-19 23:00:30
depth1
children0
last_payout2017-09-26 23:00:30
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_length91
author_reputation32,161,021,748,046
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,370,023
net_rshares0
@spiritualmatters ·
Wow! You have been busy! It seems successful D-Tube uploads have a lot to do with the adeptness of the person uploading. Some are very good, right on point with YouTube; and, others simply too slow to load for any hopes of getting viewed.

Based on what I read, even though they are linked via Wallet, you are clearly pointing out to users that D-Tube is a separate entity from Steemit. Until this post, I thought it was an extension solely for the purpose of Steemit users. Is it safe to say it will remain such; just as YouTube is to Google?

Of course, I know everything is negotiable, and well, the question is really rhethorical.

Since YT demonetizes my videos, I will definitely try my hand at D-Tube once I download my replacement for MovieMaker. 

Thanks for the update! 

Peace.
properties (22)
authorspiritualmatters
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t231301952z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-24 23:12:57
last_update2017-09-24 23:12:57
depth1
children0
last_payout2017-10-01 23:12: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_length788
author_reputation2,451,790,568,880
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,835,306
net_rshares0
@statsmonkey ·
comment
Congratulations, your post received one of the top 10 most powerful upvotes in the last 12 hours. You received an upvote from @blocktrades valued at 104.47 SBD, based on the pending payout at the time the data was extracted.

If you do not wish to receive these messages in future, reply with the word "stop".
properties (22)
authorstatsmonkey
permlinkre-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182702
categorydtube
json_metadata""
created2017-09-19 18:27:03
last_update2017-09-19 18:27:03
depth1
children0
last_payout2017-09-26 18:27: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_length310
author_reputation503,392,294,628
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,352,479
net_rshares0
@steemdoge ·
$0.28
Awesome
👍  
properties (23)
authorsteemdoge
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182858243z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 18:29:00
last_update2017-09-20 18:29:00
depth1
children0
last_payout2017-09-27 18:29:00
cashout_time1969-12-31 23:59:59
total_payout_value0.211 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation1,241,828,329,563
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,449,197
net_rshares108,374,343,175
author_curate_reward""
vote details (1)
@steeminator3000 ·
$0.11
"@steeminator3000 to do some boring things" Thanks mate I love you too
👍  , , ,
properties (23)
authorsteeminator3000
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165106904z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:51:06
last_update2017-09-19 16:51:06
depth1
children1
last_payout2017-09-26 16:51:06
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation330,895,832,016,756
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,350
net_rshares42,927,617,566
author_curate_reward""
vote details (4)
@layl ·
Someone's got to do it. We appreciate you! LOL
properties (22)
authorlayl
permlinkre-steeminator3000-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t091855132z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 09:18:57
last_update2017-09-21 09:18:57
depth2
children0
last_payout2017-09-28 09:18: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_length46
author_reputation3,869,989,806,417
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,504,302
net_rshares0
@steemitboard ·
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@heimindanger) Award for the number of comments received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-heimindanger-20170921t034606000z
categorydtube
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-09-21 03:46:06
last_update2017-09-21 03:46:06
depth1
children0
last_payout2017-09-28 03:46:06
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_length708
author_reputation38,975,615,169,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,484,455
net_rshares0
@steemitboard ·
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@heimindanger) Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-heimindanger-20170922t170723000z
categorydtube
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-09-22 17:07:21
last_update2017-09-22 17:07:21
depth1
children0
last_payout2017-09-29 17:07:21
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_length703
author_reputation38,975,615,169,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,635,326
net_rshares0
@steemitboard ·
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/toppayoutweek.png)](http://steemitboard.com/@heimindanger) Your post got the highest payout on one week

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
👍  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-heimindanger-20170925t051229000z
categorydtube
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-09-25 05:12:27
last_update2017-09-25 05:12:27
depth1
children0
last_payout2017-10-02 05:12:27
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_length715
author_reputation38,975,615,169,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,852,662
net_rshares612,019,900
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/payout.png)](http://steemitboard.com/@heimindanger) Award for the total payout received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-heimindanger-20170926t200142000z
categorydtube
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-09-26 20:01:42
last_update2017-09-26 20:01:42
depth1
children0
last_payout2017-10-03 20:01: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_length699
author_reputation38,975,615,169,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,016,599
net_rshares0
@steemitboard ·
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@heimindanger) Award for the number of comments received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-heimindanger-20171005t202612000z
categorydtube
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-10-05 20:26:12
last_update2017-10-05 20:26:12
depth1
children0
last_payout2017-10-12 20:26: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_length708
author_reputation38,975,615,169,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,890,295
net_rshares0
@steemitjp ·
$0.24
Great works and I honored the participant as translator a little. I keep doing with support.And Use this Dtube service while speaking this service.
👍  
properties (23)
authorsteemitjp
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t013417452z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 01:34:18
last_update2017-09-20 01:34:18
depth1
children0
last_payout2017-09-27 01:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.182 HBD
curator_payout_value0.060 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation199,187,045,156,371
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,378,211
net_rshares95,156,598,656
author_curate_reward""
vote details (1)
@steevc ·
Looks like the community really appreciate all you are doing. I need to put some more videos on DTube. Thanks
properties (22)
authorsteevc
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073128247z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 07:31:30
last_update2017-09-21 07:31:30
depth1
children0
last_payout2017-09-28 07:31:30
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_reputation1,387,752,974,910,199
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,497,510
net_rshares0
@steffenengman ·
Sounds really great :) I had some issues in the past with uploading to DTube, basically my browser froze completely when I tried to upload... #excitedtotryuploadingagainnow
properties (22)
authorsteffenengman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t134318708z
categorydtube
json_metadata{"tags":["excitedtotryuploadingagainnow","dtube"],"app":"steemit/0.1"}
created2017-09-20 13:43:18
last_update2017-09-20 13:43:18
depth1
children0
last_payout2017-09-27 13:43: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_length172
author_reputation1,460,610,780,603
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,424,067
net_rshares0
@stellawilliams ·
very impressive @heimindanger
properties (22)
authorstellawilliams
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t195916373z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 19:59:09
last_update2017-09-20 19:59:09
depth1
children0
last_payout2017-09-27 19:59: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_length29
author_reputation181,153,139,284
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,456,354
net_rshares0
@stiuly ·
thanks for the information. what your news is useful for us all ..
👍  
properties (23)
authorstiuly
permlinkre-heimindanger-2017920t111625365z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 04:16:30
last_update2017-09-20 04:16:30
depth1
children0
last_payout2017-09-27 04:16:30
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_length66
author_reputation271,026,760,883
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,386,972
net_rshares942,833,059
author_curate_reward""
vote details (1)
@successforall ·
Thanks for sharing. I am sure dtube will be better alternative to youtube in the near future. Following, voted and resteemed.
properties (22)
authorsuccessforall
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t103316237z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 10:33:15
last_update2017-09-20 10:33:15
depth1
children0
last_payout2017-09-27 10:33:15
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_length125
author_reputation14,586,143,706,618
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,410,239
net_rshares0
@sureshgajera ·
great
properties (22)
authorsureshgajera
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t025222155z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 02:52:24
last_update2017-09-21 02:52:24
depth1
children0
last_payout2017-09-28 02:52: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_length5
author_reputation11,541,052,144
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,481,336
net_rshares0
@tandemus ·
eror "Username does not exist"
 how does it not exist if I have a video under my nick on dtube ???
properties (22)
authortandemus
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171019t173038507z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-19 17:30:54
last_update2017-10-19 17:30:54
depth1
children0
last_payout2017-10-26 17:30:54
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_length98
author_reputation15,063,235,516,768
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,073,028
net_rshares0
@tav.one ·
I can translate in Punjabi & Hindi.

Punjabi originates from Punjab State in India
(130 Million Worldwide Speakers)

Hindi is national language of India
(350 Million Speakers)

Please let me know if you have these on your roadmap & how to contribute :)
properties (22)
authortav.one
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t203620754z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-01 20:36:21
last_update2017-10-01 20:36:21
depth1
children0
last_payout2017-10-08 20:36:21
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_length252
author_reputation29,898,151,459
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,505,096
net_rshares0
@teamhumble ·
$0.09
wow you have been really busy. that's awesome! :) just about to start uploading content to dtube regularly so i'm glad to see the MVP is moving forward.
👍  
properties (23)
authorteamhumble
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162927682z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:29:27
last_update2017-09-19 16:29:27
depth1
children0
last_payout2017-09-26 16:29:27
cashout_time1969-12-31 23:59:59
total_payout_value0.080 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation315,232,864,758,316
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,342,498
net_rshares35,057,694,241
author_curate_reward""
vote details (1)
@teamhumble ·
how do we report issues? i've been trying for the last couple of days to upload and everything seems to go ok but the video won't play, a few days ago it worked completely fine. any ideas?
properties (22)
authorteamhumble
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171015t133553991z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-15 13:35:54
last_update2017-10-15 13:35:54
depth1
children0
last_payout2017-10-22 13:35:54
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_length188
author_reputation315,232,864,758,316
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,749,495
net_rshares0
@techwizardry ·
$0.67
The language updates will go a long way in helping our international Steemit compares to start transitioning from YouTube to Dtube. Great update.
👍  
properties (23)
authortechwizardry
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170202216z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:02:00
last_update2017-09-19 17:02:00
depth1
children0
last_payout2017-09-26 17:02:00
cashout_time1969-12-31 23:59:59
total_payout_value0.505 HBD
curator_payout_value0.167 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation32,427,623,326,884
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,238
net_rshares263,837,618,740
author_curate_reward""
vote details (1)
@tellall ·
I find it much more useful actually. Great job!
properties (22)
authortellall
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t200936032z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 20:09:33
last_update2017-09-19 20:09:33
depth1
children0
last_payout2017-09-26 20:09: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_length47
author_reputation-2,980,032,232
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,359,954
net_rshares0
@teukuwahyu ·
hi, @heimindanger, i keep following you, i see you have success, your post always produce, i want to learn from your success, please help mr
👍  
properties (23)
authorteukuwahyu
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t143028254z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-23 14:31:03
last_update2017-09-23 14:31:03
depth1
children0
last_payout2017-09-30 14:31: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_length140
author_reputation58,503,078,439
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,712,298
net_rshares353,994,716
author_curate_reward""
vote details (1)
@the-ego-is-you · (edited)
Awesome work. The Korean picture doesn't show for me though?
properties (22)
authorthe-ego-is-you
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174808038z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:48:06
last_update2017-09-19 17:48:18
depth1
children0
last_payout2017-09-26 17:48:06
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_length60
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,349,160
net_rshares0
@the-gate-keeper · (edited)
I have a question about this Dtube? Is there any restriction of uploading a VIDEO @heimindanger?
properties (22)
authorthe-gate-keeper
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122328341z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1","users":["heimindanger"]}
created2017-09-20 12:23:33
last_update2017-09-20 12:24:18
depth1
children1
last_payout2017-09-27 12:23: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_length96
author_reputation327,741,289,502
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,417,607
net_rshares0
@heimindanger ·
If your upload takes more than 15 minutes, it's very likely that it will fail. That's the only limit right now.

Keep the file small and you should be fine
properties (22)
authorheimindanger
permlinkre-the-gate-keeper-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142820111z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:28:21
last_update2017-09-20 14:28:21
depth2
children0
last_payout2017-09-27 14:28:21
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_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,427,992
net_rshares0
@thecryptotrader ·
$0.17
Damn,  this will surely surpass YouTube soon!
👍  
properties (23)
authorthecryptotrader
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165656831z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:57:03
last_update2017-09-19 16:57:03
depth1
children0
last_payout2017-09-26 16:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.130 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation26,975,551,195,347
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,852
net_rshares68,954,055,301
author_curate_reward""
vote details (1)
@themassivetruth ·
I am trying to upload a video to #dtube and it says that the bandwidth has been exceeded? What does that mean? Are there limits now in the new version? @heimindanger is this a new BUG? Here is a screen shot of what it says in the lower right hand corner of my screen... https://gyazo.com/b0282cf1c139fce112fe5290faefd259
👍  
properties (23)
authorthemassivetruth
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t065203436z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"links":["https://gyazo.com/b0282cf1c139fce112fe5290faefd259"],"app":"steemit/0.1"}
created2017-09-22 06:52:06
last_update2017-09-22 06:52:06
depth1
children1
last_payout2017-09-29 06:52:06
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_length320
author_reputation-694,034,318,470
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,590,951
net_rshares990,605,629
author_curate_reward""
vote details (1)
@highspeedpursuit ·
Anyone else having this problem or BUG?
properties (22)
authorhighspeedpursuit
permlinkre-themassivetruth-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t055326147z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-23 05:53:39
last_update2017-09-23 05:53:39
depth2
children0
last_payout2017-09-30 05:53:39
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_length39
author_reputation-880,796,331,429
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,679,761
net_rshares0
@theojulius1996 ·
$0.53
That's lovely keep it up man 
I need u guys to help me out am new here @theojulius1996
👍  ,
properties (23)
authortheojulius1996
permlinkre-heimindanger-2017920t8611706z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 07:06:27
last_update2017-09-20 07:06:27
depth1
children0
last_payout2017-09-27 07:06:27
cashout_time1969-12-31 23:59:59
total_payout_value0.398 HBD
curator_payout_value0.136 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation8,397,573,957
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,397,155
net_rshares212,774,009,137
author_curate_reward""
vote details (2)
@therealwolf ·
$0.31
Oh yes. Amazing Progress!
👍  ,
properties (23)
authortherealwolf
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t195559900z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:56:00
last_update2017-09-19 19:56:00
depth1
children0
last_payout2017-09-26 19:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.310 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation581,693,011,827,252
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,359,146
net_rshares122,467,568,340
author_curate_reward""
vote details (2)
@thethreehugs ·
Thanks for all your hard work!  Still a bit slow uploading and was not able to do screenshot from from video after uploaded by I know you guys are working hard to get all the bugs out.  Resteeming update!

![thethreehugs.png](https://steemitimages.com/DQmbFMwer3KqQHgmWoEZ85JryY9PYPa4rhkRu3rsConPKRM/thethreehugs.png)



![my haircut.jpg](https://steemitimages.com/DQmPt5nvSwkRSotMCx14ruZNExbDjLLWRJvBw7yhu42owuy/my%20haircut.jpg)


![TTHban1.jpg](https://steemitimages.com/DQmTeobac74G6WkAow2DuTXvJyPHJbuJ8y7fDeriUUBTQU5/TTHban1.jpg)



ALOHA  AND MAHALO FOR YOUR SUPPORT!

![gif_rainbow_0001.gif](https://steemitimages.com/DQmTVaYMs25D7d5ssMmcKt3beSryk8gmD3WT26HgcprwyMU/gif_rainbow_0001.gif)
properties (22)
authorthethreehugs
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t073504146z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmbFMwer3KqQHgmWoEZ85JryY9PYPa4rhkRu3rsConPKRM/thethreehugs.png","https://steemitimages.com/DQmPt5nvSwkRSotMCx14ruZNExbDjLLWRJvBw7yhu42owuy/my%20haircut.jpg","https://steemitimages.com/DQmTeobac74G6WkAow2DuTXvJyPHJbuJ8y7fDeriUUBTQU5/TTHban1.jpg","https://steemitimages.com/DQmTVaYMs25D7d5ssMmcKt3beSryk8gmD3WT26HgcprwyMU/gif_rainbow_0001.gif"],"app":"steemit/0.1"}
created2017-09-22 07:35:03
last_update2017-09-22 07:35:03
depth1
children0
last_payout2017-09-29 07:35: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_length694
author_reputation14,246,221,805,677
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,593,830
net_rshares0
@thetruth36 ·
$0.15
Great share and cant wait to hear more about this great project. I love crypto  follow me for free steem.
👍  
properties (23)
authorthetruth36
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t233358414z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 23:34:00
last_update2017-09-20 23:34:00
depth1
children0
last_payout2017-09-27 23:34:00
cashout_time1969-12-31 23:59:59
total_payout_value0.110 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation22,134,827,167,184
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,470,219
net_rshares56,662,783,946
author_curate_reward""
vote details (1)
@thomashblum ·
$0.08
amazing! Thanks for portuguese version!
👍  
properties (23)
authorthomashblum
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165229470z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:52:27
last_update2017-09-19 16:52:27
depth1
children0
last_payout2017-09-26 16:52:27
cashout_time1969-12-31 23:59:59
total_payout_value0.065 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation3,338,893,158,437
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,344,453
net_rshares32,553,573,224
author_curate_reward""
vote details (1)
@thunderbirdman ·
Please for the love of God, post instructions how to set up IPFS for Dtube and Dsound!  thanks
properties (22)
authorthunderbirdman
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t014644299z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 01:46:42
last_update2017-09-22 01:46:42
depth1
children1
last_payout2017-09-29 01:46: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_length94
author_reputation11,208,941,844
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,573,554
net_rshares0
@heimindanger ·
Theres instructions in the post about DTube 2.0 [here](https://steemit.com/dtube/@heimindanger/dtube-0-2-faster-to-serve-videos-stronger-to-resist-censorship)
👍  
properties (23)
authorheimindanger
permlinkre-thunderbirdman-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t015429585z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://steemit.com/dtube/@heimindanger/dtube-0-2-faster-to-serve-videos-stronger-to-resist-censorship"],"app":"steemit/0.1"}
created2017-09-22 01:54:30
last_update2017-09-22 01:54:30
depth2
children0
last_payout2017-09-29 01:54:30
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_length158
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,573,999
net_rshares1,412,257,098
author_curate_reward""
vote details (1)
@tixinhacapitinha ·
$0.05
Good job!
Congratulations!
Keep up with those brilliant ideas!
And come to know portugal .. 😀🇵🇹
👍  
properties (23)
authortixinhacapitinha
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t193646319z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 19:36:51
last_update2017-09-19 19:36:51
depth1
children0
last_payout2017-09-26 19:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation12,834,262,492,282
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,357,858
net_rshares20,579,855,660
author_curate_reward""
vote details (1)
@tonygreene113 ·
thank you for the newly formed update.
👍  
properties (23)
authortonygreene113
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161051522z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:09:21
last_update2017-09-19 16:09:21
depth1
children0
last_payout2017-09-26 16:09:21
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_length38
author_reputation24,192,904,493,324
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,340,548
net_rshares452,922,696
author_curate_reward""
vote details (1)
@truthforce ·
Hi. Wanted to provide a data point for you.

I have tried uploading my 690MB video (about 6 minutes long) 10~ times. It will never upload and I have done this on different days throughout the week. I am beginning to think there is an error in uploading a file over a certain size.

MP4 File. 1080P 60 FPS. Error is an IPFS error once it gets to 100%, then it doesn't really upload it. I have tried every option for the settings when uploading.

My previous videos that are uploaded just fine are all under 200 MB, but I have one that is 600MB+ that uploaded and constantly stutters or needs a very long time to load, then stutters again and does not play.

https://dtube.video/#!/v/truthforce/vnzixm4d

I used Windows Movie Maker to make the videos, and am using the latest version of Firefox to do everything.

Hope that helps make this better :)
properties (22)
authortruthforce
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171016t015510036z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://dtube.video/#!/v/truthforce/vnzixm4d"],"app":"steemit/0.1"}
created2017-10-16 01:55:09
last_update2017-10-16 01:55:09
depth1
children0
last_payout2017-10-23 01:55: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_length847
author_reputation76,463,400,048,765
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,793,664
net_rshares0
@ttopswag ·
Nice work mate! You all are doing so much to make this community better. But the internet connection  here is just why I can't use Dtube for now. Its just too slow here. And about uploading videos and sharing...  Is it possible for people to view the videos without opening an account on steemit
properties (22)
authorttopswag
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t184834976z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:48:39
last_update2017-09-19 18:48:39
depth1
children0
last_payout2017-09-26 18:48:39
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_length295
author_reputation13,711,498,513,931
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,354,261
net_rshares0
@tuanpuput ·
Wow.. amazing master @heimindanger. I want like it, i need many upvote ang big nominals from upvote like this 😢😢😢. Please visit me @tuanpuput and give me some achievement. 😭😭😭
properties (22)
authortuanpuput
permlinkre-heimindanger-2017920t5421051z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 22:42:24
last_update2017-09-19 22:42:24
depth1
children0
last_payout2017-09-26 22:42: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_length175
author_reputation252,199,669,025
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,369,048
net_rshares0
@tuszy ·
Great announcement! Feeling great about being a part of such a great platform. Still looking forward to the new functionality of it. I am pretty sure that Steemit is going to dominate the market pretty soon. Thumbs up guyzzzz!!!
properties (22)
authortuszy
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t155058719z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 15:51:00
last_update2017-09-20 15:51:00
depth1
children0
last_payout2017-09-27 15:51: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_length228
author_reputation269,616,871
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,435,130
net_rshares0
@twerking-girls ·
This is the Best post av seen today . I love to read each and every post of yours. Sometimes I don'rt get time to read the full content but I make sure that whenever I am free I read the whole thing. Thanks for sharing...
properties (22)
authortwerking-girls
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t101520927z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 10:16:18
last_update2017-09-20 10:16:18
depth1
children0
last_payout2017-09-27 10:16: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_length221
author_reputation-14,128,031,385
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,409,091
net_rshares0
@tzcap ·
$0.55
Have a few videos posted already and its one heck of a smooth process. I think my last load was around 30 seconds including title description and video load. NICE!
👍  ,
properties (23)
authortzcap
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t060902177z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 06:09:00
last_update2017-09-20 06:09:00
depth1
children2
last_payout2017-09-27 06:09:00
cashout_time1969-12-31 23:59:59
total_payout_value0.413 HBD
curator_payout_value0.136 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation3,711,571,527,667
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,393,658
net_rshares211,871,356,492
author_curate_reward""
vote details (2)
@heimindanger ·
You probably have a good internet, because many people with shitty internet have problems :(
properties (22)
authorheimindanger
permlinkre-tzcap-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t143122612z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 14:31:21
last_update2017-09-20 14:31:21
depth2
children1
last_payout2017-09-27 14:31:21
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_length92
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,428,238
net_rshares0
@tzcap ·
in the morning(gmt) yes, in the evening not so good
properties (22)
authortzcap
permlinkre-heimindanger-re-tzcap-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t164435305z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 16:44:33
last_update2017-09-20 16:44:33
depth3
children0
last_payout2017-09-27 16:44: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_length51
author_reputation3,711,571,527,667
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,439,913
net_rshares0
@ultravioletmag ·
I actually only ended up on steemit because i was intending to sign up to dtube, then forgot all about dtube, now i am reminded that was the whole reason I came here.
properties (22)
authorultravioletmag
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t121111516z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-04 12:11:12
last_update2017-10-04 12:11:12
depth1
children1
last_payout2017-10-11 12:11: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_length166
author_reputation211,440,854,043,157
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,758,125
net_rshares0
@ultravioletmag ·
I am wondering if anyone can help me however, I do not seem to be able to sign into dtube usingmy steemit username and private key. Can anyone advise what I am doing wrong?
properties (22)
authorultravioletmag
permlinkre-ultravioletmag-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t121740324z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-10-04 12:17:39
last_update2017-10-04 12:17:39
depth2
children0
last_payout2017-10-11 12:17:39
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_length172
author_reputation211,440,854,043,157
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,758,599
net_rshares0
@upgrade ·
Is there a video to explain all that?
👍  
properties (23)
authorupgrade
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t030048944z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 03:00:51
last_update2017-09-22 03:00:51
depth1
children0
last_payout2017-09-29 03: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_length37
author_reputation64,053,381,612
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,577,687
net_rshares1,441,078,671
author_curate_reward""
vote details (1)
@ura-soul ·
$0.56
very nice! does steemit.com support the dtube embed codes yet?
👍  , , ,
properties (23)
authorura-soul
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163745391z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:37:45
last_update2017-09-19 16:37:45
depth1
children3
last_payout2017-09-26 16:37:45
cashout_time1969-12-31 23:59:59
total_payout_value0.558 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation844,446,197,652,939
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,223
net_rshares221,413,120,320
author_curate_reward""
vote details (4)
@heimindanger ·
$0.33
The embed is still experimental, it looks pretty bad on mobile for example. So not yet, but I have good hopes :D
👍  , , , , ,
properties (23)
authorheimindanger
permlinkre-ura-soul-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164223340z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:42:24
last_update2017-09-19 16:42:24
depth2
children2
last_payout2017-09-26 16:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.306 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,609
net_rshares130,214,847,264
author_curate_reward""
vote details (6)
@the-ego-is-you · (edited)
@heimindanger I'm experiencing some issues reaching video specific links on DTube. I've sent you a DM on Steemit.chat.

Update: Problem solved. Had a great talk.
properties (22)
authorthe-ego-is-you
permlinkre-heimindanger-re-ura-soul-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t120521365z
categorydtube
json_metadata{"tags":["dtube"],"community":"busy","app":"busy/2.0.0"}
created2017-09-20 12:05:21
last_update2017-09-23 00:01:48
depth3
children0
last_payout2017-09-27 12:05:21
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_length161
author_reputation7,031,347,556,614
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,416,217
net_rshares0
@ura-soul ·
$0.05
Oh ok - I used videojs on [ureka.org](https://www.ureka.org) for the embeddable player - I had to play around a lot with CSS settings to get the player to render correctly on all screen sizes.. but it is possible! just!
👍  
properties (23)
authorura-soul
permlinkre-heimindanger-re-ura-soul-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164515738z
categorydtube
json_metadata{"tags":["dtube"],"links":["https://www.ureka.org"],"app":"steemit/0.1"}
created2017-09-19 16:45:15
last_update2017-09-19 16:45:15
depth3
children0
last_payout2017-09-26 16:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.039 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation844,446,197,652,939
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,879
net_rshares20,964,881,656
author_curate_reward""
vote details (1)
@ura-soul ·
$0.29
hey @heimindanger - i'm the guy who made the dark theme for DTube a while back. I'm campaigning for witness votes right now - it would be really helpful if you would consider voting for as a winess. 
My witness application post is [here](https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application).
Thanks!
👍  
properties (23)
authorura-soul
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171024t095432217z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"links":["https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application"],"app":"steemit/0.1"}
created2017-10-24 09:54:33
last_update2017-10-24 09:54:33
depth1
children0
last_payout2017-10-31 09:54:33
cashout_time1969-12-31 23:59:59
total_payout_value0.284 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length323
author_reputation844,446,197,652,939
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,441,880
net_rshares125,784,295,960
author_curate_reward""
vote details (1)
@vanessaondine ·
My first steem post was at DTube :) This is very exiting times!
👍  
properties (23)
authorvanessaondine
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170115282z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:01:15
last_update2017-09-19 17:01:15
depth1
children0
last_payout2017-09-26 17:01:15
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_length63
author_reputation2,108,124,348,476
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,345,178
net_rshares8,198,543,964
author_curate_reward""
vote details (1)
@vcano ·
Hello everyone! I'm prety new to steemit, in fact I haven't posted anything yet and I'm very interested on it. Today I loged in and found this that interests me even more, but I have some doubts. The main one is:  The way to log in is the private posting key, but it is meant to be just that, pirvate. Is it really save to use it on DTube?

Thank you in advance!
👍  
properties (23)
authorvcano
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t170342505z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 17:03:42
last_update2017-09-20 17:03:42
depth1
children2
last_payout2017-09-27 17:03: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_length362
author_reputation28,556,000
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,441,622
net_rshares610,227,200
author_curate_reward""
vote details (1)
@heimindanger ·
It is meant to private but the posting key is the 'lowest level' of security. The posting key only allows you to post a video, comment, and upvote. Even if someone else has your posting key, they won't be able to steal your money, just upvote for you.

Also, DTube is serverless and your key isn't stored anywhere but in your computer, so it never enters any device that I control.
👍  , ,
properties (23)
authorheimindanger
permlinkre-vcano-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021326747z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 02:13:27
last_update2017-09-21 02:13:27
depth2
children1
last_payout2017-09-28 02:13:27
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_length381
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,479,298
net_rshares4,032,525,059
author_curate_reward""
vote details (3)
@vcano ·
Thank you a lot for the info!

I'll be trying to upload something very soon :)
👍  
properties (23)
authorvcano
permlinkre-heimindanger-re-vcano-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t205511374z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 20:55:12
last_update2017-09-22 20:55:12
depth3
children0
last_payout2017-09-29 20:55: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_length78
author_reputation28,556,000
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,652,229
net_rshares597,836,800
author_curate_reward""
vote details (1)
@venomnymous ·
@Heimindanger do you see dtube becoming an iOS and/or an google play app in the future? 

Forgive me if this is a dumb question. lol
properties (22)
authorvenomnymous
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190812669z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-19 18:54:09
last_update2017-09-19 18:54:09
depth1
children0
last_payout2017-09-26 18:54: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_length132
author_reputation92,645,294,319,096
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,354,700
net_rshares0
@viciousrunt ·
I like what you are doing here.
It works much better now, and videos load and run much more smoothly.
My only issue nowadays, is the lack of interesting content.
But, thanks for the option, I am truly tired of you tube.
Be well.
👍  
properties (23)
authorviciousrunt
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t160647810z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 16:06:48
last_update2017-09-21 16:06:48
depth1
children2
last_payout2017-09-28 16:06:48
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_length228
author_reputation5,257,756,250
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,536,051
net_rshares906,961,304
author_curate_reward""
vote details (1)
@heimindanger ·
The size of DTube is really small compared to YouTube, it will probably have much less interesting videos for a while, simply because we have much less videos in total and less users.

This is especially true for 'niche' topics.
👍  
properties (23)
authorheimindanger
permlinkre-viciousrunt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t021428711z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:14:27
last_update2017-09-22 02:14:27
depth2
children1
last_payout2017-09-29 02:14:27
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_length228
author_reputation-16,507,408,909,111
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,575,138
net_rshares830,893,582
author_curate_reward""
vote details (1)
@viciousrunt ·
I still like it and will continue to go there as opposed to you tube.
Be well.
👍  
properties (23)
authorviciousrunt
permlinkre-heimindanger-re-viciousrunt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t022923407z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 02:29:24
last_update2017-09-22 02:29:24
depth3
children0
last_payout2017-09-29 02:29: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_length78
author_reputation5,257,756,250
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,575,917
net_rshares924,515,394
author_curate_reward""
vote details (1)
@victorlondono ·
wow ,... como lo hacen quiero aprender a generar tanto dinero con un post como tu @heimindanger
properties (22)
authorvictorlondono
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t070357738z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-21 07:04:09
last_update2017-09-21 07:04:09
depth1
children0
last_payout2017-09-28 07:04: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_length95
author_reputation136,459,879,801
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,495,783
net_rshares0
@vinay-negi ·
I first time heared about D tube... anyone else??
👍  
properties (23)
authorvinay-negi
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175536214z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:55:36
last_update2017-09-19 17:55:36
depth1
children0
last_payout2017-09-26 17:55:36
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_reputation46,655,642,217
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,349,764
net_rshares564,889,485
author_curate_reward""
vote details (1)
@vipulharia ·
Hi, am new to dtube. I am struggling to upload my videos. The file size is approx 800 mb and 1.2 gb. Internet connection is quite good. Please guide. What should I do ?
properties (22)
authorvipulharia
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170928t010133219z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-28 01:02:18
last_update2017-09-28 01:02:18
depth1
children0
last_payout2017-10-05 01:02: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_length168
author_reputation76,680,260
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,135,169
net_rshares0
@viralfunnyvideos ·
dtube is getting more viewers day by day and it will become next big giant.
👍  
properties (23)
authorviralfunnyvideos
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t072620243z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 07:26:24
last_update2017-09-21 07:26:24
depth1
children0
last_payout2017-09-28 07:26: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_length75
author_reputation218,539,277
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,497,191
net_rshares1,016,689,403
author_curate_reward""
vote details (1)
@voltronluis ·
![Blog_IoTWheels_SocialSlide.gif](https://steemitimages.com/DQmX1jzaqFj2WuSUhbiRVRy9ykxdkJnNHZqdD6EYso5Azxw/Blog_IoTWheels_SocialSlide.gif)
👍  
properties (23)
authorvoltronluis
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050432750z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmX1jzaqFj2WuSUhbiRVRy9ykxdkJnNHZqdD6EYso5Azxw/Blog_IoTWheels_SocialSlide.gif"],"app":"steemit/0.1"}
created2017-09-20 05:04:30
last_update2017-09-20 05:04:30
depth1
children2
last_payout2017-09-27 05:04:30
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_length139
author_reputation1,968,404,307,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,611
net_rshares1,416,028,348
author_curate_reward""
vote details (1)
@voltronluis ·
$0.52
![images (1).jpg](https://steemitimages.com/DQmPsj3krwSmKi5Vh1gHSvBUz4Xgy5MWtkpQMPDKWf12zm3/images%20(1).jpg)
👍  ,
properties (23)
authorvoltronluis
permlinkre-voltronluis-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050521106z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmPsj3krwSmKi5Vh1gHSvBUz4Xgy5MWtkpQMPDKWf12zm3/images%20(1).jpg"],"app":"steemit/0.1"}
created2017-09-20 05:05:18
last_update2017-09-20 05:05:18
depth2
children0
last_payout2017-09-27 05:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.392 HBD
curator_payout_value0.128 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation1,968,404,307,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,654
net_rshares201,251,965,303
author_curate_reward""
vote details (2)
@voltronluis ·
![giphy.gif](https://steemitimages.com/DQmbLoUBXURy2cCyRsgvQyAUQmy4Ycy5kNpFZLt5biUNHQx/giphy.gif)
properties (22)
authorvoltronluis
permlinkre-voltronluis-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050604636z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmbLoUBXURy2cCyRsgvQyAUQmy4Ycy5kNpFZLt5biUNHQx/giphy.gif"],"app":"steemit/0.1"}
created2017-09-20 05:06:03
last_update2017-09-20 05:06:03
depth2
children0
last_payout2017-09-27 05:06: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_length97
author_reputation1,968,404,307,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,696
net_rshares0
@voltronluis ·
![airplane-for-dribbble.gif](https://steemitimages.com/DQmfNazWARFxzZciXQ1goc1tAyCQBcKgEWCrBjXwTYgFh1R/airplane-for-dribbble.gif)
properties (22)
authorvoltronluis
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050738905z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmfNazWARFxzZciXQ1goc1tAyCQBcKgEWCrBjXwTYgFh1R/airplane-for-dribbble.gif"],"app":"steemit/0.1"}
created2017-09-20 05:07:36
last_update2017-09-20 05:07:36
depth1
children0
last_payout2017-09-27 05:07:36
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_length129
author_reputation1,968,404,307,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,801
net_rshares0
@voltronluis ·
![6a0120a85dcdae970b0120a86df78c970b-pi.jpg](https://steemitimages.com/DQmTwohqmurX72CCeFzQg7wWSqxipPq83HCp58gJ9qZdBk6/6a0120a85dcdae970b0120a86df78c970b-pi.jpg)
Fun Fun Fun!
properties (22)
authorvoltronluis
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050836541z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://steemitimages.com/DQmTwohqmurX72CCeFzQg7wWSqxipPq83HCp58gJ9qZdBk6/6a0120a85dcdae970b0120a86df78c970b-pi.jpg"],"app":"steemit/0.1"}
created2017-09-20 05:08:33
last_update2017-09-20 05:08:33
depth1
children0
last_payout2017-09-27 05:08: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_length174
author_reputation1,968,404,307,663
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,389,851
net_rshares0
@waldbw ·
keep up the good work
properties (22)
authorwaldbw
permlinkre-heimindanger-2017921t159078z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-21 20:09:00
last_update2017-09-21 20:09:00
depth1
children0
last_payout2017-09-28 20:09: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_length21
author_reputation65,351,852,601
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,555,121
net_rshares0
@weetreebonsai ·
Sharing this out to all those from YT switching over! Thank You for all the work being done for us all!
properties (22)
authorweetreebonsai
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164612560z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 16:46:12
last_update2017-09-19 16:46:12
depth1
children0
last_payout2017-09-26 16:46: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_length103
author_reputation2,145,502,320,998
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,343,967
net_rshares0
@wikifacts ·
$0.28
Awesome!!! 
Am a Youtube Content Creator, with the recent happenings on Youtube i think this is the best platfotm. Am in on this. Nice work.
👍  , , , , , , , , , , ,
properties (23)
authorwikifacts
permlinkre-heimindanger-2017921t74354524z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 06:44:00
last_update2017-09-21 06:44:00
depth1
children0
last_payout2017-09-28 06:44:00
cashout_time1969-12-31 23:59:59
total_payout_value0.268 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation27,183,790,330
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,494,575
net_rshares110,130,868,642
author_curate_reward""
vote details (12)
@world-currency ·
To be frank I am just learning about this. I check it out for myself listen to video https://youtu.be/URuFzY0rU-Y you can watch it as well for people like myself that dont know much about it. Its gonna be a rocky road, yet the journey will be worth the destination upon arrival.
properties (22)
authorworld-currency
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t045328432z
categorydtube
json_metadata{"tags":["dtube"],"image":["https://img.youtube.com/vi/URuFzY0rU-Y/0.jpg"],"links":["https://youtu.be/URuFzY0rU-Y"],"app":"steemit/0.1"}
created2017-09-20 04:53:48
last_update2017-09-20 04:53:48
depth1
children0
last_payout2017-09-27 04:53:48
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_length278
author_reputation29,010,794,683
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,388,981
net_rshares0
@worldofcrypton ·
Friend @heimindanger will be that I can ask a favor you can give me the miso to translate your post in Spanish, because very few of that community know about this issue, I would like them to know a little more about Dtube, and your post was ingenious to translate and inform them:)
properties (22)
authorworldofcrypton
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174445414z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-22 17:44:45
last_update2017-09-22 17:44:45
depth1
children0
last_payout2017-09-29 17:44:45
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_length281
author_reputation2,132,985,249,401
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,638,422
net_rshares0
@xana0815 ·
$0.26
Soooo exciting, can't wait to get signed up so I can post vids! ![image](https://img.esteem.ws/afd9pb5wdi.jpg)
👍  , , , , , , , , , ,
properties (23)
authorxana0815
permlinkre-heimindanger-2017919t161313410z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-19 21:13:12
last_update2017-09-19 21:13:12
depth1
children0
last_payout2017-09-26 21:13:12
cashout_time1969-12-31 23:59:59
total_payout_value0.250 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation37,036,471,722
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,363,823
net_rshares106,365,980,428
author_curate_reward""
vote details (11)
@xiavenous ·
European Spanish complete.
properties (22)
authorxiavenous
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t180057767z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-20 18:01:00
last_update2017-09-20 18:01:00
depth1
children0
last_payout2017-09-27 18:01: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_length26
author_reputation45,711,033,184
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,446,720
net_rshares0
@xoni ·
the next youtube killer :)
properties (22)
authorxoni
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t141436544z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-22 14:14:36
last_update2017-09-22 14:14:36
depth1
children0
last_payout2017-09-29 14:14:36
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_length26
author_reputation160,160,278,734
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,620,727
net_rshares0
@xpoze ·
Nice post....it's great that the website is being upgraded...i'm a lover of  dtube and will love to see it grow bigger than it is right now.
properties (22)
authorxpoze
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t103050727z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-21 10:30:57
last_update2017-09-21 10:30:57
depth1
children0
last_payout2017-09-28 10:30: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_length140
author_reputation682,836,049,160
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,508,738
net_rshares0
@yann0975 ·
$0.50
Hello !
Je vais sans tarder recevoir mon S8... Et à nouveau pouvoir profiter de DTUBE.

J'AI HATE DE RATTRAPPER MES ERREURS D'ENCODAGE VIDEO

J'ai hate de découvrir Dtube à nouveau... Je suis certain que c'est un excellent travail ! 

D'avance bravo @heimindanger
;-)
👍  , , , , , , , , , , ,
properties (23)
authoryann0975
permlinkre-heimindanger-2017921t11331189z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-21 09:33:06
last_update2017-09-21 09:33:06
depth1
children0
last_payout2017-09-28 09:33:06
cashout_time1969-12-31 23:59:59
total_payout_value0.456 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation75,021,923,740,184
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,505,166
net_rshares198,177,894,702
author_curate_reward""
vote details (12)
@younesshilal ·
woow
properties (22)
authoryounesshilal
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182023400z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 18:20:24
last_update2017-09-19 18:20:24
depth1
children0
last_payout2017-09-26 18:20: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_length4
author_reputation2,734,899,758,728
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,351,927
net_rshares0
@yoza.ossan ·
Such a huge leap for steem users, thanks for the continuous work @heimindanger
properties (22)
authoryoza.ossan
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t003025057z
categorydtube
json_metadata{"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"}
created2017-09-20 00:30:27
last_update2017-09-20 00:30:27
depth1
children0
last_payout2017-09-27 00:30:27
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_length78
author_reputation21,921,834,452
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,374,735
net_rshares0
@yudhi-ihsan ·
in Indonesia, we wait dtube in bahasa, please😂
properties (22)
authoryudhi-ihsan
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180103t105708399z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2018-01-03 10:57:18
last_update2018-01-03 10:57:18
depth1
children0
last_payout2018-01-10 10:57: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_length46
author_reputation263,094,750,247
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,753,646
net_rshares0
@zamzamiali ·
Great post @heimindanger. Very useful information especially for the layman like me. Thanks for the share.
properties (22)
authorzamzamiali
permlinkre-heimindanger-2017920t162920954z
categorydtube
json_metadata{"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-20 09:29:24
last_update2017-09-20 09:29:24
depth1
children0
last_payout2017-09-27 09:29: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_length106
author_reputation3,223,599,731,184
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,406,264
net_rshares0
@zandorz ·
Any plans for RSS support?
properties (22)
authorzandorz
permlinkre-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175242471z
categorydtube
json_metadata{"tags":["dtube"],"app":"steemit/0.1"}
created2017-09-19 17:52:42
last_update2017-09-19 17:52:42
depth1
children0
last_payout2017-09-26 17:52: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_length26
author_reputation70,981,002
root_title"DTube 0.3: This update contains so many new features I could not find a good title for it"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,349,529
net_rshares0