Block Chain Flashcards
What is Blockchain?
A series of records called “Blocks” which are all linked together through encryption.
What are the contents of the “Blocks” of the blockchain?
Prev_Hash
Tx_Root
Timestamp
Nonce
What does NONCE stands for?
Number Only Used Once
What is a ledger
A list of transaction records
What is a coin? (Blockchain)
An unit of the crypto currency.
Fractions amounts of a coin can be used on trades on the blockchain.
What is Mining?
This is the process of brute forcing to get an original solution to a hash result bellow the hash code.
What is a transaction in blockchain?
This is transferring crypto currency from one holder to another.
What are smart contracts
These are transactions which have code attached to them which will execute once the conditions are met.
The results of the contract are recoded on the blockchain.
What kind of transactions can smart contracts be used for?
Predefined contracts (Payment agreements)
Event triggered execution
Execute and value transfer when the value reaches certain threshold.
Settlement, immediately and efficient
What are the 6 steps on how the block chain works
1 - Person A wants to send coins to person B
2 - The transaction is represented as a block on the chain.
3 - The block is sent to everyone on the network
4 - The network approves the transaction
5 - The block is added to the chain and its TRANSPARENT and UNALTERABLE.
6 - The transaction is complete.
What is a wallet?
This is where you hold all your private keys which provide to you access to the
What is required for a transaction to be approved?
The private key and the public key (Coin Address) must be a fit
What aer
What does ECDSA stand for?
Elliptic Curve Digital Signature Algorithm
What is the ECDSA used for?
Its the cryptographic algorithm used by Bitcoin to ensure that funds can only be spent by their rightful owners.
What do you get when you purchase a coin?
You get the private key of the coin (one half of the key), which is now attached to your account.