The core concepts of DTube's new blockchain

in #dtube5 years ago (edited)

https://s3.amazonaws.com/images.gearjunkie.com/uploads/2015/11/avalanche-safety-3.jpg

Dear STEEM community,

Following our announcement for DTube v0.9, I have received countless questions about the new blockchain part, avalon. First I want to make it clear, that it would have been utterly impossible to build this on STEEM, even with the centralized SCOT/Tribes that weren't available when I started working on this. This will become much clearer as you read through the whole wall of text and understand the novelties.

SteemPeak says this is a 25 minutes read, but if you are truly interested in the concept of a social blockchain, and you believe in its power, I think it will be worth the time!


MOVING FORWARD

I'm a long time member of STEEM, with tens of thousands of staked STEEM for 2 years+. I understand the instinctive fear from the other members of the community when they see a new crypto project coming out. We've had two recent examples recently with the VOICE and LIBRA annoucements, being either hated or ignored. When you are invested morally, and financially, when you see competitors popping up, it's normal to be afraid.

But we should remember competition is healthy, and learn from what these projects are doing and how it will influence us. Instead, by reacting the way STEEM reacts, we are putting our heads in the sand and failing to adapt. I currently see STEEM like the "North Korea of blockchains", trying to do everything better than other blockchains, while being #80 on coinmarketcap and slowly but surely losing positions over the months.

When DLive left and revealed their own blockchain, it really got me thinking about why they did it. The way they did it was really scummy and flawed, but I concluded that in the end it was a good choice for them to try to develop their activity, while others waited for SMTs. Sadly, when I tried their new product, I was disappointed, they had botched it. It's purely a donation system, no proof of brain... And the ultra-majority of the existing supply is controlled by them, alongside many other 'anti-decentralization' features. It's like they had learnt nothing from their STEEM experience at all...

STEEM was still the only blockchain able to distribute crypto-currency via social interactions (and no, 'donations' are not social interactions, they are monetary transfers; bitcoin can do it too). It is the killer feature we need. Years of negligence or greed from the witnesses/developers about the economic balance of STEEM is what broke this killer feature. Even when proposing economical changes (which are actually getting through finally in HF21), the discussions have always been centered around modifying the existing model (changing the curve, changing the split, etc), instead of developing a new one.

You never change things by fighting the existing reality.

To change something, build a new model that makes the existing model obsolete.

What if I built a new model for proof of brain distribution from the ground up? I first tried playing with STEEM clones, I played with EOS contracts too. Both systems couldn't do the concepts I wanted to integrate for DTube, unless I did a major refactor of tens of thousands of lines of code I had never worked with before. Making a new blockchain felt like a lighter task, and more fun too.

Before even starting, I had a good idea of the concepts I'd love to implement. Most of these bullet points stemmed from observations of what happened here on STEEM in the past, and what I considered weaknesses for d.tube's growth.

NO POWER-UP

The first concept I wanted to implement deep down the core of how a DPOS chain works, is that I didn't want the token to be staked, at all (i.e. no 'powering up'). The cons of staking for a decentralized social platform are obvious:

  • complexity for the users with the double token system.
  • difficulty to onboard people as they need to freeze their money, akin to a pyramid scheme.

The only good thing about staking is how it can fill your bandwidth and your voting power when you power-up, so you don't need to wait for it to grow to start transacting. In a fully-liquid system, your account ressources start at 0% and new users will need to wait for it to grow before they can start transacting. I don't think that's a big issue.

That meant that witness elections had to be run out of the liquid stake. Could it be done? Was it safe for the network? Can we update the cumulative votes for witnesses without rounding issues? Even when the money flows between accounts freely?

Well I now believe it is entirely possible and safe, under certain conditions. The incentive for top witnesses to keep on running the chain is still present even if the stake is liquid. With a bit of discrete mathematics, it's easy to have a perfectly deterministic algorithm to run a decentralized election based off liquid stake, it's just going to be more dynamic as the funds and the witness votes can move around much faster.

NO EARLY USER ADVANTAGE

STEEM has had multiple events that influenced the distribution in a bad way. The most obvious one is the inflation settings. One day it was hella-inflationary, then suddently hard fork 16 it wasn't anymore. Another major one, is the non-linear rewards that ran for a long time, which created a huge early-user advantage that we can still feel today.

