Position: Home page » Blockchain » Papers to be seen in school block chain

Papers to be seen in school block chain

Publish: 2021-05-24 19:02:22
1.

At the beginning of self-learning blockchain related knowledge, we can adopt the "bottom-up" method, that is, through reading books, reading white papers , we can check the information , and then summarize and connect these knowledge , and integrate them into a relatively complete knowledge system

so I went to the bookstore and bought a of the Analects of Confucius. I read it from the beginning to the end and found that there were too many details and insights in it, which could not be transmitted through any interpretation. Actually, I spent a lot of time and read a lot of interpretation before. I really want to abandon the essence and pursue the end. I have to work hard

it's the same in every field. When you don't understand it, you will have a kind of inexplicable fear of it, thinking that it is high and unattainable. In order to step into these fields quickly, you will look for a lot of so-called "interpretation" and "news" around it

2. technical perspective

Basic Stage:

1. Blockchain Development Guide - author Shentu Qingchun:

the author's research on the bottom layer of rendant bitcoin is very in-depth, and the explanation is very easy to understand

2. Blockchain technology guide - author Zou Jun:

as the first domestic book to explain blockchain from a technical perspective, it is worth reading. Since its publication in 2016, it has been consistently evaluated well

3. Principles, design and application of blockchain by Yang Baohua and Chen Chang:

as the CTO of Zhigui, Chen Chang remembers that the previous ink chain was based on hyperledger fabric, so this book has a thorough explanation of hyperledger related open source procts

3. Blockchain world is divided into two parts. The first part comprehensively reviews the birth, growth and graal development of blockchain in 2008 through full and accurate information, introces in detail the originality of blockchain technology, the scientific mechanism and the artistic logic, and introces the application characteristics of blockchain through more than ten instry scenarios such as finance, anti-counterfeiting and medical treatment. In the second part, combined with the spirit of G20 summit and the 13th five year plan, the author explores the combination of blockchain and digital economy, as well as the author's views and suggestions on the development trend of the instry

2. Can you write it into the passers-by of data structure and blockchain into the paper of data structure.
3. Do you want to learn blockchain development technology or just want to know what blockchain is? If it is the former, you can look at the code of other blockchain projects and learn about it first. If it is the latter, we can pay attention to some good blockchain we media. Blockchain is an emerging instry. There is no ready-made training course. It depends on self exploration and understanding.
4. Blockchain and blockchain technology have been widely accepted and used by people, but they have little knowledge about blockchain and blockchain technology, and they are even at a loss about the working principle and operation mode of blockchain. Perhaps I've read many related reports, many professional terms, and I'm not very clear about them. Here, I'll explain them in a popular way
blockchain is a new application mode of distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and other computer technologies
this is usually the summary of the professional reports, but what is the specific form
first of all, no matter how large a system or how small a website is, there is a database behind it. So who will maintain this database? In general, who is responsible for the operation of the network or system, then who is responsible for the maintenance
if it is wechat database, it must be maintained by Tencent team, and Taobao database is maintained by Alibaba team. We must think that this way is natural, but blockchain technology is not
secondly, blockchain technology is also known as distributed ledger technology. If we think of the database as a Book: for example, Alipay is a typical account book, any change of data is bookkeeping. We can think of database maintenance as a very simple way of accounting
in the world of blockchain, everyone in the blockchain system has the opportunity to participate in bookkeeping. The system will select the person with the fastest and best bookkeeping in 10 seconds or 10 minutes, and the person will record the changes of database and account book in a block
we can think of this block as a piece of paper. After confirming that the records are correct, the system will link the fingerprint of the data in the past account book to this piece of paper, and then send this piece of paper to all other people in the whole system. Then, over and over again, the system will look for the next person with fast and good bookkeeping, and everyone else in the system will get a of the whole ledger

