Tell me more ×
Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It's 100% free, no registration required.

As more users use bitcoin and "forced work" difficulty increases what effect does this have ecologically? It is a silly question I know. I'm just comparing lets say value or effect of using computational power for protein folding vs bitcoin and curious if anyone has given or found some thought/exploration on the matter.

share|improve this question
Are you asking what impact the Bitcoin mining has on ecology and how to control it, or the economical benefits of mining rather than folding or the like, because the later part of your question is not quite clear. Could you clarify your question a bit? – ThePiachu Jan 7 '12 at 3:54
Sorry, you are right. The first is a practical question and the latter is just a thought in comparison. Some clustering CPU power projects are easier to justify footprint impact than others. – cyphunk Jan 7 '12 at 13:06

3 Answers

Blockchain.info reckons the network used 156.51 megawatt hours of electricity in the last 24 hours. This random physics page I googled up reckons a car driving at 40mph takes 100kW (so, 2.4 MWh in 24 hours).

So by these (very) rough figures, running the Bitcoin network takes about as much energy as driving 65 cars.

How many vehicles are used in the transportation of physical cash? Not to mention the energy costs of physically storing and securing cash. I'd say Bitcoin is almost certainly a net positive for the environment to the extent that it displaces physical cash.

share|improve this answer

Increase in difficulty does not make Bitcoin miners mine any harder, it just takes them a longer time to solve a block. Their power consumption per unit of time remains the same.

On the other hand, more miners joining the network and mining increases the difficulty. Correlation is similar, although causality is reversed.

So, what impact does the increased hashing speed (and thus increased difficulty) have on the ecology? Well, more resources (electricity, hardware) are used to create new coins. In return the Bitcoin network gets more and more secure from attacks.

But if you want to control the ecological footprint of Bitcoins, you should look into the USD/Difficulty ratio, that is how profitable mining is. Some miners operate on a tight margin, so getting that ratio lower would make them quit, and vice versa - get it high enough and people would want to mine with the least efficient hardware they can find.

share|improve this answer

To date, there has not been a single suggestion as to how to provide a work distribution system that is not centralized that would at the same time not be vulnerable to cheating.

In other words, it would be great if there was a way to not have to rely on sha256() hash calculations being done 9,000,000,000,000 times per second (the current hashing rate) and do something like folding instead. But nobody can envision a way to do this where if someone isn't following the rules they don't disadvantage everyone else. If there was a master node -- that would work, but with bitcoin, there is no master node.

An alt currency called Litecoin uses a different approach where GPUs don't give the miner an advantage but the the same concept of a proof of work useless for anything other than verifying the blockchain is the output.

share|improve this answer
Proof of work is a means to an end (synchronizing a transaction timeline), there certainly have been suggestions how to reach this end with less resources spent on proof of work. – Meni Rosenfeld Jan 7 '12 at 16:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.