I liked linear rewards, it's what gives minnows their best chance while staying sybil-resistant. I just needed Avalon's inflation to be smart. Not hyper-inflationary like <HF16, but not leading to a slow death like the current real-world settings of STEEM's inflation.

The key metric to consider for this issue, is the number of tokens distributed per user per day. If this metric goes down, then the incentive for staying on the network and playing the game, goes down everyday. You feel like you're making less and less from your efforts. If this metric goes up, the number of printed tokens goes up and the token is hyper-inflationary and holding it feels really bad if you aren't actively earning from the inflation by playing the game.

Avalon ensures that the number of printed tokens is proportional to the number of users with active stake. If more users come in, avalon prints more tokens, if users cash-out and stop transacting, the inflation goes down. This ensures that earning 1 DTC will be about as hard today, tomorrow, next month or next year, no matter how many people have registered or left d.tube, and no matter what happens on the markets.

NO LIMIT TO MY VOTING POWER

Another big issue that most steemians don't really know about, but that is really detrimental to STEEM, is how the voting power mana bar works. I guess having to manage a 2M SP delegation for @dtube really convinced me of this one.

When your mana bar is full at 100%, you lose out the potential power generation, and rewards coming from it. And it only takes 5 days to go from 0% to 100%. A lot of people have very valid reasons to be offline for 5 days+, they shouldn't be punished so hard. This is why all most big stake holders make sure to always spend some of their voting power on a daily basis. And this is why minnows or smaller holders miss out on tons of curation rewards, unless they delegate to a bidbot or join some curation guild... meh. I guess a lot of people would rather just cash-out and don't mind the trouble of having to optimize their stake.

So why is it even a mana bar? Why can't it grow forever? Well, everything in a computer has to have a limit, but why is this limit proportional to my stake? While I totally understand the purpose of making the bandwidth limited and forcing big stake holders to waste it, I think it's totally unneeded and inadapted for the voting power. As long as the growth of the VP is proportional to the stake, the system stays sybil-resistant, and there could technically be no limit at all if it wasn't for the fact that this is ran in a computer where numbers have a limited number of bits.

On Avalon, I made it so that your voting power grows virtually indefinitely, or at least I don't think anyone will ever reach the current limit of Number.MAX_SAFE_INTEGER: 9007199254740991 or about 9 Peta VP. If you go inactive for 6 months on an account with some DTCs, when you come back you will have 6 months worth of power generation to spend, turning you into a whale, at least for a few votes.

Another awkward limit on STEEM is how a 100% vote spends only 2% of your power. Not only STEEM forces you to be active on a daily basis, you also need to do a minimum of 10 votes / day to optimize your earnings. On Avalon, you can use 100% of your stored voting power in a single mega-vote if you wish, it's up to you.

A NEW PROOF-OF-BRAIN

No Author rewards

People should vote with the intent of getting a reward from it. If 75% of the value forcibly goes to the author, it's hard to expect a good return from curation. Steem is currently basically a complex donation platform. No one wants to donate when they vote, no matter what they will say, and no matter how much vote-trading, self-voting or bid-botting happens.

So in order to keep a system where money is printed when votes happen, if we cannot use the username of the author to distribute rewards, the only possibility left is to use the list of previous voters aka "Curation rewards". The 25% interesting part of STEEM, that has totally be shadowed by the author rewards for too long.

Downvote rewards

STEEM has always suffered from the issue that the downvote button is unused, or when it's used, it's mostly for evil. This comes from the fact that in STEEM's model, downvotes are not eligible for any rewards. Even if they were, your downvote would be lowering the final payout of the content, and your own curation rewards...

I wanted Avalon's downvotes to be completely symmetric to the upvotes. That means if we revert all the votes (upvotes become downvotes and vice versa), the content should still distribute the same amount of tokens to the same people, at the same time.

No payment windows

Steem has a system of payments windows. When you publish a content, it opens a payment window where people can freely upvote or downvote to influence the payout happening 7 days later. This is convenient when you want a system where downvotes lower rewards. Waiting 7 days to collect rewards is also another friction point for new users, some of them might never come back 7 days later to convince themselves that 'it works'. On avalon, when you are part of the winners of curation after a vote, you earn it instantly in your account, 100% liquid and transferable.

Unlimited monetization in time

