How to apply blockchain to domestic waste treatment
(1) The underlying platform of the blockchain is a domestic independent and controllable blockchain platform developed by the science and technology of the blockchain. With the characteristics of high performance, high availability, scalability, easy operation and maintenance, strong privacy protection, and hybrid storage, the platform cooperates with the data sharing and security computing platform bitxmesh, the blockchain open service platform filoop, the supply chain finance platform filolink, and other platforms The deposit service platform filoink and the smart contract security R & D platform meshsec can better support the applications of enterprises, governments, instry alliances and other instries, and promote the efficient circulation of value among multiple institutions
(2) JD chain is the underlying framework of enterprise level blockchain independently developed by JD, and its birth marks that JD has started the construction of "Zhizhen ecology" based on the baas platform of blockchain and the underlying chain of "jdchain". Relying on the "one key deployment" capability of multiple optimization implementation, JD Zhizhen chain service platform has achieved the leading second level blockchain node deployment. In addition, it also has the core advantages of open compatibility with a variety of underlying, enterprise level dynamic networking and other mature applications. The timely launch of JD Zhizhen chain will effectively promote the large-scale implementation of enterprise level blockchain applications in various instries, and promote the construction of China's and global trust economy
(3) thunderchain is a blockchain application project independently researched and developed by netxin technology under thunderchain, which has high concurrency and second level confirmation capability of millions of TPS. Based on the research and development of high-performance blockchain procts, Xunlei has built an open platform of Xunlei chain, which helps enterprises or indivial developers to deploy smart contracts, easily realize the proct and service on the chain, and make the application development of blockchain more convenient
(4) Jingtong blockchain
Jingtong blockchain is the core underlying technology of Jingtong technology's blockchain with independent intellectual property rights. It is an effective decentralized Internet trading network based on blockchain technology, which adopts layered design (5 layers) underlying platform and multi language intelligent contract system, and has realized cross chain function. It has multi-level, all-round and one-stop service capabilities such as private chain, cloud chain and alliance chain. The layout of instry and regional ecology has taken shape
in addition to the above blockchain procts, there are community led LTC, cosmos, iota, Neuros, nuls, MOAC, etc., and enterprise led ripple, stellar, Weizhong bcos, network xuperchain, Huawei, Ping'an, Wanxiang, ant financial services, Zhongan, Bubi, matrix element, secret ape, zhongxiangbit, complex beauty, Shanghai Lianjing, etc
extended data:
blockchain is far more than a technology, which involves the spirit of "multi-party cooperation". In modern society, a lot of things must rely on everyone's cooperation to achieve 1 + 1 & gt; But we should try our best to avoid the problem of "information asymmetry" in cooperation
therefore, members of the alliance should keep accounts and share data together, and make everything public to eliminate "information asymmetry", so as to protect everyone's interests and make the business environment develop healthily. Honest work will get e benefits, if cheating will naturally be known to all. Technology is the foundation to help achieve this pattern. This is the more important "blockchain thinking"
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
as shown in the figure above, the bottom is data, and the top can write data. A space to store data, a software to manage data, provide an interface to write data, this is the storage system. For example, MySQL is the most common storage system
What are the problems of ordinary storage system? There are at least two common problems
the first is the problem of non high availability. There is a dangerous place for data. In technical terms, data is not highly available
The second problem is that there is only one write point. In technical terms, it is a single point of control
How do ordinary storage systems usually solve these two problems
in fact, MySQL can do a master-slave synchronization of al master, master-slave synchronization of al master, 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
at present, China's blockchain instry mainly focuses on computing infrastructure, radiates digital currency, and derives to the penetration process of blockchain application. Infrastructure includes chip miner, mine pool and cloud computing power. Digital currency, wallet and exchange constitute the monetary system. Asset authentication, financial services and charity form a rich application ecology. From the development trend, the mining machine has experienced CPU, GPU, FPGA, until now through ASIC chips to customize mining, we can see from the mining machine calculation force curve that the mining machine calculation force has been in a soaring trend.