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.
author | heimindanger |
---|---|
permlink | dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it |
category | dtube |
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/"]} |
created | 2017-09-19 16:04:00 |
last_update | 2017-09-19 16:07:03 |
depth | 0 |
children | 503 |
last_payout | 2017-09-26 16:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 628.505 HBD |
curator_payout_value | 156.047 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,340,137 |
net_rshares | 307,188,695,317,144 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 260,529,190,039 | 100% | ||
blocktrades | 0 | 36,636,980,810,662 | 30% | ||
ned | 0 | 2,814,521,153,537 | 100% | ||
wackou | 0 | 7,117,318,725,094 | 100% | ||
xeldal | 0 | 431,335,815,568 | 6% | ||
pharesim | 0 | 103,010,504,952 | 0.25% | ||
adol | 0 | 1,663,167,553,316 | 100% | ||
enki | 0 | 536,138,828,419 | 30% | ||
tombstone | 0 | 4,837,960,870,420 | 20% | ||
liondani | 0 | 1,297,512,199,767 | 100% | ||
testz | 0 | 787,789,607,724 | 100% | ||
fminer05 | 0 | 374,570,821,713 | 100% | ||
ajvest | 0 | 433,705,719,003 | 100% | ||
benjojo | 0 | 745,558,479,109 | 25% | ||
pfunk | 0 | 5,642,355,835,456 | 100% | ||
proctologic | 0 | 2,273,603,093 | 2% | ||
cob | 0 | 1,743,660,373,345 | 100% | ||
team | 0 | 82,910,952,368 | 10% | ||
jchch | 0 | 96,022,322,927 | 25% | ||
fractalnode | 0 | 271,649,527,199 | 100% | ||
coindup | 0 | 158,929,007,500 | 100% | ||
ilanaakoundi | 0 | 85,324,357,697 | 25% | ||
marketingmonk | 0 | 468,281,031,356 | 100% | ||
kencode | 0 | 0 | 100% | ||
pnc | 0 | 362,373,465,415 | 100% | ||
mf-tzo | 0 | 8,745,542,661 | 100% | ||
noisy | 0 | 1,114,350,874,687 | 100% | ||
sandwich | 0 | 0 | 100% | ||
morning | 0 | 1,566,268,874,014 | 100% | ||
mod-tamichh | 0 | 105,054,511,434 | 100% | ||
cyan91 | 0 | 233,491,256,039 | 100% | ||
bleepcoin | 0 | 798,503,513,675 | 100% | ||
idealist | 0 | 532,683,218,903 | 100% | ||
teamsteem | 0 | 17,187,788,649,549 | 100% | ||
cryptoctopus | 0 | 4,849,437,877,342 | 100% | ||
acidyo | 0 | 6,112,366,361,230 | 30% | ||
dan-atstarlite | 0 | 171,593,407,770 | 30% | ||
oaldamster | 0 | 140,310,232,942 | 100% | ||
kevinwong | 0 | 1,990,795,928,680 | 59% | ||
embat | 0 | 2,568,163,415 | 100% | ||
slickwilly | 0 | 174,670,300,910 | 30% | ||
emerge | 0 | 41,179,006,136 | 100% | ||
eric-boucher | 0 | 424,271,702,988 | 100% | ||
applecrisp | 0 | 509,518,266 | 25% | ||
stellabelle | 0 | 3,470,494,127,504 | 100% | ||
spartanza | 0 | 20,664,216,522 | 100% | ||
the-alien | 0 | 242,400,553,919 | 100% | ||
hedge-x | 0 | 373,913,120,994 | 100% | ||
andrarchy | 0 | 2,816,015,879,036 | 100% | ||
pangur-ban | 0 | 1,047,505,377 | 25% | ||
dahaz159 | 0 | 29,547,901,740 | 100% | ||
jacobt | 0 | 318,102,892,304 | 100% | ||
omarb | 0 | 253,079,370,182 | 100% | ||
stephen-somers | 0 | 5,220,307,324 | 10% | ||
g-dubs | 0 | 15,699,794,085 | 10% | ||
ikigai | 0 | 154,402,181,117 | 35% | ||
grandpere | 0 | 253,078,502,377 | 100% | ||
mark-waser | 0 | 52,131,953,451 | 25% | ||
christoryan | 0 | 2,026,293,617 | 3% | ||
geoffrey | 0 | 1,737,107,782,799 | 100% | ||
lukestokes | 0 | 2,480,506,563,968 | 100% | ||
mammasitta | 0 | 50,482,929,654 | 10% | ||
jonnyrevolution | 0 | 124,090,327,757 | 100% | ||
superfreek | 0 | 4,615,431,206 | 100% | ||
arcaneinfo | 0 | 3,677,673,432 | 100% | ||
ericvancewalton | 0 | 180,232,173,204 | 100% | ||
asmolokalo | 0 | 517,972,850,234 | 100% | ||
juanmora | 0 | 14,027,330,114 | 100% | ||
lauralemons | 0 | 20,792,638,147 | 50% | ||
roelandp | 0 | 6,829,235,036,363 | 100% | ||
ezzy | 0 | 1,204,472,694,702 | 100% | ||
joshbreslauer | 0 | 347,911,616,374 | 100% | ||
hitmeasap | 0 | 8,146,301,742 | 50% | ||
stealthtrader | 0 | 17,400,658,907 | 100% | ||
minitrio | 0 | 591,569,048 | 100% | ||
chamviet | 0 | 974,144,482 | 100% | ||
cryptochannel | 0 | 3,143,283,859 | 30% | ||
alao | 0 | 2,464,367,491 | 1% | ||
picokernel | 0 | 550,004,856,778 | 100% | ||
slowwalker | 0 | 1,131,443,708,561 | 12% | ||
furion | 0 | 818,251,677,591 | 100% | ||
tommyquest | 0 | 2,131,476,864 | 100% | ||
ausbitbank | 0 | 1,708,935,005,043 | 15% | ||
gikitiki | 0 | 6,593,480,713 | 25% | ||
fulltimegeek | 0 | 4,672,102,515,019 | 39% | ||
lrock | 0 | 253,973,807,593 | 100% | ||
igster | 0 | 159,094,485,488 | 100% | ||
transisto | 0 | 12,307,968,457,286 | 100% | ||
bycz | 0 | 62,372,497,940 | 100% | ||
nascimentoab | 0 | 1,160,798,421 | 100% | ||
divraj | 0 | 0 | 100% | ||
shla-rafia | 0 | 2,279,594,699 | 7% | ||
artific | 0 | 430,149,793,591 | 100% | ||
arcange | 0 | 30,857,755,581 | 10% | ||
demotruk | 0 | 27,164,820,673 | 100% | ||
sinzzer | 0 | 18,270,577,536 | 100% | ||
openart | 0 | 835,502,582 | 100% | ||
manthostsakirid | 0 | 0 | 100% | ||
peacekeeper | 0 | 7,654,420,582 | 100% | ||
blueorgy | 0 | 1,031,841,235,036 | 100% | ||
jens84 | 0 | 51,437,981,785 | 25% | ||
heimindanger | 0 | 125,193,278,652 | 100% | ||
qedqubit | 0 | 484,984,878 | 100% | ||
exyle | 0 | 3,563,132,917,393 | 100% | ||
james212 | 0 | 213,544,154,313 | 100% | ||
raphaelle | 0 | 5,029,462,449 | 10% | ||
yogi | 0 | 6,825,542,716 | 100% | ||
sergey44 | 0 | 1,864,723,720 | 100% | ||
greenman | 0 | 1,650,919,806,756 | 100% | ||
sompitonov | 0 | 23,197,598,249 | 100% | ||
bbrewer | 0 | 64,304,694,315 | 100% | ||
happyphoenix | 0 | 41,386,174,459 | 100% | ||
marcusorlyius | 0 | 4,329,829,778 | 100% | ||
curator | 0 | 4,126,544,282 | 100% | ||
brianphobos | 0 | 53,782,967,995 | 100% | ||
rznag | 0 | 167,043,781,373 | 50% | ||
greymass | 0 | 26,919,538,027 | 25% | ||
xanimes | 0 | 372,918,060 | 100% | ||
coldbolt | 0 | 840,175,221 | 100% | ||
fabien | 0 | 1,652,502,295,334 | 100% | ||
famunger | 0 | 3,193,985,583,378 | 100% | ||
alexpmorris | 0 | 103,807,116,177 | 100% | ||
rapp | 0 | 179,775,762,585 | 100% | ||
lsc9999 | 0 | 134,613,110,597 | 100% | ||
maniacbuilder | 0 | 435,131,158 | 100% | ||
blysards | 0 | 23,131,315,338 | 25% | ||
jonny90 | 0 | 8,887,985,723 | 20% | ||
french.fyde | 0 | 19,833,887,628 | 100% | ||
twinner | 0 | 2,111,784,100,851 | 100% | ||
dez1337 | 0 | 57,465,217,928 | 100% | ||
timcliff | 0 | 601,279,436,538 | 45% | ||
cryptoninja | 0 | 2,119,658,234 | 20% | ||
toxichan | 0 | 6,410,098,610 | 25% | ||
jrd | 0 | 35,744,573,418 | 100% | ||
veerprit | 0 | 9,127,161,101 | 100% | ||
armen | 0 | 27,455,624,076 | 100% | ||
lenatramper | 0 | 9,187,887,329 | 30% | ||
ekitcho | 0 | 3,588,559,678,450 | 100% | ||
cmorton | 0 | 19,220,597,425 | 100% | ||
bryan-imhoff | 0 | 72,061,701,576 | 50% | ||
theabsolute | 0 | 1,042,835,676 | 100% | ||
melek | 0 | 20,835,497,459 | 100% | ||
ashwim | 0 | 3,545,137,541 | 100% | ||
sasa1980 | 0 | 0 | 100% | ||
virtualgrowth | 0 | 209,348,643,740 | 100% | ||
runaway-psyche | 0 | 21,514,579,195 | 100% | ||
lamech-m | 0 | 19,856,455,453 | 100% | ||
husamia | 0 | 6,250,611,140 | 100% | ||
stevescoins | 0 | 25,168,779,102 | 4% | ||
malyshew1973 | 0 | 0 | 100% | ||
thepholosopher | 0 | 4,713,797,237 | 100% | ||
zacksuner | 0 | 338,410,447 | 100% | ||
steevc | 0 | 3,783,335,712 | 1% | ||
julianita | 0 | 677,953,418,759 | 100% | ||
netaterra | 0 | 12,190,948,351 | 100% | ||
kenistyles | 0 | 17,839,301,472 | 22% | ||
willm | 0 | 1,144,349,531 | 100% | ||
lensessions | 0 | 976,952,306 | 100% | ||
layl | 0 | 3,275,038,388 | 100% | ||
joshuatucker | 0 | 413,632,370 | 100% | ||
bruceking | 0 | 13,569,135,471 | 100% | ||
timbalasian | 0 | 236,578,252 | 100% | ||
themonetaryfew | 0 | 1,203,628,212,849 | 100% | ||
metafzx | 0 | 1,261,339,057 | 100% | ||
vric88 | 0 | 1,987,861,929 | 100% | ||
prfarly | 0 | 228,397,523 | 100% | ||
sumiiit | 0 | 2,580,881,023 | 100% | ||
aaronsuncamacho | 0 | 3,922,350,207 | 100% | ||
jtstreetman | 0 | 2,094,334,743 | 100% | ||
englishtchrivy | 0 | 107,810,496,540 | 25% | ||
ats-david | 0 | 3,119,317,565,571 | 25% | ||
runridefly | 0 | 228,690,319,077 | 50% | ||
barrydutton | 0 | 583,521,257,711 | 69% | ||
darkflame | 0 | 10,019,490,700 | 11% | ||
sammie | 0 | 3,069,657,929 | 100% | ||
scottermonkey | 0 | 25,915,515,043 | 100% | ||
tonyboney | 0 | 51,828,518 | 50% | ||
eight-rad | 0 | 43,711,290,420 | 100% | ||
jaytaylor | 0 | 6,624,329,547 | 100% | ||
davidjkelley | 0 | 2,448,431,411 | 25% | ||
jasonhenza | 0 | 372,168,206 | 100% | ||
leoplaw | 0 | 21,072,311,886 | 50% | ||
jimbobbill | 0 | 23,279,498,412 | 100% | ||
sebastianbauer | 0 | 198,182,115 | 100% | ||
digital-wisdom | 0 | 21,569,801,962 | 25% | ||
joanstewart | 0 | 983,239,523 | 100% | ||
ethical-ai | 0 | 1,879,242,483 | 25% | ||
chadmichaellibby | 0 | 212,571,882 | 100% | ||
jwaser | 0 | 13,097,494,241 | 25% | ||
necrus | 0 | 930,746,112 | 100% | ||
shieha | 0 | 14,612,126,954 | 25% | ||
dan-bn | 0 | 153,549,577,777 | 25% | ||
the-ego-is-you | 0 | 24,051,735,397 | 100% | ||
drcanes | 0 | 0 | 100% | ||
cybernatic | 0 | 217,234,849 | 100% | ||
bwaser | 0 | 3,073,439,015 | 25% | ||
sergiomendes | 0 | 5,825,928,441 | 100% | ||
abh12345 | 0 | 6,041,753,017 | 10% | ||
littlescribe | 0 | 19,718,319,473 | 25% | ||
burnin | 0 | 18,506,876,221 | 25% | ||
bestoftherest | 0 | 2,814,786,208 | 25% | ||
carterx7 | 0 | 16,325,535,294 | 4% | ||
steempowerwhale | 0 | 55,857,236,331 | 100% | ||
siavach | 0 | 170,878,793,355 | 100% | ||
voodoolizard | 0 | 57,303,506,688 | 100% | ||
pokerdude836 | 0 | 206,843,360 | 100% | ||
joelerbear | 0 | 2,710,899,816 | 100% | ||
tarekadam | 0 | 91,493,401,663 | 100% | ||
ellepdub | 0 | 1,588,465,211 | 25% | ||
arama | 0 | 3,972,631,094,546 | 80% | ||
herpetologyguy | 0 | 102,047,491,074 | 25% | ||
greer184 | 0 | 7,411,057,356 | 100% | ||
greatdabu | 0 | 318,063,539,176 | 100% | ||
jang | 0 | 37,205,844,521 | 40% | ||
morgan.waser | 0 | 5,428,261,923 | 25% | ||
sebcam | 0 | 0 | 100% | ||
thotiusi | 0 | 120,625,877 | 100% | ||
ginacarr | 0 | 0 | 100% | ||
whoib | 0 | 218,344,432 | 100% | ||
okean123 | 0 | 16,858,541,262 | 100% | ||
pradaprada | 0 | 122,511,250 | 100% | ||
bandidwyntosho | 0 | 96,272,386 | 100% | ||
knablinz | 0 | 5,141,885,381 | 100% | ||
handyman | 0 | 2,433,413,285 | 25% | ||
cwbrooch | 0 | 20,148,273,822 | 100% | ||
b0atman | 0 | 181,902,510 | 100% | ||
strong-ai | 0 | 6,097,087,986 | 25% | ||
peaceloveliberty | 0 | 8,074,397,600 | 100% | ||
sashadaygame | 0 | 166,099,431,800 | 100% | ||
htyfn | 0 | 12,081,550,876 | 100% | ||
ninkhisibir | 0 | 2,908,773,530 | 25% | ||
successforall | 0 | 646,440,577 | 100% | ||
danigirl | 0 | 75,792,158,612 | 100% | ||
cryplectibles | 0 | 9,807,290,520 | 100% | ||
ura-soul | 0 | 167,555,970,377 | 100% | ||
lyndsaybowes | 0 | 1,158,043,742,593 | 100% | ||
goldmatters | 0 | 399,075,909,482 | 100% | ||
lydon.sipe | 0 | 17,495,450,037 | 17.02% | ||
freiheit50 | 0 | 54,821,324,034 | 100% | ||
rafadezelanda | 0 | 4,167,661,978 | 100% | ||
simonjay | 0 | 2,324,396,083 | 2% | ||
dgiors | 0 | 42,635,323,377 | 20% | ||
jephline | 0 | 502,719,105 | 100% | ||
ramblinmind | 0 | 6,056,088,489 | 100% | ||
jaki01 | 0 | 1,182,870,947,982 | 50% | ||
jonjon1 | 0 | 36,980,301,378 | 100% | ||
redes | 0 | 587,715,463,433 | 16% | ||
garethnelsonuk | 0 | 37,026,565,072 | 100% | ||
gdouramanis | 0 | 5,129,058,803 | 100% | ||
supergoodliving | 0 | 18,334,768,164 | 25% | ||
thejohalfiles | 0 | 51,741,598,275,810 | 100% | ||
yvonneyoung | 0 | 2,683,311,955 | 100% | ||
judasp | 0 | 82,412,913,281 | 100% | ||
joshuaatiemo | 0 | 4,460,846,463 | 100% | ||
jamzed | 0 | 0 | 100% | ||
decebal2dac | 0 | 112,974,697,040 | 100% | ||
jmehta | 0 | 3,239,302,494 | 100% | ||
louishugo | 0 | 0 | 100% | ||
pepe7777 | 0 | 609,683,173 | 100% | ||
innerverse | 0 | 25,229,808,208 | 100% | ||
yangrisa | 0 | 41,880,096,484 | 100% | ||
voronoi | 0 | 144,262,541,247 | 50% | ||
aunt-deb | 0 | 26,088,749,835 | 30% | ||
streetartgallery | 0 | 15,393,167,315 | 75% | ||
nc-mgtow | 0 | 693,705,801 | 100% | ||
alanfreestone | 0 | 105,546,650,270 | 100% | ||
fratheone | 0 | 199,935,158 | 100% | ||
nigelmarkdias | 0 | 85,777,892,702 | 100% | ||
primerz | 0 | 2,630,536,229 | 100% | ||
technoprogressiv | 0 | 5,866,979,591 | 25% | ||
wagnertamanaha | 0 | 7,928,737,947 | 100% | ||
teamhumble | 0 | 33,419,905,728 | 100% | ||
ixindamix | 0 | 28,949,481,969 | 60% | ||
qeysolutions | 0 | 13,707,718,699 | 100% | ||
ourlifestory | 0 | 5,097,916,764 | 20% | ||
spottyproduction | 0 | 24,124,691,239 | 50% | ||
humanearl | 0 | 660,470,667,860 | 100% | ||
isaacracosta | 0 | 2,238,750,866 | 100% | ||
thebatmanbiker | 0 | 20,694,012,141 | 100% | ||
writingamigo | 0 | 2,566,623,030 | 25% | ||
dammylohar | 0 | 4,862,726,216 | 100% | ||
zedikaredirect | 0 | 6,772,707,986 | 28% | ||
v4vapid | 0 | 7,716,836,674,716 | 50% | ||
gmikeyg | 0 | 3,267,398,344 | 100% | ||
lucidlight | 0 | 1,418,775,116 | 100% | ||
saeryn | 0 | 4,349,543,325 | 100% | ||
saleg25 | 0 | 20,880,819,970 | 100% | ||
the3i1 | 0 | 2,336,786,625 | 100% | ||
sinclaether | 0 | 2,334,682,540 | 100% | ||
lazariko12 | 0 | 21,203,758,915 | 100% | ||
brandybb | 0 | 1,966,659,611 | 100% | ||
vandalizmrecordz | 0 | 5,932,849,330 | 100% | ||
sudipn749 | 0 | 2,497,334,562 | 100% | ||
angrycapitalist | 0 | 1,682,115,873 | 100% | ||
rasalghul | 0 | 66,720,135 | 100% | ||
jackhircus | 0 | 56,947,582,075 | 80% | ||
kostaslou | 0 | 0 | 100% | ||
rahul.stan | 0 | 980,095,597 | 3% | ||
steemcenterwiki | 0 | 6,434,512,811 | 100% | ||
kotturinn | 0 | 17,720,851,138 | 15% | ||
bitsy | 0 | 1,790,141,937 | 100% | ||
riskdebonair | 0 | 254,365,853,944 | 100% | ||
lazarescu.irinel | 0 | 1,304,645,691 | 100% | ||
erikl12 | 0 | 1,628,059,586 | 100% | ||
michaelten | 0 | 1,643,846,268 | 100% | ||
da-dawn | 0 | 242,097,406,464 | 100% | ||
distantsignal | 0 | 74,342,725,071 | 100% | ||
elgeko | 0 | 152,489,611,728 | 100% | ||
thekyle | 0 | 2,431,266,622 | 100% | ||
blockchained | 0 | 108,292,787,604 | 100% | ||
pqlenator | 0 | 7,112,242,408 | 100% | ||
ramengirl | 0 | 3,903,236,345,248 | 20% | ||
theghost1980 | 0 | 21,203,754,567 | 40% | ||
javirid | 0 | 3,107,967,932 | 100% | ||
garrettjgrubbs | 0 | 1,077,556,941 | 100% | ||
stefan.steynberg | 0 | 14,099,711,706 | 100% | ||
deividas | 0 | 9,910,877,646 | 100% | ||
zettt | 0 | 1,837,947,192 | 100% | ||
lolocabra | 0 | 1,472,168,525 | 100% | ||
todaysrant2017 | 0 | 12,431,309,152 | 100% | ||
hightouch | 0 | 345,077,891,278 | 100% | ||
notoriousdjp | 0 | 18,986,809,512 | 100% | ||
dahri | 0 | 1,484,642,753 | 100% | ||
zephyraijunzo | 0 | 100,175,852,539 | 100% | ||
jmaksad | 0 | 1,436,492,718 | 100% | ||
marco1 | 0 | 1,487,447,943 | 100% | ||
decentralizd | 0 | 11,649,608,228 | 3% | ||
estronitex | 0 | 7,640,664,454 | 100% | ||
motoengineer | 0 | 30,028,361,467 | 38% | ||
sk828man | 0 | 394,903,615 | 100% | ||
ashirkev | 0 | 1,397,384,299 | 100% | ||
hebrew | 0 | 1,619,355,593,431 | 100% | ||
ackza | 0 | 76,375,475,121 | 32% | ||
nick.sunchild | 0 | 1,454,485,237 | 100% | ||
mursin | 0 | 2,437,050,238 | 100% | ||
elmetro | 0 | 0 | 100% | ||
kaparro | 0 | 1,458,646,602 | 100% | ||
htooms | 0 | 295,547,693,184 | 100% | ||
shadowactor | 0 | 2,243,631,245 | 100% | ||
oneshot | 0 | 3,396,553,498 | 100% | ||
abuzarkalam | 0 | 759,904,168,033 | 100% | ||
demanuel37 | 0 | 1,456,188,491 | 100% | ||
btu | 0 | 2,578,272,183,525 | 100% | ||
trafalgar | 0 | 2,134,663,145,389 | 10% | ||
ryeis1 | 0 | 1,837,844,719 | 100% | ||
cinder420 | 0 | 1,466,519,869 | 100% | ||
robert-call | 0 | 1,875,115,047,588 | 100% | ||
dailydogger | 0 | 133,834,732,830 | 100% | ||
pawnuts | 0 | 28,417,023,509 | 100% | ||
thomasgutierrez | 0 | 27,795,566,679 | 100% | ||
lazybits | 0 | 3,745,729,397 | 100% | ||
battleaxe | 0 | 6,219,955,827 | 6% | ||
kkugel2 | 0 | 194,764,871 | 100% | ||
edmundspriede | 0 | 42,967,868,169 | 100% | ||
dontview | 0 | 872,547,748 | 100% | ||
ponchik | 0 | 224,086,218 | 100% | ||
holukacen | 0 | 325,724,942 | 100% | ||
torem-di-torem | 0 | 22,230,667,103 | 100% | ||
manycoolthings | 0 | 625,226,172 | 100% | ||
galerykoe | 0 | 735,667,617 | 100% | ||
crypticwyrm | 0 | 7,241,477,472 | 100% | ||
venomnymous | 0 | 241,917,114 | 100% | ||
bcc | 0 | 2,501,568,423,712 | 100% | ||
uradick | 0 | 1,007,562,635,796 | 100% | ||
gegef | 0 | 419,384,287 | 100% | ||
btcmillionaire | 0 | 378,108,099,275 | 100% | ||
susniper | 0 | 427,080,825 | 100% | ||
jowel | 0 | 419,721,277 | 100% | ||
prakashghai | 0 | 28,104,453,016 | 100% | ||
remsi | 0 | 522,936,140 | 100% | ||
zukka | 0 | 0 | 100% | ||
daio | 0 | 0 | 0% | ||
fahadysf | 0 | 599,593,100 | 100% | ||
sames | 0 | 384,641,128 | 100% | ||
ashridge100 | 0 | 621,340,000 | 100% | ||
skan | 0 | 4,508,235,951,633 | 100% | ||
sarasate | 0 | 9,621,766,645 | 30% | ||
footsh | 0 | 427,009,456 | 100% | ||
blandermania | 0 | 0 | 0% | ||
gonzalolpm | 0 | 773,175,733 | 100% | ||
stimialiti | 0 | 1,093,376,303 | 100% | ||
hiroyamagishi | 0 | 34,619,368,180 | 17% | ||
jeff001 | 0 | 5,429,084,920 | 100% | ||
greenstar | 0 | 43,074,712,440 | 100% | ||
ruwan | 0 | 959,661,091 | 100% | ||
synapse | 0 | 120,065,784,510 | 100% | ||
contentguy | 0 | 4,331,530,226 | 100% | ||
ghostgod | 0 | 1,192,342,030 | 100% | ||
practicaleric | 0 | 3,801,827,391 | 100% | ||
skinnythames | 0 | 7,086,884,119 | 100% | ||
zlatko | 0 | 599,593,100 | 100% | ||
masiah09 | 0 | 42,048,090,178 | 100% | ||
aarkay | 0 | 386,035,746 | 100% | ||
tzcap | 0 | 5,192,403,793 | 100% | ||
frankydoodle | 0 | 6,694,021,607 | 100% | ||
newsdesk | 0 | 10,025,045,488 | 50% | ||
karenulloa93 | 0 | 3,140,606,217 | 100% | ||
mathfortress | 0 | 2,384,659,853 | 100% | ||
ni7n3k | 0 | 833,959,555 | 100% | ||
redpill | 0 | 34,477,755,939 | 100% | ||
coinhub | 0 | 1,217,154,657 | 100% | ||
steffenengman | 0 | 3,528,646,319 | 100% | ||
jerge | 0 | 134,289,204 | 100% | ||
sighmanjestah | 0 | 8,882,027,135 | 100% | ||
matt2525 | 0 | 472,772,845 | 100% | ||
courtschunk | 0 | 240,786,424 | 100% | ||
juliank | 0 | 10,048,821,292 | 1% | ||
tnkspe119 | 0 | 296,914,302,573 | 100% | ||
wiering | 0 | 0 | 100% | ||
healthiswealth | 0 | 9,697,560,467 | 100% | ||
creutzy | 0 | 17,616,158,324 | 100% | ||
swenger | 0 | 20,161,238,768 | 50% | ||
lunix | 0 | 7,547,119,295 | 100% | ||
exploreunlimited | 0 | 3,893,838,626 | 50% | ||
ili0braz | 0 | 616,422,400 | 100% | ||
deobrands | 0 | 627,778,077 | 100% | ||
tosomethingnew | 0 | 622,782,118 | 100% | ||
pugriffs | 0 | 0 | 0% | ||
zandorz | 0 | 610,918,734 | 100% | ||
manuel78 | 0 | 61,117,145 | 1% | ||
frostkyekye | 0 | 619,809,232 | 100% | ||
basicstoliving | 0 | 8,739,407,949 | 100% | ||
cardesignpro | 0 | 638,406,196 | 100% | ||
tellall | 0 | 341,139,830 | 100% | ||
justoneopinion | 0 | 10,816,234,555 | 100% | ||
belleontherocks | 0 | 17,620,049,643 | 100% | ||
aemkar | 0 | 182,715,877 | 100% | ||
drpuffnstuff | 0 | 15,224,521,517 | 13% | ||
uzamkniete | 0 | 1,424,492,742 | 100% | ||
etcbits | 0 | 5,706,126,619 | 100% | ||
swam | 0 | 619,520,000 | 100% | ||
joe28 | 0 | 8,334,234,313 | 100% | ||
mrssignificant | 0 | 8,170,539,803 | 100% | ||
indepthstory | 0 | 13,485,539,059 | 100% | ||
indend007 | 0 | 256,706,294,099 | 100% | ||
headliner | 0 | 20,652,455,633 | 100% | ||
stackin | 0 | 15,382,538,724 | 1% | ||
anto2318 | 0 | 2,848,859,875 | 100% | ||
aaliyahholt | 0 | 8,253,017,061 | 100% | ||
davy73 | 0 | 167,257,870 | 100% | ||
finallyfree | 0 | 619,520,000 | 100% | ||
followbtcnews | 0 | 57,957,157,788 | 100% | ||
tremoulinas | 0 | 5,329,373,342 | 100% | ||
omwith | 0 | 12,098,259,218 | 30% | ||
thetruth36 | 0 | 60,792,090,231 | 100% | ||
orrslaw | 0 | 9,617,386,194 | 100% | ||
leomichael | 0 | 122,447,540,706 | 11% | ||
zacharius | 0 | 11,015,236,222 | 100% | ||
done | 0 | 6,972,982,033,295 | 100% | ||
sekhmet | 0 | 21,510,279,751 | 100% | ||
pegasusphysics | 0 | 16,262,011,341 | 100% | ||
hydro100 | 0 | 121,044,898,155 | 100% | ||
thethreehugs | 0 | 2,836,569,861 | 100% | ||
jpn24c | 0 | 9,342,583,904 | 100% | ||
clixmoney | 0 | 8,792,067,307 | 100% | ||
mys | 0 | 56,296,727,554 | 100% | ||
barbarafuentes | 0 | 12,337,106,899 | 100% | ||
steemdoge | 0 | 5,418,704,800 | 5% | ||
adaptnetwork | 0 | 12,573,293,029 | 100% | ||
todstikles | 0 | 621,919,760 | 100% | ||
lukestokes.mhth | 0 | 1,168,192,227 | 100% | ||
newsflash | 0 | 12,991,656,550,143 | 100% | ||
choind | 0 | 9,797,652,375 | 100% | ||
eajob | 0 | 3,253,632,831 | 100% | ||
emanuelteixeira | 0 | 108,734,500 | 100% | ||
dubvdave | 0 | 1,691,695,045 | 100% | ||
dakster | 0 | 4,837,367,275 | 100% | ||
hqmafa420 | 0 | 4,621,793,651 | 25% | ||
mkt | 0 | 18,039,614,324 | 100% | ||
ariskusnandar | 0 | 3,590,139,285 | 100% | ||
freshstuff | 0 | 14,999,534,937 | 100% | ||
nazirkhyber | 0 | 4,731,762,007 | 100% | ||
diogogomes | 0 | 604,796,677 | 100% | ||
galberto | 0 | 4,837,811,696 | 100% | ||
jeangrey | 0 | 1,244,687,992 | 100% | ||
shae-meyer | 0 | 12,567,328,223 | 100% | ||
yehey | 0 | 1,752,154,994 | 5% | ||
inventor16 | 0 | 172,455,871,655 | 100% | ||
kemalalakoc | 0 | 621,340,000 | 100% | ||
waynex | 0 | 621,381,381 | 100% | ||
lcshaft | 0 | 12,436,093,223 | 100% | ||
orbitalqq | 0 | 30,242,477,915 | 100% | ||
suitablybored | 0 | 325,105,398 | 100% | ||
flauwy | 0 | 29,373,776,663 | 50% | ||
crypto-mental | 0 | 826,384,556 | 100% | ||
geetharao | 0 | 30,962,347,844 | 100% | ||
itadakimasu | 0 | 892,793,841 | 100% | ||
yunus | 0 | 0 | 100% | ||
dmbpub | 0 | 740,773,444 | 100% | ||
djynn | 0 | 4,704,264,215 | 9% | ||
zeteticmindset | 0 | 21,108,903,501 | 100% | ||
dabofi5 | 0 | 2,919,815,400 | 100% | ||
coco357i | 0 | 3,017,174,997 | 100% | ||
grasswind | 0 | 624,388,538 | 100% | ||
htliven | 0 | 0 | 100% | ||
andersrh | 0 | 2,732,555,351 | 100% | ||
holisticgangsta1 | 0 | 608,913,200 | 100% | ||
ramontorresps | 0 | 10,073,129,983 | 50% | ||
besteulz | 0 | 2,199,987,860 | 18% | ||
daniweav | 0 | 619,602,645 | 100% | ||
eloquentsam | 0 | 681,696,651 | 100% | ||
guille2509 | 0 | 999,804,544 | 100% | ||
woojumbs | 0 | 59,776,906,626 | 100% | ||
steeminator3000 | 0 | 69,397,753,618 | 100% | ||
rejakul | 0 | 9,037,711,755 | 100% | ||
hadimemories | 0 | 2,821,639,546 | 100% | ||
ray.luv.music | 0 | 14,025,392,774 | 100% | ||
solehmustakim | 0 | 600,344,662 | 100% | ||
maxer27 | 0 | 1,957,176,361 | 10% | ||
samuelwealth | 0 | 567,243,413 | 100% | ||
ammonite | 0 | 13,655,350,206 | 100% | ||
amvanaken | 0 | 3,493,253,736 | 10% | ||
slavix | 0 | 3,109,997,949 | 100% | ||
modnar | 0 | 2,055,896,359 | 100% | ||
siddm96 | 0 | 1,117,407,661 | 100% | ||
tastetwist | 0 | 65,437,188,338 | 100% | ||
talis49 | 0 | 0 | 100% | ||
heidelbaer | 0 | 530,840,853 | 100% | ||
cryptorambo | 0 | 1,225,504,087 | 52.54% | ||
slon21veka | 0 | 2,292,840,664 | 100% | ||
voyceatlas | 0 | 6,059,974,209 | 100% | ||
blaineb | 0 | 3,103,164,288 | 100% | ||
raizel | 0 | 13,553,010,615 | 100% | ||
derosnec | 0 | 1,800,974,748 | 100% | ||
iamcryptojoe | 0 | 15,726,788,546 | 100% | ||
prowebwriter | 0 | 5,751,885,137 | 100% | ||
dreamien | 0 | 2,135,592,830 | 100% | ||
nanogivers | 0 | 177,251,300 | 100% | ||
oleksa61 | 0 | 619,520,000 | 100% | ||
carna-mora | 0 | 0 | 0% | ||
spectrumecons | 0 | 6,463,999,888 | 100% | ||
chingpherd | 0 | 1,405,790,012 | 100% | ||
princessperibanu | 0 | 284,979,200 | 100% | ||
a1sa | 0 | 633,426,213 | 100% | ||
crownsamuel | 0 | 3,265,033,981 | 100% | ||
doles | 0 | 1,000,952,254 | 100% | ||
tuszy | 0 | 619,520,000 | 100% | ||
conorxna | 0 | 789,699,950 | 100% | ||
truthxchange | 0 | 621,130,832 | 100% | ||
davideo | 0 | 0 | 100% | ||
rahdit | 0 | 156,500,889 | 100% | ||
abdullahmushtaq | 0 | 1,990,260,536 | 100% | ||
gizzmah | 0 | 0 | 100% | ||
bobarker | 0 | 0 | 100% | ||
makshay5 | 0 | 28,567,895,807 | 100% | ||
zazazum | 0 | 9,501,369,573 | 100% | ||
netuoso | 0 | 505,421,083,950 | 100% | ||
divilati | 0 | 3,158,969,530 | 100% | ||
theoccultcorner | 0 | 0 | 100% | ||
juanjorosale | 0 | 1,958,560,461 | 100% | ||
lewis831 | 0 | 13,438,966,544 | 100% | ||
jrandolph | 0 | 1,346,054,725 | 100% | ||
nimesh0808 | 0 | 1,687,332,326 | 100% | ||
shenol | 0 | 0 | 100% | ||
odennodaikon | 0 | 2,397,325,085 | 38.99% | ||
j-be | 0 | 2,476,272,753 | 100% | ||
greene0 | 0 | 644,540,722,701 | 100% | ||
sovereign-naan | 0 | 652,498,188 | 100% | ||
acrowder37 | 0 | 332,759,687 | 50.68% | ||
dwarrilow2002 | 0 | 300,045,293 | 100% | ||
danialafridi | 0 | 302,165,185 | 100% | ||
secsee | 0 | 1,594,365,014 | 100% | ||
affiedalfayed | 0 | 2,727,635,369 | 100% | ||
parlo | 0 | 0 | 100% | ||
goro45 | 0 | 607,129,600 | 100% | ||
offgridlife | 0 | 17,309,217,546 | 100% | ||
nikitinskiy | 0 | 5,172,489,978 | 100% | ||
corsica | 0 | 6,716,266,634 | 100% | ||
fadhilarnas | 0 | 2,716,093,418 | 100% | ||
jaraumoses | 0 | 2,815,424,923 | 100% | ||
greatsam | 0 | 1,177,002,162 | 100% | ||
lesol | 0 | 619,520,000 | 100% | ||
shifty0g | 0 | 32,306,516,895 | 100% | ||
williamdeamer | 0 | 3,682,722,567 | 100% | ||
zacksilver | 0 | 2,021,142,288 | 100% | ||
dreamzchm | 0 | 4,329,167,551 | 90.26% | ||
chacharealsmoth | 0 | 1,138,377,997 | 100% | ||
mannyfig1956 | 0 | 1,659,728,284 | 100% | ||
aravindows | 0 | 619,231,587 | 100% | ||
cryptowolf | 0 | 2,002,076,962 | 100% | ||
tgheretic | 0 | 651,790,555 | 100% | ||
blyyros | 0 | 623,324,078 | 100% | ||
tandemus | 0 | 0 | 100% | ||
diya28 | 0 | 2,255,252,856 | 100% | ||
ragepeanut | 0 | 20,026,180,635 | 100% | ||
mvassist | 0 | 0 | 100% | ||
binkyprod | 0 | 3,360,871,685 | 100% | ||
erickpinos | 0 | 4,342,107,727 | 100% | ||
ghie2017 | 0 | 623,269,348 | 100% | ||
lucianalima7 | 0 | 2,086,621,328 | 100% | ||
sirisingh | 0 | 8,095,992,069 | 100% | ||
tngflx | 0 | 3,555,056,596 | 100% | ||
xpoze | 0 | 2,228,437,092 | 100% | ||
rccc | 0 | 1,184,133,894 | 100% | ||
elbiasto | 0 | 1,162,204,884 | 100% | ||
brensonttt | 0 | 517,644,724 | 100% | ||
vinay-negi | 0 | 574,200,850 | 100% | ||
michaelrojo | 0 | 6,132,890,613 | 100% | ||
bien | 0 | 5,743,642,378 | 100% | ||
gimperialg | 0 | 287,565,545 | 100% | ||
kilu83 | 0 | 56,981,293 | 100% | ||
st3llar | 0 | 6,779,530,047 | 100% | ||
elgine | 0 | 534,100,664 | 100% | ||
on1x | 0 | 625,048,605 | 100% | ||
raili | 0 | 1,976,793,738 | 100% | ||
cryptopreneur | 0 | 845,124,257 | 100% | ||
feristeem | 0 | 1,711,433,777 | 100% | ||
lefactuoscope | 0 | 4,595,380,046 | 100% | ||
hobby-club | 0 | 3,243,619,675 | 100% | ||
alexr098g | 0 | 0 | 0% | ||
woodywood143 | 0 | 10,657,653,783 | 100% | ||
teukufandy | 0 | 648,650,529 | 100% | ||
zararina | 0 | 2,241,755,055 | 100% | ||
thinknzombie | 0 | 11,031,558,120 | 6% | ||
eturnerx | 0 | 56,385,042,282 | 20% | ||
guarddog | 0 | 6,778,557,586 | 100% | ||
tonyh | 0 | 0 | 100% | ||
luigi-tecnologo | 0 | 24,100,425,708 | 100% | ||
siren7 | 0 | 754,529,633 | 100% | ||
hasoon | 0 | 4,372,382,848,932 | 100% | ||
carolegbelette | 0 | 626,081,952 | 100% | ||
hypnoherbivore | 0 | 237,942,573 | 20.3% | ||
doughtaker | 0 | 7,297,615,428 | 100% | ||
zeidlitwhips | 0 | 3,795,953,813 | 100% | ||
htetlinnaung | 0 | 1,898,379,508 | 100% | ||
tamiil | 0 | 2,525,695,596 | 100% | ||
fd907 | 0 | 2,934,683,430 | 100% | ||
luisneira | 0 | 274,442,264,989 | 100% | ||
freedomno1 | 0 | 194,990,852 | 100% | ||
flowerwong66 | 0 | 687,448,217 | 100% | ||
willheard | 0 | 440,444,515 | 100% | ||
pastbastard | 0 | 1,807,767,909 | 100% | ||
ronnie-sen | 0 | 619,520,000 | 100% | ||
devilcat | 0 | 500,741,987 | 100% | ||
world-currency | 0 | 635,001,059 | 100% | ||
fenghuang | 0 | 4,689,648,810,060 | 100% | ||
untamed369 | 0 | 527,328,675 | 100% | ||
razzirean | 0 | 1,722,742,435 | 100% | ||
mawanda | 0 | 619,520,000 | 100% | ||
negativer | 0 | 9,757,842,135 | 100% | ||
pacifictime | 0 | 0 | 0% | ||
arevolution | 0 | 8,724,653,738 | 100% | ||
vladwulf | 0 | 619,520,000 | 100% | ||
glitchout01 | 0 | 716,532,302 | 100% | ||
donnadavisart | 0 | 2,872,870,654 | 100% | ||
simonpeter35 | 0 | 107,995,658 | 100% | ||
allcapsonezero | 0 | 10,887,342,514 | 100% | ||
indian-mom | 0 | 12,555,590,932 | 100% | ||
daniham | 0 | 730,261,808 | 100% | ||
soosoo | 0 | 259,146,346,120 | 100% | ||
chrone | 0 | 12,625,089,113 | 100% | ||
foxdal | 0 | 2,608,557,219 | 100% | ||
drorion | 0 | 661,690,835,679 | 100% | ||
jeffery-awesome | 0 | 319,695,048 | 100% | ||
o1o1o1o | 0 | 17,703,230,620 | 100% | ||
jekisatria | 0 | 0 | 100% | ||
imth3best1 | 0 | 673,005,714 | 100% | ||
rituparnaghosh | 0 | 418,467,753 | 100% | ||
bluefalcon | 0 | 619,520,000 | 100% | ||
heidi-dream | 0 | 680,127,556 | 100% | ||
zorro7 | 0 | 1,160,595,965 | 100% | ||
christ2169 | 0 | 400,074,963 | 100% | ||
colmanlamkh | 0 | 2,174,662,915 | 100% | ||
vitafl02 | 0 | 705,826,668 | 100% | ||
theguldenaries | 0 | 26,232,770,793 | 100% | ||
rogasa3000 | 0 | 3,787,083,574 | 100% | ||
slempase | 0 | 1,794,052,606 | 100% | ||
iwanttruth | 0 | 423,162,224 | 100% | ||
lamont | 0 | 619,520,000 | 100% | ||
shebe | 0 | 4,271,010,546 | 100% | ||
cosmicboy123 | 0 | 644,867,492 | 100% | ||
wanderingmind | 0 | 410,529,656 | 100% | ||
ahmedawad | 0 | 1,089,826,894 | 100% | ||
yann0975 | 0 | 5,148,085,590 | 100% | ||
hrsagar | 0 | 778,952,543 | 1% | ||
themarkymark | 0 | 20,589,452,148 | 100% | ||
htinlinaung | 0 | 649,394,150 | 17.03% | ||
steem-comic-con | 0 | 355,960,379 | 50% | ||
ananiani | 0 | 10,535,437,698 | 100% | ||
jefryagooners | 0 | 0 | 100% | ||
levmue | 0 | 3,870,093,252 | 100% | ||
smartell | 0 | 449,079,475 | 100% | ||
steemitjp | 0 | 12,456,476,509 | 100% | ||
paulie2coins | 0 | 8,970,253,258 | 100% | ||
cynbedthia | 0 | 7,736,261,160 | 100% | ||
yoza.ossan | 0 | 3,037,189,039 | 100% | ||
dine77 | 0 | 37,429,045,598 | 100% | ||
fizzu | 0 | 679,698,797 | 100% | ||
fhstralow | 0 | 871,497,331 | 100% | ||
jaibirsingh | 0 | 103,237,186 | 100% | ||
markhalen | 0 | 620,221,179 | 100% | ||
littlejoeward | 0 | 640,990,605 | 100% | ||
driva | 0 | 10,550,004,056 | 100% | ||
abhinavramesh12 | 0 | 498,713,600 | 100% | ||
miss.dara | 0 | 22,778,665,927 | 100% | ||
bnft | 0 | 738,545,209 | 100% | ||
nickl | 0 | 6,637,734,140 | 100% | ||
brad-saunders | 0 | 1,994,398,330 | 100% | ||
macchiata | 0 | 2,610,534,732 | 100% | ||
kona | 0 | 1,723,686,288 | 100% | ||
nickwalshblog | 0 | 972,910,757 | 100% | ||
yash0108 | 0 | 947,149,774 | 0% | ||
beccadeals | 0 | 2,512,364,344 | 100% | ||
mahyailyas | 0 | 1,037,340,020 | 100% | ||
punkrockpara | 0 | 560,167,912 | 100% | ||
h8rry | 0 | 9,668,566,912 | 25% | ||
angela.ghkh | 0 | 3,191,958,551 | 100% | ||
duncanrosemarydd | 0 | 538,982,400 | 100% | ||
sureshgajera | 0 | 565,887,396 | 100% | ||
jlovejoy | 0 | 700,547,997 | 100% | ||
mintvilla | 0 | 38,903,558,433 | 100% | ||
irwanumpal | 0 | 2,196,131,941 | 30% | ||
prc | 0 | 17,730,193,551 | 100% | ||
koreahong | 0 | 8,580,747,726 | 100% | ||
hkjn | 0 | 7,941,142,957 | 100% | ||
sreepyeldarb | 0 | 3,027,047,946 | 100% | ||
steemik | 0 | 18,400,673,002 | 100% | ||
nicolemoker | 0 | 5,912,038,325,847 | 29% | ||
endee | 0 | 987,824,962 | 100% | ||
holadeivi | 0 | 0 | 100% | ||
guibe80 | 0 | 1,353,549,647 | 100% | ||
caipi94 | 0 | 477,093,984 | 100% | ||
the-fake-news | 0 | 626,334,695 | 100% | ||
negojobs | 0 | 307,764,876 | 100% | ||
thewatchers1456 | 0 | 957,511,656 | 100% | ||
azisjesika | 0 | 1,763,963,494 | 100% | ||
alberth | 0 | 634,556,021 | 100% | ||
moderndragon | 0 | 1,080,689,186 | 100% | ||
hag228 | 0 | 569,472,703 | 100% | ||
mawardi | 0 | 1,106,190,680 | 100% | ||
planetenamek | 0 | 7,968,717,931 | 100% | ||
martunisaja | 0 | 639,647,535 | 100% | ||
vcano | 0 | 619,520,000 | 100% | ||
ayubloaded | 0 | 1,455,599,320 | 100% | ||
majaume | 0 | 712,286,733 | 100% | ||
jeetmandal | 0 | 1,110,436,850 | 100% | ||
andronauta | 0 | 619,520,000 | 100% | ||
bikash-tutor | 0 | 10,357,381,991 | 100% | ||
oxoxo | 0 | 0 | 100% | ||
ericwilkens | 0 | 4,042,888,929 | 100% | ||
marylaluna | 0 | 1,273,524,420 | 100% | ||
dtube | 0 | 217,740,196,646 | 100% | ||
biscuityuen | 0 | 619,520,000 | 100% | ||
tonimarco | 0 | 29,475,647,705 | 100% | ||
victorluna187 | 0 | 579,251,200 | 100% | ||
gibransalazar7 | 0 | 557,317,608 | 100% | ||
fadytoloza015 | 0 | 542,080,000 | 100% | ||
steemdrivingman | 0 | 2,468,073,526 | 100% | ||
dignityinside | 0 | 629,998,872 | 100% | ||
vimukthi | 0 | 280,482,740 | 100% | ||
daniel007 | 0 | 2,659,516,789 | 100% | ||
adoelesteem | 0 | 970,854,371 | 100% | ||
jufni | 0 | 454,144,218 | 100% | ||
munawir91 | 0 | 1,632,109,972 | 100% | ||
shahbazrana | 0 | 295,408,255 | 100% | ||
itallmatters | 0 | 617,187,227 | 100% | ||
seurunekalee | 0 | 726,306,697 | 100% | ||
aamirhamza317 | 0 | 442,338,718 | 100% | ||
justdentist | 0 | 10,928,287,968 | 100% | ||
rkcrypto | 0 | 0 | 0% | ||
muhammadfurqan | 0 | 746,652,193 | 100% | ||
luciferrin | 0 | 1,096,836,153 | 100% | ||
edith4angelseu | 0 | 405,718,339 | 100% | ||
tvowcampbell | 0 | 621,541,435 | 100% | ||
steemnature | 0 | 577,496,472 | 100% | ||
lusanamaya | 0 | 1,629,280,757 | 100% | ||
ivoteonheros | 0 | 18,741,617,051 | 13% | ||
duekie | 0 | 255,778,567 | 100% | ||
daneftaly | 0 | 764,153,928 | 100% | ||
amarhusin37 | 0 | 1,441,906,744 | 100% | ||
anj | 0 | 752,377,773 | 100% | ||
alexkarki | 0 | 7,650,116,752 | 100% | ||
jenesa | 0 | 2,276,593,848 | 100% | ||
putraalkhaidir | 0 | 604,152,513 | 100% | ||
barber78 | 0 | 97,829,643 | 100% | ||
davidalexander | 0 | 3,315,172,116 | 100% | ||
endracsho | 0 | 5,343,185,317 | 100% | ||
kinaabderrahmane | 0 | 597,876,659 | 100% | ||
sona4ajay | 0 | 899,222,245 | 100% | ||
arifulsms | 0 | 1,653,552,529 | 100% | ||
gladiator4war | 0 | 563,341,115 | 100% | ||
vikrorus | 0 | 473,932,800 | 100% | ||
vajraman997 | 0 | 382,463,971 | 100% | ||
ryanarcher | 0 | 2,786,531,607 | 100% | ||
varun16 | 0 | 610,824,966 | 100% | ||
bakaree1 | 0 | 619,520,000 | 100% | ||
nurhasib | 0 | 59,877,671 | 100% | ||
connorlin | 0 | 585,446,400 | 100% | ||
smb14 | 0 | 188,453,845 | 100% | ||
fooart | 0 | 724,539,426 | 100% | ||
kyleshank | 0 | 626,581,122 | 100% | ||
globalcash | 0 | 0 | 100% | ||
modemser | 0 | 5,408,871,876 | 100% | ||
zest | 0 | 2,294,392,400 | 100% | ||
roy92 | 0 | 5,390,236,631 | 100% | ||
felixrodriguez | 0 | 655,884,714 | 100% | ||
hamlets-mill | 0 | 480,741,639 | 100% | ||
ilyasismail | 0 | 1,773,139,679 | 100% | ||
nerossoul | 0 | 613,441,211 | 100% | ||
mudatnad | 0 | 118,460,028 | 100% | ||
hendrikcrause | 0 | 8,177,496,554 | 100% | ||
jjb777 | 0 | 2,149,894,960 | 100% | ||
thepink | 0 | 804,469,915 | 100% | ||
bitcow | 0 | 553,589,298 | 100% | ||
gostar | 0 | 687,835,244 | 100% | ||
valvenisent | 0 | 630,971,060 | 100% | ||
low-profile | 0 | 597,836,800 | 100% | ||
mithuchowdhury | 0 | 598,672,933 | 100% | ||
lizachka | 0 | 628,171,468 | 100% | ||
carshot017 | 0 | 1,080,501,718 | 100% | ||
bilqis07 | 0 | 972,590,446 | 100% | ||
rivalrisnanda33 | 0 | 696,202,312 | 100% | ||
woran | 0 | 396,492,800 | 100% | ||
moorsepova | 0 | 912,934,974 | 100% | ||
sevenstonesgfx | 0 | 1,456,021,277 | 100% | ||
derz | 0 | 2,349,539,048 | 100% | ||
yunkard | 0 | 170,628,002 | 100% | ||
guada1 | 0 | 716,774,789 | 100% | ||
chey | 0 | 229,784,998 | 100% | ||
varadise | 0 | 552,402,286 | 100% | ||
debraycodes | 0 | 0 | 100% | ||
khamil | 0 | 791,555,949 | 100% | ||
alli.top | 0 | 234,548,507 | 100% | ||
alekoako2 | 0 | 795,053,826 | 100% | ||
arianaria | 0 | 592,901,873 | 100% | ||
garudi | 0 | 285,887,462 | 20% | ||
nesnelovs | 0 | 620,262,392 | 100% | ||
oswenchi | 0 | 480,526,481 | 100% | ||
richardmusic | 0 | 539,233,967 | 100% | ||
nonasweety | 0 | 537,376,803 | 100% | ||
wondercounselor | 0 | 619,520,000 | 100% | ||
tom74 | 0 | 2,450,803,596 | 100% | ||
funit | 0 | 758,136,606 | 100% | ||
alekseimedvedev | 0 | 13,995,466,896 | 100% | ||
nannal | 0 | 1,127,388,787 | 100% | ||
vahidrazavi | 0 | 5,145,057,034 | 100% | ||
greenspudtrades | 0 | 0 | 100% | ||
syncoinco | 0 | 480,671,411 | 100% | ||
palmerjm1 | 0 | 2,637,713,960 | 100% | ||
abeem90 | 0 | 685,416,426 | 100% | ||
olleyaya | 0 | 590,906,016 | 100% | ||
defaluflo | 0 | 608,303,290 | 100% | ||
guestalpha | 0 | 623,400,996 | 100% | ||
davidconstantine | 0 | 423,037,452 | 100% | ||
ridwant | 0 | 363,665,551 | 100% | ||
hashclouds | 0 | 1,070,119,039 | 100% | ||
jackandcoke | 0 | 0 | 100% | ||
greenmanaz | 0 | 0 | 100% | ||
radicalbradical | 0 | 2,594,051,830 | 100% | ||
maskaseloch | 0 | 500,968,930 | 100% | ||
mrtann | 0 | 627,246,797 | 100% | ||
melbookermusic | 0 | 22,825,104,268 | 100% | ||
moxi | 0 | 746,350,850 | 100% | ||
unomas | 0 | 1,955,983,747 | 100% | ||
santigs | 0 | 782,806,061 | 100% | ||
laserade | 0 | 278,784,000 | 100% | ||
a-b | 0 | 523,404,998 | 100% | ||
free999enigma | 0 | 4,260,850,734 | 100% | ||
algenisfig | 0 | 10,239,970,321 | 100% | ||
joalvarez | 0 | 3,250,124,411 | 100% | ||
silentgaps | 0 | 600,934,400 | 100% | ||
mastertri | 0 | 33,940,797,563 | 21% | ||
nocrypto4oldmen | 0 | 568,999,234 | 100% | ||
wilians | 0 | 803,913,813 | 100% | ||
codingphase | 0 | 613,324,800 | 100% | ||
baanakliu | 0 | 610,917,890 | 100% | ||
splatmat | 0 | 1,424,331,154 | 100% | ||
roshanlal2017 | 0 | 642,952,642 | 100% | ||
n3r0 | 0 | 5,961,648,736 | 100% | ||
sachumanoj | 0 | 599,509,589 | 100% | ||
tawhidabhi | 0 | 662,435,161 | 100% | ||
mosabhelal | 0 | 447,406,432 | 100% | ||
alexanderlara | 0 | 232,645,696 | 100% | ||
hatemelpop | 0 | 77,878,931 | 100% | ||
alan1 | 0 | 619,974,196 | 100% | ||
taumoliga | 0 | 619,520,000 | 100% | ||
moly3314 | 0 | 849,568,632 | 100% | ||
abu.amann | 0 | 0 | 100% | ||
mysticmedons | 0 | 488,015,013 | 100% | ||
simarhaban | 0 | 167,292,695 | 100% | ||
musa6magik | 0 | 635,193,810 | 100% | ||
redouanemez | 0 | 2,275,588,503 | 100% | ||
bengineering | 0 | 2,425,064,827 | 100% | ||
sanjib | 0 | 449,612,060 | 100% | ||
tpsjwld | 0 | 361,074,375 | 100% | ||
yastrelin | 0 | 620,221,127 | 100% | ||
glenhubbardjr | 0 | 630,989,700 | 100% | ||
akaimyers | 0 | 364,053,391 | 100% | ||
vjg | 0 | 692,287,994 | 100% | ||
trendingtech | 0 | 628,837,242 | 100% | ||
ruthsirilak | 0 | 662,704,572 | 100% | ||
ailuarun | 0 | 1,160,650,652 | 100% | ||
bearfootstomp | 0 | 1,160,732,492 | 100% | ||
truefendy | 0 | 1,207,891,653 | 100% | ||
elsociooficial | 0 | 1,175,302,845 | 100% | ||
ramiashqar | 0 | 1,180,050,359 | 100% | ||
fcstfernandes | 0 | 1,102,616,883 | 100% | ||
mvelez | 0 | 1,160,649,210 | 100% | ||
zainuddinibrahim | 0 | 367,159,417 | 30.18% | ||
turymenecier | 0 | 70,113,882 | 30% | ||
initforthemoney | 0 | 20,111,183,774 | 75% | ||
rijalmahyud | 0 | 555,230,220 | 100% | ||
jesselee | 0 | 2,925,889,345 | 100% | ||
skizoweza | 0 | 1,801,107,063 | 100% | ||
rempo | 0 | 1,163,407,282 | 100% | ||
littlerph | 0 | 629,297,061 | 100% | ||
braini | 0 | 1,424,029,839 | 100% | ||
whisy | 0 | 1,024,342,542 | 100% | ||
fialca | 0 | 1,082,601,024 | 100% | ||
magh | 0 | 1,079,438,854 | 100% | ||
brainy723 | 0 | 1,162,337,270 | 100% | ||
fiber.god | 0 | 894,586,052 | 100% | ||
fadhezafalevi | 0 | 1,160,645,603 | 100% | ||
raist | 0 | 1,967,260,610 | 100% | ||
ivarlothbrok | 0 | 1,191,675,575 | 100% | ||
vlemon | 0 | 0 | 0% | ||
tiffchiuhk123 | 0 | 4,751,648,656 | 100% | ||
kokoliso | 0 | 456,616,815 | 100% | ||
enot | 0 | 906,300,439 | 100% | ||
zeinmalik | 0 | 713,796,709 | 61.2% | ||
allcoins | 0 | 1,562,130,613 | 100% | ||
walczakit | 0 | 1,278,459,609 | 100% | ||
cryptoprofessor | 0 | 1,517,884,173 | 100% | ||
khoa | 0 | 8,754,870,681 | 0.1% | ||
clweeks | 0 | 2,046,873,772 | 100% | ||
shakilwarsalee | 0 | 1,044,580,057 | 100% | ||
aaalfonz | 0 | 3,545,726,602 | 100% | ||
mooncryption | 0 | 4,831,330,665 | 100% | ||
almadani | 0 | 1,195,803,459 | 100% | ||
igetbit36 | 0 | 1,160,643,997 | 100% | ||
tonygreene113 | 0 | 852,108,802 | 100% | ||
allamo121 | 0 | 1,096,807,957 | 100% | ||
perfektus | 0 | 895,124,317 | 100% | ||
my2coins | 0 | 5,229,872,417 | 100% | ||
mike.rod | 0 | 1,143,598,398 | 100% | ||
zulkarnaini58 | 0 | 1,515,141,645 | 100% | ||
rizwankhan | 0 | 1,155,843,010 | 100% | ||
inferno4201 | 0 | 711,120,008 | 100% | ||
vicspics | 0 | 1,500,669,389 | 100% | ||
irishcoffee | 0 | 1,217,775,956 | 100% | ||
tiktuk | 0 | 8,389,498,752 | 100% | ||
marketanalysis | 0 | 439,436,297 | 100% | ||
zaiageist | 0 | 9,350,337,403 | 100% | ||
canter212 | 0 | 0 | 100% | ||
uruloce | 0 | 1,160,764,200 | 100% | ||
cwinter | 0 | 247,677,469 | 100% | ||
djlongw01 | 0 | 1,241,148,817 | 100% | ||
voltronluis | 0 | 1,445,839,471 | 100% | ||
laksha | 0 | 1,137,425,968 | 100% | ||
arrkiin | 0 | 15,998,689,278 | 100% | ||
ropname | 0 | 1,192,814,416 | 100% | ||
thomasuk | 0 | 9,430,944,729 | 100% | ||
arturoalex00 | 0 | 967,474,931 | 100% | ||
waldan | 0 | 1,253,690,283 | 100% | ||
teukuwahyu | 0 | 0 | 0% | ||
polystation12 | 0 | 1,174,396,492 | 100% | ||
angelusmendez | 0 | 0 | 100% | ||
bmarsh123 | 0 | 1,166,330,273 | 100% | ||
masterwu | 0 | 1,929,066,927 | 100% | ||
familie-maes | 0 | 970,545,032 | 100% | ||
mikha | 0 | 1,104,941,741 | 100% | ||
itikna09 | 0 | 904,961,162 | 100% | ||
wacaq | 0 | 969,132,847 | 100% | ||
sonymo | 0 | 1,044,574,296 | 100% | ||
abhijit | 0 | 1,207,416,135 | 100% | ||
bappask | 0 | 700,655,691 | 100% | ||
irikefee | 0 | 1,326,165,985 | 100% | ||
blackvelvetroses | 0 | 0 | 100% | ||
hakeemshah96 | 0 | 0 | 100% | ||
boatsports90 | 0 | 1,028,614,938 | 100% | ||
arquiatra | 0 | 1,074,383,714 | 100% | ||
fastjulius | 0 | 1,005,807,536 | 100% | ||
dorohnina | 0 | 1,127,416,231 | 100% | ||
waldbw | 0 | 333,203,609 | 26.02% | ||
cryptonator | 0 | 19,405,816,989 | 100% | ||
denis231 | 0 | 2,680,419,369 | 100% | ||
aprilllicious | 0 | 1,457,014,087 | 100% | ||
rahmatidhami | 0 | 127,669,858 | 100% | ||
kanashimi | 0 | 106,901,346 | 5% | ||
jamesilverstack | 0 | 1,580,684,948 | 100% | ||
normalbro | 0 | 758,269,494 | 100% | ||
robertoueti | 0 | 1,470,089,050 | 100% | ||
uhura3 | 0 | 1,120,012,838 | 100% | ||
samuraiselo | 0 | 1,027,162,029 | 100% | ||
taskmaster4450 | 0 | 7,221,956,159 | 17% | ||
cement41 | 0 | 1,356,944,587 | 100% | ||
greblin | 0 | 1,096,963,598 | 100% | ||
nancy2001 | 0 | 1,160,841,079 | 100% | ||
floating | 0 | 943,920,337 | 100% | ||
selek | 0 | 986,539,699 | 100% | ||
wysygw | 0 | 969,130,168 | 100% | ||
rollsjoyce | 0 | 1,160,634,847 | 100% | ||
thomashblum | 0 | 2,268,692,580 | 100% | ||
cresttien | 0 | 934,907,829 | 100% | ||
sukhvir2500 | 0 | 1,108,850,034 | 100% | ||
airwavez | 0 | 75,612,808 | 25% | ||
muhammadadil | 0 | 408,793,932 | 37.94% | ||
filzaart | 0 | 188,000,589 | 100% | ||
brandongiesing | 0 | 1,317,881,752 | 100% | ||
bobcoupe | 0 | 1,143,752,567 | 100% |
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...
author | a1sa |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172429744z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 17:24:30 |
last_update | 2017-09-19 17:24:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 46,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,347,133 |
net_rshares | 0 |
Its great that the site is getting more features, its a wonderful alternative to YouTube
author | aaliyahholt |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t233736253z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 23:37:33 |
last_update | 2017-09-22 23:37:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 23:37:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 152,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,661,105 |
net_rshares | 0 |
Seems like we have got real techies out there working to make this platform even mpre interesting and diverse......hats off
author | aaqib11b | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t144054621z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 09:11:00 | ||||||
last_update | 2017-09-20 09:11:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 09:11:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 123 | ||||||
author_reputation | 1,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,405,094 | ||||||
net_rshares | 2,576,037,520 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aaqib11b | 0 | 2,576,037,520 | 100% |
Absolutely Dtube Will be the next YouTube. No doubt!
author | abeem90 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t084959017z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 08:50:24 |
last_update | 2017-09-21 08:50:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 08:50:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,502,583 |
net_rshares | 0 |
Nice post.
author | abupasi.alachy | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t95519218z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 02:54:48 | ||||||
last_update | 2017-09-21 02:54:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 02:54:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 10 | ||||||
author_reputation | 5,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,481,510 | ||||||
net_rshares | 0 |
#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?
author | ackza |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t191047420z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:10:00 |
last_update | 2017-09-19 19:10:00 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 19:10:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 288,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,355,910 |
net_rshares | 339,421,181 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ridwant | 0 | 339,421,181 | 100% |
emm. I still have not understand video upload to Dtube. several times my login failed
author | ridwant |
---|---|
permlink | re-ackza-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t024142642z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:41:45 |
last_update | 2017-09-20 02:41:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 02:41:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.159 HBD |
curator_payout_value | 0.052 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,381,855 |
net_rshares | 82,827,675,524 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ackza | 0 | 82,827,675,524 | 31% |
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.
author | adaptnetwork |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223824278z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:38:24 |
last_update | 2017-09-19 22:38:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,368,820 |
net_rshares | 12,358,975,534 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adaptnetwork | 0 | 12,358,975,534 | 100% |
good works keep it up
author | adokhai |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t152428746z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:24:30 |
last_update | 2017-09-20 15:24:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 23,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,432,801 |
net_rshares | 77,050,802 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adokhai | 0 | 77,050,802 | 100% |
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
author | adrienlaville |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t133911182z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://dtube.video/#!/v/ixindamix/73hodzh5"],"app":"steemit/0.1"} |
created | 2017-09-26 13:39:09 |
last_update | 2017-09-26 13:39:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 13:39:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 98,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,984,060 |
net_rshares | 0 |
your huge vote say me one speech .you are smart and talented writer.
author | adviser |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020713422z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:07:15 |
last_update | 2017-09-22 02:07:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 02:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,574,748 |
net_rshares | 0 |
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.
author | aftabchouhan |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t010424253z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 01:04:21 |
last_update | 2017-09-21 01:04:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 01:04:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 657 |
author_reputation | 48,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,475,359 |
net_rshares | 2,480,828,996 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abutaleb365 | 0 | 606,467,056 | 100% | ||
aftabchouhan | 0 | 0 | 100% | ||
ugamaram | 0 | 713,766,415 | 100% | ||
mohak9 | 0 | 1,160,595,525 | 100% |
am glade for this
author | akademy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t231347853z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:14:03 |
last_update | 2017-09-19 23:14:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:14:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,724 |
net_rshares | 2,535,247,440 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
akademy | 0 | 2,535,247,440 | 100% |
Great
author | alaminrlima |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t013500116z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 01:35:03 |
last_update | 2017-09-24 01:35:03 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 01:35:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,753,527 |
net_rshares | 0 |
HI. GOOD POST. AGREE ALL PUBLISHED THERE IS REFERRED TO IT. 
author | alberth |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182001760z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQme4U6DtCwBMsey1p9Pn7hDsx83az2NDSNNoutExX4xMoW/image.png"],"app":"steemit/0.1"} |
created | 2017-09-19 18:12:27 |
last_update | 2017-09-19 18:12:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:12:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 60,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,351,232 |
net_rshares | 0 |
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.
author | alexbeyman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t231123774z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 23:11:21 |
last_update | 2017-09-24 23:11:21 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 23:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 655 |
author_reputation | 335,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,835,226 |
net_rshares | 0 |
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
author | alexkarki |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t113354268z |
category | dtube |
json_metadata | {"tags":["steemit","dtube"],"users":["alexkarki"],"app":"steemit/0.1"} |
created | 2017-09-21 11:33:54 |
last_update | 2017-09-21 11:33:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 11:33:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 101,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,513,178 |
net_rshares | 8,340,587,537 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexkarki | 0 | 7,535,365,000 | 100% | ||
babitaghale | 0 | 624,798,045 | 100% | ||
explorer18 | 0 | 180,424,492 | 100% |
I see only White site? What is wrong?
author | alibaba987 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182221073z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 18:22:48 |
last_update | 2017-09-20 18:22:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 18:22:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,448,630 |
net_rshares | 0 |
Nice Good Brother
author | alivnaa |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t200643831z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 20:06:45 |
last_update | 2017-09-20 20:06:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:06:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,456,950 |
net_rshares | 0 |
Thanks for info..
author | alkahfi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017924t182932126z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-24 11:29:36 | ||||||
last_update | 2017-09-24 11:29:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-01 11:29:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 17 | ||||||
author_reputation | 105,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,786,290 | ||||||
net_rshares | 1,198,212,086 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alkahfi | 0 | 1,198,212,086 | 100% |
good point
author | allamo121 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t201403087z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 20:14:06 |
last_update | 2017-09-20 20:14:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:14:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 381,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,457,485 |
net_rshares | 1,073,595,090 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
allamo121 | 0 | 1,073,595,090 | 100% |
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!"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
author | alphandomega |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171128t174749751z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-11-28 17:47:51 |
last_update | 2017-11-28 17:47:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-05 17:47:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 328 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,804,350 |
net_rshares | 0 |
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!
author | altherion |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t081110484z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 08:11:27 |
last_update | 2017-09-23 08:11:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 08:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,687,621 |
net_rshares | 0 |
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 :-)
author | andersrh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t171848555z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-07 17:18:48 |
last_update | 2017-10-07 17:18:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-14 17:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 62,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,028,963 |
net_rshares | 0 |
author | anforo |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t100426165z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 10:04:27 |
last_update | 2017-09-23 10:04:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 10:04:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.292 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,694,168 |
net_rshares | 98,509,246,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anforo | 0 | 97,870,911,882 | 100% | ||
lacky | 0 | 638,334,252 | 100% |