Indeed, the 7 days monetization limit has been our biggest issue for our video platform since day 8. This incentivized our users to create more frequent, but lesser quality content, as they know that they aren't going to earn anything from the 'long-haul'. Monetization had to be unlimited on DTube, so that even a 2 years old video could be dug up and generate rewards in the far future.

Infinite monetization is possible, but as removing tokens from a balance is impossible, the downvotes cannot remove money from the payout like they do on STEEM. Instead, downvotes print money in the same way upvotes do, downvotes still lower the popularity in the hot and trending and should only rewards other people who downvoted the same content earlier.

New curation rewards algorithm

STEEM's curation algorithm isn't stupid, but I believe it lacks some elegance. The 15 minutes 'band-aid' necessary to prevent curation bots (bots who auto vote as fast as possible on contents of popular authors) that they added proves it. The way is distributes the reward also feels very flat and boring. The rewards for my votes are very predictable, especially if I'm the biggest voter / stake holder for the content. My own vote is paying for my own curation rewards, how stupid is that? If no one elses votes after my big vote despite a popularity boost, it probably means I deserve 0 rewards, no?

I had to try different attempts to find an algorithm yielding interesting results, with infinite monetization, and without obvious ways to exploit it. The final distribution algorithm is more complex than STEEM's curation but it's still pretty simple. When a vote is cast, we calculate the 'popularity' at the time of the vote. The first vote is given a popularity of 0, the next votes are defined by (total_vp_upvotes - total_vp_downvotes) / time_since_1st_vote. Then we look into the list of previous votes, and we remove all votes in the opposite direction (up/down). The we remove all the votes with a higher popularity if its an upvote, or the ones with a lower popularity if its a downvote. The remaining votes in the list are the 'winners'. Finally, akin to STEEM, the amount of tokens generated by the vote will be split between winners proportionally to the voting power spent by each (linear rewards - no advantages for whales) and distributed instantly. Instead of purely using the order of the votes, Avalon distribution is based on when the votes are cast, and each second that passes reduces the popularity of a content, potentially increasing the long-term ROI of the next vote cast on it.


https://i.imgur.com/5jgRcdC.png
It's possible to chart the popularity that influences the DTC monetary distribution directly in the d.tube UI

This algorithm ensures there are always losers. The last upvoter never earns anything, also the person who upvoted at the highest popularity, and the one who downvoted at the lowest popularity would never receive any rewards for their vote. Just like the last upvoter and last downvoter wouldn't either. All the other ones in the middle may or may not receive anything, depending on how the voting and popularity evolved in time. The one with an obvious advantage, is the first voter who is always counted as 0 popularity. As long as the content stays at a positive popularity, every upvote will earn him rewards. Similarly, being the first downvoter on an overly-popular content could easily earn you 100% rewards on the next downvote that could be from a whale, earning you a fat bonus.

While Avalon doesn't technically have author rewards, the first-voter advantage is strong, and the author has the advantage of always being the first voter, so the author can still earn from his potentially original creations, he just needs to commit some voting power on his own contents to be able to publish.

ONE CHAIN <==> ONE APP

More scalable than shared blockchains

Another issue with generalistic blockchains like ETH/STEEM/EOS/TRX, which are currently hosting dozens of semi-popular web/mobile apps, is the reduced scalability of such shared models. Again, everything in a computer has a limit. For DPOS blockchains, 99%+ of the CPU load of a producing node will be to verify the signatures of the many transactions coming in every 3 seconds. And sadly this fact will not change with time. Even if we had a huge breakthrough on CPU speeds today, we would need to update the cryptographic standards for blockchains to keep them secure. This means it would NOT become easier to scale up the number of verifiable transactions per seconds.

Oh, but we are not there yet you're thinking? Or maybe you think that we'll all be rich if we reach the scalability limits so it doesn't really matter? WRONG

The limit is the number of signature verifications the most expensive CPU on the planet can do. Most blockchains use the secp256k1 curve, including Bitcoin, Ethereum, Steem and now Avalon. It was originally chosen for Bitcoin by Satoshi Nakamoto probably because it's decently quick at verifying signatures, and seems to be backdoor-proof (or else someone is playing a very patient game). Maybe some other curves exist with faster signature verification speed, but it won't be improved many-fold, and will likely require much research, auditing, and time to get adopted considering the security implications.

