Proof of work: Difference between revisions
Mr. MacKenty (talk | contribs) (Created page with "<center> <blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;"> File:Exclamation.png This is student work which has not yet been approve...") |
Mr. MacKenty (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[file:computation.png|right|frame|Advanced programming<ref>http://www.flaticon.com/</ref>]] | |||
</ | |||
</ | |||
Proof-of-Work, or PoW, is the original consensus algorithm in a Blockchain network. In Blockchain, this algorithm is used to confirm transactions and produce new blocks to the chain. With PoW, miners compete against each other to complete transactions on the network and get rewarded.<ref>https://cointelegraph.com/explained/proof-of-work-explained</ref> | |||
In short, miners compete against each other in solving complex computational puzzles. These puzzles are difficult to solve, but when solved, the solutions can be quickly verified. So, once a miner finds the solution to a new block, they can broadcast that block to the network. All other miners will then verify that the solution is correct and the block will likely be confirmed.<ref>https://www.binance.vision/blockchain/proof-of-work-explained</ref> | |||
== Video == | |||
<html> | |||
<iframe width="560" height="315" src="https://www.youtube.com/embed/bBC-nXj3Ng4?start=869" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |||
</html> | |||
== | |||
== | |||
== References == | == References == | ||
<references /> | <references /> | ||
[[Category: | [[Category:programming]] | ||
Latest revision as of 20:35, 8 March 2020
Proof-of-Work, or PoW, is the original consensus algorithm in a Blockchain network. In Blockchain, this algorithm is used to confirm transactions and produce new blocks to the chain. With PoW, miners compete against each other to complete transactions on the network and get rewarded.[2]
In short, miners compete against each other in solving complex computational puzzles. These puzzles are difficult to solve, but when solved, the solutions can be quickly verified. So, once a miner finds the solution to a new block, they can broadcast that block to the network. All other miners will then verify that the solution is correct and the block will likely be confirmed.[3]
Video[edit]