EOS vs. Ethereum for Dummies!

in #eos7 years ago

Disclaimer: EOS is currently under development, and some of what we do know about the project is probably subject to change. Furthermore, I am not an Ethereum developer, just someone who uses Google reasonably well. With those facts in mind, consider the following post to be thoughtful speculation, based on my current understanding of both projects.

EOS vs. Ethereum for Dummies!


Introduction


Not long after the launch of Bitcoin, savvy individuals began to recognize that the technology behind Bitcoin has vastly greater potential than simply as the basis for a new electronic currency. In fact, within just a few years of Bitcoin's development, dozens of new decentralized applications have been built upon the same type of public ledger blockchain technology behind Bitcoin. Just a few of these decentralized applications include encrypted messaging (Bitmessage), decentralized exchanges (Bitshares), trustless gambling/betting (Peerplays), cloud computing (Golem), and of course social media (Steem/Steemit). One challenge for innovators and app developers in this new blockchain economy is the difficulty of actually building a new blockchain application from scratch. On top of that, with traditional Proof-of-Work (POW) and Proof-of-Stake consensus mechanisms, the security of the network and application depends on a large amount of hashing power and/or a large distribution of network tokens. For small business owners and startups, these challenges make the barrier to entry impractically high. There is no way a small startup company can independently fund a widely distributed, powerful computer network to secure their application.

Of course, other consensus mechanisms such as Delegated Proof-of-Stake (DPOS) can be operated by a relatively small number of processors without the same network security concerns, although other concerns would still be present for those developers, including achieving a large distribution of network tokens, and of course developing all of the cryptography and blockchain technology to interact with their application. For a comparison, imagine if every computer game designer had to both build a computer from scratch specifically to run a given game, and at the same time they had to develop a game specific operating system to communicate instructions between the game and the computer. It is likely that with such a design model, the vast majority of games and applications would never be built.

In order to solve this problem, the idea of smart contract platforms was developed and implemented, by far the most successfully, by the Ethereum network. Ethereum can be thought of as a decentralized platforms for developing and running decentralized applications (DAPPs), with the benefit that users can be sure that those DAPPs will run exactly as programmed without interference from third-parties. Currently, the Ethereum network has a market cap of around $30 billion (USD), testifying to the demand for smart contract platforms.

Recently, Dan Larimer (inventor of Bitshares, Graphene, and Steem/Steemit), along with the eos.io team, announced the development of EOS, a consensus blockchain operating system that provides databases, account permissions, scheduling, authentication, and internet-application communication to app developers. Thus, EOS will provide developers the tools they need so that they can focus on the specific business logic for their application, without worrying about the cryptography implementations or communication with the decentralized computer (i.e. blockchain). Furthermore, EOS will use parallelization to make possible blockchain scalability to potentially millions of transactions per second.

In this post I will describe some of the differences in technological capabilities and limitations, as well as differences in design philosophies between the EOS and Ethereum platforms.

What's contained in this post?

  • Chapter 1: What is a smart contract?
  • Chapter 2: Design philosophy
  • Chapter 3: Consensus mechanism and governance
  • Chapter 4: Scalability
  • Chapter 5: Denial-of-service attacks
  • Chapter 6: Economics of the networks: burning fees vs. owning a stake

Chapter 1: What is a smart contract?


For those who are very new to the ideas of cryptocurrencies and blockchain technology, it is first of all most important to understand exactly what a blockchain is. Essentially, a blockchain is a decentralized system, at the heart of which is a public ledger. A ledger is basically a way to account for the current state of the system (e.g. how much cryptocurrency is held in each account). Along with the public ledger, blockchain technology includes a consensus mechanism which dictates how the decentralized computer (i.e. the network of computers running the blockchain) updates the current state of the public ledger.

As a fun piece of history, a cryptographer named Nick Szabo realized in 1994 that a decentralized ledger system could be used to execute smart contracts (also called self-executing contracts). Mr. Szabo actually coined the phrase "smart contracts" with the goal of incorporating contract law practices into the design of electronic commerce protocols operating between strangers across the internet.