In 2015 Graphene was created, and Bitshares was completely rewritten. This was able to achieve 100,000 transaction per second on a single machine, and decentralized global stress testing achieved 18,000 transactions per second on a distributed network.

So BitShares/STEEM and other DPOS graphene chains in production can validate at most 18000 txs/sec, so about 1.5 billion transactions per day. EOS, Tendermint, Avalon, LIBRA or any other DPOS blockchain can achieve similar speeds, because there's no planet-killing proof-of-works, and thanks to the leader-based/democratic system that reduces the number of nodes taking part in the consensus.

As a comparison, there are about 4 billion likes per day on instagram, so you can probably double that with the actual uploads, stories and comments, password changes, etc. The load is also likely unstable through the day, probably some hours will go twice as fast as the average. You wouldn't be able to fit Instagram in a blockchain, ever, even with the most scalable blockchain tech on the world's best hardware. You'd need like a dozen of those chains. And instagram is still a growing platform, not as big as Facebook, or YouTube.

So, splitting this limit between many popular apps? Madness! Maybe it's still working right now, but when many different apps reach millions of daily active users plus bots, it won't fit anymore.

Serious projects with a big user base will need to rethink the shared blockchain models like Ethereum, EOS, TRX, etc because the fees in gas or necessary stake required to transact will skyrocket, and the victims will be the hordes of minnows at the bottom of the distribution spectrum.

If we can't run a full instagram on a DPOS blockchain, there is absolutely no point trying to run medium+reddit+insta+fb+yt+wechat+vk+tinder on one. Being able to run half an instagram is already pretty good and probably enough to actually onboard a fair share of the planet. But if we multiply the load by the number of different app concepts available, then it's never gonna scale.

DTube chain is meant for the DTube UI only. Please do not build something unrelated to video connecting to our chain, we would actively do what we can to prevent you from growing. We want this chain to be for video contents only, and the JSON format of the contents should always follow the one used by d.tube.

If you are interested in avalon tech for your project isn't about video, it's strongly suggested to fork the blockchain code and run your own avalon chain with a different origin id, instead of trying to connect your project to dtube's mainnet. If you still want to do it, chain leaders would be forced to actively combat your project as we would consider it as useless noise inside our dedicated blockchain.

Focused governance

Another issue of sharing a blockchain, is the issues coming up with the governance of it. Tons of features enabled by avalon would be controversial to develop on STEEM, because they'd only benefit DTube, and maybe even hurt/break some other projects. At best they'd be put at the bottom of a todo list somewhere. Having a blockchain dedicated to a single project enables it to quickly push updates that are focused on a single product, not dozens of totally different projects.

Many blockchain projects are trying to make decentralized governance true, but this is absolutely not what I am interested in for DTube. Instead, in avalon the 'init' account, or 'master' account, has very strong permissions. In the DTC case, @dtube:

  • will earn 10% fees from all the inflation
  • will not have to burn DTCs to create accounts
  • will be able to do certain types of transactions when others can't
    • account creation (during steem exclusivity period)
    • transfers (during IEO period)
    • transfering voting power and bandwidth ressources (used for easier onboarding)

For example, for our IEO we will setup a mainnet where only @dtube is allowed to transfer funds or vote until the IEO completes and the airdrop happens. This is also what enabled us to create a 'steem-only' registration period on the public testnet for the first month. Only @dtube can create accounts, this way we can enforce a 1 month period where users can port their username for free, without imposters having a chance to steal usernames. Through the hard-forking mechanism, we can enable/disable these limitations and easily evolve the rules and permissions of the blockchain, for example opening monetary transfers at the end of our IEO, or opening account creation once the steem exclusivity ends.

Luckily, avalon is decentralized, and all these parameters (like the @dtube fees, and @dtube permissions) are easily hardforkable by the leaders. @dtube will however be a very strong leader in the chain, as we plan to use our vote to at least keep the #1 producing node for as long as we can.

We reserve the right to 'not follow' an hardfork. For example, it's obvious we wouldn't follow something like reducing our fees to 0% as it would financially endanger the project, and we would rather just continue our official fork on our own and plug d.tube domain and mobile app to it.

