Blockchains (Databases)
Enlarge text Shrink text-
Save successfulThe item can be found in your Personal ZoneשגיאהLog in to your account to save
Information for Authority record
Other Identifiers
- Work cat.: 2016056312: Decentralized computing using block chain technologies and smart contracts, 2017:galley (Preface Blockchain technology is a decentralized immutable data storage technology built on the concept of distributed consensus ledger. This technology was initially proposed by illusive creator Satoshi Nakamoto as a global public ledger for storing the transaction history of the celebrated crypto currency, Bitcoin)
- Applied Science & Technology full text, viewed Dec. 8, 2016(controlled subject term: Blockchains)
- Wikipedia, viewed Dec. 8, 2016(Blockchain (database) originally block chain; distributed database that maintains a continuously-growing list of ordered records called blocks; once recorded, the data in a block cannot be altered retroactively)
- Inspec, viewed Dec. 8, 2016(uncontrolled indexing: block chain)
Wikipedia description:
A blockchain is a distributed ledger with growing lists of records (blocks) that are securely linked together via cryptographic hashes. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data (generally represented as a Merkle tree, where data nodes are represented by leaves). Since each block contains information about the previous block, they effectively form a chain (viz. linked list data structure), with each additional block linking to the ones before it. Consequently, blockchain transactions are resistant to alteration because, once recorded, the data in any given block cannot be changed retroactively without altering all subsequent blocks and obtaining network consensus to accept these changes. Blockchains are typically managed by a peer-to-peer (P2P) computer network for use as a public distributed ledger, where nodes collectively adhere to a consensus algorithm protocol to add and validate new transaction blocks. Although blockchain records are not unalterable, since blockchain forks are possible, blockchains may be considered secure by design and exemplify a distributed computing system with high Byzantine fault tolerance. A blockchain was created by a person (or group of people) using the name (or pseudonym) Satoshi Nakamoto in 2008 to serve as the public distributed ledger for bitcoin cryptocurrency transactions, based on previous work by Stuart Haber, W. Scott Stornetta, and Dave Bayer. The implementation of the blockchain within bitcoin made it the first digital currency to solve the double-spending problem without the need for a trusted authority or central server. The bitcoin design has inspired other applications and blockchains that are readable by the public and are widely used by cryptocurrencies. The blockchain may be considered a type of payment rail. Private blockchains have been proposed for business use. Computerworld called the marketing of such privatized blockchains without a proper security model "snake oil"; however, others have argued that permissioned blockchains, if carefully designed, may be more decentralized and therefore more secure in practice than permissionless ones.
Read more on Wikipedia >