PoS: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= PoS
                     |title= PoS — Decimal Wiki
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= PoS
                     |keywords= PoS, Proof-of-Stake
                     |description= PoS
                     |description= PoS — the Proof-of-Stake method of reaching consensus
                     }}
                     }}
<div class="mikio-article-content">
'''Proof-of-Stake''' or '''PoS''' (proof of ownership) is a method of reaching [[consensus]] in which the probability of forming the next [[block]] in the [[blockchain]] is proportional to the share of [[token]]s on the [[node]] account. When using this method, the block formation [[algorithm]] does not depend on the power of the equipment, but it is more likely that the block will be formed by the account with a larger current account balance.
   
   
<div class="mikio-tags">
== History ==
 
For the first time, the idea of Proof-of-Stake was proposed at the BitcoinTalk forum in 2011, and the first implementation of the PoS protocol was presented in 2012 in the [[wikipedia:PeerCoin|PeerCoin]] [[cryptocurrency]].
 
</div>
<span id="pos"></span>
= PoS =
<div class="level1">
'''Proof-of-Stake (proof of ownership)''' is a method of reaching consensus in which the probability of forming the next block in the blockchain is proportional to the share of tokens on the node account. When using this method, the block formation algorithm does not depend on the power of the equipment, but it is more likely that the block will be formed by the account  with a larger current account balance.
</div>
<span id="istorija"></span>
= History =
<div class="level1">
For the first time, the idea of Proof-of-Stake was proposed at the BitcoinTalk forum in 2011, and the first implementation of the PoS protocol was presented in 2012 in the PeerCoin cryptocurrency.
   
   
</div>
== Idea ==
<span id="ideja"></span>
The idea of Proof-of-Stake is to solve the [[Proof-of-Work]] problem associated with high energy costs. Instead of the computing power of the participants, the amount of cryptocurrency in their account matters.
= Idea =
   
   
<div class="level1">
== Main advantages of PoS ==
A significant reduction in electricity consumption relative to the PoW method. To start a [[double spending attack|"double spending" attack]], it is necessary to concentrate more than 50% of the total amount of the entire currency which requires huge monetary costs. If the attacker is still able to concentrate such an amount of funds, he will upset the balance by his actions and will suffer from his attack himself. '''Proof-of-Stake''' allows the use of game theory algorithms to effectively counteract centralization.
The idea of Proof-of-Stake is to solve the Proof-of-Work problem associated with high energy costs. Instead of the computing power of the participants, the amount of cryptocurrency in their account matters.
</div>
<span id="osnovnye_preimuschestva_pos"></span>
= Main advantages of PoS =
<div class="level1">
A significant reduction in electricity consumption relative to the PoW method. To start a "double spending" attack, it is necessary to concentrate more than 50% of the total amount of the entire currency which requires huge monetary costs. If the attacker is still able to concentrate such an amount of funds, he will upset the balance by his actions and will suffer from his attack himself. "'Proof-of-Stake'" allows the use of game theory algorithms to effectively counteract centralization.
</div>
<span id="osnovnye_nedostatki_pos"></span>
= Main disadvantages of PoS =
<div class="level1">
   
   
== Main disadvantages of PoS ==
Motivation is in the concentration of funds, which can lead to the centralization of the network. If a small group is formed that concentrates large funds, it will be able to impose its own conditions for the functioning of the cryptocurrency, with which the majority of participants who do not control forging will disagree.
Motivation is in the concentration of funds, which can lead to the centralization of the network. If a small group is formed that concentrates large funds, it will be able to impose its own conditions for the functioning of the cryptocurrency, with which the majority of participants who do not control forging will disagree.
</div>
<div style="clear:both">


</div>
== See also ==
* [[PoW]]
* [[DPoS]]
   
   
</div>
[[Category:Commoninfo]]
[[Category:Commoninfo]]
[[Category:Consensus protocols]]

Latest revision as of 14:59, 2 February 2024

Proof-of-Stake or PoS (proof of ownership) is a method of reaching consensus in which the probability of forming the next block in the blockchain is proportional to the share of tokens on the node account. When using this method, the block formation algorithm does not depend on the power of the equipment, but it is more likely that the block will be formed by the account with a larger current account balance.

History

For the first time, the idea of Proof-of-Stake was proposed at the BitcoinTalk forum in 2011, and the first implementation of the PoS protocol was presented in 2012 in the PeerCoin cryptocurrency.

Idea

The idea of Proof-of-Stake is to solve the Proof-of-Work problem associated with high energy costs. Instead of the computing power of the participants, the amount of cryptocurrency in their account matters.

Main advantages of PoS

A significant reduction in electricity consumption relative to the PoW method. To start a "double spending" attack, it is necessary to concentrate more than 50% of the total amount of the entire currency which requires huge monetary costs. If the attacker is still able to concentrate such an amount of funds, he will upset the balance by his actions and will suffer from his attack himself. Proof-of-Stake allows the use of game theory algorithms to effectively counteract centralization.

Main disadvantages of PoS

Motivation is in the concentration of funds, which can lead to the centralization of the network. If a small group is formed that concentrates large funds, it will be able to impose its own conditions for the functioning of the cryptocurrency, with which the majority of participants who do not control forging will disagree.

See also