On the other end of the spectrum, if other leaders think @dtube is being tyranical one way or another, leaders will always have the option of declining the new hardforks and putting the system on hold, then @dtube will have an issue and will need to compromise or betray the trust of 1/3 of the stake holders, which could reveal costly.

The goal is to have a harmounious, enterprise-level decision making within the top leaders. We expect these leaders to be financially and emotionally connected with the project and act for good. @dtube is to be expected to be the main good actor for the chain, and any permission given to it should be granted with the goal of increasing the DTC marketcap, and nothing else. Leaders and @dtube should be able to keep cooperation high enough to keep the hard-forks focused on the actual issues, and flowing faster than other blockchain projects striving for a totally decentralized governance, a goal they are unlikely to ever achieve.

PERFECT IMBALANCE

A lot of hard-forking

Avalon is easily hard-forkable, and will get hard-forked often, on purpose. No replays will be needed for leaders/exchanges during these hard-forks, just pull the new hardfork code, and restart the node before the hard-fork planned time to stay on the main fork. Why is this so crucial? It's something about game theory.

I have no former proof for this, but I assume a social and financial game akin to the one played on steem since 2016 to be impossible to perfectly balance, even with a thourough dichotomical process. It's probably because of some psychological reason, or maybe just the fact that humans are naturally greedy. Or maybe it's just because of the sheer number of players. They can gang up together, try to counter each others, and find all sorts of creative ideas to earn more and exploit each other. In the end, the slightest change in the rules, can cause drastic gameplay changes. It's a real problem, luckily it's been faced by other people in the past.

Similarly to what popular and succesful massively multiplayer games have achieved, I plan to patch or suggest hard-forks for avalon's mainnet on a bi-monthly basis. The goal of this perfect imbalance concept, is to force players to re-discover their best strategy often. By introducing regular, small, and semi-controlled changes into this chaos, we can fake balance. This will require players to be more adaptative and aware of the changes. This prevents the game from becoming stale and boring for players, while staying fair.

Death to bots

Automators on the other side, will need to re-think their bots, go through the developement and testing phase again, on every new hard-fork. It will be an unfair cat-and-mouse game. Doing small and semi-random changes in frequent hard-forks will be a easy task for the dtube leaders, compared to the work load generated to maintain the bots. In the end, I hope their return on investment to be much lower compared to the bid-bots, up to a point where there will be no automation.

Imagine how different things would have been if SteemIt Inc acted strongly against bid-bots or other forms of automation when they started appearing? Imagine if hard-forks were frequent and they promised to fight bid-bots and their ilk? Who would be crazy enough to make a bid-bot apart from @berniesanders then?

I don't want you to earn DTCs unless you are human. The way you are going to prove you are human, is not by sending a selfie of you with your passport to a 3rd party private company located on the other side of the world. You will just need to adapt to the new rules published every two weeks, and your human brain will do it subconsciously by just playing the voting game and seeing the rewards coming.


All these concepts are aimed at directly improving d.tube, making it more resilient, and scale both technologically and economically. Having control over the full tech stack required to power our dapp will prevent issues like the one we had with the search engine, where we relied too heavily on a 3rd party tool, and that created a 6-months long bug that basically broke 1/3 of the UI.

While d.tube's UI can now totally run independently from any other entity, we kept everything we could working with STEEM, and the user is now able to transparently publish/vote/comment videos on 2 different chains with one click. This way we can keep on leveraging the generalistic good features of STEEM that our new chain doesn't focuses on doing, such as the dollar-pegged token, the author rewards/donation mechanism, the tribes/communities tokens, and simply the extra exposure d.tube users can get from other website (steemit.com, busy.org, partiko, steempeak, etc), which is larger than the number of people using d.tube directly.

The public testnet has been running pretty well for 3 weeks now, with 6000+ accounts registered, and already a dozen of independant nodes popping up and running for leaders. The majority of the videos are cross-posted on both chains and the daily video volume has slightly increased since the update, despite the added friction of the new 'double login' system and several UI bugs.

If you've read this article, I'm hoping to get some reactions from you in the comments section!

Some even more focused articles about avalon are going to pop on my blog in the following weeks, such as how to get a node running and running for leader/witness, so feel free to follow me to get more news and help me reach 10K followers ;)


It's live! Try it on d.tube

Sort:  

Can steem benefit from this in any way if dtube takes off? Either directly or indirectly?

