Hacker News new | ask | show | jobs
by dreit1 3073 days ago
Trust isn't neccesarily the only solution that blockchains solve. Lets consider a simple example, login credentials.

Your login credentials exist on many different centralized databases, which a service provider is responsible for managing. This leads to increased possibility that one of the providers messes up (identity breach) and leads to an unnecessary amount of data replication across databases.

Why do I need credentials for every single different service? Instead why don't we store these login credentials in a blockchain so that many providers can access these IF you let them, in a cryptographically secure way.

You PROVE your identity on the blockchain without actually letting them store identity information on their database.

A blockchain is basically a shared resource pool where a user chooses who can access the data that belongs to them whether it be assets, identity, or other important data.

Service providers no longer have to be responsible for it and the user is put back in control.

This is a much saner way of storing important things on the web

3 comments

Your example only works where pseudo-anonymous identities can be created at-will and you are willing to build your entire ecosystem on some kind of reputation system (how long an identity has existed, how many organisations vouch for the behaviour of that user, etc etc).

The moment you introduce a trust anchor (like an e-mail provider via e-mail address verification, or government issued id) you may as well have gone with OAuth2

Couldn't then a bad actor from obtaining >50% of computing power behind it and manipulate it?

It always seems like you have to trust someone which still begs the question - what's the point?

Im all in on dBFT, so I believe in the elected delegates maintaining said distributed database. Similarly to how governments maintain roads, I trust the elected parties to not corrupt the database.

I think complete trustlessness is a false dichotomy. Im ok with trusting certain parties in maintaining distributed "value databases" as one might call them}

Edit: false dichotomy is bad phrase, idk "chasing the wrong goal?"

The problem is that a blockchain which does not allow third party miners gains nothing from being a blockchain, because it can be a traditional database without losing anything at all. A blockchain which does allow third party miners is open to attack without obscene resource investment.
In dBFT the attack vector is a collusion attack between elected delegates. In practice I do not see this being any more likely than a 51% hashpower attack.

However most delegated systems are still young. The only reason people believe that 51% attacks are impossible is because it has worked for 10 years. If delegated systems work for the same amount of time, I don't see why they wont get the same reputation.

I think Dan Larimer gives a good argument on the situation.

https://steemit.com/eos/@dan/response-to-vitalik-buterin-on-...

Edit: His Conclusion is something many people should consider, when outright rejecting delegated consensus.

"EOS is designed around far more realistic assumptions and logic and achieves scalability by avoiding the dogmatic fallacies promoted by Bitcoin and Ethereum maximalists."

as far as I understand it miners only bootstrap the system eventually transaction fees run it.
The "elected delegates" or "trusted parties" you are describing are the Certification Authorities in a certificate chain. We have this already and we don't need blockchain for that.
What incentive do I have for mining a block on this chain? Some kind of LoginCoin?
I assume delegated consensus. You don't mine anything.