<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Proof of Work on Stephen Ajulu</title><link>https://ajulu.netlify.app/tags/proof-of-work/</link><atom:link href="https://ajulu.netlify.app/tags/proof-of-work/feed.xml" rel="self" type="application/rss+xml"/><description>Hello, I'm Stephen Ajulu, a seasoned multidisciplinary tech professional with over a decade of experience. I build impactful solutions using design, tech, and engineering in the pursuit of impact.</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>ajulu.b22uf@aleeas.com (Stephen Ajulu)</managingEditor><webMaster>ajulu.b22uf@aleeas.com (Stephen Ajulu)</webMaster><copyright>Stephen Ajulu.</copyright><lastBuildDate>Thu, 09 Dec 2021 12:10:00 +0300</lastBuildDate><item><title>What is Proof of Work?</title><link>https://ajulu.netlify.app/posts/what-is-proof-of-work/</link><pubDate>Thu, 09 Dec 2021 12:10:00 +0300</pubDate><guid>https://ajulu.netlify.app/posts/what-is-proof-of-work/</guid><description>&lt;p&gt;Proof-of-work is the algorithm that secures many cryptocurrencies, including Bitcoin and Ethereum. Most digital currencies have a central entity or leader keeping track of every user and how much money they have. But there’s no such leader in charge of cryptocurrencies like Bitcoin. Proof-of-work is needed to make the online currency work without a company or government running the show.&lt;/p&gt;
&lt;p&gt;More specifically proof-of-work solves the &amp;ldquo;double-spending problem,&amp;rdquo; which is trickier to solve without a leader in charge. If users can double-spend their coins, this inflates the overall supply, debasing everyone else&amp;rsquo;s coins and making the currency unpredictable and worthless.&lt;/p&gt;</description><content:encoded><![CDATA[<p>Proof-of-work is the algorithm that secures many cryptocurrencies, including Bitcoin and Ethereum. Most digital currencies have a central entity or leader keeping track of every user and how much money they have. But there’s no such leader in charge of cryptocurrencies like Bitcoin. Proof-of-work is needed to make the online currency work without a company or government running the show.</p>
<p>More specifically proof-of-work solves the &ldquo;double-spending problem,&rdquo; which is trickier to solve without a leader in charge. If users can double-spend their coins, this inflates the overall supply, debasing everyone else&rsquo;s coins and making the currency unpredictable and worthless.</p>
<p>Double-spending is an issue for online transactions because digital actions are very easy to replicate, which is what makes it trivial to copy and paste a file or send an email to more than one person.</p>
<p>Proof-of-work makes doubling digital money very, very hard. It&rsquo;s much what it sounds like &ldquo;proof&rdquo; that someone has done a significant amount of computations.</p>
<h3 id="how-proof-of-work-works">How proof-of-work works</h3>
<p>Bitcoin is a <a href="https://stephenajulu.com/blog/what-is-blockchain-how-does-it-work-blockchain-explained/">blockchain</a>, which is a shared ledger that contains a history of every Bitcoin transaction that ever took place. This blockchain, as the name suggests, is composed of blocks. Each block has the most recent transactions stored in it.</p>
<p>Proof-of-work is a necessary part of adding new blocks to the Bitcoin blockchain. Blocks are summoned to life by miners, the players in the ecosystem who execute proof-of-work**.** A new block is accepted by the network each time a miner comes up with a new winning proof-of-work, which happens roughly every 10 minutes.</p>
<p>Finding the winning proof-of-work is so difficult the only way to provide the work miners need to win bitcoin is with expensive, specialized computers. Miners will earn bitcoin if they guess a matching computation. The more computations they churn out, the more bitcoin they are likely to earn.</p>
<p>What computations are the miners making exactly? In Bitcoin, miners spit out the so-called &ldquo;hash,&rdquo; which turns an input into a random-looking string of letters and numbers.</p>
<p>The goal of the miners is to create a hash matching Bitcoin&rsquo;s current &ldquo;target.&rdquo; They must create a hash with enough zeroes in front. The probability of getting several zeros in a row is very low. But miners across the world are making trillions of such computations a second, so it takes them about 10 minutes on average to hit this target.</p>
<p>Whoever reaches the goal first wins a batch of the bitcoin cryptocurrency. Then the Bitcoin protocol creates a new value that miners must hash, and miners start the race for finding the winning proof-of-work all over again.</p>
<p>Source: <a href="https://www.coindesk.com/learn/2020/12/16/what-is-proof-of-work/">CoinDesk</a></p>
]]></content:encoded><media:content url="https://ajulu.netlify.app/images/webp-net-resizeimage.jpg" medium="image"/></item></channel></rss>