If succesful, the steem community would be the biggest benefactor considering 50% of the starting DTC distribution will go directly to them (or at least those who used dtube in the past)

Also, we'd create a bunch of new steem accounts on a daily basis, as we want to maximize rewards for our users we'd likely want to create at least what our RCs permits us to.

Lastly, if some of these concepts are interesting, they could get coded into the steem chain. It's basically about what I said in the first part of the article. STEEM shouldn't be so blind to what others are doing and refuse every new idea. This chain is like a cousin of STEEM, so applying any principle I listed here is doable for STEEM, I just didn't have the influence to convince a crowd that doesn't listen (top witnesses). If some of the stuff I said in this article is true, steem can benefit directly by copying it.

So that is the only way? The vast majority of accounts on here don't use dtube, so no benefit there for most. Doing an airdrop to those that haven't used dtube in the past is probably a good way to grow your user base... you would be bringing in new users instead of ones you already have...

Just a thought.

Regarding the witnesses not listening... well perhaps they are more open now? I mean they did just approve a change that the majority of the community seems to be against. I think a lot of what you are proposing makes a lot more sense than what we are doing by just shuffling the deck chairs on the Titanic with the EIP.

Here is where I don't believe you: when you say you didn't have influence to convince (read my comment below). What you should have done is put in the work while they don't listen, post about it regularly (not more than once a month), and people would naturally gravitate towards your ideas if your work is good. STEEM can get exponentially increasing amounts of contributions from devs as the chain grows.

In my opinion, what would have been better for both Dtube and Steem, would be to accelerate the SMTs development process using your help and implement the features you needed as optional for any SMT. Dtube was the main candidate for an SMT, and SMTs are not necessarily clones of the current version of STEEM, they might have changes in their protocols which are not directly implemented to STEEM coin.

The contributions we are getting from developers are systematically centered around making money themselves. Either get top witness, or extract a fee or beneficiary reward from the mass of users. It's a sad game that most developers have been playing on here for a long time, creating a huge competition.

Why would I spend a year of my life working on an open-source code used by people who will actively try to hurt my business with the tools I built? I suppose that if DTube was really considered as the true partner for video on steem, instead of seeing the majority of the community going to DLive when they offered candies, and seeing them doing the same with 3speak now, I would be less salty.

Also finally, to answer your point more pragmatically, I'm just going to link to you to ONE FILE of the steem chain codebase. Just this file has more lines (5600) of code than avalon in its' entirety. I'm a developer, not a garbage man...

No power-up would require a lot of work, similarly to the new proof-of-brain part.

No early-user advantage is impossible on steem because fuckd up in the past and resetting it would be robbery (proposed recently by an ex steemit inc employee).

One chain <=> one app would require me to make a fork of steem so you'd still be crying here.

Perfect imbalance is unachievable on steem because each hard fork requires exchanges to replay the full chain, and afaik that would be very hard to change steem's code now that we've done 20 hardforks like that.

The only concept that you could easily put in STEEM, is removing the limits on the voting power, allowing megavotes, and getting rid of the manabar's maximum.

Okay let's say I want to start working on that concept. Let's say I code it into steem on a separate branch. Let's say I make a pull request and propose it with a steem post, and on the private slack where all witnesses are. What would happen then? First, more than 2/3 of the witnesses wouldn't react to it. The rest would combat it, find irrefutable arguments on why it shouldn't be merged, or just distract the conversation away onto less focused topics. I've seen it happen more times than I can count. More than 1/3 of the witnesses are profiting from bidbots and there are 'risks' around hardforking steem (e.g. exchanges going maintenance mode during the replay that takes days). Even if somehow steemit inc pushed for it and convinced everyone to merge my changes, it wouldn't get in production until the next planned hardfork. And, to hit the nail in the coffin, feel free to check out the publish date of the hardfork we are currently on, and now imagine having to wait that long to make changes happen to your website.

You focus on the negatives of staying with steem. What about the positives? What about the negatives of starting you own chain, getting adoption etc... I don’t know honestly if you start providing value to steem and post about it I don’t see why you wouldn’t have become a witness yourself. Also, 3speak is not any kind of partner to STEEM and you were treated equally to Dlive. If people decide to post somewhere other than Dtube, it’s their own choice. Maybe it’s because oracle d and theycallmedan give everything to steem? All they do is provide value, so people want to help them. Play their game, and don’t focus on useless witnesses. It cam only get better with time.

