Earning on Uselessness? How the Proof of Useful Work Consensus Works

cryptonews.ru2026-08-16 tarihinde yayınlandı2026-08-16 tarihinde güncellendi

Özet

Earning from the Useless? How Proof of Useful Work Consensus Works Classical cryptocurrency mining, like Bitcoin's Proof of Work (PoW), secures the network and prevents double-spending by performing computationally intensive "useless" hash calculations. Proof of Useful Work (PoUW) aims to solve this by making the work miners do valuable beyond the blockchain. The goal is for computational power securing the network to simultaneously solve problems in fields like medicine, astronomy, or AI. However, implementing PoUW faces significant challenges: 1. **Providing Useful Work**: Unlike uniform hash calculations, useful tasks are rarely identical or consistently available, making fair, parallel work distribution difficult. 2. **The Blockchain Trilemma**: Verifying complex "useful" solutions can be slower than verifying a simple hash, potentially harming scalability and security. 3. **Solution Uniqueness**: Solutions must be unique for each block to prevent reuse. 4. **Predictable Effort**: The system must ensure fair competition with predictable costs, preventing participants from cherry-picking only easy tasks. 5. **Economic Model**: The "useless" work in PoW has intrinsic value—it secures the network and incurs real costs (hardware, electricity), which contribute to a cryptocurrency's economic foundation and valuation. Replacing it with externally valuable work complicates this economic incentive structure. Examples of projects exploring PoUW concepts include: * **Prim...

Classical mining, which occurs thanks to the Proof of Work consensus algorithm, such as Bitcoin mining, is necessary for ensuring the security and stability of the network, as well as for preventing double-spending. In general terms, the process is needed to calculate the hash of a block header in a specific cryptocurrency's blockchain, which includes, among other things, a random number (nonce), the hash of a set of transactions, and the hash of the previous block. If everything goes well for the miner, they find the correct value and receive coins for the work done—the block reward plus transaction fees.

The problem, often mentioned by proponents of alternative consensus algorithms, is as follows: to obtain the coveted reward, a miner has to perform a lot of "useless work" (the aforementioned hash calculation), which also consumes a lot of electricity. The problem can be attempted to be solved in at least two radical ways: by abandoning mining (for example, using a PoS consensus) and by making mining provide additional benefits (hence the name Proof-of-Useful-Work).

In a broad sense, Proof of Useful Work (PoUW) is an approach to a consensus model where the computational work of miners, necessary to secure the network, simultaneously solves tasks that have value outside the blockchain.

The idea of PoUW is not new, as developers have been searching for a "useful arrangement of mining" for many years. In 2017, a group of researchers from different countries—Marshall Ball, Alon Rosen, Manuel Sabin, and Prashant Nalini Vasudevan—published a paper titled Proofs of Useful Work.

Problems of PoUW

Despite all the nobility and attractiveness of the goal pursued by proponents of the Proof of Useful Work concept, achieving it in the most effective way in practice turns out to be not so simple. Of course, it would be great if the conditional brute-force search of SHA-256 hashes could easily be replaced by computations in fields like medicine/astronomy/AI, and also contribute to the stable growth of a cryptocurrency's exchange rate. However, some difficulties lie along the way:

  • The Problem of Proposing Useful Work. In Bitcoin mining, hash brute-forcing is uniform, meaning participants all over the world perform exactly the same action. The network difficulty level gradually regulates the amount of effort a miner needs at a given time, depending on the total hashrate. On the other hand, it is quite difficult to imagine a similar and uniform piece of useful work that other participants can perform in parallel. If the work is not uniform, the complexity of tasks will constantly vary, and miners will find it profitable to perform only easy tasks, ignoring more difficult ones.

  • The Blockchain Trilemma. For blockchains, there is a problem often called the scalability trilemma. The essence of the triple problem, omitting details: ensuring an equally high level of decentralization, scalability, and security of a distributed network simultaneously is either impossible or incredibly difficult. At best, you can improve a maximum of two out of three characteristics. In a network with classical PoW, block verification is trivial. In PoUW, a node must verify the solution to a useful task, which can be significantly more complex and time-consuming. If verification becomes a bottleneck, scalability and security suffer. On the other hand, if the useful work is not uniform, and several participants start deciding what is useful at the moment and what is not, decentralization may suffer.

  • Uniqueness of Solution. Just as the hash value of each new block in PoW is unique, tasks in PoUW must also be unique for each block. That is, you cannot allow something to be solved once and then present that solution multiple times later.

  • Predictable and Uniform Miner Effort. An enthusiast mining cryptocurrency must participate in a competitive and fair competition with others for the reward. Otherwise, the consensus loses its economic foundation. It is also unacceptable for minor improvements in mining equipment to provide a colossal advantage. Plus, reliable validation must be ensured so that a participant is not rewarded for submitting a formally suitable answer that does not carry real usefulness.

Finally, there is a serious problem of economic incentives and the economic underpinning of the cryptocurrency. Let's delve into it in more detail.

The Problem of the Economic Model

Is mining really exclusively "useless work"? Although mining cryptocurrencies using Proof of Work was first implemented by Satoshi Nakamoto, the creator of an early version of the concept should rightly be called the cypherpunk and founder of Blockstream, Adam Back. He proposed the idea in the Hashcash system to combat email spam: the user had to perform a small amount of computation, which would become a barrier to mass spam mailings. In other words, complex computations themselves are needed to ensure the operation of another useful function.

In Bitcoin, complex computations are complex precisely because they effectively perform their task—ensuring the stable operation of the system. In addition, miners need to bear real costs (buy expensive equipment, pay electricity bills, etc.) to mine new coins.

