Is Bitcoin inherently dependent on electricity?

11

2

Obviously, the computing power necessary to create the blockchain requires access to fast hashing which requires electricity. Given that local power outages do occur, and this can cause a lack of network availability, does this act as the Achilles heel for Bitcoin?

Is it possible to conduct Bitcoin transactions in the absence of electricity?

Gary Rowe

Posted 2011-12-02T13:36:43.490

Reputation: 7 175

4This is essentially a weakness of things that use electricity, and would apply to ATMs and credit card machines. This is the same as asking if bitcoin is dependent on the internet. Yes, as is much of the modern world.osmosis 2011-12-03T03:06:59.730

1@osmosis: yes, but I think the point of the question is "does it depend on electricity, as opposite of cash which doesn't?" And the Casacius physical Bitcoins (and similar) are the answer.o0'. 2011-12-03T14:17:22.687

1Yes, I want to address the criticism that Bitcoin must have electricity and is therefore inferior to, say, gold and paper contracts drawn up against gold. I think that having offline private key trading is one, rather elegant, approach.Gary Rowe 2011-12-03T18:41:52.900

Answers

9

The network is distributed, so it won't go down everywhere at once.

Locally, on one hand it is similar to debit transactions - they need to get online to be processed. One can use cellphones though, which have their own batteries to run for awhile, so it's not too bad.

Lastly, one can accept transactions offline (using QR codes for example) and later transmit them through the network, but that carries the risk of double spending.

And if you want truly offline transactions with little risk, use things like Casascius physical Bitcoins.

ThePiachu

Posted 2011-12-02T13:36:43.490

Reputation: 41 594

2Yes, I like the concept of the Casascius physical bitcoin. Simply find a way to secure the private key and then trade using the value it represents offline.Gary Rowe 2011-12-02T21:42:29.143

1As long as the other party trusts you as the creator of the value representation. If you just print your key QR code and give it to someone they might not trust you not to have a copy of that key somewhere.ThePiachu 2011-12-02T23:41:29.017

5

In theory Bitcoin could work without electricity or computers. The difficulty would be (manually) reduced so that calculating the hashes by hand (or mechanical means) was feasible. Transactions would have to propagate on paper by hand. Transaction fees would have to go up enormously. And the whole shebang would work at a medieval snail's pace. I imagine it would be like scribe monks copying and verifying bibles...

jl6

Posted 2011-12-02T13:36:43.490

Reputation: 1 219

Hashing by hand is nay impossible, as a (fast) human could do approximately 2 hashes per day, maybe 20 with a calculator: What is the approximate hashrate of a human?

Murch 2014-02-17T21:10:39.570