What Is Proof of Work?

Cryptostone
2 min readMar 28, 2022

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.
Proof-of-work solves the “double-spending problem,” 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’s coins and making the currency uncertain and useless.
Double-spending is an issue for networked transactions because digital actions are very easy to replicate, which is what makes it trivial to copy and paste a file or email over one person.

Proof-of-work makes doubling digital money very hard. It’s much what it sounds like “proof” that someone has done a significant amount of computations.

How does proof-of-work work?

Bitcoin is a blockchain, 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.
Proof-of-work is a necessary part of adding new blocks to the Bitcoin blockchain. I summoned blocks to life by miners, the players in the ecosystem who execute proof-of-work. The network accepts A new block The network accepts A new block each time a miner comes up with a new winning proof-of-work, which happens roughly every 10 minutes.
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.
What computations are the miners making exactly? In Bitcoin, miners spit out the so-called “hash,” which turns an input into a random-looking string of letters and numbers.
The goal of the miners is to create a hash matching Bitcoin’s current “target.” 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 they take about 10 minutes on average to hit this target.

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.

--

--

Cryptostone

Cryptostone is an anonymous blockchain ecosystem to utilize blockchain technology as financial tools in people’s life.