2.7 k views

Evaluation of Blockchain Consensus Algorithms

Since the dawn of the Internet, value transmission has always been a problem. The open nature of the Internet allows anyone to copy and propagate information without repercussions. Because of the infrastructure that involves the transfer of packets in a predefined protocol, it is easier to copy stuff on the Internet than to gulp down water. There arose a need for a protocol that could propagate with the same speed but does allow replication. A protocol for transferring value was needed.

On the face of it, a digital currency sounds impossible. However, suppose some person – let us call her Alice – has digital money she wants to spend. If Alice can use a string of bits as money, how can we prevent her from repeatedly using the exact bit string, thus minting an infinite supply of money? Alternatively, if we can somehow solve that problem, how can we prevent someone else from forging such a string of bits and using that to steal from Alice?

Bitcoin’s Proof-of-Work solved just that impossible problem. Moreover, the solution was so elegant that nobody could explain why it was not thought of earlier because nothing in the solution was new. On the contrary, it was a mixture of everything that had already been discovered.

Innovation did not take much time for innovation to start on PoW itself. Several interesting ideas were proposed in rapid successions that either solved some more problems or cut through hassles.

With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless.” – Satoshi NakamotoBitcoin open-source implementation of P2P currency

Let us understand a little bit about each consensus algorithm first to decide for ourselves!

POW vs. POS vs. POI vs. dPOS

What is Proof-of-Work (POW)?

By combining an authentication of work with information transfer, Satoshi Nakamoto outlined a system for discouraging duplication in his original Bitcoin whitepaper and incentivizing the gatekeepers who keep the network in check. Proof-of-Work solved diversity in the only remaining void that needed to be filled on the Internet.

The PoW idea was originally published by Cynthia Dwork and Moni Naor in 1993, but the term “proof of work” was coined by Markus Jakobsson and Ari Juels in a document published in 1999.

Proof of work is a consensus protocol introduced by Bitcoin and used widely by many other cryptocurrencies. This process is known as mining, and as such, the nodes on the network are known as “miners.” The “proof of work” answers a mathematical problem that requires considerable work but is easily verified to be correct once the solution has been reached. The proof of work system is designed to be difficult and requires significant computing power. As a result, more and more users come in to ensure that too many Bitcoins are not mined too quickly, preserving a consistent supply and incentive for miners to maintain the network.

Essentially, the security of the network is enforced physically by specialized hardware. As such, proof of work can be seen as not being an infinitely scalable protocol since the hardware and the electricity spent to power that hardware is limited in resources.

What is Proof-of-Stake (PoS)?

In proof of stake, besides incentivizing honesty, dishonesty is discouraged. – Mohit Mamoria, Is Proof of Stake the solution?

Proof of Stake takes away the energy and computational power requirement of PoW and replaces it with a stake. A stake is an amount of currency an actor is willing to lock up for a specific time. In return, they get a chance proportional to their stake to be the next leader and select the next block.

PoS uses a time-stamping method to reach a consensus about a block by betting on it. This process alone opens a variety of criticisms. The betting amount is said to be 10,000 ABCoin, and the average holder has about 20 ABCoin. Therefore, anyone with the minimum betting requirement is bound to get richer with each block while the others wait for the chance to place a bet. Not everyone can afford to be a staker. It can be argued that over a period, the gap will become significant; therefore, the power to influence the ABCoin network will lie in the hands of a few, not unlike the current state of the Bitcoin PoW network.

What is Proof-of-Importance (PoI)?

Proof-of-Importance (PoI) can be considered New Economic Movement’s (NEM) most standout innovation. PoI, as a reward structure, is different from Proof-of-Work and Proof-of-Stake as it removes all the perceived drawbacks both algorithms carry, such as mining monopolies and significant stake hoarders. PoI algorithm calculates the weight of an address’s contribution to the network, i.e., the stake, transactional history, and amount of time spent on the network. Each transaction (above a minimum size) contributes to the POI score and increases the chances of harvesting a block and collecting rewards. To relegate the risk of artificially increasing transactions and importance score by going back and forth between the same wallets, the algorithm takes only net transfers into account. 

