When the Bitcoin paper originally came out, it used the word 'blockchain' to specifically mean a 'trustless distributed blockchain' where consensus is reached via mining, and that is susceptible to a 50% + 1 attack, and where the mining nodes are individual businesses that have no reason to trust each other except that the game is set up in a way that it is in their self-interest to secure the blockchain. However, th…
JPM's Quorum is originally a fork of Ethereum though.
Ask HN: How does consensus work in an enterprise blockchain?
11–20 of 36 posts
Re: Ask HN: How does consensus work in an enterprise blockchain?
#12> How does consensus work in an enterprise blockchain? It doesn't, because blockchain doesn't solve consensus problem.
What's the point of using a blockchain then?
Re: Ask HN: How does consensus work in an enterprise blockchain?
#13> How does consensus work in an enterprise blockchain? It doesn't, because blockchain doesn't solve consensus problem.
A trustless blockchain most certainly does. https://news.ycombinator.com/item?id=15915957
But then, consensus problem is a problem of establishing a specific value for almost all participants. Which implies that the value is established, which means that the protocol terminates. Blockchain was not designed to ever terminate, so it's not a consensus protocol even if for no other reason.
Otherwise, what parts of blockchain exactly establish a common value among participants and what exactly is this common value?
Re: Ask HN: How does consensus work in an enterprise blockchain?
#14Re: Ask HN: How does consensus work in an enterprise blockchain?
#15Earlier quoted context omitted.
A trustless blockchain most certainly does. https://news.ycombinator.com/item?id=15915957
It most certainly doesn't. You even confuse blockchain and Merkle trees, and call into existence some weird term "distributed blockchain". But then, consensus problem is a problem of establishing a specific value for almost all participants. Which implies that the value is established , which means that the protocol terminates . Blockchain was not designed to ever terminate, so it's not a consensus protocol even if f…
In smaller chains, there can certainly be consensus, it just won't be as trusted as a public chain and 51% attacks are potentially more feasible due to it having a smaller economic barrier.
Re: Ask HN: How does consensus work in an enterprise blockchain?
#16Earlier quoted context omitted.
It most certainly doesn't. You even confuse blockchain and Merkle trees, and call into existence some weird term "distributed blockchain". But then, consensus problem is a problem of establishing a specific value for almost all participants. Which implies that the value is established , which means that the protocol terminates . Blockchain was not designed to ever terminate, so it's not a consensus protocol even if f…
What? There is consensus on the public blockchain every few seconds + block depth. It's called Nakamoto consensus, so yes blockchain 'solves' the problem. In smaller chains, there can certainly be consensus, it just won't be as trusted as a public chain and 51% attacks are potentially more feasible due to it having a smaller economic barrier.
It's a name used for Bitcoin's protocol. It doesn't mean it's consensus.
How does the established value by this "consensus" protocol look like? And why do you consider it established, when other participants can have a totally different view of the list of documents in the protocol, or your view can change completely with next message? How is it an agreed value? And at what point should we look at the views of two different participants to see the same value?
And how does it relate to Lamport's original publication about the consensus problem?
Re: Ask HN: How does consensus work in an enterprise blockchain?
#17> But, if we have a permission-ed server which can add stuff to an enterprise blockchain doesn't it make the whole thing a lot less secure?
You're asking the right questions and this is pretty much a summary why the enterprise use is unlikely to use blockchain the same way as the public, if at all. Enterprise/banking may be interested in a distributed ledger as a datastructure, but other tech which provides a similar results already exists.
Unfortunately if you look at most of the "big (company/bank) starts (experimenting with/using) (Bitcoin/blockchain)" news, they very rarely say why and how.
Re: Ask HN: How does consensus work in an enterprise blockchain?
#18When the Bitcoin paper originally came out, it used the word 'blockchain' to specifically mean a 'trustless distributed blockchain' where consensus is reached via mining, and that is susceptible to a 50% + 1 attack, and where the mining nodes are individual businesses that have no reason to trust each other except that the game is set up in a way that it is in their self-interest to secure the blockchain. However, th…
Re: Ask HN: How does consensus work in an enterprise blockchain?
#19Earlier quoted context omitted.
What's the point of using a blockchain then?
There’s tons of answers to this, but one example I’m interested in is as a good shared, accessible audit log for data throughout an organization. Just having a stable history for all data helps with investigation and master data management. In this case consensus isn’t really necessary because all participants are trusted and should rarely differ (since they all have the same boss at some level).
Re: Ask HN: How does consensus work in an enterprise blockchain?
#20When the Bitcoin paper originally came out, it used the word 'blockchain' to specifically mean a 'trustless distributed blockchain' where consensus is reached via mining, and that is susceptible to a 50% + 1 attack, and where the mining nodes are individual businesses that have no reason to trust each other except that the game is set up in a way that it is in their self-interest to secure the blockchain. However, th…
Huh? Bitcoin white paper does not have the word block-chain in it.