Blockchain at Berkeley
blockchain.berkeley.edu
Blockchain at Berkeley
1–10 of 63 posts
Re: Blockchain at Berkeley
#2I always thought this phenomenon came from journalists writing about blockchains not understanding that a blockchain is a data structuture and not a singular proper entity, but I give Berkeley more credit. So what's up?
Re: Blockchain at Berkeley
#3Tangential: is "blockchain" a Proper Noun? This page can't seem to decide. I always thought this phenomenon came from journalists writing about blockchains not understanding that a blockchain is a data structuture and not a singular proper entity, but I give Berkeley more credit. So what's up?
Re: Blockchain at Berkeley
#4Tangential: is "blockchain" a Proper Noun? This page can't seem to decide. I always thought this phenomenon came from journalists writing about blockchains not understanding that a blockchain is a data structuture and not a singular proper entity, but I give Berkeley more credit. So what's up?
Re: Blockchain at Berkeley
#5Re: Blockchain at Berkeley
#6'Blockchain' is literally the least interesting part of cryptocurrencies and their applications. its a boring flat file structure that is an artifact of needing many clients independently deriving a shared ledger, nothing more and nothing less. the interesting part is how you can bootstrap issuance of a new asset by incentivizing participants to assist in maintaining a specified computer network in exchange for crypt…
The important part is how blocks get added over network, and decentralized consensus of the addition. (Well, socioeconomic phenomenon of adding monetary value to all that jazz is pretty cool too!)
Re: Blockchain at Berkeley
#7'Blockchain' is literally the least interesting part of cryptocurrencies and their applications. its a boring flat file structure that is an artifact of needing many clients independently deriving a shared ledger, nothing more and nothing less. the interesting part is how you can bootstrap issuance of a new asset by incentivizing participants to assist in maintaining a specified computer network in exchange for crypt…
My layman understanding is that blockchain is literally singly linked list, except of "nextNode" you have "parentNode" pointer (which actually checks that parent is valid for "parenting" :) The important part is how blocks get added over network, and decentralized consensus of the addition. (Well, socioeconomic phenomenon of adding monetary value to all that jazz is pretty cool too!)
It's still all standard bachelor's degree algorithms, and I agree with the gp that it's not the interesting part. The interesting part is using these algorithms for social consensus on value.
Re: Blockchain at Berkeley
#8Re: Blockchain at Berkeley
#9Earlier quoted context omitted.
My layman understanding is that blockchain is literally singly linked list, except of "nextNode" you have "parentNode" pointer (which actually checks that parent is valid for "parenting" :) The important part is how blocks get added over network, and decentralized consensus of the addition. (Well, socioeconomic phenomenon of adding monetary value to all that jazz is pretty cool too!)
There's a bit more to it. Proof of work hashing and ledger consensus rules and difficulty targets and fee schedules and forks. It's still all standard bachelor's degree algorithms, and I agree with the gp that it's not the interesting part. The interesting part is using these algorithms for social consensus on value.
Re: Blockchain at Berkeley
#10'Blockchain' is literally the least interesting part of cryptocurrencies and their applications. its a boring flat file structure that is an artifact of needing many clients independently deriving a shared ledger, nothing more and nothing less. the interesting part is how you can bootstrap issuance of a new asset by incentivizing participants to assist in maintaining a specified computer network in exchange for crypt…
My layman understanding is that blockchain is literally singly linked list, except of "nextNode" you have "parentNode" pointer (which actually checks that parent is valid for "parenting" :) The important part is how blocks get added over network, and decentralized consensus of the addition. (Well, socioeconomic phenomenon of adding monetary value to all that jazz is pretty cool too!)
But yes, dynamic-membership multi-party signature schemes and their use for creating permissionless systems is the real innovation.