a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by mk
mk  ·  3500 days ago  ·  link  ·    ·  parent  ·  post: Blockchains will prevail.

In all honesty, my understanding of ethereum is probably insufficient. From what I understand, ethereum is a blockchain application, similar in a number of ways to bitcoin, but instead of simply changing values in cells (send 0.5 bitcoin to X address), ethereum transactions can execute code (which are called contracts), and cells have persistent memory which can be altered in numerous ways by contracts. It costs ether to execute these contracts, which is a way to determine if the execution of the contract is complete, and prevents network-bogging loops. Theoretically, applications could be built within ethereum, allowing for the decentralization and public validation of the application itself. Thus, a voting application could run in ethereum, and it would be transparent to all involved.

Obviously, one concern about ethereum's practicality is the potential size of that growing blockchain ledger.

The development news I linked addressed some of the kinds of operations that might be performed in a contract, how the state of an address is altered or read by the operations, and about lowering the overall memory involved in some operations.





ironpotato  ·  3500 days ago  ·  link  ·  

Okay, so you grasped it as I did. I wasn't sure on the whole code execution thing. Just seemed weird and I couldn't really comprehend why you'd want that. But I guess it makes sense in a currency of the future sort of way