as like as two peas, each computer has the same rights as the owner, and the whole system will not collapse e to the loss of contact or downtime by a single person.
as like as two peas in the book, it means that all data is transparent and open. Everyone can see what changes are in every account. Its very interesting feature is that the data can't be tampered with. Because the system will automatically compare, it will think that the same number of books with the largest number are real books, and a small number of books with different numbers are false books
in this case, it is meaningless for anyone to tamper with his own account book, because unless you can tamper with most nodes in the whole system. If there are only a few nodes in the whole system, it may be easy to do so. But if there are tens of thousands and hundreds of thousands of nodes and they are distributed in any corner of the Internet, unless someone can control most computers in the world, it is unlikely to tamper with such a large blockchain
I don't know if I can understand such a popular explanation
bitwindow, a professional website platform providing bitcoin news and information services
5. A timestamp, usually a sequence of characters, uniquely identifies the time of a moment. Digital time stamp technology is a variant of digital signature technology. In the blockchain, timestamp means that whatever happens at a certain time will be recorded on the blockchain.
6. Search "blockchain" on HowNet to find model articles in this respect.
7. Blockchain technology involves a wide range of disciplines and contents, including network communication, data storage, data encryption, consensus mechanism, security mechanism, cryptography and other related contents. Only by comprehensively mastering these knowledge can we better master the blockchain technology. In addition, the most important thing for learning blockchain technology is to use blockchain in practice, and the real purpose of learning technology is to develop applications that are helpful to life and proction. Xuanling technology has been committed to the development of blockchain technology related applications, and has an experienced development team. If you have relevant intention, you can contact the official website.
8.

1. Technical language

Python and go are two technical languages mentioned by many companies. Learning needs to be a priority. Moreover, these two languages have great application in the technical direction outside the blockchain. For example, go is used in the background construction of large concurrent systems, and Python is used in the construction of artificial intelligence systems. So learning these two languages is a priority

2. Technical framework

master one or more of bitcoin, Eth and hyperledger. Needless to say, BTC is written in C + +. A large number of currency projects, such as lightcoin, dash, Monroe, zcash, use bitcoin technology for secondary development

eth is the representative of blockchain 2.0, which can build a variety of application classes DAPP on eth network. Now a large number of application blockchain projects are developed using eth platform

hyperledger fabric is a blockchain development platform pushed by IBM, which is mainly used for the development of alliance chain, and is the most popular alliance chain development platform at present

3, algorithm

pow (proof of work), POS (proof of rights and interests algorithm), pbft (Byzantine fault-tolerant algorithm) are all important components of cryptography in blockchain. A full understanding of these algorithms will help you to have a better understanding of cryptography when you participate in the underlying development of blockchain projects



extended data:

blockchain technology is a kind of Distributed Accounting Technology, which is characterized by decentralization, openness and transparency, so that everyone can participate in the establishment of the database, and each established data can not be tampered with, and everyone participates, The problem of trust between strangers is solved

blockchain technology has emerged. It is an accounting technology with the participation of the whole people. The transaction information and data between AB and ab are published to the public and can not be tampered with. As we all know, there is no need for any authoritative Third Party C here. In other words, everyone in the system plays the role of C, which is also called decentralization

9. The birth of bitcoin and blockchain technology is not long. It's only 11 years since Ben Cong published his paper on bitcoin in mid-2008. The digital currency led by bitcoin and the technology base of carrying these digital currencies, blockchain technology, are still in a very primary stage of development
blockchain technology is the underlying technology of virtual digital currency, which may bring the second revolution of the Internet, turning "information internet" to "value Internet". Change is about to happen, the future has come, learning blockchain is to seize the wave of world development. Blockchain is an "alternative" child. Its decentralization, self financing and consensus algorithm conflict with real companies and the social world
the Xueshuo innovation blockchain Technology Workstation of Lianqiao ecation online is the only approved "blockchain Technology Specialty" pilot workstation of "smart learning workshop 2020 Xueshuo innovation workstation" launched by the school planning, construction and development center of the Ministry of ecation of China. Based on providing diversified growth paths for students, the professional station promotes the reform of the training mode of the combination of professional degree research, proction, learning and research, and constructs the applied and compound talent training system.
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750