Can PoW be as energy efficient as PoS?

Has anyone has been following the crypto amendment debacle in the US Congress? One of the potential counter-proposals would drastically advantage PoW chains over PoS.

The original bill puts essentially impossible compliance requirements on any node in a cryptocurrency blockchain. There’s a good proposal (Wyden-Lummis) that would exempt that, and a bad counter-proposal (Portman-Warner) that exempt only proof-of-work chains. Assuming the latter passes, it might be strategically advantaged to think about how existing PoS schemes can be re-conceptualized so they include a nominal PoW component. A simple example might be a hybrid chain, where 99% of the blocks are validated by shakers and 1% are mined.

Obviously there’s some intersection of law and technology here. But assuming the worse happens and Ethereum post-merge is effectively banned in the US, it’d be good to develop a technically legal L2 or side chain solution.

There are around 210K validators. If all were using EthereumOnARM, securing the Eth2 network would require at ~ 1.5 MW - annualized 13.14 GWh. According to https://cbeci.org the Bitcoin network requires 84 TWh making the Eth2 network 6000 times more energy efficient.

1 Like

Going back to OPs original proposal, or my understanding of it:

  • Idea: design a mining algorithm that requires a special CPU (≈ASIC) that runs at a low frequency, but gets a shit-ton of specialized work done per cycle (≈ASIC).
  • Outcome: OP suggests that such a chip (≈ASIC) would be more expensive to manufacture (≈ASIC), but require less electricity thereafter, thus be more efficient (≈ASIC).

So how does PoW work and why will your chip not help?

The way PoW works is that miners have to expend valuable “real world” resources to validate the network and then get rewarded with coins in return.

It doesn’t matter if it’s electricity or capex or whatever that is being expended, it just has to be considered “valuable” by a large enough fraction of the population. Given the world is still full of boomers, Satoshi has chosen electricity as the valuable resource. Every boomer understands that building a power plant costs a fuck-ton. Besides, transporting energy is relatively straight forward (over short-medium distances) and energy is widely available.

If the mining mechanism is changed, then the total expense has to be maintained, or network security suffers because it would become cheaper to attack the network.

If the electricity need per miner goes down, then there will have to be more miners to maintain security. Alternatively, some other resource will have to be expended more, like the specialized chips that you describe [1]. This is unlikely to be any better for the environment than today’s PoW, I’d rather expect the opposite. (See ASIC waste discussion.)

How is PoS different from PoW, and is it more efficient?

In PoS, the idea is that you make a big upfront investment representing your primary cost. After that, maintenance cost is almost negligible.

However, you don’t invest in something that boomers understand (such as hardware and energy), you instead invest in some magic Internet money coin (ETH) that is not a traditional “real world” resource, yet.

There are at least two criticisms with this model:

  1. Network security depends on a virtual resource (ETH) that a big part of the population (e.g., boomers) does not understand and value appropriately. Everyone sees the intrinsic value of energy and hardware, but many people don’t see the intrinsic value of ETH. If people don’t think that ETH is valuable, then ETH can’t protect a blockchain to the same extent that PoW can.

  2. Requiring a big upfront investment into ETH, with negligible cost afterwards, and that entitles the owner to an infinite stream of future coin supply, will over the long run (several human generations…) create huge inequalities. To restore equal opportunities, it will require massive taxation just like in the current boomer system. A model that requires constant expenditure of real world resources doesn’t have this issue.

Personally I think that as of today, PoS can only be secure as an L2 on top of a strong PoW chain. This might change over time, as a larger fraction of the population starts understanding the intrinsic value of virtual stuff. The fact that NFTs suddenly entered mainstream art circles is an encouraging sign and gives me hope that PoS can at some point replace PoW. But I don’t think now is that time.

Footnotes:

[1] While not literally getting expended, the chips become useless quickly given the technological progress.

So you are saying that PoW is only great?

While you guys clearly noticed that I’m a proponent of PoW, I also see big problems with it. In theory, PoW is immensely beautiful because it incentives miners to identify and leverage underutilized and cheap energy sources across planet earth (and beyond).

However, in today’s world prices are distorted, the “cheapest” resources are not necessarily the “cheapest” resources. This is due to ill regulation and other nation state intervention that irrationally creates distortions in the price finding process.

In an efficient world, energy sources that objectively destroy our planet would be taxed as such by society, either directly ($ tax) or indirectly (e.g., customers boycotting companies using these sources). However, in practice there is always some corrupt government that will create irrational incentives by subsidizing energy for certain uses. And there are too many irrational customers who (for short term profit or lack of awareness) irrationally decide against punishing bad actors.

In the end, it is society as a whole that is paying for our ignorance of the 2nd, 3rd (and 4th and …) order effects of our decisions and actions.

1 Like

Have you looked into Chia’s solution which combines Proofs of Space with Proof of Time to avoid grinding attacks?