author | angela.ghkh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162756255z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmfRtqv8Gqc8e8T89dsd4DwMy1RA71KR8UbTSGa6jbK9fM/image.png"],"app":"steemit/0.1"} |
created | 2017-09-19 16:28:00 |
last_update | 2017-09-19 16:28:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:28:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,359 |
net_rshares | 0 |
Awesome..!!!!
author | apriljoygarcia |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t150306323z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:03:18 |
last_update | 2017-09-20 15:03:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:03:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 249,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,431,036 |
net_rshares | 0 |
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
author | arcange |
---|---|
permlink | re-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163839000z |
category | dtube |
json_metadata | "" |
created | 2017-09-20 14:38:39 |
last_update | 2017-09-20 14:38:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 14:38:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 292 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,845 |
net_rshares | 0 |
Very interesting. Although it is a bit confusing for me, I will continue reading the next posts to try to understand better.
author | arquiatra |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t043144126z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 04:31:48 |
last_update | 2017-09-20 04:31:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 04:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,387,760 |
net_rshares | 0 |
Soooooo happy! The REVOLUTION continues.!!!!!
author | ashridge100 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t133323644z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-25 13:33:24 |
last_update | 2017-09-25 13:33:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-02 13:33:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,886,736 |
net_rshares | 0 |
@heimindanger i like this
author | asri03 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t232011717z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 16:20:24 | ||||||
last_update | 2017-09-21 16:20:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 16:20:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 25 | ||||||
author_reputation | 59,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,537,280 | ||||||
net_rshares | 0 |
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?
author | ats-david |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161458597z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:14:57 |
last_update | 2017-09-19 16:14:57 |
depth | 1 |
children | 2 |
last_payout | 2017-09-26 16:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.096 HBD |
curator_payout_value | 0.613 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 305 |
author_reputation | 324,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,074 |
net_rshares | 1,062,074,813,522 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 1,004,732,118,962 | 8% | ||
heimindanger | 0 | 35,683,724,496 | 30% | ||
the-ego-is-you | 0 | 20,064,549,315 | 100% | ||
notagrouch | 0 | 477,275,486 | 100% | ||
ruwan | 0 | 943,666,739 | 100% | ||
raihanrahman | 0 | 173,478,524 | 100% |
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.
author | heimindanger |
---|---|
permlink | re-ats-david-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163033553z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:30:33 |
last_update | 2017-09-19 16:30:33 |
depth | 2 |
children | 1 |
last_payout | 2017-09-26 16:30:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.035 HBD |
curator_payout_value | 1.339 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 883 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,584 |
net_rshares | 2,108,324,719,636 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,124,247,790,937 | 100% | ||
deanliu | 0 | 949,359,398,658 | 100% | ||
the-ego-is-you | 0 | 19,678,692,598 | 100% | ||
arevolution | 0 | 8,549,283,813 | 100% | ||
floating | 0 | 885,653,650 | 100% | ||
raihanrahman | 0 | 167,496,506 | 100% | ||
lacky | 0 | 551,288,672 | 100% | ||
whyrusleeping | 0 | 4,885,114,802 | 100% |
Can't wait until the day we get to select quality. You're doing an awesome job though.
author | the-ego-is-you |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:42:00 |
last_update | 2017-09-20 11:49:54 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 17:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.104 HBD |
curator_payout_value | 0.699 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,348,682 |
net_rshares | 1,100,470,989,600 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,099,983,450,125 | 100% | ||
notagrouch | 0 | 487,539,475 | 100% |
Excellent post!
author | avance2010 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t100733533z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 10:07:45 |
last_update | 2017-09-22 10:07:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 10:07:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 86,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,603,364 |
net_rshares | 0 |
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.
author | bahagia-arbi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t20531985z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 13:05:36 | ||||||
last_update | 2017-09-20 13:05:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 13:05:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 188 | ||||||
author_reputation | 62,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,420,992 | ||||||
net_rshares | 0 |
Thank you dear and I in turn, will help all those who interact with me @bakabou159704
author | bakabou159704 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180617791z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["bakabou159704"],"app":"steemit/0.1"} |
created | 2017-09-19 18:06:21 |
last_update | 2017-09-19 18:06:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:06:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 53,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,683 |
net_rshares | 0 |
Wow
author | bang.rabok | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t35634328z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 20:56:39 | ||||||
last_update | 2017-09-20 20:56:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 20:56:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 3 | ||||||
author_reputation | 1,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,460,551 | ||||||
net_rshares | 0 |
Ama
author | bang.rabok | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t431528z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 21:03:09 | ||||||
last_update | 2017-09-20 21:03:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 21:03:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 3 | ||||||
author_reputation | 1,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,461,041 | ||||||
net_rshares | 0 |
amazing @heimindanger i'm Upvote and follow you my blog @bangmimi
author | bangmimi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t064302241z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger","bangmimi"],"app":"steemit/0.1"} |
created | 2017-09-22 06:43:06 |
last_update | 2017-09-22 06:43:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 06:43:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 13,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,590,416 |
net_rshares | 0 |
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..
author | barretts-stuff |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t222058955z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:21:00 |
last_update | 2017-09-19 22:21:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:21:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 782,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,367,866 |
net_rshares | 0 |
so a update, still can't upload. just sits there and the circle turns
author | barretts-stuff |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223917260z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:39:18 |
last_update | 2017-09-19 22:39:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 782,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,368,871 |
net_rshares | 0 |
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!
author | barrydutton |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165606726z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:56:06 |
last_update | 2017-09-19 16:56:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:56:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 333,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,344,759 |
net_rshares | 0 |
I hope that I will help more...
author | bashar100 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t210815035z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 21:08:18 |
last_update | 2017-09-19 21:08:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 21:08:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 0 |
root_title | "DTube 0.3: This update contains so many new features I could not find a good title for it" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,363,482 |
net_rshares | 0 |
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.
author | basicstoliving |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t224105519z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:41:15 |
last_update | 2017-09-19 22:41:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:41:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,368,960 |
net_rshares | 0 |
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.
author | benilda |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t172455462z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 17:25:03 |
last_update | 2017-09-20 17:25:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 17:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,443,470 |
net_rshares | 0 |
gret website keep up the good worck
author | bensasy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t223435218z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 22:35:57 |
last_update | 2017-09-22 22:35:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 22:35:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,657,959 |
net_rshares | 313,361,122 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bensasy | 0 | 313,361,122 | 100% |
thankyou for the info
author | bibkchhetri |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t104508082z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 10:46:51 |
last_update | 2017-09-21 10:46:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 10:46:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 19,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,509,808 |
net_rshares | 0 |
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.
author | binkyprod |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021414455z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:14:09 |
last_update | 2017-09-20 02:14:09 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 02:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.193 HBD |
curator_payout_value | 0.061 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 103,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,347 |
net_rshares | 99,276,445,733 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 98,912,780,182 | 100% | ||
ridwant | 0 | 363,665,551 | 100% |
me several times try login dtube but can not. I have not understood how to upload video there How to?
author | ridwant |
---|---|
permlink | re-binkyprod-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t023227537z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:32:30 |
last_update | 2017-09-20 02:32:30 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 02:32:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,381,335 |
net_rshares | 0 |
Wow nice
author | biwash | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t8550697z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 02:21:39 | ||||||
last_update | 2017-09-20 02:21:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 02:21:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8 | ||||||
author_reputation | 11,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,380,769 | ||||||
net_rshares | 0 |
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 :)
author | blackvelvetroses |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170927t045615073z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-27 04:56:15 |
last_update | 2017-09-27 05:05:00 |
depth | 1 |
children | 0 |
last_payout | 2017-10-04 04:56:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 673 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,048,001 |
net_rshares | 0 |
You got my Croatian translation over the chat. Good work!
author | buzzbeergeek |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t125857049z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 12:58:54 |
last_update | 2017-09-20 12:58:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 12:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.206 HBD |
curator_payout_value | 0.069 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 220,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,420,466 |
net_rshares | 105,173,082,725 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 105,173,082,725 | 100% |
I can not login Dtube use the steamit ID and password ,anyone know why??
author | caili-zhang |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t164614753z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 16:45:48 |
last_update | 2017-09-21 16:45:48 |
depth | 1 |
children | 1 |
last_payout | 2017-09-28 16:45:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 0 |
root_title | "DTube 0.3: This update contains so many new features I could not find a good title for it" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,539,434 |
net_rshares | 0 |
You need to use the private posting key, in your wallet -> permissions.
author | heimindanger |
---|---|
permlink | re-caili-zhang-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t021307076z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:13:06 |
last_update | 2017-09-22 02:13:06 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 02:13:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,575,066 |
net_rshares | 0 |
I have a problem on dtube where I cannot log in with my steem password
author | callierhino | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t19595223z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 17:59:57 | ||||||
last_update | 2017-09-19 17:59:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 17:59:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.246 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 70 | ||||||
author_reputation | 7,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,350,119 | ||||||
net_rshares | 105,261,787,184 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,696,047,741 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,370,190,408 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,077,378 | 0.5% |
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.
author | callmetoxy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t225118873z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"busy/1.0.0"} |
created | 2017-09-21 22:51:24 |
last_update | 2017-09-21 22:51:24 |
depth | 1 |
children | 1 |
last_payout | 2017-09-28 22:51:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 321 |
author_reputation | 455,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,564,792 |
net_rshares | 963,611,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
callmetoxy | 0 | 963,611,117 | 100% |
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)
author | heimindanger |
---|---|
permlink | re-callmetoxy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020525915z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:05:24 |
last_update | 2017-09-22 02:05:24 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 02:05:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,574,660 |
net_rshares | 1,027,464,866 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
callmetoxy | 0 | 1,027,464,866 | 100% |
I think that the article should be named "flaming applesause'
author | captaintj |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t005304801z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 00:53:12 |
last_update | 2017-09-22 00:53:12 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 00:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 681,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,570,795 |
net_rshares | 0 |
I'll try this one for DTube 0.4 maybe :D :D
author | heimindanger |
---|---|
permlink | re-captaintj-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t015502014z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 01:55:00 |
last_update | 2017-09-22 01:55:00 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 01:55:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,574,022 |
net_rshares | 0 |
A.m.a.z.i.n.g! :)
author | cardesignpro |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t150113631z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 15:01:15 |
last_update | 2017-09-22 15:01:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 15:01:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 9,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,624,574 |
net_rshares | 0 |
execelent post sir,i hope you can be much better next post .I like you'r post
author | celow | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t17143806z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 10:01:48 | ||||||
last_update | 2017-09-21 10:01:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 10:01:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 77 | ||||||
author_reputation | 436,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,506,907 | ||||||
net_rshares | 0 |
Hallo world
author | cement41 |
---|---|
permlink | re-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t092925 |
category | dtube |
json_metadata | "{"app": "steepshot/0.0.8-b", "extensions": [[0, {"beneficiaries": [{"account": "steepshot", "weight": 1000}]}]]}" |
created | 2017-09-20 09:29:24 |
last_update | 2017-09-20 09:29:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 09:29:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,406,265 |
net_rshares | 0 |
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.
author | charles1 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-2017920t202439474z | ||||||
category | dtube | ||||||
json_metadata | {"app":"chainbb/0.3","format":"markdown+html","tags":[]} | ||||||
created | 2017-09-20 18:24:39 | ||||||
last_update | 2017-09-20 18:24:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 18:24:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 171 | ||||||
author_reputation | 73,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,448,803 | ||||||
net_rshares | 6,363,688,120 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 6,294,986,473 | 0.1% | ||
marcusxman | 0 | 68,701,647 | 0.03% |
https://steemitimages.com/0x0/https://s26.postimg.org/8gj0xrpyx/U5dqrk_EMh_A8_ENDFhzr_B3_FXBanm_Bigu_H.gif
author | chuxlouis |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t160919729z |
category | dtube |
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"} |
created | 2017-09-20 16:09:21 |
last_update | 2017-09-20 16:09:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 16:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 831,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,436,782 |
net_rshares | 0 |
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?
author | clarkwb02 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t082943258z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 08:29:42 |
last_update | 2017-09-21 08:29:42 |
depth | 1 |
children | 2 |
last_payout | 2017-09-28 08:29:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 237 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,501,359 |
net_rshares | 441,028,485 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
clarkwb02 | 0 | 441,028,485 | 100% |
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 ?
author | hightouch |
---|---|
permlink | re-clarkwb02-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t212439432z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 21:24:42 |
last_update | 2017-09-22 21:24:42 |
depth | 2 |
children | 1 |
last_payout | 2017-09-29 21:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 42,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,654,063 |
net_rshares | 307,559,338 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
clarkwb02 | 0 | 307,559,338 | 100% |
Got it now, thanks for your assistance!
author | clarkwb02 |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 17:14:12 |
last_update | 2017-09-23 17:14:12 |
depth | 3 |
children | 0 |
last_payout | 2017-09-30 17:14:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,725,211 |
net_rshares | 295,953,326 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
clarkwb02 | 0 | 295,953,326 | 100% |
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 ?
author | clixmoney |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t085758508z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"links":["https://www.facebook.com/snouci"],"app":"steemit/0.1"} |
created | 2017-09-23 08:58:06 |
last_update | 2017-09-23 08:58:06 |
depth | 1 |
children | 2 |
last_payout | 2017-09-30 08:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 278 |
author_reputation | 708,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,690,213 |
net_rshares | 9,297,083,450 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
clixmoney | 0 | 8,647,143,120 | 100% | ||
lacky | 0 | 649,940,330 | 100% |
Actually we gathered on this website: https://crowdin.com/project/dtube
author | heimindanger |
---|---|
permlink | re-clixmoney-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020948272z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://crowdin.com/project/dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 02:09:48 |
last_update | 2017-09-24 02:09:48 |
depth | 2 |
children | 1 |
last_payout | 2017-10-01 02:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,755,246 |
net_rshares | 0 |
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 ?
author | clixmoney |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 16:12:03 |
last_update | 2017-09-24 16:13:09 |
depth | 3 |
children | 0 |
last_payout | 2017-10-01 16:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 708,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,807,675 |
net_rshares | 0 |
<a href="https://imgflip.com/i/1w5108"><img src="https://i.imgflip.com/1w5108.jpg" title="made at imgflip.com"/></a>
author | clumsysilverdad |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161642972z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://i.imgflip.com/1w5108.jpg"],"links":["https://imgflip.com/i/1w5108"],"app":"steemit/0.1"} |
created | 2017-09-19 16:16:42 |
last_update | 2017-09-19 16:16:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:16:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.116 HBD |
curator_payout_value | 0.609 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 28,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,273 |
net_rshares | 1,068,630,425,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 978,680,586,486 | 100% | ||
heimindanger | 0 | 35,683,724,496 | 30% | ||
rittr | 0 | 3,847,974,670 | 100% | ||
pokerdude836 | 0 | 209,993,259 | 100% | ||
lyndsaybowes | 0 | 45,798,340,102 | 4% | ||
whyrusleeping | 0 | 4,409,806,335 | 100% |
Awesome! Excited to see what the future holds for DTube.
author | connorlin |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t224527920z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:45:27 |
last_update | 2017-09-19 22:45:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:45:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,369,206 |
net_rshares | 0 |
Hi hemindanger! hope my small contribution to the spanish translation help spanish speaking users to adopt Dtube faster!!
author | cosmicboy123 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172608599z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:26:09 |
last_update | 2017-09-19 17:26:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.318 HBD |
curator_payout_value | 0.728 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,347,290 |
net_rshares | 1,195,385,178,519 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 1,004,732,118,962 | 8% | ||
the-ego-is-you | 0 | 17,878,027,916 | 100% | ||
hightouch | 0 | 170,460,636,069 | 50% | ||
cosmicboy123 | 0 | 651,953,948 | 100% | ||
fadytoloza015 | 0 | 560,665,600 | 100% | ||
raihanrahman | 0 | 167,496,506 | 100% | ||
reueluitzil | 0 | 934,279,518 | 100% |
In #dtube mostly big investor in steemit are earning . I m looking for the payment like #YouTube the payment for views . @heimindanger
author | craazy-coin |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t032422411z |
category | dtube |
json_metadata | {"tags":["dtube","youtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-22 03:24:30 |
last_update | 2017-09-22 03:24:30 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 03:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 102,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,578,986 |
net_rshares | 1,304,666,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
janvanhoess | 0 | 698,185,602 | 100% | ||
boobs4bitcoin | 0 | 606,481,089 | 100% |
Nice post
author | janvanhoess |
---|---|
permlink | re-craazy-coin-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t033242409z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 03:32:36 |
last_update | 2017-09-22 03:32:36 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 03:32:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,579,422 |
net_rshares | 0 |
Youtube on steroids this is epic. Cheers ;)
author | craigcryptoking |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t143424033z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-04 14:35:00 |
last_update | 2017-10-04 14:35:00 |
depth | 1 |
children | 0 |
last_payout | 2017-10-11 14:35:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 177,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,769,511 |
net_rshares | 0 |
is this website out already ?
author | cristianmurcia |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t230016895z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-29 23:00:18 |
last_update | 2017-09-29 23:00:18 |
depth | 1 |
children | 0 |
last_payout | 2017-10-06 23:00:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 20,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,323,162 |
net_rshares | 0 |
Video embedding? Game changer, I imagine this is being picked up by all other blockchain media viewing platforms, if not, it should be.
author | cryplectibles |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223107242z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:31:09 |
last_update | 2017-09-19 22:31:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:31:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 77,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,368,466 |
net_rshares | 0 |
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.
author | cryptojack94 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142623593z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:26:24 |
last_update | 2017-09-20 14:26:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 14:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 398 |
author_reputation | 56,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,427,831 |
net_rshares | 0 |
do plan to use Dtube soon. Thank you for this article to update us on what's going on.
author | cryptopreneur |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t011451654z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-25 01:14:54 |
last_update | 2017-09-25 01:14:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-02 01:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 40,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,840,828 |
net_rshares | 0 |
i would translate it to German, is it allowed to upload the same vid i already uploaded at YT?
author | cryptostar84 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221600038z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:16:00 |
last_update | 2017-09-19 22:16:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:16:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,367,585 |
net_rshares | 0 |
Is anyone working on a Japanese translation? I don't want to start if someone has already taken it on.
author | csakura |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t190300898z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 19:03:00 |
last_update | 2017-09-20 19:03:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 19:03:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 221,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,452,061 |
net_rshares | 0 |
I am offering myself to translate to german and spanish! Good day! :-)
author | cynbedthia |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t213712558z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 21:37:12 |
last_update | 2017-09-19 21:37:12 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 21:37:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,365,299 |
net_rshares | 0 |
Beautiful!
author | highspeedpursuit |
---|---|
permlink | re-cynbedthia-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t055216907z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:52:27 |
last_update | 2017-09-23 05:52:27 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 05:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,679,716 |
net_rshares | 0 |
Great update!
author | dachondrian |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t072659091z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 07:26:57 |
last_update | 2017-09-22 07:26:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 07:26:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 483,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,593,339 |
net_rshares | 25,244,798,947 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
weeks | 0 | 24,121,241,900 | 100% | ||
dachondrian | 0 | 1,123,557,047 | 100% |
I am glad I could contribute to DTube by creating the polish translation. Have my polubienie, buddy!
author | dailydogger |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t160616188z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:06:18 |
last_update | 2017-09-19 16:06:18 |
depth | 1 |
children | 22 |
last_payout | 2017-09-26 16:06:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.974 HBD |
curator_payout_value | 1.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 8,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,340,314 |
net_rshares | 3,144,334,084,077 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,197,023,530,010 | 100% | ||
noisy | 0 | 1,094,627,850,357 | 100% | ||
alao | 0 | 2,464,367,491 | 1% | ||
openart | 0 | 816,727,243 | 100% | ||
heimindanger | 0 | 123,327,960,100 | 100% | ||
geronimo | 0 | 99,086,371,790 | 25% | ||
french.fyde | 0 | 19,454,177,815 | 100% | ||
the-ego-is-you | 0 | 23,665,878,680 | 100% | ||
riskdebonair | 0 | 20,353,754,212 | 8% | ||
hightouch | 0 | 172,539,424,313 | 50% | ||
dailydogger | 0 | 109,540,923,967 | 100% | ||
princessperibanu | 0 | 278,784,000 | 100% | ||
eturnerx | 0 | 56,385,042,282 | 20% | ||
serratus | 0 | 676,865,994 | 100% | ||
dtube | 0 | 213,385,392,713 | 100% | ||
garudi | 0 | 285,887,462 | 20% | ||
ridwant | 0 | 274,769,527 | 100% | ||
sanjib | 0 | 440,045,846 | 100% | ||
djlongw01 | 0 | 1,215,947,825 | 100% | ||
westernn4tive | 0 | 1,090,992,575 | 100% | ||
dimensional-drop | 0 | 206,133,172 | 100% | ||
raihanrahman | 0 | 185,442,560 | 100% | ||
cryptoskate | 0 | 2,046,249,563 | 100% | ||
jimicoco | 0 | 441,030,600 | 100% | ||
bryantubefa | 0 | 1,160,601,321 | 100% | ||
silur | 0 | 226,317,121 | 100% | ||
cryptostar84 | 0 | 1,160,600,469 | 100% | ||
fubzy112 | 0 | 829,829,195 | 100% | ||
maygol | 0 | 1,143,185,874 | 100% |
author | abdel-ali |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t004813019z |
category | dtube |
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"} |
created | 2017-09-20 00:48:15 |
last_update | 2017-09-20 00:48:15 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 00:48:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,375,706 |
net_rshares | 2,326,176,669 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djlongw01 | 0 | 1,165,545,843 | 100% | ||
helyer | 0 | 1,160,630,826 | 100% |
polski?! have u ever played tibia? BR?!
author | antarlz |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t223436709z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:34:42 |
last_update | 2017-09-19 22:34:42 |
depth | 2 |
children | 2 |
last_payout | 2017-09-26 22:34:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.099 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 116,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,368,639 |
net_rshares | 52,046,840,545 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dailydogger | 0 | 52,046,840,545 | 40% |
of course I did. BR BR BR BR ???
author | dailydogger |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:11:15 |
last_update | 2017-09-19 23:11:15 |
depth | 3 |
children | 1 |
last_payout | 2017-09-26 23:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 8,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,588 |
net_rshares | 1,167,806,650 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
antarlz | 0 | 1,167,806,650 | 100% |
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.
author | doelist |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162433133z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:26:33 |
last_update | 2017-09-19 16:26:33 |
depth | 2 |
children | 5 |
last_payout | 2017-09-26 16:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.245 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 886,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,227 |
net_rshares | 116,014,984,643 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 113,937,506,286 | 100% | ||
healthtipsonline | 0 | 916,878,438 | 100% | ||
olajummieh | 0 | 1,160,599,919 | 100% |
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.
author | dailydogger |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:33:33 |
last_update | 2017-09-19 16:33:33 |
depth | 3 |
children | 4 |
last_payout | 2017-09-26 16:33:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.252 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 8,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,837 |
net_rshares | 112,602,250,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 111,433,385,268 | 100% | ||
callmetoxy | 0 | 981,025,776 | 100% | ||
explorer18 | 0 | 187,839,198 | 100% |
The future of Dtube is neigh.
author | edolo |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t002827136z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 00:28:24 |
last_update | 2017-09-20 00:28:24 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 00:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,374,609 |
net_rshares | 15,713,147,765 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edolo | 0 | 15,713,147,765 | 100% |
Thanks for that, upvoted! :)
author | geronimo |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t104759436z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 10:48:00 |
last_update | 2017-09-20 10:48:00 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 10:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.043 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,411,212 |
net_rshares | 397,674,422,323 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geronimo | 0 | 396,345,487,161 | 100% | ||
silur | 0 | 1,137,388,612 | 100% | ||
explorer18 | 0 | 191,546,550 | 100% |
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!
author | jimicoco |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021531147z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:15:33 |
last_update | 2017-09-20 02:15:33 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 02:15:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 73,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,432 |
net_rshares | 54,074,639,527 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dailydogger | 0 | 54,074,639,527 | 40% |
You are great! :)
author | noisy |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161922188z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:19:24 |
last_update | 2017-09-19 16:19:24 |
depth | 2 |
children | 4 |
last_payout | 2017-09-26 16:19:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.359 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 59,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,579 |
net_rshares | 154,504,673,712 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 23,151,403,056 | 100% | ||
dailydogger | 0 | 129,103,201,871 | 100% | ||
ridwant | 0 | 282,850,984 | 100% | ||
silur | 0 | 1,119,979,602 | 100% | ||
fubzy112 | 0 | 847,238,199 | 100% |
https://media.tenor.com/images/42df1ded3231662c2b50fd8a8ae3e76a/tenor.gif
author | ridwant |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://media.tenor.com/images/42df1ded3231662c2b50fd8a8ae3e76a/tenor.gif"],"app":"steemit/0.1"} |
created | 2017-09-19 18:26:36 |
last_update | 2017-09-19 18:26:36 |
depth | 3 |
children | 3 |
last_payout | 2017-09-26 18:26:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,352,433 |
net_rshares | 19,460,877,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stealthtrader | 0 | 17,139,649,023 | 100% | ||
haymaker | 0 | 1,160,630,252 | 100% | ||
sanke | 0 | 1,160,598,705 | 100% |
I agree. this is really interesting if you can join here
author | ridwant |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182613036z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:26:15 |
last_update | 2017-09-19 18:27:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 18:26:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,352,405 |
net_rshares | 0 |
Excellent man.
author | sanjib |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221841725z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:18:48 |
last_update | 2017-09-19 22:18:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 22:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 651,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,367,747 |
net_rshares | 0 |
Awesome stuff!!! Thank you
author | stealthtrader |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t201416389z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 20:14:15 |
last_update | 2017-09-19 20:14:15 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 20:14:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 74,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,360,230 |
net_rshares | 0 |
Po Polsku? No to jest super! <a href="https://steemit.com/@tzcap"></a>
author | tzcap |
---|---|
permlink | re-dailydogger-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t061113370z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmdPBCBQhtJjTLG9saq6rtHHrpBGpNitFhH7UxVxNPhyua/click%20the%20spoon.gif"],"links":["https://steemit.com/@tzcap"],"app":"steemit/0.1"} |
created | 2017-09-20 06:11:12 |
last_update | 2017-09-20 06:11:12 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 06:11:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,393,801 |
net_rshares | 6,273,744,155 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tzcap | 0 | 5,113,130,453 | 100% | ||
chineduadoh | 0 | 1,160,613,702 | 100% |
Thanks for the update
author | dailypunch |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t133021840z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 13:30:24 |
last_update | 2017-09-21 13:30:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 13:30:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,522,147 |
net_rshares | 0 |
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!
author | dakster |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t202822743z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 20:28:24 |
last_update | 2017-09-19 20:28:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 20:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 616,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,361,017 |
net_rshares | 0 |
Nice posting very useful
author | damanhurabbas |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t002447625z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 00:24:48 |
last_update | 2017-09-20 00:24:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 00:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 261,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,374,375 |
net_rshares | 0 |
cool keep it up best of luck
author | danialafridi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t064749880z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 06:47:51 |
last_update | 2017-09-21 06:47:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 06:47:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 43,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,494,811 |
net_rshares | 0 |
i cant see Claim your rewards button in my channel why
author | danialafridi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t134047870z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 13:40:48 |
last_update | 2017-09-22 13:40:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 13:40:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 43,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,618,303 |
net_rshares | 0 |
@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
author | darienparlick |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t024126848z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://steemit.com/@darienparlick"],"app":"steemit/0.1","users":["heimindanger"]} |
created | 2017-09-21 02:41:24 |
last_update | 2017-09-21 02:43:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 02:41:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 29,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,480,732 |
net_rshares | 3,385,788,945 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darienparlick | 0 | 3,385,788,945 | 100% |
@heimindanger i have a few questions about DTube could i email you?
author | darienparlick |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t025406968z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 02:54:06 |
last_update | 2017-09-21 02:54:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 02:54:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 29,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,481,464 |
net_rshares | 0 |
I think that D-tube will play a critical in the future of video and expression!!
author | dariusmccray |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t224509784z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 22:45:12 |
last_update | 2017-09-21 22:45:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 22:45:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 105,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,564,463 |
net_rshares | 0 |
whenever i watch dtube the videos stop and start all the way through like slow uploading -this doesnt happen on youtube ?
author | daydreams4rock |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t033609529z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 03:36:06 |
last_update | 2017-09-23 03:36:06 |
depth | 1 |
children | 3 |
last_payout | 2017-09-30 03:36:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 16,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,672,777 |
net_rshares | 0 |
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.
author | heimindanger |
---|---|
permlink | re-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020545976z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 02:05:45 |
last_update | 2017-09-24 02:05:45 |
depth | 2 |
children | 2 |
last_payout | 2017-10-01 02:05:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 910 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,755,023 |
net_rshares | 0 |
just letting you know the experience is not usable - many thanks for your explanation
author | daydreams4rock |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 05:11:09 |
last_update | 2017-09-24 05:11:09 |
depth | 3 |
children | 0 |
last_payout | 2017-10-01 05:11:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 16,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,763,836 |
net_rshares | 0 |
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
author | surfyogi |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://steemit.com/dtube/@ura-soul/dtube-is-broken-now-too"],"app":"steemit/0.1"} |
created | 2017-10-21 17:40:15 |
last_update | 2017-10-21 17:40:15 |
depth | 3 |
children | 0 |
last_payout | 2017-10-28 17:40:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 539 |
author_reputation | 31,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,235,959 |
net_rshares | 2,119,176,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
uniquecosmos | 0 | 2,119,176,232 | 100% |
is there a way to put my youtube videos onto dtube?
author | daydreams4rock |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t035935517z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 03:59:30 |
last_update | 2017-09-23 03:59:30 |
depth | 1 |
children | 1 |
last_payout | 2017-09-30 03:59:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 16,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,673,907 |
net_rshares | 0 |
I recommend this tool to achieve what you want: https://youtubeinmp4.com/
author | heimindanger |
---|---|
permlink | re-daydreams4rock-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t020754943z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://youtubeinmp4.com/"],"app":"steemit/0.1"} |
created | 2017-09-24 02:07:54 |
last_update | 2017-09-24 02:07:54 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 02:07:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,755,129 |
net_rshares | 0 |
D-tube is working well👌👌👌
author | deepverma |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t103019145z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 10:30:27 |
last_update | 2017-09-24 10:30:27 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 10:30:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 414,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,782,572 |
net_rshares | 2,454,355,389 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pradeeprajora | 0 | 1,252,554,547 | 100% | ||
deepverma | 0 | 1,201,800,842 | 100% |
Hey, it's my birthday as steemian here :D one month in a platform :₽ I even found powers to write about it :)
author | denis231 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t31844885z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 00:18:48 | ||||||
last_update | 2017-09-20 00:18:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 00:18:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 109 | ||||||
author_reputation | 702,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,374,027 | ||||||
net_rshares | 0 |
Thank you for your hard work, you are helping realize what the internet was always meant to be.
author | derz |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230808174z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:08:09 |
last_update | 2017-09-19 23:08:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 27,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,434 |
net_rshares | 0 |
Steem moweennn😍😍
author | didi36 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052857091z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 05:29:18 |
last_update | 2017-09-20 05:29:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,391,158 |
net_rshares | 0 |
thank you for the update and the related hard work !!
author | digitalplayer |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t144537344z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:45:39 |
last_update | 2017-09-20 14:45:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 14:45:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.017 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,429,426 |
net_rshares | 9,204,759,722 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
digitalplayer | 0 | 9,204,759,722 | 100% |
AWESOME!
author | dimensional-drop |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t194032508z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:40:33 |
last_update | 2017-09-19 19:40:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 143,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,358,084 |
net_rshares | 0 |
Yes! Well done! Can't wait to check out the new features!
author | distantsignal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230824784z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:08:24 |
last_update | 2017-09-19 23:08:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:08:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 32,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,450 |
net_rshares | 0 |
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!
author | djlongw01 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t105934497z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 10:59:36 |
last_update | 2017-09-20 10:59:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 10:59:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 271 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,411,950 |
net_rshares | 1,121,444,108 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djlongw01 | 0 | 1,121,444,108 | 100% |
very nice article Dtube grow and grow more each and every day..wow..it's amazing..
author | dontryme2 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t112346594z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 11:24:57 |
last_update | 2017-09-20 11:24:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 11:24:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,413,559 |
net_rshares | 0 |
My steemit friend @pisolutionsmru is a fan of dtube i am sure that he will love your article.. I followed you :)
author | dreamgirl12 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t112230892z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 07:22:36 | ||||||
last_update | 2017-09-20 07:22:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 07:22:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.253 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 113 | ||||||
author_reputation | 954,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,398,134 | ||||||
net_rshares | 105,308,195,718 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,731,770,070 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,380,870,227 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,083,764 | 0.5% |
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
author | dreamrafa |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t185827391z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 18:58:27 |
last_update | 2017-09-20 18:58:27 |
depth | 1 |
children | 4 |
last_payout | 2017-09-27 18:58:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 653 |
author_reputation | 178,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,451,672 |
net_rshares | 0 |
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.
author | heimindanger |
---|---|
permlink | re-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021006228z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 02:10:06 |
last_update | 2017-09-21 02:10:06 |
depth | 2 |
children | 1 |
last_payout | 2017-09-28 02:10:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,479,111 |
net_rshares | 0 |
Thats great to know!, also is there any plan of doing embedded playback possible?, that would be a great feature too...
author | dreamrafa |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 03:03:54 |
last_update | 2017-09-21 03:03:54 |
depth | 3 |
children | 0 |
last_payout | 2017-09-28 03:03:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 178,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,482,062 |
net_rshares | 0 |
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 :-/
author | heimindanger |
---|---|
permlink | re-dreamrafa-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021115804z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 02:11:15 |
last_update | 2017-09-21 02:11:15 |
depth | 2 |
children | 1 |
last_payout | 2017-09-28 02:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,479,177 |
net_rshares | 8,787,765,438 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dreamrafa | 0 | 8,787,765,438 | 30% |
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! :)
author | dreamrafa |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 02:59:42 |
last_update | 2017-09-21 02:59:42 |
depth | 3 |
children | 0 |
last_payout | 2017-09-28 02:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 178,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,481,810 |
net_rshares | 0 |
you made crazy money broo 😂
author | duzoglu |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174335400z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 17:43:36 |
last_update | 2017-09-22 17:43:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 17:43:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 660,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,638,326 |
net_rshares | 0 |
Nice +1
author | duzoglu |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174426007z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 17:44:27 |
last_update | 2017-09-22 17:44:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 17:44:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 660,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,638,400 |
net_rshares | 0 |
https://www.youcaring.com/marialusia-955952
author | dvideo |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t080039362z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://www.youcaring.com/marialusia-955952"],"app":"steemit/0.1"} |
created | 2017-09-20 08:01:18 |
last_update | 2017-09-20 08:01:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 08:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 398,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,400,550 |
net_rshares | 0 |
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. 👍👌
author | edumurphy | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t22356662z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 21:35:33 | ||||||
last_update | 2017-09-20 21:35:33 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 21:35:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.267 HBD | ||||||
curator_payout_value | 0.009 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 271 | ||||||
author_reputation | 3,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,463,309 | ||||||
net_rshares | 111,973,318,173 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,763,383,120 | 0.5% | ||
bitcoiner | 0 | 3,833,218,112 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
layl | 0 | 2,913,508,176 | 100% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,380,870,227 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
rebele93 | 0 | 71,866,881 | 0.5% |
congratz mate and welcome to @hightouch @steeminator3000 and @superkoala !
author | ekitcho |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164249842z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["hightouch","steeminator3000","superkoala"],"app":"steemit/0.1"} |
created | 2017-09-19 16:42:48 |
last_update | 2017-09-19 16:42:48 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 16:42:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.077 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 9,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,645 |
net_rshares | 39,915,966,966 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 33,179,603,478 | 30% | ||
hightouch | 0 | 2,590,617,412 | 100% | ||
whyrusleeping | 0 | 4,145,746,076 | 100% |
Thank you man.
author | hightouch |
---|---|
permlink | re-ekitcho-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t085241011z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 08:52:42 |
last_update | 2017-09-20 08:52:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 08:52:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 42,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,403,916 |
net_rshares | 4,066,527,998 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
whyrusleeping | 0 | 4,066,527,998 | 100% |
This is simply GREAT!!! Thank you so very much for sharing this information with us all. Namaste :)
author | eric-boucher |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183558263z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:35:57 |
last_update | 2017-09-19 18:35:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:35:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 68,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,353,313 |
net_rshares | 0 |
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.
author | escapethink |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122330276z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 09:24:39 |
last_update | 2017-09-20 09:24:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 09:24:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 343 |
author_reputation | 637,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,405,970 |
net_rshares | 0 |
your improving a lot your website I have never seen something like that heimindanger @fede1944
author | fede1944 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t033917211z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["fede1944"],"app":"steemit/0.1"} |
created | 2017-09-21 03:39:18 |
last_update | 2017-09-21 03:39:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 03:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 118,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,484,066 |
net_rshares | 0 |
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...
author | filipinalife |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t045317988z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 04:53:21 |
last_update | 2017-09-21 04:53:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 04:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 359 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,488,300 |
net_rshares | 1,709,298,743 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
filipinalife | 0 | 693,776,442 | 100% | ||
thirushree | 0 | 1,015,522,301 | 100% |
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
author | firemanvishal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t051919604z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 05:19:36 |
last_update | 2017-09-21 05:19:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 05:19:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 749,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,489,731 |
net_rshares | 0 |
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.
author | flauwy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170503639z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:05:27 |
last_update | 2017-09-19 18:02:09 |
depth | 1 |
children | 33 |
last_payout | 2017-09-26 17:05:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.152 HBD |
curator_payout_value | 2.174 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 657 |
author_reputation | 296,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,345,542 |
net_rshares | 4,048,182,384,429 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,350,649,964,597 | 100% | ||
pfunk | 0 | 846,354,543,343 | 15% | ||
sandwich | 0 | 0 | 100% | ||
alao | 0 | 2,464,367,491 | 1% | ||
transisto | 0 | 1,004,732,118,962 | 8% | ||
heimindanger | 0 | 108,929,264,251 | 100% | ||
husamia | 0 | 5,435,511,773 | 100% | ||
joanstewart | 0 | 966,574,447 | 100% | ||
the-ego-is-you | 0 | 22,251,070,715 | 100% | ||
nc-mgtow | 0 | 713,894,788 | 100% | ||
nycjetter | 0 | 0 | 100% | ||
btcmillionaire | 0 | 372,169,228,606 | 100% | ||
holisticgangsta1 | 0 | 599,593,100 | 100% | ||
tuszy | 0 | 610,227,200 | 100% | ||
thinkkniht | 0 | 294,029,136,863 | 100% | ||
yourmemorycoach | 0 | 15,693,587,004 | 100% | ||
bikash-tutor | 0 | 10,619,310,456 | 100% | ||
alekoako2 | 0 | 777,643,889 | 100% | ||
brandongiesing | 0 | 1,139,362,040 | 100% | ||
raihanrahman | 0 | 191,424,579 | 100% | ||
hvnscnt | 0 | 1,160,622,812 | 100% | ||
cryptocell | 0 | 1,120,276,183 | 100% | ||
philberlin | 0 | 1,161,765,982 | 100% | ||
planetauto | 0 | 0 | 100% | ||
sohilnakum | 0 | 1,160,601,171 | 100% | ||
netnobody | 0 | 1,160,600,854 | 100% | ||
elvisrene | 0 | 1,143,191,619 | 100% | ||
mjctraining | 0 | 1,143,189,834 | 100% | ||
bensasy | 0 | 423,617,813 | 100% | ||
altherion | 0 | 1,143,187,707 | 100% | ||
explorer18 | 0 | 238,506,350 | 100% | ||
goodfavor | 0 | 0 | 100% |
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.
author | coldbolt |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t184743752z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:47:45 |
last_update | 2017-09-19 18:47:45 |
depth | 2 |
children | 7 |
last_payout | 2017-09-26 18:47:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 591 |
author_reputation | 176,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,354,200 |
net_rshares | 1,136,348,536 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bleekpatterson | 0 | 1,136,348,536 | 100% |
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
author | bleekpatterson |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["bleekpatterson"],"app":"steemit/0.1"} |
created | 2017-09-22 00:07:39 |
last_update | 2017-09-22 00:07:39 |
depth | 3 |
children | 0 |
last_payout | 2017-09-29 00:07:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,568,702 |
net_rshares | 0 |
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.
author | flauwy |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:27:36 |
last_update | 2017-09-19 19:29:33 |
depth | 3 |
children | 5 |
last_payout | 2017-09-26 19:27:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 296,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,357,197 |
net_rshares | 0 |
# *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
author | darienparlick |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t011917527z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://steemit.com/@darienparlick"],"app":"steemit/0.1"} |
created | 2017-09-23 01:19:18 |
last_update | 2017-09-23 01:19:18 |
depth | 2 |
children | 2 |
last_payout | 2017-09-30 01:19:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 526 |
author_reputation | 29,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,665,918 |
net_rshares | 0 |
There is no such thing as a DTube account yet. You need a Steemit account to use DTube.
author | flauwy |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 01:45:42 |
last_update | 2017-09-23 01:45:42 |
depth | 3 |
children | 1 |
last_payout | 2017-09-30 01:45:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 296,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,667,143 |
net_rshares | 1,245,387,802 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
saflia | 0 | 1,245,387,802 | 100% |
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
author | heimindanger |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154633798z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:46:33 |
last_update | 2017-09-20 15:46:33 |
depth | 2 |
children | 17 |
last_payout | 2017-09-27 15:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.338 HBD |
curator_payout_value | 1.105 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 410 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,434,752 |
net_rshares | 1,697,331,660,215 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,318,305,412,262 | 100% | ||
layl | 0 | 3,211,238,939 | 100% | ||
joanstewart | 0 | 949,909,370 | 100% | ||
btcmillionaire | 0 | 364,250,734,380 | 100% | ||
nutela | 0 | 0 | 100% | ||
carna-mora | 0 | 610,227,200 | 100% | ||
alekoako2 | 0 | 760,233,951 | 100% | ||
cryptoskate | 0 | 2,084,858,045 | 100% | ||
lacky | 0 | 586,106,904 | 100% | ||
whyrusleeping | 0 | 5,201,987,114 | 100% | ||
netnobody | 0 | 1,137,388,837 | 100% | ||
explorer18 | 0 | 233,563,213 | 100% |
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.
author | flauwy |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 15:49:00 |
last_update | 2017-09-20 15:49:00 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 15:49:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 296,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,434,959 |
net_rshares | 0 |
author | sarahs |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:46:21 |
last_update | 2017-09-22 02:46:21 |
depth | 3 |
children | 0 |
last_payout | 2017-09-29 02:46:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 561,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,576,940 |
net_rshares | 3,034,959,580 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sarahs | 0 | 928,478,583 | 100% | ||
mimran | 0 | 551,283,260 | 100% | ||
imrececen | 0 | 795,008,167 | 100% | ||
jamiee | 0 | 760,189,570 | 100% |
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.
author | whyrusleeping |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 01:26:54 |
last_update | 2017-09-21 01:26:54 |
depth | 3 |
children | 14 |
last_payout | 2017-09-28 01:26:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.734 HBD |
curator_payout_value | 0.906 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 21,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,476,662 |
net_rshares | 1,392,408,455,005 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,294,042,122,465 | 100% | ||
heimindanger | 0 | 83,891,256,123 | 100% | ||
layl | 0 | 3,147,439,489 | 100% | ||
nycjetter | 0 | 0 | 100% | ||
nick.sunchild | 0 | 1,497,176,959 | 100% | ||
zinovi | 0 | 6,412,482,098 | 100% | ||
martinthevlogger | 0 | 1,160,614,553 | 100% | ||
netnobody | 0 | 1,119,979,824 | 100% | ||
sharon.flembo | 0 | 1,137,383,494 | 100% |
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...
author | liondani |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t101056741z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 10:10:57 |
last_update | 2017-09-23 10:10:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 10:10:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 95,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,694,560 |
net_rshares | 0 |
NICE
author | sohilnakum |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t114449005z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 11:44:51 |
last_update | 2017-09-20 11:44:51 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 11:44:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 92,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,414,846 |
net_rshares | 2,112,297,866 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
healthtipsonline | 0 | 974,908,719 | 100% | ||
sohilnakum | 0 | 1,137,389,147 | 100% |
Snarky barky, but good point.
author | the-ego-is-you |
---|---|
permlink | re-flauwy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t173959682z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:39:57 |
last_update | 2017-09-19 17:39:57 |
depth | 2 |
children | 1 |
last_payout | 2017-09-26 17:39:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,348,510 |
net_rshares | 1,769,919,826 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
healthtipsonline | 0 | 957,499,635 | 100% | ||
fubzy112 | 0 | 812,420,191 | 100% |
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.
author | flauwy |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:03:30 |
last_update | 2017-09-19 18:03:30 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 18:03:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 296,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,444 |
net_rshares | 18,812,315,438 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 17,878,027,916 | 100% | ||
healthtipsonline | 0 | 934,287,522 | 100% |
thanks for sharing upvote and resteem
author | flowerwong66 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t001141114z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 00:11:42 |
last_update | 2017-09-20 00:11:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 00:11:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 672,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,373,649 |
net_rshares | 675,862,011 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
flowerwong66 | 0 | 675,862,011 | 100% |
I was know it start go up :) I like it :)
author | foxkoit |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172627189z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:26:30 |
last_update | 2017-09-19 17:26:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:26:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 536,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,347,319 |
net_rshares | 0 |
Dtube is awesome keep up the great work!
author | freedomno1 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t071019197z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 07:10:21 |
last_update | 2017-09-20 07:10:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 07:10:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,397,394 |
net_rshares | 0 |
Good job
author | friska | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t231118117z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 16:11:30 | ||||||
last_update | 2017-09-20 16:11:30 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 16:11:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 8 | ||||||
author_reputation | 78,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,436,974 | ||||||
net_rshares | 0 |
Honestly, I'm new to all this decentralization stuff- I find it so intriguing! I'm definitely going to check out the dtube!
author | fubzy112 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183349747z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:33:48 |
last_update | 2017-09-19 18:33:48 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 18:33:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,353,124 |
net_rshares | 0 |
Cute!
author | highspeedpursuit |
---|---|
permlink | re-fubzy112-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t054458825z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:45:12 |
last_update | 2017-09-23 05:45:12 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 05:45:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,679,313 |
net_rshares | 0 |
Great Post!
author | gdouramanis | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t91216276z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 07:12:24 | ||||||
last_update | 2017-09-20 07:12:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 07:12:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 11 | ||||||
author_reputation | 46,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,397,525 | ||||||
net_rshares | 0 |
Thanks for all of your hard work.
author | geneticmemory |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t041203403z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 04:12:03 |
last_update | 2017-09-24 04:12:03 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 04:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 24,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,761,088 |
net_rshares | 0 |
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.
author | geneticmemory |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t054422264z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 05:44:21 |
last_update | 2017-09-24 05:44:21 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 05:44:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 24,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,765,581 |
net_rshares | 599,593,100 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashridge100 | 0 | 599,593,100 | 100% |
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.
author | glenhubbardjr |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t020621258z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:06:21 |
last_update | 2017-09-22 02:06:21 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 02:06:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,574,698 |
net_rshares | 0 |
You are right about the bug but you could also be more polite as a minimum reward to the hard working developer of Dtube.
author | liondani |
---|---|
permlink | re-glenhubbardjr-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t102500325z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 10:25:00 |
last_update | 2017-09-23 10:25:00 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 10:25:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 95,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,695,374 |
net_rshares | 0 |
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!
author | glopesmartins |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150126894z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:01:33 |
last_update | 2017-09-21 15:01:33 |
depth | 1 |
children | 5 |
last_payout | 2017-09-28 15:01:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,196 |
net_rshares | 0 |
This is a hidden feature that will come in later. Basically it tries to find videos 'around you' in the network.
author | heimindanger |
---|---|
permlink | re-glopesmartins-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150746179z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:07:45 |
last_update | 2017-09-21 15:07:45 |
depth | 2 |
children | 4 |
last_payout | 2017-09-28 15:07:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,717 |
net_rshares | 0 |
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
author | glopesmartins |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 15:47:48 |
last_update | 2017-09-21 15:47:48 |
depth | 3 |
children | 3 |
last_payout | 2017-09-28 15:47:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.982 HBD |
curator_payout_value | 0.658 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 867 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,534,418 |
net_rshares | 1,006,593,324,447 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 922,076,014,173 | 100% | ||
heimindanger | 0 | 84,517,310,274 | 100% |
Keep up the great work. You are doing a service to humanity.
author | gmikeyg |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163630234z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:36:33 |
last_update | 2017-09-19 16:36:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 392,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,108 |
net_rshares | 35,057,694,241 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 35,057,694,241 | 30% |
Hey, this is a great article with great info, I will check out your profile for more like this one. thanks
author | gregwarma22 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t155450124z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:54:48 |
last_update | 2017-09-21 15:54:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 15:54:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 30,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,535,001 |
net_rshares | 0 |
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.
author | guarddog |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t204616729z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["coquiunlimited"],"app":"steemit/0.1"} |
created | 2017-09-19 20:46:18 |
last_update | 2017-09-19 20:46:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 20:46:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 264 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,362,074 |
net_rshares | 0 |
Really Cool Stuff I Like To Hear That Keep Going We Are With And Friends Follow Me I Follow You Back Thanks
author | hakeemshah96 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t070931013z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-01 07:09:39 |
last_update | 2017-10-01 07:09:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 07:09:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,445,405 |
net_rshares | 0 |
It seems that I missed much of DTube's progress, reading your post made me want to try it, thank you @heimindanger
author | hasbiazhar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t235323510z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 16:53:33 | ||||||
last_update | 2017-09-19 16:53:33 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 16:53:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.246 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 114 | ||||||
author_reputation | 812,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,344,553 | ||||||
net_rshares | 105,259,333,303 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,693,594,890 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,370,190,408 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,076,348 | 0.5% |
I upvoted this post please visit my account
author | hatemelpop |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t071030979z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 07:10:42 |
last_update | 2017-09-20 07:10:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 07:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,397,419 |
net_rshares | 0 |
Wow, I had no clue DTube had so many great features. Will check out DSound. Thanks a bunch @heimindanger ! Be well...
author | healthiswealth |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t203135506z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 20:31:36 |
last_update | 2017-09-20 20:31:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 40,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,458,850 |
net_rshares | 0 |
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
author | heisusman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t112846216z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 11:28:48 |
last_update | 2017-09-22 11:28:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 11:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 351 |
author_reputation | 79,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,608,363 |
net_rshares | 0 |
Very nice article ......
author | henryba |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174720147z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:47:21 |
last_update | 2017-09-19 17:47:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 709,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,349,091 |
net_rshares | 0 |
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
author | highimpactflix |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t035912932z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://i.imgsafe.org/1c/1c169a9557.png","https://i.imgsafe.org/27/27e0450e63.png"],"app":"steemit/0.1"} |
created | 2017-09-23 03:59:12 |
last_update | 2017-09-23 03:59:12 |
depth | 1 |
children | 1 |
last_payout | 2017-09-30 03:59:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 395 |
author_reputation | 130,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,673,892 |
net_rshares | 0 |
Hmm that seems to be a problem with your key. Try to unlog and relog. Maybe you reset your master password recently?
author | heimindanger |
---|---|
permlink | re-highimpactflix-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t015942990z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 01:59:42 |
last_update | 2017-09-24 01:59:42 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 01:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,754,708 |
net_rshares | 0 |
The team is toka "ISH ISH". It's a pleasure to join you guys !
author | hightouch |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t084808752z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 08:48:09 |
last_update | 2017-09-20 08:48:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 08:48:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 42,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,403,622 |
net_rshares | 0 |
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 :)
author | hiiru |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t210158952z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-26 21:01:57 |
last_update | 2017-09-26 21:01:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 21:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.175 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 28,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,020,828 |
net_rshares | 56,939,114,190 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hiiru | 0 | 56,939,114,190 | 100% |
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
author | hiroyamagishi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t204942981z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 20:49:54 |
last_update | 2017-09-19 20:49:54 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 20:49:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.503 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 71,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,362,309 |
net_rshares | 200,332,910,742 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hiroyamagishi | 0 | 198,274,563,215 | 100% | ||
bleekpatterson | 0 | 1,089,246,006 | 100% | ||
silur | 0 | 969,101,521 | 100% |
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
author | bleekpatterson |
---|---|
permlink | re-hiroyamagishi-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t001005674z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["bleekpatterson"],"app":"steemit/0.1"} |
created | 2017-09-22 00:09:36 |
last_update | 2017-09-22 00:09:36 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 00:09:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,568,779 |
net_rshares | 0 |
Let me know if you need help with translating it to Malay.
author | howtostartablog |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t030244614z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 03:02:45 |
last_update | 2017-09-20 03:02:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 03:02:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,383,012 |
net_rshares | 0 |
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
author | humanauction |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t121527567z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 11:40:24 |
last_update | 2017-09-20 11:40:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 11:40:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 331 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,414,562 |
net_rshares | 0 |
thank you very much @heimindanger i am glad to get acquainted with you. Your post is very interesting.
author | husnulkhatimah |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t162015328z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 16:19:54 |
last_update | 2017-09-20 16:19:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 16:19:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,437,677 |
net_rshares | 0 |
waw extraordinary @heimindanger I wait for the newest feature in order to produce video every day :-D btw, Thanks You..
author | ibrahim-ats |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t162529677z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-22 16:25:30 |
last_update | 2017-09-22 16:25:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 16:25:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 147,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,631,857 |
net_rshares | 316,004,914 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ibrahim-ats | 0 | 316,004,914 | 100% |
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.
author | igster |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161854758z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["folderall.net"],"app":"steemit/0.1"} |
created | 2017-09-19 16:18:51 |
last_update | 2017-09-19 16:19:36 |
depth | 1 |
children | 2 |
last_payout | 2017-09-26 16:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.502 HBD |
curator_payout_value | 0.120 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 509 |
author_reputation | 17,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,526 |
net_rshares | 244,590,490,946 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pnc | 0 | 3,646,555,953 | 1% | ||
teamsteem | 0 | 184,820,014,494 | 1% | ||
lauralemons | 0 | 207,926,381 | 0.5% | ||
hitmeasap | 0 | 136,474,970 | 0.5% | ||
heimindanger | 0 | 35,683,724,496 | 30% | ||
lamech-m | 0 | 199,562,366 | 1% | ||
the-ego-is-you | 0 | 18,135,265,727 | 100% | ||
greenstar | 0 | 489,485,368 | 1% | ||
irwanumpal | 0 | 156,866,567 | 1% | ||
turymenecier | 0 | 64,271,059 | 30% | ||
silur | 0 | 1,050,343,565 | 100% |
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
author | heimindanger |
---|---|
permlink | re-igster-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163241450z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:32:42 |
last_update | 2017-09-19 16:32:42 |
depth | 2 |
children | 1 |
last_payout | 2017-09-26 16:32:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.129 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 395 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,759 |
net_rshares | 65,862,025,464 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
igster | 0 | 59,554,085,476 | 37% | ||
nannal | 0 | 1,150,396,721 | 100% | ||
lacky | 0 | 562,894,750 | 100% | ||
whyrusleeping | 0 | 4,594,648,517 | 100% |
The latter option is what I wanted to hear. Thank you for your work!
author | igster |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:45:09 |
last_update | 2017-09-19 18:45:09 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 18:45:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 17,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,354,004 |
net_rshares | 0 |
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.
author | imransoudagar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t155521629z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 10:25:42 | ||||||
last_update | 2017-09-21 10:25:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 10:25:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 456 | ||||||
author_reputation | 27,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,508,420 | ||||||
net_rshares | 0 |
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":"提交视屏至区块链时出现错误"
author | incrediblesnow |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073137758z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 07:31:42 |
last_update | 2017-09-21 07:31:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:31:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.948 HBD |
curator_payout_value | 0.644 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,129 |
author_reputation | 39,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,497,527 |
net_rshares | 980,635,421,193 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 962,508,680,117 | 100% | ||
layl | 0 | 2,743,376,312 | 100% | ||
lunix | 0 | 7,426,686,540 | 100% | ||
incrediblesnow | 0 | 7,608,766,516 | 100% | ||
kokoliso | 0 | 347,911,708 | 100% |
"overall the minimum viable product seems to be viable". Ha - the governing principle of my life! ;-)
author | initforthemoney |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t054257692z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 05:42:57 |
last_update | 2017-09-20 05:42:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:42:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.201 HBD |
curator_payout_value | 0.067 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 6,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,392,017 |
net_rshares | 103,294,991,962 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 103,294,991,962 | 100% |
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.
author | inventor16 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t013028569z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 01:30:24 |
last_update | 2017-09-20 01:30:24 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 01:30:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.977 HBD |
curator_payout_value | 1.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 291 |
author_reputation | 27,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,378,000 |
net_rshares | 1,939,192,503,323 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,059,542,882,106 | 100% | ||
transisto | 0 | 879,140,604,091 | 7% | ||
inventor16 | 0 | 0 | 0% | ||
ridwant | 0 | 347,502,638 | 100% | ||
raihanrahman | 0 | 161,514,488 | 100% |
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
author | ridwant |
---|---|
permlink | re-inventor16-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t024002498z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:40:06 |
last_update | 2017-09-20 02:40:06 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 02:40:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,381,782 |
net_rshares | 0 |
great project! so happy to partecipate
author | irikefee |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t124011265z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 12:40:09 |
last_update | 2017-09-23 12:40:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 12:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,703,809 |
net_rshares | 0 |
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
author | isteemithard |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t050802829z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger","ned"],"app":"steemit/0.1"} |
created | 2017-09-23 05:08:03 |
last_update | 2017-09-23 05:08:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 05:08:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,677,372 |
net_rshares | 0 |
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.
author | itallmatters |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171008t023821415z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://dtube.video/#!/v/itallmatters/1u6ho7wj"],"app":"steemit/0.1"} |
created | 2017-10-08 02:38:24 |
last_update | 2017-10-08 02:38:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-15 02:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 328 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,061,718 |
net_rshares | 0 |
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
author | j-be |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t235336369z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 23:53:39 |
last_update | 2017-09-20 23:55:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 23:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,471,283 |
net_rshares | 0 |
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.
author | jacobt |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175926880z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:59:27 |
last_update | 2017-09-19 17:59:27 |
depth | 1 |
children | 4 |
last_payout | 2017-09-26 17:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.131 HBD |
curator_payout_value | 0.469 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,090 |
net_rshares | 1,414,348,774,446 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,083,807,222,918 | 100% | ||
jacobt | 0 | 324,695,698,363 | 100% | ||
javirid | 0 | 3,030,751,337 | 100% | ||
zandorz | 0 | 620,222,065 | 100% | ||
bip131 | 0 | 1,098,112,173 | 100% | ||
silur | 0 | 1,096,767,590 | 100% |
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.
author | jorgedr0id |
---|---|
permlink | re-jacobt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t110801046z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 11:08:03 |
last_update | 2017-09-21 11:08:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-28 11:08:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
author_reputation | 447,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,511,316 |
net_rshares | 9,850,920,215 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jorgedr0id | 0 | 9,850,920,215 | 100% |
Maybe you could give more precise suggestions. How would you see it ?
author | transisto |
---|---|
permlink | re-jacobt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t032500609z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 03:25:00 |
last_update | 2017-09-20 03:26:24 |
depth | 2 |
children | 2 |
last_payout | 2017-09-27 03:25:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 330,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,384,184 |
net_rshares | 6,708,050,769 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
layl | 0 | 3,041,107,074 | 100% | ||
hightouch | 0 | 2,402,891,513 | 100% | ||
randomwhale | 0 | 1,264,052,182 | 100% |
I wouldn't even know where the start. I'd delete the current one entirely though and start from scratch.
author | jacobt |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 00:30:06 |
last_update | 2017-09-22 00:30:06 |
depth | 3 |
children | 1 |
last_payout | 2017-09-29 00:30:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,569,760 |
net_rshares | 0 |
Nice 1
author | jaykon | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t224937697z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 21:49:42 | ||||||
last_update | 2017-09-19 21:49:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 21:49:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 6 | ||||||
author_reputation | 1,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,366,108 | ||||||
net_rshares | 0 |
Thanks for your post :) @heimindanger
author | jekisatria |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171130t062059761z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-11-30 06:21:00 |
last_update | 2017-11-30 06:21:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-07 06:21:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,962,232 |
net_rshares | 0 |
Hi Dtube can you make it so we can edit our videos? Like changing the title of the our videos.
author | jennasartstudio |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171010t161047836z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-10 16:10:48 |
last_update | 2017-10-10 16:10:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-17 16:10:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 20,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,311,664 |
net_rshares | 1,144,683,105 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jennasartstudio | 0 | 1,144,683,105 | 100% |
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?
author | jerrysakala |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t181604760z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:16:03 |
last_update | 2017-09-19 18:16:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:16:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,351,544 |
net_rshares | 0 |
Great stuff! Lets take over youtube \m/
author | jesselee |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t060430885z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 06:04:30 |
last_update | 2017-09-21 06:04:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 06:04:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 393,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,492,317 |
net_rshares | 0 |
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
author | jfmherokiller |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t225148885z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 22:51:48 |
last_update | 2017-09-21 22:51:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 22:51:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 311,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,564,812 |
net_rshares | 1,135,072,042 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jfmherokiller | 0 | 1,135,072,042 | 100% |
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.
author | jimbobbill |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t142852088z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 14:28:51 |
last_update | 2017-09-21 14:28:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 14:28:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 16,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,527,239 |
net_rshares | 0 |
Noob Cat is pleased! Thank you for the honesty and specifics. Following you? You can bet your bazingas! Also here, have some paws: 
author | jimicoco |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t020820563z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmPAHwkmxsdhjQCaDs47eTkMhBeWqqEpYFrbmx6xXjHzMe/17797289_1321498271219043_1962964786_o.jpg"],"app":"steemit/0.1"} |
created | 2017-09-20 02:08:21 |
last_update | 2017-09-20 02:08:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 02:08:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.170 HBD |
curator_payout_value | 0.057 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 73,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,026 |
net_rshares | 89,105,409,668 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 97,034,689,419 | 100% | ||
julianita | 0 | -7,929,279,751 | -1% |
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!!
author | jlsplatts |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162025321z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:20:27 |
last_update | 2017-09-19 16:20:27 |
depth | 1 |
children | 3 |
last_payout | 2017-09-26 16:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.114 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 311 |
author_reputation | 94,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,674 |
net_rshares | 54,204,846,941 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 35,683,724,496 | 30% | ||
the-ego-is-you | 0 | 18,521,122,445 | 100% |
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 :)
author | heimindanger |
---|---|
permlink | re-jlsplatts-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163345561z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:33:45 |
last_update | 2017-09-19 16:33:45 |
depth | 2 |
children | 2 |
last_payout | 2017-09-26 16:33:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,850 |
net_rshares | 11,086,092,647 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaytaylor | 0 | 6,755,504,390 | 100% | ||
whyrusleeping | 0 | 4,330,588,257 | 100% |
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)
author | jaytaylor |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 14:37:42 |
last_update | 2017-09-20 14:37:42 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 14:37:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,781 |
net_rshares | 0 |
Thanks for the info👍🏻👍🏻 Can that be set manually on handbrake? If so what bit rate is recommended?
author | jlsplatts |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 03:18:36 |
last_update | 2017-09-20 03:18:36 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 03:18:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 94,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,383,843 |
net_rshares | 0 |
You guys have done a great job building and improving the site!
author | jmillerworks |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t120625166z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 12:06:27 |
last_update | 2017-09-20 12:06:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 12:06:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,416,321 |
net_rshares | 0 |
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.
author | joalvarez |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t031257704z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 03:12:57 |
last_update | 2017-09-22 03:12:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 03:12:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 428,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,578,342 |
net_rshares | 0 |
I have to check it out, thank you for sharing
author | joe007 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t181050194z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 18:10:51 |
last_update | 2017-09-21 18:10:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 18:10:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,546,323 |
net_rshares | 0 |
thanks for the info and the update,
author | joendegz |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t151527723z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 15:10:39 |
last_update | 2017-09-22 15:10:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 15:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 12,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,625,482 |
net_rshares | 0 |
Just uploaded new videos today thank you so much! Full up vote!
author | joeparys |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t231115176z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:11:15 |
last_update | 2017-09-19 23:11:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.209 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 308,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,585 |
net_rshares | 82,240,585,700 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joeparys | 0 | 82,240,585,700 | 100% |
author | johnsmith |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t044420119z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 04:44:18 |
last_update | 2017-09-21 04:44:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 04:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.269 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 22,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,487,753 |
net_rshares | 1,247,795,525,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
johnsmith | 0 | 1,244,491,371,069 | 100% | ||
layl | 0 | 3,083,640,040 | 100% | ||
silur | 0 | 220,514,118 | 100% |
Great observation decentralization is what we need. Thanks for
author | joshuaatiemo | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t112317750z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 11:23:24 | ||||||
last_update | 2017-09-20 11:23:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 11:23:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 62 | ||||||
author_reputation | 4,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,413,464 | ||||||
net_rshares | 2,731,160,080 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -1,506,644,060 | -1% | ||
joshuaatiemo | 0 | 4,237,804,140 | 100% |
Thanks for sharing
author | jrhn977 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t152949137z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:29:54 |
last_update | 2017-09-21 15:29:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 15:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,532,766 |
net_rshares | 0 |
why cant i log in?
author | juanmora |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221145556z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:11:45 |
last_update | 2017-09-19 22:11:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 13,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,367,356 |
net_rshares | 0 |
Muy buen post amigo, felicidades
author | juanpimentel |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t014221746z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 01:42:21 |
last_update | 2017-09-20 01:42:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 01:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 525,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,378,641 |
net_rshares | 0 |
Dtube is great. Thank you so much for your work!
author | justdentist |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182408711z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:24:09 |
last_update | 2017-09-19 18:24:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,352,253 |
net_rshares | 0 |
Heres my upvote and pennies
author | justoneopinion |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t203034367z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 20:30:36 |
last_update | 2017-09-20 20:30:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:30:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 53,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,458,780 |
net_rshares | 0 |
Let me knoe if you need help in translating for romanians
author | jwolf |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t121656323z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 12:17:00 |
last_update | 2017-09-21 12:17:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 12:17:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 124,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,516,366 |
net_rshares | 0 |
follow me back and upvote me
author | kader1 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t173735378z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 17:37:45 |
last_update | 2017-09-20 17:37:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 17:37:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,444,611 |
net_rshares | 0 |
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
author | kader1 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t163318790z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["kader1"],"app":"steemit/0.1"} |
created | 2017-09-21 16:33:27 |
last_update | 2017-09-21 16:33:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 16:33:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,538,385 |
net_rshares | 0 |
what’s wrong with dtube it’s not coming up when i go to dtube.video
author | kanedizzle08 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t191331572z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-07 19:13:30 |
last_update | 2017-10-07 19:13:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-14 19:13:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,037,662 |
net_rshares | 37,334,202,840 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kanedizzle08 | 0 | 37,334,202,840 | 100% |
Dtube is way better than Youtube already...
author | kevteh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t095808556z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 09:58:09 |
last_update | 2017-09-20 09:58:09 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 09:58:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.559 HBD |
curator_payout_value | 0.465 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 247,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,407,988 |
net_rshares | 1,150,478,478,195 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 994,857,125,105 | 100% | ||
kevteh | 0 | 155,437,221,245 | 100% | ||
explorer18 | 0 | 184,131,845 | 100% |
Philosophically for sure.
author | liondani |
---|---|
permlink | re-kevteh-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t101838063z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 10:18:39 |
last_update | 2017-09-23 10:18:39 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 10:18:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 95,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,694,998 |
net_rshares | 497,803,464 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
notagrouch | 0 | 497,803,464 | 100% |
<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>
author | khoa |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190839044z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"drotto/0.0.1"} |
created | 2017-09-19 19:08:51 |
last_update | 2017-09-19 19:08:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:08:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,355,822 |
net_rshares | 17,501,356,881 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dang007 | 0 | 17,501,356,881 | 100% |
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" }
author | kokoliso |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t180154330z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 18:01:57 |
last_update | 2017-09-21 18:01:57 |
depth | 1 |
children | 3 |
last_payout | 2017-09-28 18:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.850 HBD |
curator_payout_value | 0.606 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,357 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,545,626 |
net_rshares | 938,617,927,070 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 938,248,270,880 | 100% | ||
kokoliso | 0 | 369,656,190 | 100% |
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",
author | kokoliso |
---|---|
permlink | re-kokoliso-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t043816686z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-29 04:38:18 |
last_update | 2017-09-29 04:38:18 |
depth | 2 |
children | 2 |
last_payout | 2017-10-06 04:38:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,242,752 |
net_rshares | 0 |
En "SETTINGS_DROPDOWN_HIDE_PICTURE":"Esconder Dibujo", no seria más acertado poner *"esconder **imagen**"?*
author | fredericcatala |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-11-27 19:55:09 |
last_update | 2017-11-27 19:55:09 |
depth | 3 |
children | 1 |
last_payout | 2017-12-04 19:55:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 715,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,706,541 |
net_rshares | 6,633,421,314 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
springwind46 | 0 | 0 | 100% | ||
kokoliso | 0 | 6,633,421,314 | 100% |
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
author | lahcen80 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t195841990z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:58:42 |
last_update | 2017-09-19 19:58:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:58:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 105,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,359,325 |
net_rshares | 0 |
@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 ...
author | launglilawangsa |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180505t190220566z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2018-05-05 19:02:24 |
last_update | 2018-05-05 19:02:24 |
depth | 1 |
children | 0 |
last_payout | 2018-05-12 19:02:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 374 |
author_reputation | 255,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,073,529 |
net_rshares | 0 |
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.
author | layl |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t090224609z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 09:02:27 |
last_update | 2017-09-21 09:02:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 09:02:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,503,280 |
net_rshares | 0 |
@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
author | layl |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t092410051z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 09:24:15 |
last_update | 2017-09-21 09:24:15 |
depth | 1 |
children | 1 |
last_payout | 2017-09-28 09:24:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.173 HBD |
curator_payout_value | 0.056 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,504,633 |
net_rshares | 87,021,526,874 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 87,021,526,874 | 100% |
The embed already does it, feel free to check it out ;)
author | heimindanger |
---|---|
permlink | re-layl-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150958402z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:09:57 |
last_update | 2017-09-21 15:09:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-28 15:09:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,918 |
net_rshares | 0 |
I'm looking forward on testing this new version! DTube will be easier to use than before! Good job guys!
author | lefactuoscope |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172314380z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:23:18 |
last_update | 2017-09-19 17:23:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:23:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 10,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,347,015 |
net_rshares | 0 |
Wow this is great! <3 Thanks a bunch for sharing!!! :D
author | littlerph |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t022437922z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:25:21 |
last_update | 2017-09-20 02:25:21 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 02:25:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 803,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,959 |
net_rshares | 0 |
I have tried logindtube. but to no avail How to?
author | ridwant |
---|---|
permlink | re-littlerph-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t023120209z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:31:21 |
last_update | 2017-09-20 02:31:21 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 02:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,381,275 |
net_rshares | 0 |
Would you like to add Russian language to your Website? Contact me if needed.
author | lizachka |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t204033955z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 20:40:33 |
last_update | 2017-09-20 20:40:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,459,478 |
net_rshares | 0 |
looking foward to start uploading grat stuff on ur platform
author | lolocabra | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017924t2196564z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-24 06:19:06 | ||||||
last_update | 2017-09-24 06:19:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-01 06:19:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 59 | ||||||
author_reputation | 73,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,767,576 | ||||||
net_rshares | 1,526,693,285 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lolocabra | 0 | 1,526,693,285 | 100% |
This is *awesome!* You guys are doing great work to give us a solid platform! Continued luck and success!! *Excelsior!!*
author | luciferrin | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t11289189z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 16:28:12 | ||||||
last_update | 2017-09-19 16:28:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 16:28:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.366 HBD | ||||||
curator_payout_value | 0.020 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 120 | ||||||
author_reputation | 468,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,342,378 | ||||||
net_rshares | 159,959,482,227 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,692,621,535 | 0.5% | ||
heimindanger | 0 | 35,057,694,241 | 30% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
the-ego-is-you | 0 | 20,579,024,939 | 100% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,370,190,408 | 1% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% |
Great job
author | luisneira |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t172600063z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:26:03 |
last_update | 2017-09-19 17:26:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:26:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,347,280 |
net_rshares | 0 |
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.
author | lyndsaybowes |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161120598z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:11:21 |
last_update | 2017-09-19 16:11:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 132,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,340,726 |
net_rshares | 45,298,787,916 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 36,309,754,750 | 30% | ||
arevolution | 0 | 8,373,913,889 | 100% | ||
phoenixwren | 0 | 615,119,277 | 100% |
Wow postingan yang sangat estem sangat luar buasa @heimindanger
author | madarenjoy | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t233614z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 18:33:12 | ||||||
last_update | 2017-09-19 18:33:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 18:33:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 63 | ||||||
author_reputation | 176,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,353,060 | ||||||
net_rshares | 0 |
author | magnata |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162741569z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:27:42 |
last_update | 2017-09-19 16:27:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 49,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,330 |
net_rshares | 2,678,880,491 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
serkagan | 0 | 2,079,659,845 | 100% | ||
magnata | 0 | 599,220,646 | 100% |
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
author | mahbubalam |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183942301z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["mahbubalam"],"app":"steemit/0.1"} |
created | 2017-09-19 18:39:45 |
last_update | 2017-09-19 18:39:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:39:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,353,609 |
net_rshares | 0 |
follow me = follow back
author | mahyul |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t140053610z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:00:57 |
last_update | 2017-09-20 14:00:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 14:00:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 56,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,425,672 |
net_rshares | -45,423,260,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | -27,545,331,190 | -26% | ||
csakura | 0 | -17,877,929,052 | -100% |
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.
author | makeupbykili |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122007415z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 12:20:15 |
last_update | 2017-09-20 12:20:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 12:20:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 911,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,417,334 |
net_rshares | 0 |
this post is very nice 
author | maksudarrahman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171027t181355330z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmZBgWGbKTpCHZrU7KuzSrnzQABddYhpSEPRu3tHZVQh9r/image.png"],"app":"steemit/0.1"} |
created | 2017-10-27 18:13:57 |
last_update | 2017-10-27 18:13:57 |
depth | 1 |
children | 0 |
last_payout | 2017-11-03 18:13:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,712,792 |
net_rshares | 0 |
Can someone tell me what the little money icon, lightning percentage and the red star are for? Thanks!
author | manny80 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180207t062630221z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2018-02-07 06:26:30 |
last_update | 2018-02-07 06:26:30 |
depth | 1 |
children | 0 |
last_payout | 2018-02-14 06:26:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 27,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 35,590,391 |
net_rshares | 546,865,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
manny80 | 0 | 546,865,836 | 100% |
This post was very informative thank you for sharing you have my upvote Keep smiling, reading, writing and voting!!! @mannyfig1956
author | mannyfig1956 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t123142782z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["mannyfig1956"],"app":"steemit/0.1"} |
created | 2017-09-20 12:31:45 |
last_update | 2017-09-20 12:31:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 12:31:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,418,251 |
net_rshares | 0 |
nice keep on trucking my friend
author | marco-delsalto |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t012743931z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 01:27:42 |
last_update | 2017-09-20 01:27:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 01:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.820 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,377,885 |
net_rshares | 710,063,689,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marco-delsalto | 0 | 709,902,174,801 | 100% | ||
raihanrahman | 0 | 161,514,488 | 100% |
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?
author | marco1 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t131705408z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 13:17:06 |
last_update | 2017-09-22 13:17:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 13:17:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 13,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,616,349 |
net_rshares | 0 |
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.
author | markara17 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t003710515z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-01 00:37:15 |
last_update | 2017-10-01 00:37:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 00:37:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,423,651 |
net_rshares | 0 |
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
author | marzukie | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t14449441z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 18:45:03 | ||||||
last_update | 2017-09-19 18:45:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 18:45:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 216 | ||||||
author_reputation | 2,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,353,992 | ||||||
net_rshares | 4,471,183,419 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mysteem | 0 | 84,110,067 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,373,515,892 | 1% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% |
Thanks a lot this is great news!
author | matt2525 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162954621z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:29:54 |
last_update | 2017-09-19 16:29:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 206,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,527 |
net_rshares | 464,691,258 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matt2525 | 0 | 464,691,258 | 100% |
I have translated the txt file in Italian... how can i send you it?
author | maygol |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t132508716z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 13:25:09 |
last_update | 2017-09-24 13:25:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 13:25:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 0 |
root_title | "DTube 0.3: This update contains so many new features I could not find a good title for it" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,794,170 |
net_rshares | 0 |
Hi heimindanger, great to know. Can you suggest any intro post on DTube?
author | mdarifulamin |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t045628771z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 04:55:33 |
last_update | 2017-09-21 04:55:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 04:55:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 0 |
root_title | "DTube 0.3: This update contains so many new features I could not find a good title for it" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,488,429 |
net_rshares | 0 |
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
author | mecherine |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t085559393z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 08:56:00 |
last_update | 2017-09-20 08:56:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 08:56:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 55,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,404,152 |
net_rshares | 0 |
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!! 👍🏾✌🏾😊
author | melbookermusic |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180951921z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:09:51 |
last_update | 2017-09-19 18:09:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:09:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,980 |
net_rshares | 0 |
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.
author | melodyrussell |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t134400151z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 13:44:00 |
last_update | 2017-09-20 13:46:06 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 13:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 376 |
author_reputation | 12,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,424,123 |
net_rshares | 0 |
Yep its probably related to the timeout bug we have at the moment. If you had a faster connection it would work fine :(
author | heimindanger |
---|---|
permlink | re-melodyrussell-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142731407z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:27:30 |
last_update | 2017-09-20 14:27:30 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 14:27:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,427,931 |
net_rshares | 0 |
Dtube won't let me log in for some reason,has anybody else had this problem?
author | mikeg85 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171002t213125798z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-02 21:31:30 |
last_update | 2017-10-02 21:31:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-09 21:31:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,606,778 |
net_rshares | 0 |
Sounds very promising. As a lot of other people have mentioned, ease of use and user interface is key. Keep up the great work.
author | mjctraining |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t002350655z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 00:23:51 |
last_update | 2017-09-22 00:23:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 00:23:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 282,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,569,473 |
net_rshares | 0 |
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!!!
author | mmgalore |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t121856952z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-26 12:19:00 |
last_update | 2017-09-26 12:19:00 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 12:19:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 868 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,977,197 |
net_rshares | 1,160,593,467 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mmgalore | 0 | 1,160,593,467 | 100% |
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.
author | momi5 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t130544417z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 13:05:51 |
last_update | 2017-09-20 13:05:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 13:05:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 229 |
author_reputation | 733,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,421,012 |
net_rshares | 0 |
I'm new in steemit I'm learning how to make tomuch upvote
author | moneymake |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t204532285z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 20:45:42 |
last_update | 2017-09-20 20:45:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:45:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 168,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,459,797 |
net_rshares | 0 |
I follow you. I will help you @mosabhelal
author | mosabhelal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050325812z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["mosabhelal"],"app":"steemit/0.1"} |
created | 2017-09-19 18:03:27 |
last_update | 2017-09-19 18:03:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:03:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,436 |
net_rshares | 0 |
Glad to be one of your followers .this post is amazing
author | mostapha15 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170157994z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:02:06 |
last_update | 2017-09-19 17:02:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 10,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,345,246 |
net_rshares | 0 |
@ehabakhdar can we do the Arabic translation ?
author | mowlove |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150739698z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["ehabakhdar"],"app":"steemit/0.1"} |
created | 2017-09-21 15:07:39 |
last_update | 2017-09-21 15:07:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 15:07:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,710 |
net_rshares | 0 |
Awesome work man! Keep it up!
author | moxi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154547109z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:45:48 |
last_update | 2017-09-20 15:45:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:45:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 88,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,434,665 |
net_rshares | 0 |
Nice See this link i need your advice https://steemit.com/flower/@muliadi/macros-photography-at-night-2017920t141129606z
author | muliadi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t072349843z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://steemit.com/flower/@muliadi/macros-photography-at-night-2017920t141129606z"],"app":"steemit/0.1"} |
created | 2017-09-20 07:23:51 |
last_update | 2017-09-20 07:23:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 07:23:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,398,197 |
net_rshares | 0 |
Much awaited features especially the language translation feature. Thank you @heimindanger
author | munawar1235 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t171650675z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 17:18:09 |
last_update | 2017-09-19 17:18:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 86,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,346,603 |
net_rshares | 0 |
help me to earn dollars
author | murtaziqah | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017922t1223135z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 18:22:15 | ||||||
last_update | 2017-09-21 18:22:15 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-09-28 18:22:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 23 | ||||||
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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,547,225 | ||||||
net_rshares | 0 |
Sorry but you can only earn crypto in here
author | heimindanger |
---|---|
permlink | re-murtaziqah-re-heimindanger-2017922t1223135z-20170922t020612393z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:06:12 |
last_update | 2017-09-22 02:06:12 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 02:06:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,574,692 |
net_rshares | 0 |
Thank you @heimindanger
author | mushthafakamal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t084749409z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-23 08:47:45 |
last_update | 2017-09-23 08:47:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 08:47:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,689,633 |
net_rshares | 0 |
I am resteemed
author | mustayani |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t164856964z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 16:49:00 |
last_update | 2017-09-21 16:49:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 16:49:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,539,737 |
net_rshares | -86,395,472,724 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | -86,395,472,724 | -100% |
please follow me+ one
author | myeasin |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171011t034912984z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-11 03:49:39 |
last_update | 2017-10-11 03:49:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-18 03:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,356,194 |
net_rshares | 0 |
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?
author | mykael95 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t145221309z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 14:52:21 |
last_update | 2017-09-23 14:52:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 14:52:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 17,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,713,913 |
net_rshares | 1,148,990,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mykael95 | 0 | 1,148,990,684 | 100% |
@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
author | mykitchenlab |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180711t194746606z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2018-07-11 19:47:48 |
last_update | 2018-07-11 19:47:48 |
depth | 1 |
children | 0 |
last_payout | 2018-07-18 19:47:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 441 |
author_reputation | 888,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_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 64,326,818 |
net_rshares | 0 |
very cool , nice post
author | mysticmedons |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t053951358z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:40:00 |
last_update | 2017-09-23 05:40:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 05:40:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 21,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,679,031 |
net_rshares | 0 |
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 :)
author | nadinebrown |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t124737667z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"busy/1.0.0"} |
created | 2017-10-04 12:47:33 |
last_update | 2017-10-04 12:47:33 |
depth | 1 |
children | 0 |
last_payout | 2017-10-11 12:47:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 16,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,760,687 |
net_rshares | 0 |
check out our digital multiverse project at http://nanocheeze.com or https://cybershrapnel.github.io/nanocheeze
author | nanocheeze |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t022656221z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["http://nanocheeze.com","https://cybershrapnel.github.io/nanocheeze"],"app":"steemit/0.1"} |
created | 2017-09-23 02:26:57 |
last_update | 2017-09-23 02:26:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 02:26:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,669,269 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
deadscribe | 0 | 0 | -100% |
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!
author | nascimentoab |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021538172z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:15:42 |
last_update | 2017-09-20 02:15:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 02:15:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 19,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,440 |
net_rshares | 1,055,067,483 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nascimentoab | 0 | 1,055,067,483 | 100% |
Thank you I am following you, I hope you will also follow up vote me this honor to me
author | nationall |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t165552119z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:55:54 |
last_update | 2017-09-19 17:55:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:55:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,349,802 |
net_rshares | 0 |
Its great that we are getting the updates and new versions of D-Tube within short periods... 
author | nazirkhyber |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165012627z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmUhQ25JJdrvn6G75ZzjcddVpJgA2maX7QpH3yLDZDAopp/10042010339.jpg"]} |
created | 2017-09-19 16:50:15 |
last_update | 2017-09-19 16:52:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:50:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.073 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 706,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,344,281 |
net_rshares | 37,357,516,120 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 32,553,573,224 | 30% | ||
nazirkhyber | 0 | 4,803,942,896 | 100% |
this is a great for the future.
author | neilanthony |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t171049720z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 16:59:00 |
last_update | 2017-09-21 16:59:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 16:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,540,602 |
net_rshares | 0 |
@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
author | netnobody |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t002108229z |
category | dtube |
json_metadata | {"tags":["netnobody","dtube"],"users":["heimindanger","dtube","skydoesminecraft"],"app":"steemit/0.1"} |
created | 2017-09-22 00:21:09 |
last_update | 2017-09-22 00:21:09 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 00:21:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 422 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,569,359 |
net_rshares | 2,398,831,262 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
highspeedpursuit | 0 | 1,008,190,344 | 100% | ||
themassivetruth | 0 | 1,390,640,918 | 100% |
Follow me world i follow back!
author | highspeedpursuit |
---|---|
permlink | re-netnobody-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t054103731z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:41:15 |
last_update | 2017-09-23 05:41:15 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 05:41:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,679,109 |
net_rshares | 0 |
Dtube effortlessly dovetails into steem, I love this project.
author | newsdesk |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t233343333z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:33:42 |
last_update | 2017-09-19 23:33:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:33:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 153,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,371,727 |
net_rshares | 19,843,389,008 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
newsdesk | 0 | 19,843,389,008 | 100% |
@heimindanger. Thank you. But I am still having problems uploading videos.
author | nicholas83 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t212559590z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 21:26:00 |
last_update | 2017-09-19 21:26:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 21:26:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,364,587 |
net_rshares | 0 |
Great work @heimindanger Does the anchor tag always have to be @DTube Is there a way to have another anchor tag?
author | nigelmarkdias |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073256589z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger","dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 07:32:57 |
last_update | 2017-09-21 07:32:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:32:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 47,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,497,600 |
net_rshares | 5,246,659,076 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nigelmarkdias | 0 | 4,224,574,685 | 5% | ||
clitadias | 0 | 1,022,084,391 | 100% |
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:  I hope, that there will be many updates about your projects in the future :)
author | noisy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052045839z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmYm81h4sFabw9CdjMfcEqa7wDPV5b23P3QuEENXxHwPA7/Selection_151.png"],"app":"steemit/0.1"} |
created | 2017-09-20 05:20:45 |
last_update | 2017-09-20 05:20:45 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 05:20:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.861 HBD |
curator_payout_value | 0.541 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 383 |
author_reputation | 59,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,390,643 |
net_rshares | 2,464,553,795,150 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,172,770,828,219 | 100% | ||
noisy | 0 | 1,183,381,459,845 | 100% | ||
heimindanger | 0 | 100,790,870,945 | 100% | ||
hightouch | 0 | 2,440,436,693 | 100% | ||
raihanrahman | 0 | 179,460,542 | 100% | ||
whyrusleeping | 0 | 4,990,738,906 | 100% |
I love the timeline feature, it's useful for me!
author | heimindanger |
---|---|
permlink | re-noisy-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t154719947z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:47:21 |
last_update | 2017-09-20 15:47:30 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 15:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.266 HBD |
curator_payout_value | 0.754 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,434,814 |
net_rshares | 1,154,200,680,179 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,148,506,604,187 | 100% | ||
lacky | 0 | 597,712,982 | 100% | ||
whyrusleeping | 0 | 5,096,363,010 | 100% |
business does not lie to results
author | noval |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t054902817z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 05:49:12 |
last_update | 2017-09-21 05:49:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 05:49:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 78,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,491,438 |
net_rshares | 0 |
>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.
author | nutela |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170929t113157557z |
category | dtube |
json_metadata | {"tags":["whaletank","smt","bitshares","dtube"],"users":["officialfuzzy"],"app":"steemit/0.1"} |
created | 2017-09-29 11:31:54 |
last_update | 2017-09-29 11:31:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-06 11:31:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 813 |
author_reputation | 12,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,269,616 |
net_rshares | 0 |
Will there be a Music Library that we can use to add Copyright Free Music to our videos ?
author | offgridlife |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t223228128z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 22:32:27 |
last_update | 2017-09-21 22:32:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 22:32:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 400,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,563,834 |
net_rshares | 0 |
**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...
author | omgrofl |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190122045z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://public.etherpad-mozilla.org/p/dtube-german"],"app":"steemit/0.1"} |
created | 2017-09-19 19:01:24 |
last_update | 2017-09-19 19:01:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 54,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,355,284 |
net_rshares | 0 |
I hope DTube catches on. Anything that sticks it to youtube is a good thing.
author | omra-sky |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t232109014z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 23:21:09 |
last_update | 2017-09-20 23:21:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 23:21:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 27,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,469,565 |
net_rshares | 0 |
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
author | oneshot |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162501686z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://media.giphy.com/media/3o7TKTDn976rzVgky4/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-09-19 16:25:03 |
last_update | 2017-09-19 16:25:03 |
depth | 1 |
children | 4 |
last_payout | 2017-09-26 16:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.381 HBD |
curator_payout_value | 0.124 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,097 |
net_rshares | 198,608,340,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pnc | 0 | 3,646,555,953 | 1% | ||
teamsteem | 0 | 184,820,014,494 | 1% | ||
hitmeasap | 0 | 136,474,970 | 0.5% | ||
lamech-m | 0 | 199,562,366 | 1% | ||
greenstar | 0 | 489,485,368 | 1% | ||
pegasusphysics | 0 | 7,000,203,557 | 44% | ||
irwanumpal | 0 | 156,866,567 | 1% | ||
turymenecier | 0 | 64,271,059 | 30% | ||
wikifacts | 0 | 1,143,213,553 | 100% | ||
silur | 0 | 951,692,512 | 100% |
Well, it's in the aether now... Just a matter of time ^_^
author | pegasusphysics |
---|---|
permlink | re-oneshot-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180535372z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:05:00 |
last_update | 2017-09-19 18:05:00 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 18:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,564 |
net_rshares | 3,396,553,498 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oneshot | 0 | 3,396,553,498 | 100% |
Even DSound and DTube are kinda hard sells.... but DImage... why not go straight to DPic?
author | the-ego-is-you |
---|---|
permlink | re-oneshot-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174549304z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:45:45 |
last_update | 2017-09-19 17:45:45 |
depth | 2 |
children | 2 |
last_payout | 2017-09-26 17:45:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.373 HBD |
curator_payout_value | 0.120 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,348,976 |
net_rshares | 194,126,643,685 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pnc | 0 | 3,646,555,953 | 1% | ||
teamsteem | 0 | 184,820,014,494 | 1% | ||
lauralemons | 0 | 207,926,381 | 0.5% | ||
hitmeasap | 0 | 136,474,970 | 0.5% | ||
lamech-m | 0 | 199,562,366 | 1% | ||
oneshot | 0 | 3,471,203,025 | 100% | ||
greenstar | 0 | 489,485,368 | 1% | ||
irwanumpal | 0 | 156,866,567 | 1% | ||
turymenecier | 0 | 64,271,059 | 30% | ||
silur | 0 | 934,283,502 | 100% |
D...pic, What could go wrong?
author | transisto |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 03:32:57 |
last_update | 2017-09-20 03:32:57 |
depth | 3 |
children | 1 |
last_payout | 2017-09-27 03:32:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.050 HBD |
curator_payout_value | 0.650 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 330,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,384,627 |
net_rshares | 1,047,266,072,095 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,019,117,028,298 | 100% | ||
layl | 0 | 2,977,307,625 | 100% | ||
the-ego-is-you | 0 | 20,321,787,127 | 100% | ||
notagrouch | 0 | 469,577,494 | 100% | ||
oneshot | 0 | 3,135,280,152 | 100% | ||
randomwhale | 0 | 1,245,091,399 | 100% |
@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.
author | optimisticguy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t225116911z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["optimisticguy"],"app":"steemit/0.1"} |
created | 2017-09-19 22:51:18 |
last_update | 2017-09-19 22:51:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:51:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,369,499 |
net_rshares | -1,489,698,081 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -1,489,698,081 | -1% |
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.
author | passthepopcorn |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182213594z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 18:22:15 |
last_update | 2017-09-20 18:22:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 18:22:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.161 HBD |
curator_payout_value | 0.053 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 375 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,448,574 |
net_rshares | 82,639,147,823 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 82,639,147,823 | 100% |
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!
author | pastbastard |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161156187z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:11:54 |
last_update | 2017-09-19 16:11:54 |
depth | 1 |
children | 5 |
last_payout | 2017-09-26 16:11:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.552 HBD |
curator_payout_value | 0.731 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,340,782 |
net_rshares | 1,287,434,979,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 1,035,283,523,885 | 100% | ||
pnc | 0 | 3,646,555,953 | 1% | ||
teamsteem | 0 | 184,820,014,494 | 1% | ||
lauralemons | 0 | 207,926,381 | 0.5% | ||
hitmeasap | 0 | 136,474,970 | 0.5% | ||
heimindanger | 0 | 36,309,754,750 | 30% | ||
lamech-m | 0 | 199,562,366 | 1% | ||
the-ego-is-you | 0 | 19,292,835,880 | 100% | ||
kkugel2 | 0 | 185,706,040 | 100% | ||
greenstar | 0 | 489,485,368 | 1% | ||
irwanumpal | 0 | 156,866,567 | 1% | ||
turymenecier | 0 | 64,271,059 | 30% | ||
floating | 0 | 868,173,644 | 100% | ||
whyrusleeping | 0 | 4,700,272,621 | 100% | ||
silur | 0 | 1,073,555,577 | 100% |
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!
author | heimindanger |
---|---|
permlink | re-pastbastard-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162359223z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:24:00 |
last_update | 2017-09-19 16:24:00 |
depth | 2 |
children | 3 |
last_payout | 2017-09-26 16:24:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.844 HBD |
curator_payout_value | 0.610 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,989 |
net_rshares | 962,709,409,538 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
deanliu | 0 | 936,701,273,343 | 100% | ||
the-ego-is-you | 0 | 18,906,979,162 | 100% | ||
kkugel2 | 0 | 172,117,793 | 100% | ||
swam | 0 | 597,836,800 | 100% | ||
floating | 0 | 850,693,637 | 100% | ||
raihanrahman | 0 | 155,532,470 | 100% | ||
lacky | 0 | 545,485,634 | 100% | ||
whyrusleeping | 0 | 4,779,490,699 | 100% |
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.
author | teamsteem |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1","users":["blueorgy"]} |
created | 2017-09-20 08:33:12 |
last_update | 2017-09-20 08:33:54 |
depth | 3 |
children | 2 |
last_payout | 2017-09-27 08:33:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 284,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,402,652 |
net_rshares | 0 |
Love the fire in your belly.
author | the-ego-is-you |
---|---|
permlink | re-pastbastard-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174255025z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:42:51 |
last_update | 2017-09-19 17:42:51 |
depth | 2 |
children | 0 |
last_payout | 2017-09-26 17:42:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,348,757 |
net_rshares | 2,072,940,098 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pastbastard | 0 | 2,072,940,098 | 100% |
I will translate it in Nepali. Thank You For the Opportunity
author | pathi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t150745898z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:08:06 |
last_update | 2017-09-20 15:08:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:08:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 908,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,431,425 |
net_rshares | 0 |
My wife and I may be able to assist with an Afrikaans translation should you require one?
author | phobiac86 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t180053155z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:00:54 |
last_update | 2017-09-19 18:00:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:00:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,208 |
net_rshares | 0 |
I have checked out the latest features and these are some great updates :) Thanks for adding new awesome features XD
author | pisolutionsmru |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t083144129z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 08:31:45 |
last_update | 2017-09-20 08:31:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 08:31:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,402,543 |
net_rshares | 0 |
What a great platform, and the fact if anything breaks - your aware and are already working out away to fix it immediately, Kudos
author | planetauto |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171009t173520877z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-09 17:35:21 |
last_update | 2017-10-09 17:35:21 |
depth | 1 |
children | 0 |
last_payout | 2017-10-16 17:35:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 298,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,215,468 |
net_rshares | 0 |
Congratulation @heimindanger for your hard work. Welcome to other team members @hightouch @steeminator3000 and @superkoala
author | pnc |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t191133016z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger","hightouch","steeminator3000","superkoala"],"app":"steemit/0.1"} |
created | 2017-09-19 19:11:33 |
last_update | 2017-09-19 19:11:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:11:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.524 HBD |
curator_payout_value | 0.172 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 31,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,356,031 |
net_rshares | 274,806,991,058 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 106,425,143,234 | 100% | ||
hightouch | 0 | 168,381,847,824 | 50% |
Those are some great improvements :) loving dtube :)
author | practicaleric |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163327562z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:33:30 |
last_update | 2017-09-19 16:33:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:33:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 202,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,831 |
net_rshares | 926,440,331 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
floating | 0 | 926,440,331 | 100% |
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.
author | pratik27 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t235328825z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 18:23:36 | ||||||
last_update | 2017-09-19 18:23:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 18:23:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 181 | ||||||
author_reputation | 4,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,352,198 | ||||||
net_rshares | 0 |
Thanks for all the new updates. Very helpful! :))
author | princessperibanu |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t180104456z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 18:01:12 |
last_update | 2017-09-21 18:01:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 18:01:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,545,566 |
net_rshares | 0 |
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!
author | prowebwriter |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175842701z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 17:58:45 |
last_update | 2017-09-19 17:58:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:58:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 204 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,027 |
net_rshares | 0 |
This is a downright amazing update @heimindanger. I hope you are handsomely rewarded for all of your work with DTube!
author | punreal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182056667z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 18:20:57 |
last_update | 2017-09-19 18:20:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 33,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,351,976 |
net_rshares | 1,224,057,064 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
punreal | 0 | 1,224,057,064 | 100% |
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></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></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 !
author | ragepeanut |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t215655557z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1","users":["heimindanger"],"image":["https://i.gyazo.com/679d4c699631c9062a432f859fbef16f.gif","https://i.gyazo.com/a3bbda0aad8e7fa192732932a91d9af9.png"]} |
created | 2017-09-19 21:56:54 |
last_update | 2017-09-19 23:14:30 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 21:56:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.350 HBD |
curator_payout_value | 0.780 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,394 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,366,506 |
net_rshares | 1,225,148,530,612 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 1,004,732,118,962 | 8% | ||
hightouch | 0 | 2,496,754,462 | 100% | ||
dtube | 0 | 217,740,196,646 | 100% | ||
raihanrahman | 0 | 179,460,542 | 100% |
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.
author | heimindanger |
---|---|
permlink | re-ragepeanut-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t143447991z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:34:48 |
last_update | 2017-09-20 14:34:48 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 14:34:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,517 |
net_rshares | 12,007,989,603 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ragepeanut | 0 | 10,551,428,506 | 50% | ||
lacky | 0 | 574,500,827 | 100% | ||
healthtipsonline | 0 | 882,060,270 | 100% |
amazing progress
author | rahmayana | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t16475911z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 09:48:12 | ||||||
last_update | 2017-09-21 09:48:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 09:48:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 16 | ||||||
author_reputation | 310,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,506,118 | ||||||
net_rshares | 0 |

