Citations

Existing Citations

  • blockchain (s.v. "Blockchain"): The full list of blocks that have been mined since the beginning of the bitcoin cryptocurrency. The blockchain is designed so that each block contains a hash drawing on the blocks that came before it. This is designed to make it more tamperproof. · To add further confusion, there is a company called Blockchain, which has a very popular blockchain explorer and bitcoin wallet. (†2080)
  • fork (s.v. "Fork"): The creation of an alternative ongoing version of the blockchain, typically because one set of miners begins hashing a different set of transaction blocks from another. It can be caused maliciously, by a group of miners gaining too much control over the network (see 51% attack), accidentally, thanks to a bug in the system, or intentionally, when a core development team decides to introduce substantial new features into a new version of a client. A fork is successful if it becomes the longest version of the blockchain, as defined by difficulty. (†2081)
  • hash rate (s.v. "Hash rate"): The number of hashes that can be performed by a bitcoin miner in a given period of time (usually a second). (†2082)
  • mining (s.v. "Mining"): The act of generating new bitcoins by solving cryptographic problems using computing hardware. (†2083)
  • multisignatures (multisigs) (s.v. "Multisig" ): Multi-signature addresses allow multiple parties to partially seed an address with a public key. When someone wants to spend some of the bitcoins, they need some of these people to sign their transaction in addition to themselves. The needed number of signatures is agreed at the start when people create the address. Services using multi-signature addresses have a much greater resistance to theft. (†2084)
  • node (s.v. "node"): A computer connected to the bitcoin network using a client that relays transactions to others (see client). (†2085)
  • nonce (s.v. "Nonce"): A random string of data used as an input when hashing a transaction block. A nonce is used to try and produce a digest that fits the numerical parameters set by the bitcoin difficulty. A different nonce will be used with each hashing attempt, meaning that billions of nonces are generated when attempting to hash each transaction block. (†2086)
  • proof of work (s.v. "Proof of work"): A system that ties mining capability to computational power. Blocks must be hashed, which is in itself an easy computational process, but an additional variable is added to the hashing process to make it more difficult. When a block is successfully hashed, the hashing must have taken some time and computational effort. Thus, a hashed block is considered proof of work. (†2087)