Say ABC, a registered user on the NEM blockchain, has more than 10,000 vested tokens (the amount unspent and unmoved for a few weeks) transacts on the network. The Proof-of-Importance algorithm ranks ABC based on his vest and traffic contributed to the network, using it to delegate the process of computing transactions, verifying the block, and collecting rewards called Delegated Harvesting. ABC’s importance also allows him to push his transactions and messages ahead of accounts with lower importance scores, meaning PoI can also be used as a reputation metric.

Each account has a Proof of Importance (PoI) score determining its chances of harvesting a block. With delegated harvesting, ABC is lending its POI score to a remote node, increasing its chances of gathering a block on its behalf.

What is delegated Proof-of-Stake (dPoS)?

“Delegated Proof of Stake (otherwise known as DPoS) is a consensus algorithm maintaining irrefutable agreement on the truth across the network, validating transactions and acting as a form of digital democracy.” – Lisk.io

At its core, DPoS seeks to speed up transactions and block creation while not compromising the decentralized incentive structure at the heart of the blockchain. DPoS proclaims itself to be an improvement to the highly flawed Proof-of-Stake consensus mechanism.

There are three main characteristics in the DPoS system; Witness, Voting, and Delegation.

In essence, Users are asked to ‘delegate’ their ‘voting’ power to other users they trust to vote for ‘witnesses’ on their behalf. By claiming that their incentives and structures enhance their blockchains’ security and integrity, and each user is incentivized to perform their role honestly, PoI proclaims its higher ground against PoW and PoS. It requires no specialized equipment to become a user, witness, or delegate. A typical computer with sufficient GPU is more than enough to participate in the campaign. Most importantly, PoI is energy efficient compared to power-hungry Proof of Work hashing algorithms.

Conclusion

This question has been the central point of a lot of fiery debate. Everyone seems to have an opinion of their own. The stage is not unlike a street fight, where members of both sides go down to calling each other names, exchanging abuses, and branding the other side as un-visionary. Most bitcoin maximalists side with PoW, recounting the game-theoretic incentive structure it implements to solve the age-old Byzantine Generals’ Problem. Other skeptics argue that PoW isn’t worth all the energy consumption it brings along. But, then, the other side proudly proclaims the simplicity and elegance of Proof-of-Stake, Proof-of-Importance, and similar concepts that implement all of PoW’s infrastructure, excluding its infinite appetite for energy.

Without constructive criticism, moving ahead and leaving behind all the flaws is impossible. To side with a particular mechanism cannot be seen as the right thing to do, as many intellectually capable people are behind each side. Numerous research papers, articles, and discussions have been put forward, arguing for both sides of the debate.

Experimentation had been steadily going on, such as Ethereum’s much-awaited Casper FFG, with its planned shift from PoW to PoS, making all the hardware devices dedicated to the network obsolete. It would also mean an increase in adoption as it becomes more cost-effective to be a part of the network. Similar advancements are also being implemented by EOS, NEO, XEM, Reddcoin, and so on, trying to sway the market toward the staking mechanism. Some algorithm iterations, such as delegated Proof-of-Stake (dPoS) and Hybrid PoS + PoW, are also being experimented with.

Bitcoin live price
Btc
Bitcoin
$41.883
price
5.83181%
price change
TRADE NOW

It remains to be seen which way the market sides and which algorithm pushes itself toward the top. Nevertheless, one thing is for sure. The general audience will benefit from the community’s internal fights, bringing about greater competition and higher prospects.

Stay up to date with our latest articles

More posts

Using Open-Source Protocols for Developing Scalable Solutions on Blockchain

Blockchain technology's safe, transparent, and decentralized transaction platform might transform several sectors. However, building scalable blockchain solutions can be a challenging task.  This short guide will explore how to leverage open-source protocols to develop scalable blockchain solutions. The article aims to make it easier for developers to plan the realization of robust and secure blockchain applications.  Understanding Open-Source Protocols Open-source protocols, such as Ethereum and Hyperledger Fabric, come from organizations and are available for anyone to code for free. Unlike…

