Earlier quoted context omitted.
It'd be great if you could expand on that. Why doesn't it make sense, why is it too expensive, why unreasonable?
Not the poster above, but I think the main issue is with the cost to provide proof of work in a trustless network. For example, bitcoin is already at or close to the point where the most efficient mining operations have a hard time turning profit without a major bubble drawing in outside capital. 3 years from now it may well be unsustainable.
Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
101–110 of 177 posts
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#102At this time, there are 78 comments to this post, none of them addressing technical concerns. Quite unusual for HN. I've devoted my life to cryptocurrency since 2011 and still question whether or not this system even makes sense. It seems too expensive with the technology we have today. Once privacy, such as zk-SNARK, is added, it becomes unreasonable. Perhaps this is what a bubble looks like. I wasn't there for the…
Really intrigued by your comment! Could you elaborate on what drives the high cost? Or what would need to change for this to viable?
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#103At this time, there are 78 comments to this post, none of them addressing technical concerns. Quite unusual for HN. I've devoted my life to cryptocurrency since 2011 and still question whether or not this system even makes sense. It seems too expensive with the technology we have today. Once privacy, such as zk-SNARK, is added, it becomes unreasonable. Perhaps this is what a bubble looks like. I wasn't there for the…
Really intrigued by your comment! Could you elaborate on what drives the high cost? Or what would need to change for this to viable?
1. Miners to validate 1MB of transactions every 10 minutes
2. Users to be able to confirm that the entire chain of transactions was properly validated by the miners
Some ways to make #1 more efficient make #2 more difficult, so they are somewhat at odds with each other. For now, we're looking at a write throughput of between 1tps to 20tps for Bitcoin and Ethereum.
If you don't care about #2, then you don't need the mining model anymore, or even a blockchain. You can just put all your transactions in MySQL, Cassandra, R3 Corda or whatever and you can subsequently crank up your transaction throughput. You can get >10,000tps with MySQL.
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#104Earlier quoted context omitted.
Not the poster above, but I think the main issue is with the cost to provide proof of work in a trustless network. For example, bitcoin is already at or close to the point where the most efficient mining operations have a hard time turning profit without a major bubble drawing in outside capital. 3 years from now it may well be unsustainable.
Ethereum is planning a switch away from proof of work.
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#105How pointless. The whole point of Bitcoin was to have uncensorable, decentralized asset that can be used to exchange value without any trust etc. That is the only reason we endure this utterly shitty and inefficient blockchain thing, and we exchange money for this otherwise pointless online points. I have no problem with ETH as cryptocurrency / smart contract platform. But this whole Enterprise Ethereum Alliance is j…
Those events might be "who accessed my credit card account and when" or "who requested access to my health records and when". These chains can exist entirely independently of of the global "Ethereum" chain, and can operate entirely without the concept of a crypto-currency (aside from using it as a scheduling mechanism within your blockchain cluster).
People need to stop getting hung up the cryptocurrency aspect of blockchains.
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#106Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#107How pointless. The whole point of Bitcoin was to have uncensorable, decentralized asset that can be used to exchange value without any trust etc. That is the only reason we endure this utterly shitty and inefficient blockchain thing, and we exchange money for this otherwise pointless online points. I have no problem with ETH as cryptocurrency / smart contract platform. But this whole Enterprise Ethereum Alliance is j…
Enterprise Ethereum has almost nothing to do with Ethereum the public blockchain, or crypto-currency. Ethereum based blockchains (that is based on Ethereum the software, not the canonical global instance of that software) provide an ability to create an auditable log of events. Those events might be "who accessed my credit card account and when" or "who requested access to my health records and when". These chains ca…
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#108How pointless. The whole point of Bitcoin was to have uncensorable, decentralized asset that can be used to exchange value without any trust etc. That is the only reason we endure this utterly shitty and inefficient blockchain thing, and we exchange money for this otherwise pointless online points. I have no problem with ETH as cryptocurrency / smart contract platform. But this whole Enterprise Ethereum Alliance is j…
Enterprise Ethereum has almost nothing to do with Ethereum the public blockchain, or crypto-currency. Ethereum based blockchains (that is based on Ethereum the software, not the canonical global instance of that software) provide an ability to create an auditable log of events. Those events might be "who accessed my credit card account and when" or "who requested access to my health records and when". These chains ca…
If all they want is a log of events, why not use a tried and true database whose performance is more well understood? MySQL, Cassandra, whatever.
You can add the ability to audit the tables by signing data updates with public key crypto.
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#109Earlier quoted context omitted.
Ethereum is planning a switch away from proof of work.
Who, exactly, gets to decide that?
The longer answer can be found here[0]
[0]:https://www.cryptocompare.com/coins/guides/what-is-the-ether...
Re: Master Card, Cisco, and Scotiabank Join the Enterprise Ethereum Alliance
#110Earlier quoted context omitted.
Enterprise Ethereum has almost nothing to do with Ethereum the public blockchain, or crypto-currency. Ethereum based blockchains (that is based on Ethereum the software, not the canonical global instance of that software) provide an ability to create an auditable log of events. Those events might be "who accessed my credit card account and when" or "who requested access to my health records and when". These chains ca…
> Ethereum based blockchains provide an ability to create an auditable log of events If all they want is a log of events, why not use a tried and true database whose performance is more well understood? MySQL, Cassandra, whatever. You can add the ability to audit the tables by signing data updates with public key crypto.
The key is that every transaction must be made known to the auditors before it is acted on. By logging to a traditional db, you're at the mercy of the party responsible for sharing out those logs.