author | rambeesbd | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t0445597z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 17:04:51 | ||||||
last_update | 2017-09-19 17:04:51 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 17:04:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 46 | ||||||
author_reputation | 1,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,345,482 | ||||||
net_rshares | -73,967,903,354 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pfunk | 0 | -56,423,636,222 | -1% | ||
the-ego-is-you | 0 | -17,492,171,198 | -100% | ||
blacklist-a | 0 | -52,095,934 | -10% |
Are you able to add the ability to create different "alias" channels under a single account like youtube has. Great work by the way
author | rasalghul |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t053606332z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:36:06 |
last_update | 2017-09-23 05:36:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 05:36:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,678,817 |
net_rshares | 0 |
Hey my Friend! Good for you! Good for us! This is my [Spanish](https://pastebin.com/WhM82UKq) translation link.
author | rdelgadop |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t200519304z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://pastebin.com/WhM82UKq"],"app":"steemit/0.1"} |
created | 2017-09-20 20:05:18 |
last_update | 2017-09-20 20:05:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 20:05:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,456,826 |
net_rshares | 0 |
Hi @heimindanger, when would @Dtube videos be embed-able and playable from @Steemit posts and comments? Thnaks!
author | rescueranjazz |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180101t173100428z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger","dtube","steemit"],"app":"steemit/0.1"} |
created | 2018-01-01 17:30:57 |
last_update | 2018-01-01 17:30:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-08 17:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 18,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,405,353 |
net_rshares | 0 |
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.
author | ricko66 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t111630869z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 11:16:30 |
last_update | 2017-09-20 11:16:30 |
depth | 1 |
children | 4 |
last_payout | 2017-09-27 11:16:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,413,015 |
net_rshares | 0 |
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.
author | heimindanger |
---|---|
permlink | re-ricko66-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t142943625z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:29:42 |
last_update | 2017-09-20 14:29:42 |
depth | 2 |
children | 3 |
last_payout | 2017-09-27 14:29:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 178 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,103 |
net_rshares | 0 |
Nous allons nous en occupe
author | ricko66 |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:45:18 |
last_update | 2017-09-20 14:45:18 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 14:45:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,429,396 |
net_rshares | 0 |
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
author | ricko66 |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 04:52:51 |
last_update | 2017-09-21 04:52:51 |
depth | 3 |
children | 1 |
last_payout | 2017-09-28 04:52:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 34,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,488,269 |
net_rshares | 0 |
@heimindanger let me follow you... thank you
author | ridwant |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t183111439z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 18:31:12 |
last_update | 2017-09-19 18:31:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:31:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,352,861 |
net_rshares | 0 |
let me follow dtube
author | ridwant |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t021637757z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 02:16:42 |
last_update | 2017-09-20 02:16:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 02:16:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,380,497 |
net_rshares | 0 |
you are so amazing .thank you for the effort
author | rinaalone |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t030207192z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:08:54 |
last_update | 2017-09-19 18:08:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:08:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 97,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,350,898 |
net_rshares | 0 |
https://media.giphy.com/media/l41lUjUgLLwWrz20w/giphy.gif @rinaalone
author | rinaalone |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t135845338z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["rinaalone"],"image":["https://media.giphy.com/media/l41lUjUgLLwWrz20w/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-09-20 05:05:36 |
last_update | 2017-09-20 05:05:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:05:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 97,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,677 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
voltronluis | 0 | 0 | 100% |
https://steemitimages.com/0x0/https://i.ytimg.com/vi/ZJWSwi9g8QM/maxresdefault.jpg @rinaalone
author | rinaalone |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t140014830z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1","users":["rinaalone"],"image":["https://steemitimages.com/0x0/https://i.ytimg.com/vi/ZJWSwi9g8QM/maxresdefault.jpg"]} |
created | 2017-09-20 05:07:06 |
last_update | 2017-09-20 05:10:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:07:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 97,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,770 |
net_rshares | 0 |
https://steemitimages.com/0x0/https://i.imgsafe.org/4f/4fc20993e8.gif
author | rituparnaghosh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t142442600z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/0x0/https://i.imgsafe.org/4f/4fc20993e8.gif"],"app":"steemit/0.1"} |
created | 2017-09-22 14:24:42 |
last_update | 2017-09-22 14:24:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 14:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 184,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,621,480 |
net_rshares | 0 |
Great post. Upvote :)
author | rlugob |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t022206558z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 01:50:33 |
last_update | 2017-09-21 01:50:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 01:50:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 764,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,478,027 |
net_rshares | 0 |
♥ 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! :))
author | rollsman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t155715819z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:58:12 |
last_update | 2017-09-20 15:58:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 178 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,435,799 |
net_rshares | 0 |
Wow!! I was looking for something like this as YouTube has disabled my Adsense Account !! Yippee
author | ronnie-sen |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t164758746z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 16:48:00 |
last_update | 2017-09-20 16:48:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 16:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 433,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,440,211 |
net_rshares | 0 |
nice post
author | roshanlal2017 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t104449991z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 10:45:09 |
last_update | 2017-09-20 10:45:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 10:45:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 37,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,411,012 |
net_rshares | 0 |
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
author | ryzal.valendzo | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t21523736z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 14:52:06 | ||||||
last_update | 2017-09-20 14:52:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 14:52:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 272 | ||||||
author_reputation | 82,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,430,029 | ||||||
net_rshares | 0 |
I love D tube
author | sachumanoj |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t065127979z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 06:51:39 |
last_update | 2017-09-20 06:51:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 06:51:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,396,243 |
net_rshares | 0 |
Your post is very good, I will wait for the next post
author | saidulakbar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t0411360z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 17:04:42 | ||||||
last_update | 2017-09-19 17:04:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 17:04:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 53 | ||||||
author_reputation | 2,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,345,466 | ||||||
net_rshares | -16,447,922,974 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,693,984,232 | 0.5% | ||
transisto | 0 | -125,591,514,870 | -1% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,370,190,408 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,076,348 | 0.5% | ||
saidulakbar | 0 | 3,883,869,251 | 100% |
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
author | saimegh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162432706z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["dtube","heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 16:23:48 |
last_update | 2017-09-19 16:23:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:23:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 9,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,341,973 |
net_rshares | 0 |
I can't seem to sign into Dtube... You just use your private key for steemit - yea?
author | sam-wise |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t055802024z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 05:58:03 |
last_update | 2017-09-20 05:58:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:58:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,392,972 |
net_rshares | 417,816,622 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sam-wise | 0 | 243,727,110 | 100% | ||
bensasy | 0 | 174,089,512 | 100% |
Thank you,so much helpful information.
author | sanjib |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t221634720z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 22:16:45 |
last_update | 2017-09-19 22:16:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 22:16:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 651,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,367,630 |
net_rshares | 0 |
This is an awesome work you are doing. Thanks for adding all this features!
author | santigs |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t062450817z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 06:24:30 |
last_update | 2017-09-20 06:24:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 06:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 140,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,394,623 |
net_rshares | 0 |
Thanks
author | saqibhayat |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t171435291z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 17:14:45 |
last_update | 2017-09-20 17:14:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 17:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 590,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,442,593 |
net_rshares | 0 |
hoping in new things and better results!
author | sciack |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t170438499z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 17:04:39 |
last_update | 2017-09-22 17:04:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 17:04:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 22,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,635,073 |
net_rshares | 0 |
Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou.Thankyou... : )
author | sebcam |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t092125525z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-01 08:16:12 |
last_update | 2017-10-01 08:16:12 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 08:16:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 95,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,449,559 |
net_rshares | 0 |
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...
author | seckorama |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170930t194711355z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-30 19:45:03 |
last_update | 2017-09-30 19:45:03 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 19:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 682,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,406,612 |
net_rshares | 0 |
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
author | senvi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180307t055610095z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2018-03-07 05:56:42 |
last_update | 2018-03-07 05:56:42 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 05:56:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 292 |
author_reputation | 6,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,793,548 |
net_rshares | 0 |
This are some good updates. Thank you for keep working on it for all of us ♥️
author | sergiomendes | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t23112702z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 22:11:06 | ||||||
last_update | 2017-09-20 22:11:06 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2017-09-27 22:11:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 77 | ||||||
author_reputation | 679,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_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,465,537 | ||||||
net_rshares | 0 |
follow me
author | reja |
---|---|
permlink | re-sergiomendes-re-heimindanger-2017920t23112702z-20170920t225856925z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 22:59:00 |
last_update | 2017-09-20 22:59:00 |
depth | 2 |
children | 1 |
last_payout | 2017-09-27 22:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 726,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,468,335 |
net_rshares | 864,659,272 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
reja | 0 | 864,659,272 | 100% |
LOL Why should I?
author | sergiomendes |
---|---|
permlink | re-reja-re-sergiomendes-re-heimindanger-2017920t23112702z-20170921t143820159z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 14:38:21 |
last_update | 2017-09-21 14:38:21 |
depth | 3 |
children | 0 |
last_payout | 2017-09-28 14:38:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 679,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,528,094 |
net_rshares | 0 |
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)
author | shadowspub |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171007t155745523z |
category | dtube |
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"} |
created | 2017-10-07 15:57:45 |
last_update | 2017-10-07 15:57:45 |
depth | 1 |
children | 0 |
last_payout | 2017-10-14 15:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 425 |
author_reputation | 629,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,021,543 |
net_rshares | 0 |
keep it up
author | shahmaqsood |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t052446205z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 05:24:48 |
last_update | 2017-09-20 05:24:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,390,898 |
net_rshares | 0 |
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.
author | siddm96 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t17744547z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 11:37:48 | ||||||
last_update | 2017-09-20 11:37:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 11:37:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.254 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 124 | ||||||
author_reputation | 561,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,414,402 | ||||||
net_rshares | 105,317,656,378 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,741,230,730 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,380,870,227 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,083,764 | 0.5% |
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?
author | sir.nowt |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170930t182740670z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-30 18:27:39 |
last_update | 2017-09-30 18:27:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 18:27:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 727 |
author_reputation | 289,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,401,303 |
net_rshares | 0 |
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
author | sirisingh |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170926t112216435z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-26 11:22:18 |
last_update | 2017-09-26 11:22:18 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 11:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 305 |
author_reputation | 776,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,972,974 |
net_rshares | 0 |
The world is really changing....wish this was 10 years ago.
author | skysystem |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t105152826z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmfEJaJ5MJjTrDwmytWfkH261zAQHcWvCwCYKMELmoQUAs/th.jpg"],"app":"steemit/0.1"} |
created | 2017-09-20 10:51:54 |
last_update | 2017-09-20 10:51:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 10:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 911,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,411,477 |
net_rshares | 0 |
@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
author | slickwilly |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t150016086z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"image":["https://steemitimages.com/0x0/https://media.giphy.com/media/jsUMmPGb9uMNy/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-09-21 15:00:15 |
last_update | 2017-09-21 15:00:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 15:00:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 44,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,079 |
net_rshares | 0 |
Is there anything i could do for you? I can transate more then 1 language Bosnian Kroatian Dutch Belgium (vlaams) Let me know
author | smietr |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t085322522z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 08:53:24 |
last_update | 2017-09-21 08:53:24 |
depth | 1 |
children | 1 |
last_payout | 2017-09-28 08:53:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 377,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,502,756 |
net_rshares | 0 |
I already have Croatian! Feel free to hop in https://crowdin.com/project/dtube to start translating :)
author | heimindanger |
---|---|
permlink | re-smietr-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t151042786z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://crowdin.com/project/dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 15:10:42 |
last_update | 2017-09-21 15:10:42 |
depth | 2 |
children | 0 |
last_payout | 2017-09-28 15:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,530,967 |
net_rshares | 0 |
Keep up the good work! https://img.buzzfeed.com/buzzfeed-static/static/2014-08/29/16/enhanced/webdr10/anigif_enhanced-9754-1409344312-11.gif
author | spacetrucker |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t033457757z |
category | dtube |
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"} |
created | 2017-09-21 03:35:33 |
last_update | 2017-09-21 03:35:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 03:35:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,483,865 |
net_rshares | 0 |
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?
author | spectrumecons |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t112747675z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 11:27:48 |
last_update | 2017-09-23 11:27:48 |
depth | 1 |
children | 4 |
last_payout | 2017-09-30 11:27:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 242 |
author_reputation | 352,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,699,131 |
net_rshares | 0 |
I used MP4. It did take a few days for it to be active.
author | ashridge100 |
---|---|
permlink | re-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170925t133659293z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-25 13:37:00 |
last_update | 2017-09-25 13:37:00 |
depth | 2 |
children | 1 |
last_payout | 2017-10-02 13:37:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,887,023 |
net_rshares | 0 |
I use MP4 and they work fine. The wmv videos I uploaded just do not seem to respond.
author | spectrumecons |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-28 01:04:15 |
last_update | 2017-09-28 01:04:15 |
depth | 3 |
children | 0 |
last_payout | 2017-10-05 01:04:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 352,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,135,281 |
net_rshares | 0 |
Yes, mp4 (H264 encoding) is what works the best with currently used browsers.
author | heimindanger |
---|---|
permlink | re-spectrumecons-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t021055115z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 02:10:54 |
last_update | 2017-09-24 02:10:54 |
depth | 2 |
children | 1 |
last_payout | 2017-10-01 02:10:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,755,305 |
net_rshares | 0 |
Thanks, I will just use mp4 from now onwards.
author | spectrumecons |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 04:44:54 |
last_update | 2017-09-24 04:44:54 |
depth | 3 |
children | 0 |
last_payout | 2017-10-01 04:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 352,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,762,635 |
net_rshares | 0 |
So excited this is happening! Craft and create, folks. Craft and create! This is all great!
author | spellmaker |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t230032626z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 23:00:30 |
last_update | 2017-09-19 23:00:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 23:00:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 32,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,370,023 |
net_rshares | 0 |
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.
author | spiritualmatters |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170924t231301952z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-24 23:12:57 |
last_update | 2017-09-24 23:12:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-01 23:12:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 788 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,835,306 |
net_rshares | 0 |
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".
author | statsmonkey |
---|---|
permlink | re-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182702 |
category | dtube |
json_metadata | "" |
created | 2017-09-19 18:27:03 |
last_update | 2017-09-19 18:27:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:27:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 310 |
author_reputation | 503,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,352,479 |
net_rshares | 0 |
Awesome
author | steemdoge |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t182858243z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 18:29:00 |
last_update | 2017-09-20 18:29:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 18:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.211 HBD |
curator_payout_value | 0.070 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,449,197 |
net_rshares | 108,374,343,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemdoge | 0 | 108,374,343,175 | 100% |
"@steeminator3000 to do some boring things" Thanks mate I love you too
author | steeminator3000 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165106904z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:51:06 |
last_update | 2017-09-19 16:51:06 |
depth | 1 |
children | 1 |
last_payout | 2017-09-26 16:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.085 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 330,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,344,350 |
net_rshares | 42,927,617,566 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 33,179,603,478 | 30% | ||
layl | 0 | 2,849,708,727 | 100% | ||
hightouch | 0 | 2,646,935,182 | 100% | ||
whyrusleeping | 0 | 4,251,370,179 | 100% |
Someone's got to do it. We appreciate you! LOL
author | layl |
---|---|
permlink | re-steeminator3000-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t091855132z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 09:18:57 |
last_update | 2017-09-21 09:18:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-28 09:18:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,504,302 |
net_rshares | 0 |
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-heimindanger-20170921t034606000z |
category | dtube |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-09-21 03:46:06 |
last_update | 2017-09-21 03:46:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 03:46:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 708 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,484,455 |
net_rshares | 0 |
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-heimindanger-20170922t170723000z |
category | dtube |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-09-22 17:07:21 |
last_update | 2017-09-22 17:07:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 17:07:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 703 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,635,326 |
net_rshares | 0 |
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-heimindanger-20170925t051229000z |
category | dtube |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-09-25 05:12:27 |
last_update | 2017-09-25 05:12:27 |
depth | 1 |
children | 0 |
last_payout | 2017-10-02 05:12:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 715 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,852,662 |
net_rshares | 612,019,900 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashridge100 | 0 | 612,019,900 | 100% |
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-heimindanger-20170926t200142000z |
category | dtube |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-09-26 20:01:42 |
last_update | 2017-09-26 20:01:42 |
depth | 1 |
children | 0 |
last_payout | 2017-10-03 20:01:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 699 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,016,599 |
net_rshares | 0 |
Congratulations @heimindanger! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-heimindanger-20171005t202612000z |
category | dtube |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-10-05 20:26:12 |
last_update | 2017-10-05 20:26:12 |
depth | 1 |
children | 0 |
last_payout | 2017-10-12 20:26:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 708 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,890,295 |
net_rshares | 0 |
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.
author | steemitjp |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t013417452z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 01:34:18 |
last_update | 2017-09-20 01:34:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 01:34:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.182 HBD |
curator_payout_value | 0.060 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 199,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,378,211 |
net_rshares | 95,156,598,656 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 95,156,598,656 | 100% |
Looks like the community really appreciate all you are doing. I need to put some more videos on DTube. Thanks
author | steevc |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t073128247z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 07:31:30 |
last_update | 2017-09-21 07:31:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:31:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,497,510 |
net_rshares | 0 |
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
author | steffenengman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t134318708z |
category | dtube |
json_metadata | {"tags":["excitedtotryuploadingagainnow","dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 13:43:18 |
last_update | 2017-09-20 13:43:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 13:43:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,424,067 |
net_rshares | 0 |
very impressive @heimindanger
author | stellawilliams |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t195916373z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 19:59:09 |
last_update | 2017-09-20 19:59:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 19:59:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 181,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,456,354 |
net_rshares | 0 |
thanks for the information. what your news is useful for us all ..
author | stiuly | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t111625365z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 04:16:30 | ||||||
last_update | 2017-09-20 04:16:30 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 04:16:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 66 | ||||||
author_reputation | 271,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,386,972 | ||||||
net_rshares | 942,833,059 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stiuly | 0 | 942,833,059 | 100% |
Thanks for sharing. I am sure dtube will be better alternative to youtube in the near future. Following, voted and resteemed.
author | successforall |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t103316237z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 10:33:15 |
last_update | 2017-09-20 10:33:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 10:33:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,410,239 |
net_rshares | 0 |
great
author | sureshgajera |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t025222155z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 02:52:24 |
last_update | 2017-09-21 02:52:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 02:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,481,336 |
net_rshares | 0 |
eror "Username does not exist" how does it not exist if I have a video under my nick on dtube ???
author | tandemus |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171019t173038507z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-19 17:30:54 |
last_update | 2017-10-19 17:30:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-26 17:30:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 15,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,073,028 |
net_rshares | 0 |
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 :)
author | tav.one |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171001t203620754z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-01 20:36:21 |
last_update | 2017-10-01 20:36:21 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 20:36:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 29,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,505,096 |
net_rshares | 0 |
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.
author | teamhumble |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t162927682z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:29:27 |
last_update | 2017-09-19 16:29:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:29:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.080 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 315,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,342,498 |
net_rshares | 35,057,694,241 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 35,057,694,241 | 30% |
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?
author | teamhumble |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171015t133553991z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-15 13:35:54 |
last_update | 2017-10-15 13:35:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-22 13:35:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 315,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,749,495 |
net_rshares | 0 |
The language updates will go a long way in helping our international Steemit compares to start transitioning from YouTube to Dtube. Great update.
author | techwizardry |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170202216z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:02:00 |
last_update | 2017-09-19 17:02:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.505 HBD |
curator_payout_value | 0.167 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 32,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,345,238 |
net_rshares | 263,837,618,740 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gridcoinman | 0 | 263,837,618,740 | 100% |
I find it much more useful actually. Great job!
author | tellall |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t200936032z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 20:09:33 |
last_update | 2017-09-19 20:09:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 20:09:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,359,954 |
net_rshares | 0 |
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
author | teukuwahyu |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t143028254z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-23 14:31:03 |
last_update | 2017-09-23 14:31:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-30 14:31:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 58,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,712,298 |
net_rshares | 353,994,716 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
teukuwahyu | 0 | 353,994,716 | 100% |
Awesome work. The Korean picture doesn't show for me though?
author | the-ego-is-you |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t174808038z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:48:06 |
last_update | 2017-09-19 17:48:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:48:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,349,160 |
net_rshares | 0 |
I have a question about this Dtube? Is there any restriction of uploading a VIDEO @heimindanger?
author | the-gate-keeper |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t122328341z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1","users":["heimindanger"]} |
created | 2017-09-20 12:23:33 |
last_update | 2017-09-20 12:24:18 |
depth | 1 |
children | 1 |
last_payout | 2017-09-27 12:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 327,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,417,607 |
net_rshares | 0 |
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
author | heimindanger |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:28:21 |
last_update | 2017-09-20 14:28:21 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 14:28:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,427,992 |
net_rshares | 0 |
Damn, this will surely surpass YouTube soon!
author | thecryptotrader |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165656831z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:57:03 |
last_update | 2017-09-19 16:57:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:57:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 26,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,344,852 |
net_rshares | 68,954,055,301 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecryptotrader | 0 | 68,954,055,301 | 100% |
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
author | themassivetruth |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t065203436z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"links":["https://gyazo.com/b0282cf1c139fce112fe5290faefd259"],"app":"steemit/0.1"} |
created | 2017-09-22 06:52:06 |
last_update | 2017-09-22 06:52:06 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 06:52:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 320 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,590,951 |
net_rshares | 990,605,629 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
highspeedpursuit | 0 | 990,605,629 | 100% |
Anyone else having this problem or BUG?
author | highspeedpursuit |
---|---|
permlink | re-themassivetruth-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170923t055326147z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-23 05:53:39 |
last_update | 2017-09-23 05:53:39 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 05:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,679,761 |
net_rshares | 0 |
That's lovely keep it up man I need u guys to help me out am new here @theojulius1996
author | theojulius1996 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t8611706z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 07:06:27 | ||||||
last_update | 2017-09-20 07:06:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 07:06:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.398 HBD | ||||||
curator_payout_value | 0.136 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 86 | ||||||
author_reputation | 8,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,397,155 | ||||||
net_rshares | 212,774,009,137 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 211,764,286,594 | 100% | ||
silur | 0 | 1,009,722,543 | 100% |
Oh yes. Amazing Progress!
author | therealwolf |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t195559900z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:56:00 |
last_update | 2017-09-19 19:56:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:56:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.310 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 581,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,359,146 |
net_rshares | 122,467,568,340 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
therealwolf | 0 | 122,290,624,420 | 100% | ||
randomatrix | 0 | 176,943,920 | 100% |
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!    ALOHA AND MAHALO FOR YOUR SUPPORT! 
author | thethreehugs |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t073504146z |
category | dtube |
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"} |
created | 2017-09-22 07:35:03 |
last_update | 2017-09-22 07:35:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 07:35:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 694 |
author_reputation | 14,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,593,830 |
net_rshares | 0 |
Great share and cant wait to hear more about this great project. I love crypto follow me for free steem.
author | thetruth36 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t233358414z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 23:34:00 |
last_update | 2017-09-20 23:34:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 23:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.110 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 22,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,470,219 |
net_rshares | 56,662,783,946 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thetruth36 | 0 | 56,662,783,946 | 100% |
amazing! Thanks for portuguese version!
author | thomashblum |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t165229470z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:52:27 |
last_update | 2017-09-19 16:52:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.065 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,344,453 |
net_rshares | 32,553,573,224 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 32,553,573,224 | 30% |
Please for the love of God, post instructions how to set up IPFS for Dtube and Dsound! thanks
author | thunderbirdman |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t014644299z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 01:46:42 |
last_update | 2017-09-22 01:46:42 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 01:46:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 11,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,573,554 |
net_rshares | 0 |
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)
author | heimindanger |
---|---|
permlink | re-thunderbirdman-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t015429585z |
category | dtube |
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"} |
created | 2017-09-22 01:54:30 |
last_update | 2017-09-22 01:54:30 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 01:54:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,573,999 |
net_rshares | 1,412,257,098 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themassivetruth | 0 | 1,412,257,098 | 100% |
Good job! Congratulations! Keep up with those brilliant ideas! And come to know portugal .. 😀🇵🇹
author | tixinhacapitinha |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t193646319z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 19:36:51 |
last_update | 2017-09-19 19:36:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 19:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 12,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,357,858 |
net_rshares | 20,579,855,660 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
prc | 0 | 20,579,855,660 | 100% |
thank you for the newly formed update.
author | tonygreene113 |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t161051522z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:09:21 |
last_update | 2017-09-19 16:09:21 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 24,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,340,548 |
net_rshares | 452,922,696 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tonygreene113 | 0 | 452,922,696 | 100% |
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 :)
author | truthforce |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171016t015510036z |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://dtube.video/#!/v/truthforce/vnzixm4d"],"app":"steemit/0.1"} |
created | 2017-10-16 01:55:09 |
last_update | 2017-10-16 01:55:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 01:55:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 847 |
author_reputation | 76,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,793,664 |
net_rshares | 0 |
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
author | ttopswag |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t184834976z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:48:39 |
last_update | 2017-09-19 18:48:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:48:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 13,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,354,261 |
net_rshares | 0 |
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. 😭😭😭
author | tuanpuput | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t5421051z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 22:42:24 | ||||||
last_update | 2017-09-19 22:42:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 22:42:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 175 | ||||||
author_reputation | 252,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,369,048 | ||||||
net_rshares | 0 |
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!!!
author | tuszy |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t155058719z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 15:51:00 |
last_update | 2017-09-20 15:51:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 15:51:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 269,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,435,130 |
net_rshares | 0 |
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...
author | twerking-girls |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t101520927z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 10:16:18 |
last_update | 2017-09-20 10:16:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 10:16:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,409,091 |
net_rshares | 0 |
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!
author | tzcap |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t060902177z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 06:09:00 |
last_update | 2017-09-20 06:09:00 |
depth | 1 |
children | 2 |
last_payout | 2017-09-27 06:09:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.413 HBD |
curator_payout_value | 0.136 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,393,658 |
net_rshares | 211,871,356,492 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 210,879,042,958 | 100% | ||
silur | 0 | 992,313,534 | 100% |
You probably have a good internet, because many people with shitty internet have problems :(
author | heimindanger |
---|---|
permlink | re-tzcap-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t143122612z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 14:31:21 |
last_update | 2017-09-20 14:31:21 |
depth | 2 |
children | 1 |
last_payout | 2017-09-27 14:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,428,238 |
net_rshares | 0 |
in the morning(gmt) yes, in the evening not so good
author | tzcap |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 16:44:33 |
last_update | 2017-09-20 16:44:33 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 16:44:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,439,913 |
net_rshares | 0 |
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.
author | ultravioletmag |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t121111516z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-04 12:11:12 |
last_update | 2017-10-04 12:11:12 |
depth | 1 |
children | 1 |
last_payout | 2017-10-11 12:11:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 211,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,758,125 |
net_rshares | 0 |
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?
author | ultravioletmag |
---|---|
permlink | re-ultravioletmag-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171004t121740324z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-10-04 12:17:39 |
last_update | 2017-10-04 12:17:39 |
depth | 2 |
children | 0 |
last_payout | 2017-10-11 12:17:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 211,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,758,599 |
net_rshares | 0 |
Is there a video to explain all that?
author | upgrade |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t030048944z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 03:00:51 |
last_update | 2017-09-22 03:00:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 03:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 64,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,577,687 |
net_rshares | 1,441,078,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themassivetruth | 0 | 1,441,078,671 | 100% |
very nice! does steemit.com support the dtube embed codes yet?
author | ura-soul |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t163745391z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:37:45 |
last_update | 2017-09-19 16:37:45 |
depth | 1 |
children | 3 |
last_payout | 2017-09-26 16:37:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.558 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 844,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,223 |
net_rshares | 221,413,120,320 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heimindanger | 0 | 34,431,663,987 | 30% | ||
the-ego-is-you | 0 | 21,865,213,998 | 100% | ||
ura-soul | 0 | 164,083,307,779 | 100% | ||
silur | 0 | 1,032,934,556 | 100% |
The embed is still experimental, it looks pretty bad on mobile for example. So not yet, but I have good hopes :D
author | heimindanger |
---|---|
permlink | re-ura-soul-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164223340z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:42:24 |
last_update | 2017-09-19 16:42:24 |
depth | 2 |
children | 2 |
last_payout | 2017-09-26 16:42:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.306 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,609 |
net_rshares | 130,214,847,264 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 21,350,738,374 | 100% | ||
ura-soul | 0 | 82,475,736,714 | 52% | ||
riskdebonair | 0 | 20,353,754,212 | 8% | ||
swam | 0 | 610,227,200 | 100% | ||
floating | 0 | 908,960,325 | 100% | ||
whyrusleeping | 0 | 4,515,430,439 | 100% |
@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.
author | the-ego-is-you |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"community":"busy","app":"busy/2.0.0"} |
created | 2017-09-20 12:05:21 |
last_update | 2017-09-23 00:01:48 |
depth | 3 |
children | 0 |
last_payout | 2017-09-27 12:05:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,416,217 |
net_rshares | 0 |
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!
author | ura-soul |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"links":["https://www.ureka.org"],"app":"steemit/0.1"} |
created | 2017-09-19 16:45:15 |
last_update | 2017-09-19 16:45:15 |
depth | 3 |
children | 0 |
last_payout | 2017-09-26 16:45:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.039 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 219 |
author_reputation | 844,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,879 |
net_rshares | 20,964,881,656 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 20,964,881,656 | 100% |
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!
author | ura-soul |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20171024t095432217z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"links":["https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application"],"app":"steemit/0.1"} |
created | 2017-10-24 09:54:33 |
last_update | 2017-10-24 09:54:33 |
depth | 1 |
children | 0 |
last_payout | 2017-10-31 09:54:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.284 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 323 |
author_reputation | 844,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,441,880 |
net_rshares | 125,784,295,960 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ura-soul | 0 | 125,784,295,960 | 100% |
My first steem post was at DTube :) This is very exiting times!
author | vanessaondine |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t170115282z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:01:15 |
last_update | 2017-09-19 17:01:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:01:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,345,178 |
net_rshares | 8,198,543,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arevolution | 0 | 8,198,543,964 | 100% |
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!
author | vcano |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t170342505z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 17:03:42 |
last_update | 2017-09-20 17:03:42 |
depth | 1 |
children | 2 |
last_payout | 2017-09-27 17:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 362 |
author_reputation | 28,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,441,622 |
net_rshares | 610,227,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vcano | 0 | 610,227,200 | 100% |
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.
author | heimindanger |
---|---|
permlink | re-vcano-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t021326747z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 02:13:27 |
last_update | 2017-09-21 02:13:27 |
depth | 2 |
children | 1 |
last_payout | 2017-09-28 02:13:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 381 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,479,298 |
net_rshares | 4,032,525,059 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
layl | 0 | 2,807,175,761 | 100% | ||
vcano | 0 | 610,227,200 | 100% | ||
lacky | 0 | 615,122,098 | 100% |
Thank you a lot for the info! I'll be trying to upload something very soon :)
author | vcano |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 20:55:12 |
last_update | 2017-09-22 20:55:12 |
depth | 3 |
children | 0 |
last_payout | 2017-09-29 20:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 28,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,652,229 |
net_rshares | 597,836,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vcano | 0 | 597,836,800 | 100% |
@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
author | venomnymous |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t190812669z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-19 18:54:09 |
last_update | 2017-09-19 18:54:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 132 |
author_reputation | 92,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,354,700 |
net_rshares | 0 |
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.
author | viciousrunt |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t160647810z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 16:06:48 |
last_update | 2017-09-21 16:06:48 |
depth | 1 |
children | 2 |
last_payout | 2017-09-28 16:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,536,051 |
net_rshares | 906,961,304 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
viciousrunt | 0 | 906,961,304 | 100% |
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.
author | heimindanger |
---|---|
permlink | re-viciousrunt-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t021428711z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:14:27 |
last_update | 2017-09-22 02:14:27 |
depth | 2 |
children | 1 |
last_payout | 2017-09-29 02:14:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,575,138 |
net_rshares | 830,893,582 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
viciousrunt | 0 | 830,893,582 | 100% |
I still like it and will continue to go there as opposed to you tube. Be well.
author | viciousrunt |
---|---|
permlink | re-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 |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 02:29:24 |
last_update | 2017-09-22 02:29:24 |
depth | 3 |
children | 0 |
last_payout | 2017-09-29 02:29:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,575,917 |
net_rshares | 924,515,394 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
viciousrunt | 0 | 924,515,394 | 100% |
wow ,... como lo hacen quiero aprender a generar tanto dinero con un post como tu @heimindanger
author | victorlondono |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t070357738z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-21 07:04:09 |
last_update | 2017-09-21 07:04:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:04:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 136,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,495,783 |
net_rshares | 0 |
I first time heared about D tube... anyone else??
author | vinay-negi |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175536214z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:55:36 |
last_update | 2017-09-19 17:55:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:55:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 46,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,349,764 |
net_rshares | 564,889,485 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vinay-negi | 0 | 564,889,485 | 100% |
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 ?
author | vipulharia |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170928t010133219z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-28 01:02:18 |
last_update | 2017-09-28 01:02:18 |
depth | 1 |
children | 0 |
last_payout | 2017-10-05 01:02:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 76,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,135,169 |
net_rshares | 0 |
dtube is getting more viewers day by day and it will become next big giant.
author | viralfunnyvideos |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t072620243z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 07:26:24 |
last_update | 2017-09-21 07:26:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 218,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,497,191 |
net_rshares | 1,016,689,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
viralfunnyvideos | 0 | 1,016,689,403 | 100% |

