Hacker News new | ask | show | jobs
by shpongled 3254 days ago
One of the main benefits is that data (financial transactions, healthcare records, etc) stored on the blockchain is immutable, decentralized, trustless, and cryptographically signed
1 comments

http://www.dictionary.com/browse/trustless

How is the average person going to respond when they hear a new form of money is "trustless"? (I know what it really means in this context, but think about slope of adoption).

They'll probably respond in the same way they respond to hearing about TCP handshakes. They won't. The implementation details are unimportant to the end user.

Just like today you probably don't ask your doctor the details about how they securely store your health records, nor do you talk to your bank about how they clear transactions.

You don't need to know about TCP handshakes to use the Internet. You do need to be sold on the benefits of cryptocurrencies to start using one (other than that the price for them is going up).
This thread is about blockchains not crypto-currencies. The fact the two are conflated as frequently as they are is quite unfortunate.

A great use case is in EHR. Your doctor, your insurance company, and all their BAAs participate in private block chain that controls access to your records. Any time a record is accessed, the chain is updated.

That's actually a horrible use case, becayse, while it is essential that covered entities track and be accountable for access to a record, the details of that access itself leak information to which access should be minimized, but instead it unnecessarily leaks across organizational boundaries to people who have no legitimate need for it.
Not all parties have the access to the plaintext of all messages on the chain. An example of such a permissioned blockchain is JP Morgan's Quorum.

Nodes can participate in establishing consensus without having the ability to decrypt the record.