These sound more like publicity stunts than anything else. There isn’t really much value in running a private Blockchain. At that point it lost all value a Blockchain would provide. Who are.you protecting yourself against?
Comment on Is the blockchain an interesting innovation, aside from cryptocurrencies ?
manitcor@lemmy.intai.tech 1 year agoI can say of the top of my head the JPM and AMEX are running internal ledgers but there are many more, IBM and Accenture co-developed a system called Hyperledger which was given to the Linux Foundation. Its a tool kit for developing and deploying ledger applications primarily targeted at internal corps.
One of the cases these are good for is an easier to manage rights and asset control systems than many products you would pay more for and with less futzing with IAM, LADP or AD.
Rakn@discuss.tchncs.de 1 year ago
magic_lobster_party@kbin.social 1 year ago
Hyperledger is a private “blockchain”. I write blockchain in quotes because it’s not really a blockchain. There’s not really a distributed consensus in a private “blockchain”. It’s like taking the concept blockchain, and strips not only down the bad parts but also all the good parts.
Sure, there are multiple actors signing each entry, but who has elected these actors? A central authority of course!
It’s decentralised in the same way a git repo is decentralised. Mostly because Hyperledger is basically a git repo.
Most of the times when a company says they’re using blockchain, they’re either:
Restaldt@lemmy.world 1 year ago
A private blockchain is no more than a spicy linked list
manitcor@lemmy.intai.tech 1 year ago
I think we are grasping for new words here really, its only been in the last few years orgs have been exploring actual deployments internally.
I do have a very reductive definition of “blockchain” as I believe it is what it says. what is considered “satoshi’s vision” includes a blockchain system but it does not define the word.
HL is a blank canvas that allows you to deploy whatever consensus you want including those commonly found in public chains, it is entirely possible to run a hyperledger instance that is compatible with any network you would like, presuming you would want that effort.