author | voltronluis |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050432750z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmX1jzaqFj2WuSUhbiRVRy9ykxdkJnNHZqdD6EYso5Azxw/Blog_IoTWheels_SocialSlide.gif"],"app":"steemit/0.1"} |
created | 2017-09-20 05:04:30 |
last_update | 2017-09-20 05:04:30 |
depth | 1 |
children | 2 |
last_payout | 2017-09-27 05:04:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,611 |
net_rshares | 1,416,028,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
voltronluis | 0 | 1,416,028,348 | 100% |
.jpg)
author | voltronluis |
---|---|
permlink | re-voltronluis-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050521106z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmPsj3krwSmKi5Vh1gHSvBUz4Xgy5MWtkpQMPDKWf12zm3/images%20(1).jpg"],"app":"steemit/0.1"} |
created | 2017-09-20 05:05:18 |
last_update | 2017-09-20 05:05:18 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 05:05:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.392 HBD |
curator_payout_value | 0.128 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,654 |
net_rshares | 201,251,965,303 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thing-2 | 0 | 200,335,090,810 | 100% | ||
silur | 0 | 916,874,493 | 100% |

author | voltronluis |
---|---|
permlink | re-voltronluis-re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050604636z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmbLoUBXURy2cCyRsgvQyAUQmy4Ycy5kNpFZLt5biUNHQx/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-09-20 05:06:03 |
last_update | 2017-09-20 05:06:03 |
depth | 2 |
children | 0 |
last_payout | 2017-09-27 05:06:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,696 |
net_rshares | 0 |