From Web2 to Web3 – How to Move an Existing Project to the Blockchain

Web2 and Web3 are two different generations of the World Wide Web. While Web2 is a centralized platform, Web3 is decentralized and powered by blockchain technology.  The success of Web3 has been enormous, with many people now moving from Web2 to take advantage of its benefits.  However, the path to Web3 is not always straightforward. It is complicated and requires a deep understanding of both technologies. Today's guide will ensure you have the right information to successfully move from Web2…

How to Write a Crypto Whitepaper – A Beginner’s Guide

With the rise of cryptocurrency, it's no surprise that many people want to get involved in the industry. But before launching a successful crypto project, one of the most important steps is writing an effective whitepaper. A whitepaper serves as a document that outlines your project and explains its core components and strategies for success. This process may seem daunting and overwhelming for those who have never written a whitepaper. This guide aims to help beginners understand how to write…

Centralized vs. Decentralized Bitcoin and Crypto Mixers

Many people see cryptocurrencies as a way to keep transactions anonymous and private. However, recent reports suggest that most crypto transactions happen on centralized exchanges, leaving user data vulnerable to theft and fraud. The popularity of crypto mixers has been steadily growing as a way to combat this problem. A crypto mixer is an online service that helps mix funds from different crypto wallets and exchanges.  This strategy makes it difficult for anyone to trace the transaction back to the…

Play-to-Earn (P2E) Games – What Are They and How Do They Work?

Regarding Play-to-Earn (P2E) games, there needs to be more clarity about their concept and how they work.  Behind the Huge Play-to-Earn Success: What's the Idea? Play-to-Earn games are a new way of playing games that have recently gained traction in the gaming world. The basic idea behind them is simple: you can play the game and make money. The concept works by allowing players to earn real money or cryptocurrency rewards for completing certain tasks within the game. Among these,…

Smart Contract Security – Pitfalls and Solutions

Smart contracts are becoming increasingly prevalent as the world moves towards a more digital and automated future. Still, they are far from being the panacea of all technological ills. Smart contracts are self-executing contracts with a predetermined set of rules. They are stored on the blockchain and run by computers, which makes them tamper-proof and reliable. However, as with any new technology, smart contracts have associated risks. This article will explore some of the most common pitfalls and how to…

Looking for Crypto Marketing? Here are The Best Crypto Advertising Agencies in 2023

It is vital to have a strong marketing strategy if you wish to succeed in cryptocurrency. This is where crypto marketing agencies come in. You may successfully promote your project and reach your target audience through a crypto marketing agency.  This article will explore the top crypto marketing agencies in 2023. Moreover, we will look at their services and how to choose the right one for your project.  We will also discuss the benefits of using a crypto marketing agency.…

The Risks of Investing in Crypto Projects without Smart Contract Audit

Smart contracts are self-executing contracts that run on blockchain technology. They are stored and verified on the blockchain, which means they are transparent and cannot be tampered with. This makes them a secure way to conduct transactions without needing a third party.  Despite their many advantages, some risks exist with using smart contracts. One such risk is investing in crypto projects that have yet to have their smart contracts audited by a qualified auditor.  With an audit, knowing whether the…

Top Smart Contract Audit and KYC Companies in 2023

It's no secret that business is undergoing fast change. As a result, companies must adapt when new technologies, like smart contracts, emerge to remain competitive. A crucial part of this adaptation process is ensuring compliance with regulations and safety. This is where a company's KYC (Know Your Customer) process or smart contract audit comes into play.  Working with a reputable smart contract auditor or KYC provider ensures your company is compliant. This blog article discusses the benefits of using a…

Top 5 KYC Solutions for Crypto or NFT Projects

As the importance of blockchain technology grows, many people look for ways to get involved in the crypto world. One of the most important aspects of any cryptocurrency or blockchain project is KYC/AML.  Without proper KYC/AML procedures, your project could be at risk for fraud and illegal activities. This article will discuss the types of KYC solutions available and how to choose the right one for your project.  We will also provide tips on how to implement these solutions properly.…