forked from XinFinOrg/Official-XinFinOrg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpos.php
More file actions
104 lines (92 loc) · 9.17 KB
/
Copy pathpos.php
File metadata and controls
104 lines (92 loc) · 9.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?php
$title = "Why Proof-of-Stake (PoS) Is Better Than Proof-of-Work (PoW)";
$desc = "Either you have decided to enter the world of Blockchain technology, or you are just interested in knowing the mining process of blockchains, this article will help you out in both cases.";
include('inc/header.php') ?>
<section id="xdcebanner">
<!-- <div id="particle-canvas" ></div> -->
<div class="container">
<div class="row">
<div class="bannertext">
<h2 class="mb-2">Why Proof-of-Stake (PoS) Is Better Than Proof-of-Work (PoW)</h2>
<p class="mb-2">Before we move to the point of discussion, understanding the fundamentals of Blockchain technology is essential. It came into being when people felt that they do not want to depend on a third-party or intermediary for their transactions. Thus, the evolution of Blockchain technology allows the users to conduct their transactions directly with other members without the need of a third-party. That said, a decentralized and distributed system of Blockchain was built that changed the entire landscape of technology, financial, and non-financial transactions in the world.</p>
<p>In order to make the transactions on Blockchain securer and more accountable, an effective way or mechanism was needed that would allow the members to perform mining to reach distributed consensus. Here come, two consensus mechanisms which are named as Proof-of-Work and Proof-of-Stake respectively. These mechanisms are basically the current requirements to confirm that the transactions on a Blockchain are secure and valid. In simple terms, miners place the transactions in a block which after achieving consensus is added to the ever-increasing chain. Hence, the term 'blockchain'.</p>
</div>
<!-- <div id="scroll"><a href="#xdce" class="smooth-scroll" ><span class="arrow-bounce">↓</span></a></div> -->
</div>
</div>
</div>
</section>
<section id="protocol">
<div class="container">
<div class="tab-content">
<div id="network" class="tab-pane fade in active">
<div class="row" style="margin-top:0%;padding-bottom:0px;">
<div class="col-md-12 col-sm-12 col-xs-12">
<p class="mb-1"><strong>Understanding Proof-of-Work</strong></p>
<p>Proof-of-Work (PoW) is the first consensus mechanism, generally used by Bitcoin. In this mechanism, the nodes or users perform certain computing to add the block of transactions to the chain.Miners need to calculate a hash (signature)of the block following some particular requirements. Whoever finishes the computational workfirst will be rewarded with some amount of crypto-currency. This reward compels the users to carry out calculations quickly. Every cryptographic equation is different and unique, ensuring the security protocol of the system.Once the equation is solved, the entire network gets to know that the transaction is valid and authentic.</p>
<p>However, solving the mathematical computationrequires a lot of time, efforts, costs, and most importantly,energy consumption. These computational worksare quite difficult, eventually requiring heavy rigs for performance. Additionally, there is also a threat for centralisation-by-mining-pool.</p>
<p>This increasesthe necessity for a better mechanism that doesn't require so much time and money. Something that is faster and much cheaper than Proof-of-Work.</p>
<p class="mb-1"><strong>How PoS is better than PoW?</strong></p>
<p>Firstly, let's understand whatPoSis and how it actually works.</p>
<p>A new approach to block generation, PoSis based on the methods of 'user staking'. Like PoW, PoS also maintains the ultimate integrity and security of transactions where users are given incentives to validate other member's transactions. The aim is still the same just like the other blockchain's mechanisms, which is to achieve distributed consensus.However, the difference is to achieve a consensus for a block by placing bets or stakes on it.</p>
<p>Every usercan stake an amount of their cryptocurrencies on the block. Then, whoever gets selected to validate the blocks of transaction, gets the reward. Or in other words, when the block is added to the chain, the node who has placed a bet on it will be given reward. The process is completely secure and contains no counterfeit transactions as only an authentic block gets added to the chain. On the other hand, if some nodeis foundwitha fraudulent block, it gets penalized and the staked amount would be debited from its balance.</p>
<p class="mb-1">This method entirely depends upon the following idea:</p>
<p><strong><i>"Higher stakes in the Blockchain equals to louder voice"</i></strong></p>
<p class="mb-1">The biggest advantages of PoS are given below:</p>
<div class="orderList">
<ol>
<li> Users are not required to spend a lot of time and efforts to perform computationsso that they reach a consensus. Instead, they just place a bet on blocks.</li>
<li> Electricity costs and excessive energy consumptions are reduced inPoS mechanism.</li>
<li> High-performing computers are not needed to stake an amount.</li>
<li> A user only needs sufficient amount of tokens to stake and to be eligible to receive rewards.</li>
<li> With PoS mechanism, the networkbecomes fast, inexpensive, and more efficient as compared toPoW.</li>
<li> In PoS, every fraudulent activity is penalized. While, in PoW, duplicity can be ignored by other users in the network. This makes PoS a more accountable and secure model.</li>
</ol>
</div>
<p>To get a more vivid idea on whyPoS is a better model than PoW, have a look at thiscomparative representation:</p>
<div class="table-responsive posTable mb-2">
<table class="table table-striped table-bordered">
<thead class="thead-dark">
<tr>
<th scope="col">PoS</th>
<th scope="col">PoW</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Doesn't require much time and efforts</strong></td>
<td>Requiresexcessive time and efforts</td>
</tr>
<tr>
<td><strong>Doesn't need to solve large mathematical problems</strong></td>
<td>Needs to perform heavy calculations</td>
</tr>
<tr>
<td><strong>Requires staking the amount of tokens to get a chance of being selected</strong></td>
<td>Requires heavy rigs as difficulty level increases with computational power</td>
</tr>
<tr>
<td><strong>Cheaper than PoW</td>
<td>Quite expensive</td>
</tr>
<tr>
<td><strong>Less electricity is consumed resulting in lower energy consumption</strong></td>
<td>More electricity is consumed to compute resulting in excessive energy consumption</td>
</tr>
<tr>
<td><strong>Authenticity is encouraged, Unauthenticity is discouraged</strong></td>
<td>Authenticity is encouraged but Unauthenticity is forgiven</td>
</tr>
</tbody>
</table>
</div>
<p>It is important to note that the users must have enough staking amount to place a bet on the block. The more bets a user places, the higher are their chances of being chosen and getting rewarded.</p>
<p>Now that you know that PoS is far better than PoW, are you ready to invest in Blockchain technology with PoS mechanism? If so, we advise you to opt for <a href="https://xinfin.org">Hybrid Blockchain Technology</a> – a game-changing technology consisting of both public and private state of network. It offers robust security and authentic transactions.</p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<?php include('inc/footer.php') ?>