Smart contracts can facilitate the transfer and exchange of money or property in a transparent way, all while avoiding the services of a middleman.

Smart contracts also define all of the obligations and potential penalties involved in an agreement, much like traditional contracts do, but the smart contract platform also automatically enforces all of these obligations and penalties. These smart contract platforms essentially allow the development of decentralized applications to run on the network. Ethereum is currently by far the largest and most successful platform for decentralized applications, but the new platform EOS will seek to solve several of the challenges faced by the Ethereum network.

Chapter 2: Design philosophy


One of the key differences between EOS and the Ethereum network is in the design philosophy behind the networks. The Ethereum network could almost be described as application-agnostic, i.e. it is specifically designed as a neutral platform for all potential applications. In this way, as stated by the Ethereum Design Rationale document on github: Ethereum has "no features", refusing to build in "even very common high-level use cases as intrinsic parts of the protocol." This rationale reduces bloat among applications, but it also requires many different applications to reuse code, and efficiency gains for app developers could certainly be realized if certain more common functionalities were provided by the platform itself.

In contrast to this approach, EOS recognizes that many different applications require the same types of functionalities and seeks to provide those functions, such as implementations of the cryptography and app/blockchain communication tools needed by many applications. With this philosophy, EOS will feature the introduction of generalized role-based permissions, a web toolkit for interface development, self-describing interfaces, self-describing database schemes, and a declarative permission scheme. It is my understanding that these functionalities, provided by EOS, will be especially powerful for simplifying user account generation and management, as well as security issues like declarative permissions and account recovery.

Chapter 3: Consensus mechanism and governance


Another significant difference between EOS and Ethereum is in the blockchain consensus mechanism and overall blockchain governance approach. Whereas Ethereum uses Proof-of-Work (and will soon switch to hybrid Proof-of-Work/Proof-of-Stake), EOS will use Graphene technology that utilizes the Delegated Proof-of-Stake (DPOS) consensus mechanism. This choice has significant importance for commercial scalability, which will be addressed in the next chapter.

One issue with the current Proof-of-Work implementation behind the Ethereum network is the difficulty in fixing broken applications. For example, recently the DAO suffered a critical bug/hack/failure. It's important to note, that those with the "code-is-law" mentality consider the DAO hack to be a "feature", not a failure, and that users simply should have been more responsible to understand the code more carefully. In any case, the DAO failure showed that broken applications on Ethereum either result in investors facing potentially substantial losses or in disruptive hard forks. With the current Proof-of-Work consensus mechanism of Ethereum, each hard fork also results in a risk of spawning multiple competing chains, as happened with the Ethereum, Ethereum Classic split following the DAO failure. Furthermore, in order to fix a broken application, a disruptive hard fork is required which disrupts the entire Ethereum network.

In contrast, EOS includes a mechanism to freeze and fix broken or frozen applications. For example, if the DAO had been implemented on EOS, it could have been frozen, fixed, and updated without disrupting the other EOS applications. Furthermore, the DPOS consensus mechanism of EOS has no potential for spawning multiple competing chains during a hard fork. This is evidenced by the 18 successful hard forks experienced by the Steem network, which also runs on Graphene technology. Furthermore, EOS will include a legally binding constitution that establishes a common jurisdiction for dispute resolution, and it will also include self-funded community benefit applications that will be selected by stake-weighted voting.

Chapter 4: Scalability


