Blockchain comparison overview: EOS.IO, Casper FFG, Cardano, Tendermint and XinFin Hybrid Blockchain

ruslan wing
8 min readAug 21, 2020

The booming of blockchain and cryptocurrencies

Bitcoin, Ethereum and blockchain

Blockchain, the technology behind Bitcoin, has developed over the last decade into one of today’s biggest ground-breaking technologies with the potential to impact every industry from financial to manufacturing to educational institutions. Later on, launched in 2015 by Vitalik Buterin, Ethereum is the most notable public blockchain infrastructure after Bitcoin. Ethereum provides a Turing complete language for writing smart contracts. The latter can be automatically executed based on a set of criteria established in the Ethereum blockchain.

Despite the explosion and promises of Bitcoin and Ethereum, there are still intrinsic issues, especially related to transaction processing performance. Both Bitcoin and Ethereum use Proof-of-Work (PoW) in their consensus algorithm where an extraordinary amount of computing power is spent for calculations, called mining, in order to create a block. On the other hand, Bitcoin and the current Ethereum provide very poor performance in terms of transaction processing speed: around 10 transactions per second which is incomparable to VISA and MasterCard.

The shift to the more environment friendly and efficient Proof-of-Stake

Proof-of-stake (PoS) aims to provide a more environment-friendly and efficient consensus protocol. With PoS, the creator of a new block “is chosen in a deterministic way, depending on its wealth, also defined as a stake”. Some notable proponents of this shift are EOS, Ethereum Casper FFG, Cardano, Tendermint andXinFin Hybrid Blockchain

These blockchain solutions are not only trying to provide solutions for the energy and cost savings but also promise to solve the blockchain performance problem as well. While some PoS-related similarity is undoubtedly shared between these blockchains, many differences are yet to be analysed.

In this post, we will show how XinFin Hybrid Blockchain is compared with EOS, Ethereum Casper, Cardano and Tendermint. Specifically, in each post, we will analyse the similarity and differences between XinFin Hybrid Blockchain and each of these blockchains. Before discussing the comparison, in this post, we describe the overview of these projects and the different aspects that will be used for the comparison. Concretely, these aspects include consensus protocol, decentralisation, security, scalability/performance and ecosystem.

Overview of XinFin Hybrid Blockchain

The blockchain industry and the infrastructure of the Internet of Value are being built rapidly around the globe, and to many the atmosphere is eerily similar to the building of the Internet in the late ’90s, with pioneers and dreamers coming together to build a new future. The objective of XinFin Hybrid Blockchain is to become a leading part of this phenomenon through seamlessly merging an ecosystem of applications with cryptographic tokens used by millions of mainstream users with a unique blockchain infrastructure architecture, allowing for fast, frictionless payment and a secure, decentralised, and trusted store of value.

XinFin Hybrid Bloockchain aims to be a public EVM-compatible blockchain with the following advantages: low transaction fee, fast confirmation time, double validation and randomization for security guarantees. XinFin Hybrid Blockchain envisions an ecosystem of different DApps running on the XinFin Hybrid Blockchain

infrastructure.

In particular, we propose a solution for solving the transaction processing performance bottleneck in Ethereum which hinders its adoption into industries, especially finance. More specifically, we are constructing an efficient and secured consensus protocol, which tackles the following main bottlenecks of classic blockchains

  • Efficiency: The small throughput of Bitcoin and Ethereum severely hinders a widespread adoption of such crypto- currencies.
  • Confirmation times: Bitcoin takes on average 1 hour to confirm a transaction because the confirmation of a Bitcoin block requires 5 subsequent blocks created following it. While Ethereum uses a smaller block-time, the average confirmation time still remains relatively high, around 13 minutes. These long confirmation times hinder many important applications (especially smart contract applications)
  • Fork Generation: The problem of fork chain consumes computational energy, time, and creates potential vulnerabilities for different types of attacks.

