Blockchain technology and fun bar
What is the prospect of blockchain technology? The following is just personal experience and opinions, for reference and learning only
I have been in touch with the blockchain instry for many years, and I have my own views and understanding from its ups and downs. I personally think blockchain technology is still very good. The reasons are as follows:
first, blockchain technology as a rookie after the Internet, the Internet is the transmission of information, and blockchain is the exchange of value. The development trend of blockchain is similar to that of Internet
2. After the blockchain has gone through great waves and been widely misunderstood, there are still many blockchain explorers and practitioners in the instry making continuous efforts
Third, with the attention of the country and other countries to the blockchain instry, governments all over the country have set up blockchain development funds to promote the development of the local blockchain instry, so as to occupy the highland of the blockchain instry Fourthly, the Internet of things is the development trend in the future. In the face of the growing demand of the Internet of things ecosystem, the computing power of the central server is severely challenged, and decentralization becomes the key to solve this problemthe above content is only a new point of view, or it needs specific analysis of specific issues. After all, practice is the only standard to test the truth
in the Internet era, there is a database behind every system. This database can be regarded as a large account book. In the past, the person who maintained the system was responsible for managing the database and recording the user's behavior, that is, bookkeeping. However, the blockchain is "decentralized", which allows every member of the system to participate in it, not only everyone bookkeeping, but also through links, Everyone can have a complete account book
"blockchain is essentially a collective recording mode. What's special is that it adopts a set of techniques in an ingenious way to realize the authenticity and credibility of the recorded results, which is difficult to destroy and tamper with. " Zhang Xiaorong said, "first, everyone has the right to record and authenticate with each other to distinguish the true from the false, which is called consensus mechanism; Second, no one can tamper with the records, because there are cryptographic signatures; Third, everyone has a , so even if some account books are damaged, the whole will not be affected. This is called distributed storage. The information recorded in this way is presented in block mode according to the time chain, so it is called blockchain. "
various cryptocurrencies represented by bitcoin are originally an application of blockchain technology, which can be described as blockchain version 1.0. However, around 2014, the instry began to realize the important value of blockchain technology. Blockchain graally separated from digital currency and applied to various economic and social fields other than digital currency
it has broad application prospects
blockchain technology is considered as a disruptive innovation after steam engine, electric power and Internet. If the steam engine and electricity liberate the proctivity, and the Internet has changed the way of information transmission, the blockchain, as a machine for building trust, may change the way of value transmission
for example, in the financial field, the cost of reconciliation, clearing and settlement between financial institutions, especially cross-border financial institutions, has always been very high, and there are complex manual processes. The application of blockchain technology can help rece the cost of reconciliation and dispute resolution between financial institutions, and significantly improve the processing speed and efficiency of payment business, It also makes small cross-border payments possible. In December 2017, China Merchants Bank completed the RMB position transfer business from Hongkong Wing Lung Bank to Shenzhen Branch of Wing Lung Bank. This is the world's first interbank cross-border RMB clearing business based on blockchain technology
in addition, according to the white paper 2016 on China's blockchain technology and application development issued by the Ministry of instry and information technology of China, the application of blockchain has been extended to medical and health, ecation, charity, social management and other fields. Taking the cultural instry as an example, the low cost of reproction, the high cost of safeguarding rights, and the difficulty of providing evidence make the protection of intellectual property rights a pain point for the instry. With blockchain, the proction, dissemination and transaction records of cultural procts are true, transparent and reliable, and the problem can be solved
Zhang Xiaorong said that blockchain technology has solved two major problems in the era of Digital Economy: one is the visible flow direction, and the other is zero trust cost. In the past, the circulation of physical paper money was invisible, but the flow of all digital assets had a "chain" to check. Yang Yanchao, a researcher at the intellectual property center of the Chinese Academy of Social Sciences, also believes that the biggest advantage of blockchain is that it has truly completed the credit construction in an anonymous society, bringing new opportunities to many fields, thus making various innovative applications possible
there is a long way to go in the future development
in terms of technology promotion, there is no big barrier to blockchain, which has been confirmed in the global practice of bitcoin, and its main resistance comes from the obstacles in concept and implementation
"on the one hand, the society may be very concerned about the" naked "state in the blockchain. Blockchain has built a "Skynet" for the commercial society. The company's economic activities are all recorded, so there is no secret to speak of. In this way, some business strategies may not be implemented under the blockchain. "
"on the other hand, the current legal system lags behind the development of information technology, so how to put the emerging blockchain technology under the legal supervision needs to be studied." Duan Yongchao said
the core of blockchain is decentralization, which will have an impact on the long-standing central management model. In addition to the law, how to establish a regulatory environment that can promote the application of blockchain technology, so that the technology can benefit the society and not be used to do evil, is also an urgent problem to be solved.
blockchain refers to the technical solution of collective maintenance of a reliable database through centralization and distrust in the past, and it is a technical way for the whole people to participate in bookkeeping. Previous bookkeeping methods were all centralized and needed centralized intermediary, whether it was traditional government, financial institutions, notarization institutions or emerging e-commerce platform and online payment platform
in economic hypothesis, information is sufficient. In fact, it is precisely because of insufficient information that there are very large intermediaries. The existence of intermediaries increases the transaction cost and raises the transaction threshold. In essence, blockchain technology is a large-scale collaboration tool. It makes direct value transfer possible by using pure technology for the first time, and continues the trend of Internet decentralization and disintermediation. Disintermediated blockchain technology will greatly subvert the information intermediary instry
blockchain technology is the basic technology for building bitcoin data structure and encrypted transmission of transaction information, which realizes the issue and transaction of bitcoin. The core of blockchain technology is that all the current participating nodes jointly maintain the transaction and database, so that the transaction is based on the principle of cryptography rather than trust, so that any agreed parties can directly carry out payment transactions without the participation of a third party
technically, a block is a data structure for recording transactions, reflecting the capital flow of a transaction. In the system, the transaction blocks are connected to form a main chain, and all the nodes participating in the calculation record the main chain or part of the main chain
a block contains the following three parts: transaction information, hash formed by the previous block and random number. Transaction information is the task data carried by the block, including the private keys of both parties, the number of transactions, the digital signature of electronic currency, etc; The hash hash formed by the previous block is used to connect the blocks and realize the sequence of past transactions; Random number is the core of the transaction. All nodes compete to calculate the answer of the random number. The node that gets the answer the fastest generates a new block and broadcasts it to all nodes for updating, so as to complete a transaction.