Posted using Partiko iOS

Will D.Tube create Steem Accounts / or promote Steem Accounts creation in a special way?

So it's basically a sister-chain?

Posted using Partiko Android

What do you mean sister-chain? It's two separate blockchains with totally different codebase.

Avalon just shares many similar concepts like the proof of brain, the account ledger, the dpos-like consensus, the ressource system instead of fees for transfers, etc.

Very intriguing! I have signed up to claim an avalon account the same as my steem name, and am now publishing videos on d.tube!

I think you are on to something with only curation and the author votes first! Can't wait to get data from this great experiment :)

This incentivized our users to create more frequent, but lesser quality content

You wouldnt believe how happy i am that you said this. This is something i was saying about Dtube content from day one. People were simply incentivized to do the bare minimum, to reach the threshold of quality good enough for a dtube upvote.
It is unfortunate but i cant remember any content creator on Dtube doing something more, investing into a single piece of content that can stand the test of time.
And its really not them to blame. I can understand them. The name of the game was "consistency and quantity."

I will be honest and say that i was extremely annoyed by this. (as you might know :) )
Since consistency and quantity was what made you win, quality was considered less and less.

Even i just gave up on trying to create anything greater because i knew that the videos where i spent hours and hours, where i would get a professional producer ( I made only 3 of those) werent worth making when i could make 20 lower effort videos in that time and make more money. I did try my best to improve but my editing skills were never top notch.

The system in place never encouraged focusing on quality and without quality you cant really have a successful Dtube.

I contacted you a few days ago on Discord (now i know why you are busy. :) ) and im happy to say that i managed to scrape up the 1000 USD i needed to make the type of content i always wanted to make.
Still, because this is Steem i know that i could have made at least 15 videos in the time it took to make this one and based on my previous payouts i know i would have made at least 200-300 USD from them.

But i decided to give that up and take a loss because it is time we changed our mindset. We are taking but arent giving our best. And we are all guilty of it.

Amazing news and i cant wait for newdtube to take off. I know it will. :)

It is unfortunate but i cant remember any content creator on Dtube doing something more, investing into a single piece of content that can stand the test of time.

The problem is, that anyway, all my DTube videos didn't work anymore after some weeks, so that I always had to save them at another place, too. So even in case they were good they had no chance anyway to "stand the test of time". :) (Concerning the quality, all my videos are precious for me to remember certain moments, and I want to keep them forever, even if I am not a skillful video creator at all.)

Many ideas in this post above sound very interesting and innovative, but as long as videos don't last long on the platform, DTube isn't a real option for me.

Run your own IPFS node and store your videos there. Then as long as your IPFS node is online, your videos are available. If your videos are good someone like me might even save a copy of your video to my own node. The network then has 2 more places to find copies of it.

You can use a raspberry pi and a 6TB hdd all for under $300 USD.

I am super stoked about these new changes.
I more or less stopped using d.tube because of the 7 day payout limit. I wanted to make tutorials that that could collect on votes even 20 years out.

With this new d.tube and my own IPFS node, now I can! Woho! Good job, thanks and I look forward to posting a bunch to d.tube

I am new on D.Tube and was wondering what this IPFS was. I am a veteran YouTuber with over 30K minutes of viewing time a month. I just uploaded my second video, and the entire process is still new to me. I would love to look into this Pi and HDD build. Is there a required ISP or recommended monthly bandwidth? I am so pampered with the Google video servers but I have never received a nickel from them! I am already into another PC build so a Pi server is long overdue.

Screen Shot 2019-08-22 at 10.53.11 PM.png

(Caution: Talking out my butt. The comment below is from reading, not experience)

No ISP requirements that I know of, just internet access. And the bandwidth calculation would be based on how much outbound traffic you expect to serve at one moment. 5 people watching 5 viedos in 24 hours, my guess is a 2 to 5MB upload would be more than enough, unless all 5 hit at the same moment.
100's of people watching all day long obviously needs more upload but the data will also start caching on other nodes so it will spread the load a bit too.

