6 ms·
Everything on the planet uses energy. Why are people so obsessed with Bitcoin's energy usage in particular?
by Dirlewanger 6y ago
Everything on the planet uses energy. Why are people so obsessed with Bitcoin's energy usage in particular?
- ttul 6y agoBecause it’s enormous? A colleague just finished putting together a 125MW BTC mining operation. That’s sheer insanity. Nobody has ever been able to explain how Bitcoin saves the world from climate catastrophe by using 0.3% of all electricity.
- vntok 6y ago> Nobody has ever been able to explain how Bitcoin saves the world from climate catastrophe by using 0.3% of all electricity. Why would you think that Bitcoin needs to accomplish that particular task? As far as I know ending climate change has never been mentioned as a goal or desirable outcome of the project.
- deleted 6y ago[deleted]
- ttul 6y agoThe maintainers of Bitcoin could make changes to the mining protocol that reduce its reliance on energy. By choosing to not do so, they are directly contributing - in a substantial way - to civilization-ending climate catastrophe. I do think that Bitcoin's maintainers have an obligation to do their part, considering that they are very materially a part of the problem. Ethereum is at least working hard on other algorithms that are energy efficient. But in the Bitcoin space, the tremendous investment in energy-intensive mining equipment means that the entrenched players have an interest in persisting the way that things currently work, rather than seeking an energy conserving replacement.
- mopsi 6y agoConcern trolling. A lot of jealousy hides behind environmental concerns these days. You went on a trip or bought a supercar? But MPG yada-yada-yada...
- Nursie 6y agoThat's not even what concern trolling is
- jsheard 6y agoIt uses orders of magnitude more energy than the "legacy" financial institutions it competes with, to process a fraction of the transactions, and has tenuous practical benefits unless you're a ransomware gang or an early mover getting rich from the hype.
- shawnz 6y agoIn an absolute sense it uses much less energy. If you divide that by the current rate limit of transactions, it looks bad comparatively in that sense, on a per-transaction basis. But the energy usage of Bitcoin isn't related to the transaction rate, and the rate could be increased without affecting the energy consumption at all. There just hasn't been enough demand for that increase.
- bitcharmer 6y agoBecause Bitcoin requires insane amounts of energy compared to alternatives.
- lxgr 6y agoA lot of resources on our planet are wasted every day, but only very little of that waste is intentional (as opposed to negligent).
- chriswarbo 6y agoThe core operating principle of Bitcoin is to waste energy. That's what "mining" is: wasting electricity to find useless numbers, such that the hash of each block starts with a certain number of zeros (a useless task). This silly task (called HashCash https://en.wikipedia.org/wiki/Hashcash https://en.wikipedia.org/wiki/Hashcash ) was chosen not because those numbers are somehow important to the algorithm or network, but rather as a way to slow down the rate of block creation: forcing people to waste energy on finding these numbers, in order to have their blocks accepted by the network. It is important for bitcoin's security that the block chain can only grow slowly, since conflicts (like double-spending) are resolved by choosing the longest chain; if someone makes their own block chain that's longer than the main bitcoin chain, the network will switch to that and any payments on the previous chain will be forgotten. Using HashCash to slow down block creation makes this harder to pull off. The difficulty of the HashCash task (the required number of zeros for the next block's hash) changes depending on how long it took to find the last block, such that it always takes about 10 minutes to find a block, regardless of how much energy is spent on this task, or any technology improvements (e.g. CPU vs GPU vs ASIC). In other words, wasting more energy on mining bitcoin, or making more efficient bitcoin mining hardware, will not find blocks any faster; the mining task will become harder to compensate, so it still takes about 10 minutes per block. Bitcoin allows transactions to contain a 'fee' with a blank recipient, and each block can also contain a small payment 'from nowhere' as a reward/incentive. Miners create blocks which send these fees and rewards to themselves, then try to solve the HashCash task to make the block valid. Whoever solves it first sends their block to the network, it gets accepted as the longest chain, and hence that miner has received the fees and reward. Miners can't make more money by solving HashCash faster, since it always takes about 10 minutes for a block's HashCash to be solved, at which point everyone starts looking for a following block (since that will form the longest chain), which may be even harder to find. Instead, wasting more energy on mining makes it more likely that a miner will be the one who finds the next block; since, on average, someone performing X% of all mining will find X% of all new blocks (and hence receive X% of the fees and rewards). This creates a competition between miners, to try and waste more energy on HashCash than each other. This race-to-the-bottom breaks even when the energy wasted finding a block costs the same as all of the fees and rewards in that block; i.e. when all of those wasted megawatts are being spent for literally nothing (net). There are other ways to slow down the creation of blocks, or to resolve conflicts which don't incentivise long chains; other cryptocurrencies are experimenting with such things.