In order to consider a platform as commercially viable, scalability is of utmost importance. This is one key area where EOS and Ethereum will differ. Currently, the Ethereum network is limited by the single threaded performance of a CPU. Early test networks achieved 25 transactions per second (in somewhat optimized conditions), which could likely be increased to 50 or 100 tx/s with optimizations. However, under load from real applications, the current transaction limit of the Ethereum network is likely 10 tx/s or less. In the past, the network has been overwhelmed and overloaded with transactions to the point that all but the highest-fee transactions were rejected. This is especially obvious during recent Initial Coin Offerings, such as the Status ICO, in which the network was completely overwhelmed and the ETH tokens suffered a massive flash crash. Note that Vitalik Buterin has laid out a roadmap to "unlimited scalability" which heavily relies on the concept of sharding. As far as I understand (which is NOT well), sharding is a technologically challenging concept that certainly increases the complexity and attack surface of the network, and potentially lowers the security of the network. I am in no way discounting sharding as a viable approach to successfully scale the Ethereum network, and it is likely that it will be successfully implemented to achieve reasonable gains in scalability.

However, in terms of scalability, EOS will have two significant advantages over the Ethereum network, and once implemented, EOS will likely be on the only platform that can handle truly commercial-scale decentralized applications. First, EOS will rely on Graphene technology, which has been shown in stress tests to achieve 10,000-100,000 transactions per second. Secondly, EOS will use parallelization to scale the network, likely up to millions of transactions per second. If these benchmarks are realized, EOS should be able to support thousands of commercial scale DAPPs. EOS will use asynchronous communications and separate authentication from execution to achieve speedups, and because it will have no transaction fees, EOS also does not require counting operations.

Chapter 5: Denial-of-service attacks


Related to the scalability of the network, it is also important to discuss potential attack vectors to the network. In this chapter, I will briefly discuss the potential for denial-of-service type attacks. This type of attack is when a malicious attacker spams a network with traffic in order to prevent legitimate traffic from getting through. It is my understanding that the Ethereum network has been proven to be vulnerable to such DOS attacks, while EOS should be invulnerable to such attacks.

In the Ethereum network, it is well-known that miners preferentially select high-fee transactions to add to the blockchain. Since there is finite bandwidth and computing power in the network, it is easy to imagine a scenario in which the network is spammed with many high-fee transactions, effectively blocking out many lower-fee legitimate transactions. You might think that typically this would be an expensive attack to execute on the network, but there are situations where there are financial incentives to do so. For example, with the recent Status ICO, it was effectively a race to contribute funds to the ICO smart contract in order to effectively receive the ICO tokens at a huge discount. This created an incentive for wealthy players to spam the network with high-fee transactions in order to ensure that their transactions went through. However, this creates a serious weakness for the Ethereum network, since a single application or smart contract can effectively freeze out the entire network.

In contrast, EOS should not be vulnerable to DOS attacks. The ownership of EOS tokens gives users a proportional stake in the network bandwidth, storage, and computing power. Therefore, spammers can only consume the proportion of the network that their EOS tokens entitle them too. DOS attacks may be possible on a given application, depending on the apps design, but those attacks can never disrupt the entire network. Startups with a very small stake invested in the network will have guaranteed, reliable bandwidth and computational power, even if many other malicious actors try to spam several large network apps.

Chapter 6: Economics of the networks: burning fees vs. owning a stake


Finally, I want to briefly discuss the different economic models of the EOS and Ethereum networks. Essentially, this is a comparison between and ownership model and a rental model. With Ethereum, gas fees are required in exchange for every calculation, storage operation, and bandwidth utilization. Furthermore, the required fees fluctuate and can spike prohibitively high as miners preferentially select transactions with the largest fees. This was especially obvious during the recent Status ICO, in which $100 gas fees were still too small, even for trivial transactions. Furthermore, as discussed in the previous chapter, this economic model creates a scenario in which rich actors can potentially freeze the entire network by flooding it with high-fee transactions. Furthermore, this model requires developers and startups to continuously burn gas fees throughout development and deployment of their applications.

In contrast, EOS will utilize an ownership model, in which holding EOS tokens gives users a proportional share in the network bandwidth, storage, and processing power. This means that if someone owns 1% of the EOS tokens, they will always have access to 1% of the network bandwidth, regardless of the load on the rest of the network. In this way, small startups and developers can purchase a relatively small part of the network in order to receive reliable, predictable network bandwidth and computing power, and simply purchase more EOS tokens when they need to scale up their application. Furthermore, since the network will have zero transaction fees, there is no network development cost, except for the initial purchase of EOS tokens. However, these can of course always be sold in order to reclaim the initial investment if desire.

