BlockChain is a consensus based secure decentralized public database/ledger which stores information immutably over peer-to-peer network.
- It is a decentralized database which stores information in the form of transactions.
- It can be private or public
- It generally stores data in immutable manner
- It is highly secure. It is secure than traditional storage
- Data gets stored via consensus based algorithms
- Uses Cryptography very heavily. (Cryptography is a method of encrypting a data in such a format so that it cannot be read or understood by someone very easily, until and unless he is the owner or has the key).
BITCOIN is a decentralized virtual cryptocurrency built on top of blockchain. It is a product built on top of BlockChain technology.
- Bitcoin is the largest cryptocurrency built on top of Blockchain technology.
- Bitcoin removes the dependency on trusted third party to execute the transaction
- Transaction gets executed by peers based on consensus based algorithm & recorded in the blocks by the miners
- As of Nov 2016 there are 16M bitcoins in circulation & 1bitcoin(BTC) is worth 730 USD
- Bitcoins allows you to execute a transaction with out trusting the receiving party within fraction of seconds
- Yes. Even cross border transaction can be executed in seconds
BITCOIN is a decentralized virtual cryptocurrency built on top of blockchain
MINING is the process of recording the transactions as a block into the block chain of that currency
- The are many ways to get any virtual currency
- Simplest way is to buy is using flat currency(ie govt exchange) through exchange
- Another way is to earn it through mining by investing computational power into it.
- So what will miners do if they mine a particular virtual currency?
- Answer is that they are asked to solve a very complex computational problem to identify that next block in the block chain
- In return of doing this computation they are rewarded with some virtual coins like bitcoins, Ethereum etc.
- Miners use CPU power to identify a nonce (number used only once) through which they can create the digest/signature of the next block n the BlockChain which is less that the recently added block. Miners who do it first announce the answer to entire network & get the reward.
is a data structure - Arrangement of data in a computer memory(a structured way of storing data)