From this perspective, the miner essentially exchanges their money, knowledge, and time for maintaining the operability of the entire network. These expenses and risky investments are factored into the "cost of Bitcoin"—to one degree or another. If miners stop taking risks and buying expensive equipment, bearing other costs, it will also affect the cryptocurrency's exchange rate. In other words, the high cost of Bitcoin is partly explained by the enormous economic costs borne by miners.

For greater clarity, we can also give this analogy: a CAPTCHA can also be considered conditionally useless computation. Surely it would be more useful if people, solving a protective computer test, could somehow help science or medicine. But the main task of the "useless CAPTCHA" is to protect against spam attacks and prevent hacks. That is, the procedure does not necessarily have to be useful in principle.

Project Examples

Several interesting blockchain projects can be highlighted that have attempted, to varying degrees, to implement the PoUW concept:

  • Flux: originally associated with GPU computations, but transitioned to the Proof of Useful Work v2 model in October 2025. As the developers note, today Flux acts as a decentralized Web3 cloud infrastructure. Although the project moved away from the original ideas of useful GPU mining, in its current implementation, nodes still perform real computational work: hosting, rendering, AI tasks, and much more.

  • Primecoin: this once well-known cryptocurrency among enthusiasts, launched in the distant 2013, became the first project to combine mining with computations having practical value. The proof-of-work system was based on searching for chains of prime numbers ("Cunningham chains")—thus, it was useful for mathematicians. Later, the developers reported several times about achieving world mathematical records.

  • Gridcoin: this cryptocurrency also appeared in 2013. The developers used the open distributed computing platform BOINC from the University of Berkeley. The protocol is designed so that participants receive rewards for completing tasks in a number of scientific projects. However, conducting such work somewhat differs from the PoUW concept, as the network's base consensus is proof-of-stake (PoS).

It is worth noting that there are other decentralized networks that redistribute computing power from some participants to others for performing useful tasks, for example, Bittensor for machine learning or Render Network for GPU rendering. That is, in a broad sense, such architectures intersect with the aforementioned PoUW concept, although they do not reproduce it in full.

Conclusion

Proof of Useful Work strives to combine the security of classical mining with solving real-world tasks, but so far faces serious technical and economic limitations. Despite this, the idea itself continues to evolve, and many new blockchain projects confirm a steady interest in the useful utilization of computing power.

end-content

İlgili Sorular

QWhat is the core problem with traditional Proof of Work mining that Proof of Useful Work aims to solve?

ATraditional Proof of Work mining, like Bitcoin's, requires miners to perform significant 'useless work' (calculating hashes) which consumes vast amounts of electricity without producing value outside of securing the blockchain network. Proof of Useful Work aims to redirect this computational effort towards solving problems that have real-world value.

QWhat are two major challenges in implementing a Proof of Useful Work consensus mechanism as described in the article?

ATwo major challenges are: 1) The Problem of Proposing Useful Work - It is difficult to create a large supply of identical, parallelizable tasks (like hash calculations) that are also useful, and to prevent miners from only choosing easy tasks. 2) The Blockchain Trilemma - Implementing PoUW can complicate block verification, potentially harming scalability and security, while also risking decentralization if decisions about what constitutes 'useful work' are not properly distributed.

QAccording to the article, how does the economic model of Bitcoin's Proof of Work provide value to the cryptocurrency?

AThe article argues that Bitcoin's high-cost mining (expensive equipment, electricity) is not 'useless' because it secures the network. These real economic costs and risks undertaken by miners contribute to the 'cost basis' of Bitcoin and are factored into its market value. The expenditure effectively exchanges resources for network stability and security.

QName one early cryptocurrency project mentioned that attempted to implement Proof of Useful Work and describe its approach.

APrimecoin, launched in 2013, was an early PoUW project. Its Proof of Work system was based on the search for chains of prime numbers (Cunningham chains), which had practical value for mathematical research. The developers reported achieving world mathematical records through this mining process.

QWhat is a key difference between how Flux and Gridcoin approach the concept of useful computational work?

AFlux (in its PoUW v2 model) operates as a decentralized Web3 cloud infrastructure where nodes perform real computational tasks like hosting, rendering, and AI workloads as part of its consensus mechanism. Gridcoin, while rewarding participants for scientific computations via the BOINC platform, uses Proof of Stake as its base consensus protocol, making its approach to useful work complementary rather than integral to block creation.

İlgili Okumalar

Roman Storm Accuses Google and OpenAI in Connection with U.S. Department of Justice Ruling on Cryptocurrency Case

Roman Storm, founder of the cryptocurrency anonymization protocol Tornado Cash, convicted in August 2025 for conspiracy to operate an unlicensed money-transmitting business, has accused Google and OpenAI of facilitating North Korea's nuclear program. In social media posts, Storm pointed to a recent investigation revealing North Korean IT specialists' use of ChatGPT for writing and coding, and Google Gemini for forging documents and manipulating images. He argued that, under the same legal logic the U.S. Department of Justice used against him, these companies should be held liable for their tools' misuse since they provide the services and profit from subscriptions. Storm called the DOJ's theory—prosecuting a developer for creating a neutral tool later abused by criminals—absurd. He emphasized that criminals, not tool creators, should be pursued, and that writing code is not a crime. The Tornado Cash verdict sets a negative U.S. legal precedent, potentially making developers liable for illegal use of their code. Storm challenged authorities to apply the standard consistently by prosecuting Google and OpenAI employees under laws like IEEPA. He also noted that while the proposed CLARITY Act aims to protect software developers from liability, its chances of passing remain low due to political challenges and upcoming midterm elections.

cryptonews.ru10 dk önce

Roman Storm Accuses Google and OpenAI in Connection with U.S. Department of Justice Ruling on Cryptocurrency Case

cryptonews.ru10 dk önce

İşlemler

Spot
活动图片