Conclusion


Of course, I am a strong believer in Graphene-based technologies, largely because of their impressive scalability and minimal transaction fees. I recognize this post has had an obvious EOS bias, but keep in mind that Ethereum currently has a viable product with a market cap of ~$30 Billion, while EOS is still under development with a current market cap of $0. If you want my honest opinion, I am bullish on both EOS and Ethereum, and I believe once EOS is launched, both platforms will still have tremendous room to grow. Plus do not consider anything in this post to be investment advice, and remember to always do your own due diligence and research!

All the best,
Trogdor :)

Sort:  

All I can say is THANK YOU. Now, How do we get EOS? I have been hearing about it for a couple weeks.
Keeps these informational Highways rollin!!

Have a great evening!!

Hi @thinksalot. You send ETH to the EOS account which will then be credited with a share of EOS early next week (3 days 21 hours from now as at today). The website and instructions to obtain EOS can be found here: https://eos.io/

I use the Exodus wallet, you can exchange Bitcoins (among others) for EOS, it's very convenient

There is a simple way I just found out about:
Get coinomi mobile wallet. Put some Bitcoin or altcoins into it. Open an eos wallet inside the ethereum wallet just by swiping to the side until you see it. Use shapeshift to transform whatever crypto you have into eos tokens. Done.

Good work.

....next hardfork must add page system. Too much comments. I can't scroll down it all cause my browser is freezing.

It would be a great post to translate into Spanish! I'm going to try using google translate and alter some of the grammar since the translation can go so far... great post!!

I agree that EOS has a great potential. But there is simple fact. ETH is already build and used (and will be improved over time), EOS is in development.

Definitely important to keep that in mind. Thanks for reading!

Ethereum is being used? What businesses are using it?

let's go over a few (very) important things coming in the near future for Ethereum.

Metropolis (Ethereum 3.0) - This upgrade is slated for Aug/Sept and will be the first upgrade since Homestead (Ethereum 2.0) from early last year and for reference Frontier (Ethereum 1.0). Metropolis will bring with it some huge upgrades.

Raiden - Currently Ethereum can process a max of 15 transactions per second, Bitcoin can do about 7. This is nowhere near what Visa does at 40k/tx per second. You've heard of Bitcoins lightening network which will enable Bitcoin to do infinite tx/sec? Well Raiden enables the exact same thing on Ethereum by creating what are called "Payment Channels". Not gonna go into too much detail but it's like Bob and Carol agree to put a $100 deposit into an account and write notes saying one or the other owes $x amount, then on a predetermined day one of you squares up the account by making one large transaction on the Ethereum blockchain.

ZN-Snarks - You know how your friends tell you Ethereum isn't anonymous like Monero or ZCash? Well ZK-Snarks will enable you to selectively make transactions public or private. It's the same standard used for ZCash but implemented on the protocol level on top of Ethereum. This is a big part of Enterprise Ethereum Alliances road map which is why JP Morgan is working with ZCash to implement it into Quorum (JP Morgan private Ethereum Chain) as well. Ethereum is basically taking all the best features from other coins and implementing them.

Ice Age - Currently, there are ~93 Million ETH circulating with 5 ETH created every 15 seconds (15% annual inflation) during the last upgrade (Frontier) there was an "Ice Age" coded into Ethereum which would slow down the creation of ETH on a curve that would eventually freeze up Ethereum. The reason for this was to force the developers to finish up Metropolis before the network froze up. One side effect of the ice age is that the creation of ETH slows down thus reducing the rate of inflation but also increasing the transaction time. We're beginning to see the first effects of it and by August it'll be 5 ETH created every ~30 seconds.

