Hacker News new | ask | show | jobs
by sanswork 3341 days ago
How does a blockchain make that setup easier? You need to a system in place to track who is selling to who so if you have that it's just as easy to have it do bank transfers as it is blockchain ones.

Do you also imagine there would be wires running between each set of properties? If not you still need a third party to manage the centralized distribution network in which case you're not going to sell directly to your neighbors you're going to sell to the grid.

2 comments

I imagine a marketplace with a ledger of electrons and money, with smart switches and meters that directly interact with this marketplace.

One interesting idea is having certain energy tagged as "green" energy, like wind generated, which some people might be willing to pay more for.

How do you prevent fraud (bypassing the meter) and who still pays to maintain the grid? Not sure. Is this really more efficient than a private / gov run system? I don't know. Blockchain interacting with real physical assets always seems murky to me.

From the wikipedia entry for "blockchain" [0]

> Blockchains are "an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way. The ledger itself can also be programmed to trigger transactions automatically."

Blockchains are exactly what they're looking for, they solve the problem perfectly. By design, the blocks in a blockchain are a redundant, scalable, unhackable, cryptographically secure ledger transaction (in theory!).

From wikipedia again:

> All blockchains are distributed ledgers but not all distributed ledgers are blockchains.

Ethereum is a blockchain implementation that has programmable contracts. If you're designing a system like this, and need it to be out in the public and self-governing, it makes sense.

[0] https://en.wikipedia.org/wiki/Blockchain

Could you give me a practical example of how you would use one to solve this problem that couldn't be just as easily solved without one?
There are none. The only practical example where a blockchain does things a centralised database doesn't is a Bitcoin-style cryptocurrency.

(Even then, proof-of-work mining naturally recentralises, as we see with Bitcoin. Ethereum claims to be planning to move to proof-of-stake, but there's no working implementation or date for this.)