XinFin Delegated Proof of Stake (XDPoS) consensus, which is a PoS-based blockchain protocol with a fair mechanism, rigorous security guarantees, and uniform probability eventually. The consensus has the following key novelties:

  • Double Validation to strengthen security and reduce fork
  • Guarantee the fair and prevent handshaking attack
  • Fast confirmation time and efficient checkpoints for finality or rebase

XinFin Hybrid Blockchain useful Tools:

  1. XDC Mobile Wallet: Mobile based wallet to Send/Receive Stable coin Tokens
  2. XINPAY: Web based Wallet to Send/Receive Stable coin Tokens
  3. XDC Remix: XDC Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser.

Overview of EOS.IO

The EOS.IO blockchain architecture is designed to enable vertical and horizontal scaling of decentralised applications. This is achieved by creating an operating system-like construct upon which applications can be built. EOS.IO offers a blockchain architecture that may ultimately scale to millions of transactions per second, eliminate user fees, and allow for quick and easy deployment and maintenance of decentralised applications, in the context of a governed blockchain. EOS.IO, led by Daniel Larimer, relies on the Delegated Proof-of-Stake (DPoS) consensus protocol, which stems from the Bitshares DPoS. Its performance promises to scale to millions of transactions per second with a great ecosystem of DApps running on it.

Overview of Casper the Friendly Finality Gadget (FFG)

Casper the Friendly Finality Gadget is an overlay atop a proposal mechanism, which proposes blocks. Casper FFG roadmap is organised into multiple steps to overcome the bottlenecks of the current PoW-based Ethereum. Specifically, One of Casper’s development phases aims to be a hybrid PoS/PoW solution before transitioning Ethereum into a wholly PoS-based system. A key component of Casper FFG is checkpoint blocks to provide explicit finality. These checkpoint blocks are responsible for finalising the blocks, essentially selecting a unique chain which represents the canonical transactions of the ledger. Casper provides safety, but liveness depends on the chosen proposal mechanism. That is, if attackers wholly control the proposal mechanism, Casper protects against finalizing two conflicting checkpoints, but the attackers could prevent Casper from finalizing any future checkpoints.

Overview of Cardano

Cardano is the first full open-source decentralized public blockchain and cryptocurrency project based on peer-reviewed academic work implemented in Haskel. It is developed by IOHK engineering body in conjunction with multiple universities. Cardano uses the a secure Proof of Stake consensus, namely, Ouroboros. The latter is backed by strong researches and sound mathematical formalisations and proofs that provide more confidence about security and scalability. Cardano promises to allow for developers to build decentralised applications and contracts and run them in a low-cost, secure, private, scalable and legal environment. On one hand, Cardano Ouroboros is geared towards user privacy. On the other hand, it also takes into consideration the needs of regulators in order to easily upgrade the system. In doing so, Cardano claims being the first protocol to balance these requirements in a nuanced and effective way, pioneering a new approach for cryptocurrencies.

Overview of Tendermint

The Tendermint blockchain infrastructure is designed to be easy-to-use, simple-to-understand, highly performant, and useful for a wide variety of distributed applications. Tendermint aims for secure and consistent replication of an application on many machines. Security means that Tendermint works even if up to 1/3 of machines fail in arbitrary ways. Consistency means that every non-faulty machine sees the same transaction log and computes the same state. These two properties play a critical role in the fault tolerance of a broad range of applications, from currencies, to elections, to infrastructure orchestration, and beyond.

Tendermint consists of a consensus engine, called Tendermint Core and a generic application interface. Tendermint Core relies of the PoS and Byzatine Fault Tolerance (BFT) to ensure that every machine stores the same transactions in the same order. On the other hand, the application interface enables the transactions to be processed in any programming language. Therefore, developers can use Tendermint for BFT state machine replication of applications written in whatever programming language and development environment is right for them.

Comparison criteria

Consensus