author | voltronluis |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050738905z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmfNazWARFxzZciXQ1goc1tAyCQBcKgEWCrBjXwTYgFh1R/airplane-for-dribbble.gif"],"app":"steemit/0.1"} |
created | 2017-09-20 05:07:36 |
last_update | 2017-09-20 05:07:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,801 |
net_rshares | 0 |
 Fun Fun Fun!
author | voltronluis |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t050836541z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://steemitimages.com/DQmTwohqmurX72CCeFzQg7wWSqxipPq83HCp58gJ9qZdBk6/6a0120a85dcdae970b0120a86df78c970b-pi.jpg"],"app":"steemit/0.1"} |
created | 2017-09-20 05:08:33 |
last_update | 2017-09-20 05:08:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 05:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,389,851 |
net_rshares | 0 |
keep up the good work
author | waldbw | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t159078z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 20:09:00 | ||||||
last_update | 2017-09-21 20:09:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 20:09:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 21 | ||||||
author_reputation | 65,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,555,121 | ||||||
net_rshares | 0 |
Sharing this out to all those from YT switching over! Thank You for all the work being done for us all!
author | weetreebonsai |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t164612560z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 16:46:12 |
last_update | 2017-09-19 16:46:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 16:46:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,343,967 |
net_rshares | 0 |
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.
author | wikifacts | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t74354524z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 06:44:00 | ||||||
last_update | 2017-09-21 06:44:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 06:44:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.268 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 140 | ||||||
author_reputation | 27,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,494,575 | ||||||
net_rshares | 110,130,868,642 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,809,375,128 | 0.5% | ||
bitcoiner | 0 | 3,835,954,839 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,400,635,657 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
wikifacts | 0 | 1,002,564,480 | 100% | ||
rebele93 | 0 | 71,866,881 | 0.5% |
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.
author | world-currency |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t045328432z |
category | dtube |
json_metadata | {"tags":["dtube"],"image":["https://img.youtube.com/vi/URuFzY0rU-Y/0.jpg"],"links":["https://youtu.be/URuFzY0rU-Y"],"app":"steemit/0.1"} |
created | 2017-09-20 04:53:48 |
last_update | 2017-09-20 04:53:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 04:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 278 |
author_reputation | 29,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,388,981 |
net_rshares | 0 |
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:)
author | worldofcrypton |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t174445414z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-22 17:44:45 |
last_update | 2017-09-22 17:44:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 17:44:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 281 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,638,422 |
net_rshares | 0 |
Soooo exciting, can't wait to get signed up so I can post vids! 
author | xana0815 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017919t161313410z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-19 21:13:12 | ||||||
last_update | 2017-09-19 21:13:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-26 21:13:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.250 HBD | ||||||
curator_payout_value | 0.008 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 110 | ||||||
author_reputation | 37,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,363,823 | ||||||
net_rshares | 106,365,980,428 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,705,946,278 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,283,577 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,373,515,892 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
jpederson96 | 0 | 185,081,910 | 0.5% | ||
xana0815 | 0 | 1,090,964,691 | 100% |
European Spanish complete.
author | xiavenous |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t180057767z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-20 18:01:00 |
last_update | 2017-09-20 18:01:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 18:01:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 45,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,446,720 |
net_rshares | 0 |
the next youtube killer :)
author | xoni |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170922t141436544z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-22 14:14:36 |
last_update | 2017-09-22 14:14:36 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 14:14:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 160,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,620,727 |
net_rshares | 0 |
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.
author | xpoze |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170921t103050727z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-21 10:30:57 |
last_update | 2017-09-21 10:30:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 10:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 682,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,508,738 |
net_rshares | 0 |
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 ;-)
author | yann0975 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017921t11331189z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-21 09:33:06 | ||||||
last_update | 2017-09-21 09:33:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-28 09:33:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.456 HBD | ||||||
curator_payout_value | 0.043 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 267 | ||||||
author_reputation | 75,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,505,166 | ||||||
net_rshares | 198,177,894,702 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 99,815,642,987 | 0.5% | ||
heimindanger | 0 | 88,899,689,325 | 100% | ||
bitcoiner | 0 | 3,836,736,751 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,290,787 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,400,635,657 | 1% | ||
meysam | 0 | 750,520,553 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
tipping | 0 | 152,152,984 | 1% | ||
silur | 0 | 214,711,115 | 100% |
woow
author | younesshilal |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t182023400z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 18:20:24 |
last_update | 2017-09-19 18:20:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 18:20:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,351,927 |
net_rshares | 0 |
Such a huge leap for steem users, thanks for the continuous work @heimindanger
author | yoza.ossan |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170920t003025057z |
category | dtube |
json_metadata | {"tags":["dtube"],"users":["heimindanger"],"app":"steemit/0.1"} |
created | 2017-09-20 00:30:27 |
last_update | 2017-09-20 00:30:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-27 00:30:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 21,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,374,735 |
net_rshares | 0 |
in Indonesia, we wait dtube in bahasa, please😂
author | yudhi-ihsan |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20180103t105708399z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2018-01-03 10:57:18 |
last_update | 2018-01-03 10:57:18 |
depth | 1 |
children | 0 |
last_payout | 2018-01-10 10:57:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 263,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,753,646 |
net_rshares | 0 |
Great post @heimindanger. Very useful information especially for the layman like me. Thanks for the share.
author | zamzamiali | ||||||
---|---|---|---|---|---|---|---|
permlink | re-heimindanger-2017920t162920954z | ||||||
category | dtube | ||||||
json_metadata | {"tags":"dtube","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-20 09:29:24 | ||||||
last_update | 2017-09-20 09:29:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-27 09:29:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 106 | ||||||
author_reputation | 3,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 |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,406,264 | ||||||
net_rshares | 0 |
Any plans for RSS support?
author | zandorz |
---|---|
permlink | re-heimindanger-dtube-0-3-this-update-contains-so-many-new-features-i-could-not-find-a-good-title-for-it-20170919t175242471z |
category | dtube |
json_metadata | {"tags":["dtube"],"app":"steemit/0.1"} |
created | 2017-09-19 17:52:42 |
last_update | 2017-09-19 17:52:42 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 17:52:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 70,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,349,529 |
net_rshares | 0 |