Casper - Shortly after Metropolis, Ethereum will release the actual figures for Casper as well as the first of 5 phases which will move Ethereum from PoW (Proof of Work) using mining rigs and computers to approve transactions to PoS (Proof of Stake). What happens with PoS is instead of miners running all the time, you will have people holding ETH "Stake" their ETH and basically lock their ETH up in a smart contract while running software on their internet connected computer. In return for locking their ETH up, they will earn interest on it at an undermined rate (figures Vitalik has floated around varies from 6-12% annually). Not everyone will be able to stake, Vitalik has stated that the inflation rate of ETH will drop from 15% currently down to 0-2%. With basic supply and demand math you should be able to figure out what that means for the price.

Casper is a major reason people are stocking up on ETH. Imagine if in 1 year you could lock up 1000 ETH and earn 120 ETH per year? If the price is $1000/ETH you're talking USD $120k annual without selling any of your original ETH.
Edit: some typos, was writing on the treadmill

Awesome. Amazing summary of features and upcoming landmarks. I am one of the idiots that got really excited about Ethereum when it was around $8 and talking about it to friends amd just never invested. Kicking myself hard at this point. I've been waiting for a big correction to maybe put 50% of my BTC in ETH, but it just keeps surging. Not sure what I'll do at this point, probably miss the boat as usual. Think it's too late to jump on the ETH train, or are we going north of $1000+ for sure? Haha wish I had a crystal ball... Also, I thought Vitalik was really pushing sharding vs lightning channels?

I'm out for the moment. Believe in ETH long term. Look at the one month chart. It's a declining trend since the 12th of June or thereabouts. Now it may be in a turnaround phase. However if it dives, the downward trend continues.

I'm in this long term. I'm keeping plenty of cash to the side for the moment because there is crazy volatility in cryptoland. Furthermore the problems (seemingly related to ICOs) of recent times don't help. I was sold on ETH because of it's promise of scaling well. However we have seen that it is not without its own issues. I'm sitting on the fence for the moment. Also IOTA looks seriously promising...

I'll finish by saying I think both ETH and IOTA have a future. Not so sure about bitcoin...

We live in interesting times...

It's declining in part because of all the massive ICOs. Companies that did ICOs cashing out is suppressing the price.

What's the incentive for ETH stake producers to increase the resources their node make available to the network ? Is holding 1000 ETH in itself mean anything in terms of keeping up low latency with very high number of transactions, resilience and large redundant storage ?

Still, it seems that not all of the advantages of EOS have been addressed in the Ethereum roadmap.

Ethereum wont make it. And you wont make 120k year annually. When all these new eco systems start coming out that make it more user friendly then Ethereum, Ethereum will be an obsolete product. Bitcoin is an obsolete product. The reason prices are so high is from chinese investors that don't have a clue of what is going on. 90% of the crypto market is from chinese investors and they are not experienced with investing. They over inflated the prices and the prices will come crashing down. These prices are not realistic. They did the same thing with their stock market. All these smart hedge fund managers were investing heavily into china as I shook my head that its not realistic market.

What makes ecosystem work and take on mass adoption is ease of use. Its hard to even do a transaction with ethereum. You have to sign on to your wallet make sure the long address is right, the erc20 token is the right one and then make sure your gas costs are right before you send out your crypto currency to whatever address. That is not taking on mass adoption. People want it to be like a credit card. Swipe and your done. Or put in your credit card number click send and done. Not do 3 or 4 steps and try make sure everything is right. If you think that will work your being delusional. Ethereum is to slow, and when they do updates its never smooth. They always run into tons of problems because try to push stuff out to fast. Even some of their own community complained about doing things to fast.

One day their will be a eco system that is user friendly, can update the network smoothly and will take on mass adoption. Don't know what it will be but all these new cryptos coming out are new and improved from what Ethereum is. More and more will come out. But all ethereum and bitcoin did was get the train going. Its like the first cell phone came out. Then apple and samsung make smart phones and take over the market. Ethereum and bitcoin are like the first cell phones out. Cheap, put on market to fast and not well made.

