Blockchain pdf
< Introction to cognition & gt
publication time: 2016
recommendation: this book is mainly for programmers. Combined with API programming, we can tell you the principle and usage of cryptocurrency, as well as how to develop related software. For non programmer readers, the first few chapters of this book are still applicable as in-depth introction of bitcoin Book pdf download: https://quant.la/Download
2 FORTRAN 95 programming, written by Peng Guolun
3 Introction to FORTRAN 77 and 90 / 95 programming, written by Ding Zejun
4. Out of control: the new biology of machines, society and economy
5. Necessity, written by Kevin Kelly, mentions 12 inevitable trends in the next 20 years
6. Master bitcoin, this book will provide you with the necessary knowledge to guide you into the bitcoin world
7. blockchain revolution, written by don Tapscott and Alex Tapscott, tells how the underlying technology of bitcoin has changed money, business and the world
8. Blueprint and guide of blockchain new economy, written by Melanie Swann
9. Blockchain: the concept of quantum wealth, written by Han Feng / Zhang Xiaomei
10. Logic of finance, The author is Chen Zhiwu. The work starts from the cultural and institutional genes of wealth in simple terms, so as to tell readers what the logic of finance is
related books include principles of economics, blockchain: technology driven finance, blockchain Revolution: how bitcoin's underlying technology can change money Business and the world, blockchain technology guide, illustrated blockchain, how blockchain will redefine the world, digital currency: bitcoin data reporting and operation guide, blockchain: from digital currency to credit society, intelligent age, etc. to be honest, blockchain is still a hot resource. It's mainly about judgment (whether it's valuable) and action (to get in early)
recommends a block chain related APP, called golden finance, recommends a public official account, called "Xiao Ke online". The article is rich in materials;
From the perspective of technology and architecture, I will tell you my understanding of blockchain in common language
what is blockchain? In a word, blockchain is a storage system. To be more specific, blockchain is a distributed storage system without an administrator and each node has all the data
What are the common storage systems like
first, how to ensure high availability
the common storage system usually uses "rendancy" to solve the problem of high availability. As shown in the figure above, if the data can be copied into several copies and rendant to multiple places, high availability can be guaranteed. The data in one place is hung, and there is data in other places. For example, the master-slave cluster of MySQL is the same principle, and the raid of disk is also the same principle
two points need to be emphasized in this place are: data rendancy often leads to consistency problems
1. For example, in the master-slave cluster of MySQL, there is actually a delay in reading and writing, which means there is a inconsistency in reading and writing in a short period of time. This is a side effect of data rendancy
The second point is that data rendancy often reces the efficiency of writing, because data synchronization also consumes resources. If you add two slave libraries, the write efficiency will be affected. The common storage system is to use rendancy to ensure the high availability of dataso the second question, ordinary storage system, can write more
the answer is yes, for example, take this graph as an example:
in fact, MySQL can do a master-slave synchronization of al masters, master-slave synchronization of al masters, two nodes can be written at the same time. If you want to do a multi room multi live data center, in fact, multi room multi live data synchronization. What we should emphasize here is that multi-point writing often leads to the consistency problem of writing conflicts. Take MySQL as an example, suppose that the attribute of a table is self incrementing ID, then the data in the database is 1234 now. If one of the nodes writes and inserts a piece of data, it may become 5, and then these 5 pieces of data are synchronized to another master node, Before synchronization, if another write node inserts a piece of data, a piece of data with self incrementing ID of 5 will be generated. Then, after the generation, synchronize to another node, and the synchronized data will conflict with the two local 5's after it arrives, which will lead to synchronization failure and write consistency conflict. This problem will occur in the case of multi-point writing
how to ensure consistency in multi-point writing
the reform "Swan class" gives you more technical work
because the so-called proction relationship is actually how to do business between people and business partners. And these things, originally, are in the cognitive process between people, and there is no special program to program or quantify it
for example, if you and I are good friends now, we can do business. If someone stirs up our relationship and we are not good friends, we will not do business. Even if we can make money in business, we will not do business because there is no trust between us
as for blockchain, it is actually because the data is authenticated by all nodes and backed up at the same time, so my data is as real as possible and can't be tampered with. In this case, if you believe my data, you can make a program on this basis, and then use the data to make what kind of business contract, what kind of service, what kind of service, and what kind of service, what kind of service, what kind of service, what kind of service, what kind of service, what kind of service, what kind of service, etc This "proction relationship" of commercial cooperation is programmed. In this way, we believe in the data and the program compiled by the algorithm. Because you believe in the data and the program, you can develop all kinds of apps in the program. These apps are the proction relations and what business to do. This is: blockchain is actually a reconstruction of "proction relationship".
Does it have to be PDF? There are a series of blockchain books on hand. You can go to
Blockchain Society: decoding global application and investment cases of blockchain
all formats are available
Author: Gong Ming