Hacker News new | ask | show | jobs
by jimktrains2 3241 days ago
> Proof-of-work is simply not sustainable (energy-wise), IMO, for the foundation of a global system.

Visa, MasterCard, AmEX, &c along with each individual bank, not to mention the intermediaries and gateways all of them use also consume a tremendous amount of power. It's not as if our current system uses a negligible amount of power, not to mention the number of steps and entities a transaction needs in order to be finalized.

5 comments

> It's not as if our current system uses a negligible amount of power

Our current system does in fact use a negligible amount of power. Each $2 latte you put on a credit card uses an amount of electricity so infinitesimal that it can only be measured in the aggregate.

The percentage of the power used to generate a single bitcoin block for a single transaction can power an average US household for (approximately) an entire week.

To put it in perspective: If the bitcoin network scaled up to the size of the VISA network it would require 100% of all energy used for all purposes planet-wide, from transportation, manufacturing, agriculture, etc. Everything you could possibly want to buy with bitcoin would be unavailable, as 100% of all human activity would go to powering the miners.

No, miners hash rate is what eats watts.

Bitcoin network scaling has to do with transactions per second, and it is a protocol problem, and an storage problem, but it is independent of the hash capacity of the system.

We can theoretically improve the Bitcoin network capacity to handle 100x the number of transactions, while having the same hash rate.

In fact, if hash rate were halved each month, and the protocol unchanged, Bitcoin network transaction capacity would still be the same after Bitcoin difficulty is auto adjusted.

Hash rate and transaction capacity are orthogonal issues.

What if you also include the energy consumed by the employees and facilities of Visa, including their commute-to-work energy? And the energy used to construct their facilities, improve network infrastructure, etc? Now are we getting within an order of magnitude of the energy consumption of an army of ASIC miners, and the people who farm them?
On a per-transaction basis? No.

Those costs specifically end up being reified in the fee those processors charge to their customers, so we can determine an upper limit to how much is spent on energy in that way.

The same is true of bitcoin transaction fees, no? Miners set the minimum fee that they will accept, and people tack a fee onto a transaction, large enough that a miner will likely process it.
No, because there is a block reward too that subsidizes the miners, so you have to account for that too.

We don't really know the relationship between transaction rate and electrical usage in a mature BTC system, because mining is mainly used to prevent double-spends and the minimum required mining rate to support a given transaction rate is a game-theoretical concern and not a technical one. We can only really observe what has happened so far in the Bitcoin ecosystem.

Why is so much compute needed for the blockchain? Couldn't a proof-of-work system be developed that consumes VISA-network levels of power? How costly the computation should be (and how much the cost has scaled up) seems like it was an arbitrary design decision.
No, the amount of energy needed will always be enormous as their is a direct linkage between the value of bitcoin and the amount of energy required to secure the network.

Otherwise there will be a point where it is cost effective to attack the network.

Bitcoin is designed to be wasteful.

I guess I was asking for a hypothetical, new crypto coin. Does proof-of-work have to be costly compute-wise in order to be proof-of-worky?
Yes. Think about what it is.

"I'm working on these hashes. You know I'm not taking a shortcut, because there's not yet a known way to do that with this secure hash. And because you know I'm doing the work, you should reward me with some coins."

Alternatives have been considered, like proof-of-stake.

You try to equate the current Visa, Mastercard, etc. to the current Bitcoin. This is not possible because Visa alone handles like 100,000 times the volume of Bitcoin. As soon as Bitcoin&Co. become serious currencies, the incentives for manipulation rise. When eventually no new Bitcoins will be generated, all miner incentives come from mining blocks for the transaction fees. How do you want to protect the chain? How much will a single transaction cost to pay for the power to prevent this manipulation by working faster than the "enemy"?

If you raise the block size to put more transactions into a single block, you will end up with a normal banking system because nobody can carry the whole blockchain with them to pay and has to trust providers that manage wallets.

So what? That's a totally meaningless comparison because the ubiquity of cryptocurrencies would not obviate the need for financial services. Besides, market forces incentivize businesses to use as little power as possible because it costs them money, PoW incentivizes miners to use as much power as possible because that is a necessary requirement for increasing hash output.
> So what? That's a totally meaningless comparison because the ubiquity of cryptocurrencies would not obviate the need for financial services.

The person I replied to compalined about "wasting" power to run the bitcoin network. It's only a valid comparison when compared against current usage, as our current system also "wastes" power to run the current system.

> PoW incentivizes miners to use as much power as possible because that is a necessary requirement for increasing hash output.

It also incentives them to get the most performance per Watt. I'm just saying it's meaningless to complain that bitcoin uses power, it only matters how it compares to the current system.

> It's only a valid comparison when compared against current usage, as our current system also "wastes" power to run the current system.

No, even if "the current system" was an apt comparison, there is still a fundamental difference between PoW and everything else. The power consumed in the process of facilitating a bank or any type of business is incidental to the useful work being performed. Power is burned so there are lights for people to see, power is burned so computers can perform calculations so that employees can get their jobs done faster, power is burned so that people can go back home after their shift is over; all this is incidental, the power is expended to make the business process more efficient, but the business could still run (though much less efficiently) without spending power on lights, computers and transportation. On the other hand, PoW is literally a waste of work because the nature of the work itself does not matter, the only thing that matters is that the unbounded cost of wasting energy keeps everyone honest.

> I'm just saying it's meaningless to complain that bitcoin uses power, it only matters how it compares to the current system.

The comparison is meaningless because "the current system" continues to exist regardless of any developments in bitcoin, if anything ubiquitous bitcoin would almost certainly increase the power impact of the finance industry.

> Visa, MasterCard, AmEX, &c along with each individual bank, not to mention the intermediaries and gateways all of them use also consume a tremendous amount of power.

But is it more or less than the equivalent amount of power it would take for Bitcoin (or something like it) to scale to Visa, MC, AMEX, etc. global levels?

That's what I don't have good numbers on, I was just pointing out that talking about bitcoins using a lot of energy isn't a good argument unless you're comparing it against the current system, which also uses a substantial amount of power. The big question is what you're asking: How do they compare?
I think that depends on how much mining hashing power scales with regard to transaction rate. From a technical point of view, there's no reason that the hash rate has to increase to process more transactions. But from an economic and game theoretical point of view, increasing transaction rate makes the network more valuable, which makes attack rewards more valuable, which necessitates a higher hash rate. I'm not sure anyone has sussed out what the relationship is between transaction rate and minimum necessary hash rate.
The Bitcoin we have now won't be the same network we have at that scale. L2 and on-chain optimizations will get us some of the way.
These companies handle orders of magnitude more traffic than Bitcoin and also provide services beyond just processing transactions. The comparison is not useful.