The IPFS also caches your videos on some nodes and allows me (others) to create a local copy of your data. Then, if it's more efficient to serve the data (closer, faster) for my IPFS to server, it takes it from my server first. Thus reducing the load on your internet connection. But it doesn't automatically replicate your data to other nodes, it does that based on how much it gets accessed.

This is my current understanding I could be wrong but not on purpose.

wow, what a hell of a post. thank you for sharing this and explaining everything. i'm happy to be a leader witness. i think you really put new life into video for me. thank you!

thank you! Good4Us

Loading...

I rally love it you taking a new approach to social networking and rewarding. as you mentioned, Steem has been quite static with the model they use, while competitors around the world are trying new ways. We need to experiment with different approaches to determine what method works best to grow the service(s). I certainly will test DTube as it is now to determine if I like it. Cool it is possible for content creators to post on YouTube and have the same post at DTube! I'll be more a curator than a content creator, since I have no skills in video editing. But maybe someday, I'll try and learn more about producing videos :)

DTube enhancement Idea

Would you consider to add an extra channel to DTube? A channel which shows content in a random order? I've seen this at some other social media not related to Steem and at SteemHunt, and really like it. Such random post channel provides some additional exposure to any content creator whilst nobody is favoured. It certainly appeals to people who like to discover content of any kind, like myself and offers the opportunity for content creators to be discovered whilst not having to buy into the system with a lot of money.

We want to add more ways to filter contents in the UI soon. Original contents, livestreams, nsfw are good examples. Worst contents or Random is also a possibility.

This new DTube is about curation. We want everyone to use DTube, even people who don't create videos, but just want to watch them or comment on it, so feel welcome :)

Thanks! Already started my curation and engagement activities :)

Didn’t take me 25min to read but will probably take me a few days to understand 😅

I like no early user advantage and no limit on voting power (somewhat currently biased as I had to dial back a bit the last few days as i have pathetic vp and like doing min 1c votes which means higher percentage votes which runs it down faster and then eventually can’t do 1c votes anymore so time to stop), though the mega vote thing is simultaneously terrifying and a really cool sounding option 😆

Also really like the unlimited monetisation time, that’s been a thing that’s bugged me somewhat here (and on the other two platforms I’m playing on).

The voting system also sounds interesting. I think I got it but will have to watch it work to see if I did 😅

Think you may have built the kind of system I want. Now all I have to do is get to a state where I can make videos to play with it 🙃

Posted using Partiko iOS

I have read through this very carefully and have to say I like what I see. Yes it is a smart course to differ from Steem/it where there have been obvious flaws. I totally respect you for not doing a DLive as that was not good business and has tarnished that platform in my eyes.

I am proud and happy to be a part of the Dtube community, and look forward to seeing this chain grow and succeed!

If you think about it in the end, DLive and DTube almost did the same and I mean that with no disrespect but the big difference is DTube just explained all the multiple reasons why it has to leave, DLive left quickly but for the same reasons DTube is leaving it's not the action that matters it's the reason behind the move that counts, in business if you don't move quick you risk losing it all if it's too late.

DLive had to leave because the business model was killing their platform and with the jerking around with SMT's that were suppose to be released a while ago, imagine they would've stayed? It would just be a full circle jerk of bidbots. No Famous content creator from another platform would've ever gave it a chance 100% under those circumstances.

DTube has to do the same as it needs to think about it's survival and future, @heimindanger is just doing what he needs to do, to keep his platform alive and growing and as you can see he's put in a great deal of effort trying to do that, but his efforts trying to help move steemit in a better direction obviously didn't work because of the odds stacked against him.

When platforms leaving becomes a trend it's time to stop pointing fingers at the platforms and it's time to look at the corruption and bad business models making this trend happen.

I hope everything goes well with your platform @heimindanger !

Probably the only new token to come out of Steem I'm actually interested in, great job so far @heimindanger and the dtube team. Looking forward to see this evolve and looking forward to the IEO.

Indeed it was half an hour of good read.

You got me thinking here, I appreciate all of this explanation, reasoning and most of all, eye opening.

It's good to see that Dtube will still be deeply connected to Steem while addressing their own needs.

I'm all in for steem, and getting my new Dtube account linked to my steem account seems like a good move. I wish I could vote this higher but at least I can give it a resteem to my 12k followers (beat you on that one :P)

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.034
BTC 64455.55
ETH 3147.84
USDT 1.00
SBD 3.94