Anyone invested in cryptos at these over inflated prices will be broke in a few years. I seen this over and over again. Warned people over and over again to stay out of over inflated markets from novice investors over buying in the market. They learn the hard way. Patience is key and waiting for that one product that is putting out a quality product. I don't see one on crypto space yet. I remember this old man told me I was crazy to think oil can ever free fall. I said it will. He said but oil used in everything even tires and we will run out and it something world has to have. I told him don't ever fall for a sale pitch that technology over time will replace everything. He lost tons of money. I seen people argue same thing about housing and gold. Its just novice investing. . Always check the background of the people who make the coin not their idea. Then look at the idea and see how they handle ddos attacks, how they handle new software updates, how they deal with tech problems and always study their competition and compare products. Technology is so fast anything can be replaced at any time. No coin has stood out to me yet. The only thing that has impressed me so far is actually steemit.

Buying Ethereum offers the opportunity to participate in the Ethereum ecosystem, support decentralized applications, and potentially benefit from the network's growth. Remember to conduct thorough research, practice risk management, And use safe exchanges and wallets like toobit and you can buy from here: https://www.toobit.com/en-US/spot/ETH_USDT
#toobit #eth

Actually, I think the Chinese investors know what they are doing. They'll relocate their funds once Tencent comes out with their own currency that will absorb wechat and alipay.

So glad i never listened to you

ether is still the best but who knows one day when EOS launches and crush both ether and bitcoin...

It's interesting that EOS may improve upon Ethereum, but maybe the future is a split system, where a good currency works on top of an efficient social contract blockchain, such as EOS.

And then something better may come along and crush EOS :)

hahaha So every time a better thing is going to come ;))

I agree, maybe a blockchain mixed with an AI.

EOS > eth

Make ethereum poor again!

Thats a great write up, have $4

One thing I'm curious about. You said eos will have an automatic common jurisdiction established adjoined to the smart contract being set up and executed. That's pretty cool as a default selection, I really like that. However there might be times where I want to specify my own more private jurisdiction with a separate entity for dispute resolution, do you know if this would be possible to program so my own personal jurisdiction was the one used and not a common one where eos already has its own arbitration system set up.

That's kinda a big deal for corps and the like to use their own arbitration system, like I said as a general rule a default arbitration system is great like awesome, but for specialization it would be nice to be able to specify our own specific one.

I'm not sure exactly about the details of the jurisdiction details, but I think it will be similar to a terms-of-service. I imagine it will be fairly general. It would be possible to program a private jurisdiction that is specific to a certain application.

Excellent, that's awesome to hear. Oh boy am I looking forward to eos. Great post as always :-)

Great work, really liked

Wow.. This is some serious work you have put in here dude.
I've still not quite understood ethereum, hope this cleara things up.
Thanks for the post!!

Thanks for reading!

19433594_1146037222168843_1397600589_n.gif

waw 2 millions happy for you :p
50% 50 % ok :p ?. keep your great job :D!!!!

Thank you for very detailed post about EOS and Ethereum comparison. It is so much helpful to understand this improved technology. And to motivate to find out more about it. I am still new to steem! BUt I like it a lot, still trying to understand it to use it to maximal potential. I think EOS will be huge, since it is similar technology. I am trying to understand Steem, Steem Power, Upvoting, how to write new article which could bring money similar like yours, etc. It is such revolution. I believe EOS will also be. Beacause of the same technology and the same developers. Looking forward!

Thanks for reading! Best of luck.

Thanks for reading! Best of luck.

Great post! Thank you for info.

Thanks for reading!

Here are somethings that can help. Do not invest during a price surge. Make sure the company has a product, and or service that will be used. Beware pretty faces on the front of a page, emotional connections. Follow the facts and results. Finally determine what the soft cap will be for said crypto coin. Is it $100? $10?

LET ME BANNG BRO!!!
1up🙏

Good tips, thanks for reading!

I run a mining group. No big money yet. But I have prevented them from losing a lot. (:

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.034
BTC 63463.10
ETH 3243.17
USDT 1.00
SBD 4.45