Boot node in blockchain
blockchain is a new application mode of distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and other computer technologies
blockchain is an important concept of bitcoin. It is essentially a decentralized database. At the same time, as the underlying technology of bitcoin, it is a series of data blocks generated by using cryptographic methods. Each data block contains the information of a bitcoin network transaction, Used to verify the validity of its information (anti-counterfeiting) and generate the next block
some areas where blockchain can be used can be as follows:
& ᦇ 9642; Smart contract; Securities trading; E-commerce; Internet of things; Social communication; File storage; Proof of existence; Authentication
&9642; Equity crowdfunding
we can compare the development of blockchain with the development of the Internet itself. In the future, something called finance Internet will be formed on the Internet. This thing is based on blockchain, and its precursor is bitcoin, that is, traditional finance starts from private chain and instry chain (LAN), bitcoin series starts from public chain (WAN), They all express the same concept - digital asset, and finally converge to an intermediate equilibrium point
The evolution mode ofblockchain is as follows:
& 9642; Blockchain 1.0 digital currency; Blockchain 2.0 digital assets and smart contracts; Blockchain 3.0: implementation of distributed applications in various instries
core analysis:
1. Transparency, 2. Openness, 3. Information can not be tampered with, 4. Decentralization,
5. Detailed analysis
blockchain is a new application mode of distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and other computer technologies. The so-called consensus mechanism is a mathematical algorithm to establish trust and obtain interests between different nodes in the blockchain system
1. In a narrow sense, blockchain is a kind of chained data structure composed of data blocks connected in sequence according to the time sequence, and it can not be tampered with and forged by cryptography
2. Broadly speaking, blockchain technology uses blockchain data structure to verify and store data, uses distributed node consensus algorithm to generate and update data, and uses cryptography to ensure the security of data transmission and access It is a new distributed infrastructure and computing method to program and operate data by using intelligent contract composed of automated script code.
every central node can generate blocks and write data, so every point is a central node, or the blockchain is decentralized. In order to control the whole system, more than half of the nodes must be controlled in order to control voting, so there is no administrator in this system.
the data exchange process of each node is not tampered with; Exchange history cannot be tampered with
the data of each node will be synchronized to the latest data, and the latest data after consensus will be recognized
based on the principle that the minority is subordinate to the majority, the data maintained by the whole node reflects the exchange history objectively.