Consensus is undoubtedly the core mechanism of any decentralized cryptocurrency. It maintains the consistency, immutability, and security of the blockchain on all full nodes of decentralized systems. Bitcoin blockchain with its Proof-of-Work provides securities and decentralization but leaving its scalability as bottleneck. Since then, many consensus protocols have been proposed to leverage. These mechanisms include many variants of Proof-of-Stake-based consensus protocols that are found in the aforementioned projects. The latter do not only aim for solving the energy wasting problem of current Bitcoin and Ethereum but also for improving transaction processing performance.

Decentralization

One of the facts that make the Bitcoin blockchain become a subject of great interest lies in its decentralization. Different from existing centralized systems and/or what we call “closed distributed systems”, Bitcoin operates on an “open” or “permissionless” decentralized systems where any node can join and leave the network, and makes the joining-leaving of nodes become “daily activities” that it must deal with. By this way, the single points of failure problem residing in centralized systems can be eliminated. As a result, the more decentralization a system offers, the more data availability and fault tolerance it supports.

Security

One of the clearly visible and pioneering applications of blockchain is in financial industry. The current total market cap of cryptocurrencies is more than 300 billions of dollars, which incentivizes attackers to penetrate or attack the system. There are many attack types to these systems such as double-spending, nothing-at-stake, spamming, DDoS and long range attacks. Blockchain-based cryptocurrency systems must not only deal with these attacks but also ensure the stability of the system, which includes safety and liveness.

Scalability/performance

Current financial technologies such as Visa and Master can handle thousands of transactions per second, which definitely defeat the poor transaction processing performance of Bitcoin and Ethereum. Thus, in order for the latter to gain more adoption to the financial industry as well as other industries such as logistics and manufacturing, blockchain technologies must leverage its scalability/performance. Therefore, we consider performance as one of the key criteria to evaluate the success of a blockchain system.

Roadmap

General speaking, a technology roadmap is a flexible planning technique to support strategic and long-range planning, by matching short-term and long-term goals with specific technology solutions. Roadmap is one of the important aspects for assessing the potential as well as the vision of a project.

Ecosystem

All the aforementioned blockchain projects are building infrastructure upon which other DApps can be built. The stronger the infrastructure and its support, the more DApps can be based on it for creating a strong ecosystem. Moreover, a strong ecosystem of DApps will attract more users of the infrastructure, which in turn motivates improvements and entails the development of the underlying infrastructure. Each of the above blockchain projects provides PoS-based consensus that can handle thousands of transactions per second, thus promises many potentials DApps for the ecosystem.

The following table provides the very overall information related to these blockchains in terms of the previously mentioned criteria.

Checkout my Previous Medium article and Videos

Medium:- https://medium.com/@ruslanwing100/xinfin-hybrid-blockchain-vs-eos-io-9874168cdc68

https://medium.com/xinfin/deploy-smart-contract-on-xinfin-testnet-through-xinfin-remix-and-xinpay-dfbbf9dcc3f7

https://medium.com/xinfin/get-started-with-xinpay-crypto-asset-bbd817e1ed46

https://medium.com/xinfin/xinfin-remix-develop-smart-contracts-for-the-xinfin-blockchain-b3c330727528

https://medium.com/@ruslanwing100/xinfin-vs-ethereum-whats-the-better-alternative-425a4e27b9d8

https://medium.com/@ruslanwing100/what-is-xinfin-network-the-complete-xinfin-network-review-28241c670f7c

https://medium.com/@ruslanwing100/xinpay-a-simple-way-to-use-xinfin-hybrid-blockchain-69ae4e2ebeaf

https://medium.com/@ruslanwing100/why-should-developers-migrate-their-dapps-from-ethereum-to-xinfin-network-8f62575863aa

Video:-

https://www.youtube.com/watch?v=QUi2_kfv1Ko

https://www.youtube.com/watch?v=XvzxHs6_EOQ

Quick Overview Videos :- https://www.youtube.com/playlist?list=PL102yMxSbEHDsuFUF_hxIAiTxhnUEyBtC

Follow XinFin on:

Twitter: @XinFin_Official

LinkedIn: https://www.linkedin.com/company/xinfin/

Telegram: https://t.me/xinfintalk

Slack: https://launchpass.com/xinfin-public

--

--