Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Blockchain is a shared immutable ledger for recording the history of transactions. A business blockchain, such as IBM Blockchain and the Linux Foundation’s Hyperledger Project, provides a permissioned network with known identities. And unlike Bitcoin, there is no need for cryptocurrency exchange.
https://ibm.com/blockchain/... -
it's a decentralised list where everything whats done is written into, and everbody who is participating acknowledges that this did happen.
For example you're musician and your released songs, automaticly report to the blockchain. Bob plays your song 3 times. So everbody agrees that your song has been played 3 times and you should get a compensation from your national music rights association.
got it? -
@Lucaa beat me to it. My manager was super impressed when she asked me about it and i was able to code a small example for her. I knew Data Structures and Algorithms would serve me well since the class was a literal mindfuck(to me at least)
-
Voxera115856yAs simple as it gets.
Each block of info is hashed together with the id of the previous block and the previous hash.
This ensures that you cannot change a previous block without invalidating the hash as long as you have access to all previous blocks as you can always recalculate the hashes and see if you get the same as you already had as the head of the chain.
Everything else is extra stuff for the particular application or added security.
The previous id and hash is the chain part.
Related Rants
What is block chain? I can't find any simple explanation
question
blockchain