CN106528775B - Private block chain operation support system supporting logic multi-chain and working method thereof - Google Patents

Private block chain operation support system supporting logic multi-chain and working method thereof Download PDF

Info

Publication number
CN106528775B
CN106528775B CN201610976657.0A CN201610976657A CN106528775B CN 106528775 B CN106528775 B CN 106528775B CN 201610976657 A CN201610976657 A CN 201610976657A CN 106528775 B CN106528775 B CN 106528775B
Authority
CN
China
Prior art keywords
chain
block
module
data
monitoring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610976657.0A
Other languages
Chinese (zh)
Other versions
CN106528775A (en
Inventor
王晓芳
王向辉
徐铭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Jinan
Original Assignee
Shandong Ming And Software Co Ltd
University of Jinan
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Ming And Software Co Ltd, University of Jinan filed Critical Shandong Ming And Software Co Ltd
Priority to CN201610976657.0A priority Critical patent/CN106528775B/en
Publication of CN106528775A publication Critical patent/CN106528775A/en
Application granted granted Critical
Publication of CN106528775B publication Critical patent/CN106528775B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Abstract

The invention discloses a private block chain operation support system supporting logic multi-chain and a working method thereof, wherein the private block chain operation support system comprises the following steps: the monitoring unit is used for monitoring the operation condition; an access unit for providing an access channel to the outside; the operation unit is used for operation control, coordinating the nodes of the storage units in the storage unit to cooperatively work and supporting automatic growth, data transaction and data synchronization of each chain block; the storage unit comprises a plurality of storage unit nodes and is used for storage management of the block chain data on the storage unit nodes, and the block chain data are synchronized among the storage unit nodes in real time. The system constructs a private block chain operation support system supporting a logic multi-chain on the basis of the existing general block chain system, realizes the innovative conversion of the private block chain from a single chain to the multi-chain, supports a tree-structured business key data management system, simultaneously realizes the block chain operation monitoring management in a multi-chain mode, and improves the usability and the applicability of the private block chain.

Description

Private block chain operation support system supporting logic multi-chain and working method thereof
Technical Field
The invention relates to a private block chain operation support system supporting logical multi-chain and a working method thereof.
Background
The blockchain is a bottom-layer technology of the bitcoin, and is essentially a decentralized database which is open and cannot be tampered, and has no central point, and once data is added into the blockchain, a person can inquire to verify whether the data exists. The block chain uses data blocks generated by the correlation of a cryptology method, and each data block comprises information of one data transaction, which is used for verifying the validity (anti-counterfeiting) of the information and generating the next block. The block chain realizes the data non-tamper property through cryptography, P2P network and a decentralization consensus mechanism. The block chain is suitable for the data credibility problem of any business and service electronization, the early application field is mainly digital currency, and the application gradually transits to more industrial applications such as intelligent contracts, security transactions, electronic commerce, internet of things, social communication, file storage, existence certification, identity verification and share rights crowd funding along with the development and maturity.
The block chain is divided into a public block chain and a private block chain, the public block chain faces the Internet field, a plurality of preselected nodes are designated as data writers in a certain open group, the generation of each block is determined by all the preselected nodes, and any other person can perform limited query through an API opened by the block chain. The private block chain uses a block chain technology to construct a distributed block platform in an organization, and a constructor can be a company or an individual and can solely share the writing authority of the block chain. When a public chain application scene is used, the block chain requirement mainly solves currency application as a main part, supports currency and automatic transaction, emphasizes distributed and open design, and is single-chain application at present. In consideration of the requirements of data security and privacy, a plurality of enterprises need to build a block chain platform only used by the enterprise in the enterprise, and the current private block chain inherits the technical mode of the public chain, and the realization is a single chain mode. However, in an enterprise, a business is divided into business blocks, each business is responsible for by one system, all business systems are relatively independent, and various irrelevant business data are required to be recorded on the same chain only by recording data in a single chain mode, so that the data content on the chain is disordered and difficult to manage, data tracing on a block chain is inconvenient, data credibility is influenced, and the purpose of adapting to the block chain technology is lost.
The technical problems to be solved in the prior art are as follows: how to perform credible storage on various key data in an enterprise and how to perform convenient and clear classified management on the key data of different services.
Disclosure of Invention
The invention aims to solve the problems, provides a private block chain operation support system supporting a logic multi-chain and a working method thereof, solves the problem that a block chain system with a single-chain structure cannot meet the classification management of different business data of an enterprise in the process of trusting key data by using a block chain technology in the existing enterprise, constructs the private block chain operation support system supporting the logic multi-chain on the basis of the existing general block chain system, realizes the innovative conversion of the private block chain from single chain to multi-chain, supports a business key data management system with a tree structure, simultaneously realizes the block chain operation monitoring management in a multi-chain mode, and improves the usability and applicability of the private block chain.
In order to achieve the purpose, the invention adopts the following technical scheme:
the private block chain operation support system supporting the logic multi-chain comprises:
the monitoring unit is used for monitoring the operation condition;
an access unit for providing an access channel to the outside;
the operation unit is used for operation control, coordinating the nodes of the storage units in the storage unit to cooperatively work and supporting automatic growth, data transaction and data synchronization of each chain block;
the storage unit comprises a plurality of storage unit nodes and is used for storage management of the block chain data on the storage unit nodes, and the block chain data are synchronized among the storage unit nodes in real time.
The monitoring unit comprises a node monitoring module, a chain monitoring module, a block monitoring module, an application monitoring module, a performance monitoring module and an early warning notification module;
the node monitoring module is used for monitoring the operation conditions of the nodes of each storage unit, and comprises the node distribution of the storage units, the node state of each storage unit, the node data distribution of each storage unit and the data synchronization condition among the nodes of the storage units;
the chain monitoring module is used for monitoring the operation condition of a chain of a data block which needs to be stored in a credible mode for each service, and comprises the number of the chains, the state of each chain, the length contained by the chain, the chain growth speed, the application to which the chain belongs, the chain data distribution and the establishment attribute information of the chain;
the block monitoring module is used for monitoring the block running conditions of each chain, and comprises the creation attribute of the block, the number of the existing blocks, the creation speed of the current block, the data volume of the block and the latest transaction block;
the application monitoring module is used for monitoring the condition of the accessed application system, including the name, address, access authority, relation with the chain, latest access time, data writing frequency and writing data volume of the application system;
the performance monitoring module is used for monitoring the operation efficiency, and the operation efficiency comprises the whole throughput, the total data volume, the total capacity and the residual capacity;
the early warning notification module is used for early warning notification after abnormity occurs, and comprises early warning of abnormal operation risks, alarming of abnormal operation and automatic analysis and repair of abnormity.
The access unit comprises an application registration module, an application authorization module, a chain creation module, a chain downloading module, a chain verification module and a block read-write module;
the application registration module is used for receiving registration of an enterprise business system;
the application authorization module is used for granting the chain access authority created by one service system to another service system, and the chain after authorization is allowed to be used by the cross-service system;
the chain creating module is used for creating a block chain used by the service system;
the chain downloading module is used for downloading the whole chain data with access permission by the service system;
the chain checking module is used for checking the correctness and the tampering of the stored data by the service system;
and the block read-write module is used for receiving the business key data written by the business system and reading the written data.
The operation unit comprises an authority system module, a node competition calculation module, a multi-chain tree module, a block read-write module, a block persistence module and a block node synchronization module;
the authority system module is used for managing the access authority of the multiple chains, different chains are controlled by the authority to be used by different business applications in an isolated mode, the business applications access the chains created by the business applications and access other chains which pass authorization;
the node competition computing module is used for computing the Hash value of each new block by each storage unit node when the new block is generated through computing power competition, voting the Hash value of the next block by each node, and determining the generation node of the next block;
the multi-chain tree module is used for organizing and managing multi-chain blocks stored in the storage unit, and comprises the steps of creating, ending and destroying links and maintaining the relationship among the chains;
the block access module is used for writing the trusted data to be stored into the designated block by the service system and reading and accessing the data of the designated block after the data is written;
the block persistence module is used for persisting the data written by the block read-write module to a file storage area of the storage unit, the data written by the block is not directly stored in the file storage area but is firstly placed in the node memory area, and the block persistence module is responsible for writing the data in the cache area into a data file;
the block node synchronization module is used for only storing one storage unit node when block data are written, and is responsible for synchronizing newly stored data to other storage unit nodes in real time.
The storage unit consists of a plurality of storage unit nodes, and each storage unit node comprises a multi-link block area and a file storage area;
the multi-chain block area is used for storing a block chain of a multi-chain structure and comprises one or a plurality of management chain blocks, and each management chain is connected with a plurality of service chains; the management chain is used for storing block head node information of the service chain; each service chain is a service, and head nodes between the service chains are associated with each other to realize a multi-chain mechanism; defining the head information of a sub-service management chain through each management chain block, and linking a plurality of service chains by each sub-service management chain to form a chain tree-shaped management system;
the file storage area is used for storing the block chain on the file system in a persistent mode, and supports two modes of a file database and a relational database, wherein the file database stores block chain data information, and the relational database stores node information, chain relation and block information.
The working method of the private block chain operation support system supporting the logic multi-chain comprises the following steps:
step (1): an application registration module of the access unit receives a registration request of an enterprise service system, and the enterprise service system is registered to become legal connection application;
step (2): designing a chain organization structure according to business requirements of an enterprise business system, designing an enterprise business management chain according to relatively independent design principles of each business of each department, designing a department business management chain for each business of each department, wherein the department business management chain is linked to the enterprise business management chain, different businesses in each department design respective business chains, and the business chains are linked to the department business management chains to form a tree chain structure;
and (3): according to the design of an enterprise chain, a chain creation module of an access unit creates an enterprise business management chain, a multi-chain tree module of an operation unit creates a logical block chain, after the chain creation is completed, an application authorization module of the access unit authorizes an enterprise application, and authorization information is authorized to take effect by a permission system module of the operation unit;
and (4): receiving a business chain creating request of enterprise application, and creating a business chain by a chain creating module of an access unit;
and (5): the block read-write module receives data write-in requirements of each enterprise business system, the node competition computing module compares the computing power of each storage node, the storage node with strong computing power is selected, the credible storage data of the enterprise business system is written in, the block persistence module of the operation unit writes the data in the storage unit, and the block node synchronization module is used for synchronizing the block data to the storage unit node module of the storage unit;
and (6): receiving data verification requirements of each enterprise business system, providing block information to be verified for a user by a chain downloading module of an access unit, and verifying the authenticity of the block information by the chain verification module;
and (7): the monitoring unit is used for monitoring the running condition of the private block chain, the node monitoring module is used for monitoring the running condition of each storage node, the chain monitoring module is used for monitoring the running condition of each chain, the block monitoring module is used for monitoring the running condition of a block under the chain, the application monitoring module is used for monitoring the application access condition, the performance monitoring mode is used for monitoring the performance, and if a problem occurs in the monitoring process, the early warning notification module is used for reporting the system abnormity in time.
The invention has the beneficial effects that:
firstly, a reliable private block chain system is realized, the private block chain platform in an enterprise is conveniently constructed by each enterprise, the use threshold of the private block chain is reduced, and the private block chain system is favorable for rapid popularization and use in different types of enterprises; and secondly, the support of a tree-shaped multi-chain mode is realized, the tree-shaped multi-chain mode is realized by being equivalent to the existing management structure of the business information system in an enterprise, the support is provided for the enterprise to construct a unified universal private block chain supporting platform of the whole enterprise, and the problem of data splitting caused by independently constructing the block chain platform by each business system in the original single-chain mode is solved. By constructing a uniform private block chain operation support system of an enterprise, the trusted management of the whole life cycle of key data in the enterprise can be realized, and a foundation is laid for government supervision of the trusted operation of the enterprise, unification of industrial data standards and strengthening of internal and external audit of the enterprise.
The block chain structure system with the tree structure is realized, the tree classification management requirements of key data in an enterprise are met, and the application effects of good storage, good retrieval, good management and good use are achieved on the basis of realizing credible storage of the key business data.
Drawings
Fig. 1 is a schematic diagram of a block chain operation support system supporting logical multiple chains according to the present invention.
Fig. 2 is a schematic flow chart of a block chain operation support system supporting logical multiple chains according to the present invention.
Detailed Description
The invention is further described with reference to the following figures and examples.
As shown in fig. 1, a block chain operation support system supporting logical multi-chains includes a monitoring unit 101, an access unit 102, an operation unit 103, and a storage unit 104.
The monitoring unit 101 is used for an enterprise to construct the operation condition of an information department management and monitoring system of the multi-chain private block chain operation support system;
the monitoring unit 101 comprises a node monitoring module 1011, a chain monitoring module 1012, a block monitoring module 1013, an application monitoring module 1014, a performance monitoring module 1015, and an early warning notification module 1016;
the node monitoring module 1011 is configured to monitor operation conditions of each node of the private block chain operation support system supporting multiple chains, including node distribution, states of each node, data distribution of each node, data synchronization conditions between nodes, and the like;
the chain monitoring module 1012 is configured to monitor the operation conditions of each chain of the private block chain operation support system supporting multiple chains, including the number of chains, the state of each chain, the length of each chain, the chain growth speed, the application to which the chain belongs, the chain data distribution, the creation attribute information of the chain, and the like;
the block monitoring module 1013 is configured to monitor block operation conditions of each chain of the private block chain operation support system supporting multiple chains, including a block creation attribute, the number of existing blocks, a current block creation speed, a block data amount, a latest transaction block, and the like;
the application monitoring module 1014 is configured to monitor an application system condition that supports multi-chain private block chain operation and supports system access, including a name, an address, an access right, a relationship with a chain, a latest access time, a data write frequency, a write data amount, and the like of the application system;
the performance monitoring module 1015 is configured to monitor the operation efficiency of the private block chain operation support system supporting multiple chains, where the operation efficiency includes throughput, total data volume, total system capacity, remaining system capacity, and the like of the whole system;
the early warning notification module 1016 is configured to support early warning notification after the abnormal operation of the multi-chain private block chain operation support system, where the early warning includes an early warning of abnormal risk in operation, an alarm of abnormal operation, and automatic analysis and repair of the abnormal operation.
The access unit 102 is configured to provide an access channel of a multi-link private block chain operation support system to the outside, and the service system uses the system through the access unit, and the system supports access of multiple protocols such as WS, restul, and the like;
the access unit 102 comprises an application registration module 1021, an application authorization module 1022, a chain creation module 1023, a chain download module 1024, a chain verification module 1025, and a block read/write module 1026;
the application registration 1021 is used for registering and accessing the service system of the support system by using the private blockchain, and the registered service application system can use other access functions;
the application authorization module 1022 is configured to grant a chain access right created by one service system to another service system, and the chain after authorization can be used across the service systems;
the chain creation module 1023 is used for the business system to create a block chain used by the system;
the chain downloading module 1024 is used for downloading the whole chain data with the authority to access by the service system;
the chain checking module 1025 is used for checking the correctness and tampering of data stored in the private multi-chain block chain operation supporting system by the service system;
the block data read-write module 1026 is configured to write the service key data into the multi-chain private block chain operation support system and read the written data by the service system.
The operation unit 103 is used for operation control of the multi-chain private block chain operation support system, coordinating cooperative work of each storage node, and supporting automatic growth, data transaction, data synchronization and the like of each chain block;
the operation unit 103 includes an authority system module 1031, a node competition computation module 1032, a multi-chain tree module 1033, a block access module 1034, a block persistence module 1035, and a block node synchronization module 1036;
the authority system module 1031 is configured to manage access authorities of multiple chains, where different chains may be controlled by the authorities for isolated use by different business applications, and the business applications may access the chains created by the business applications themselves and also access other chains that have passed authorization;
the node competition computing module 1032 is characterized in that the multi-chain private block chain operation supporting system consists of a plurality of distributed decentralized nodes, in order to ensure the fairness and credibility of the block generation process, when a block generated by a person is generated by a plurality of nodes through the calculation competition, when a new block needs to be generated, each node computes the Hash value of each new block, and then votes and selects the Hash value of the next block through each node to determine the generation node of the next block;
the multi-chain tree module 1033 is configured to organize and manage the multi-chain blocks stored in the storage unit, where the multi-chain blocks include creation, termination, destruction, and relationship maintenance between chains;
the block access module 1034 is configured to write the trusted data to be saved into a certain block of the block chain system by the service system, and perform read access on data of the certain block after the data is written;
the block persistence module 1035 is used for persisting the data written by the block read-write module to a file storage area of the storage unit, the block chain operation support platform is used for improving efficiency and ensuring data security, the data written by the block is not directly connected to the file storage area and is firstly placed in a cache area, and the block persistence module is used for writing the data of the cache area into a file system;
the block node synchronization module 1036 is configured to synchronize different node data belonging to a multi-chain private block chain operation support system, where the block data is only stored in one storage node when written, and the block node synchronization module is responsible for synchronizing newly stored data to other nodes in real time.
The storage unit 104 is used for storage management of block chain data on multiple nodes, the storage unit node is composed of at least three nodes, data is synchronized among the nodes in real time, one node is updated, and data of other nodes is updated synchronously.
The storage unit 104 is composed of a plurality of homogeneous data storage unit nodes (1041- "104N"), and each storage unit node includes a multi-chain block area module 10411 and a file storage area module 10412;
the multi-chain block module 10411 is configured to store a block chain of a multi-chain structure, and generally includes a management chain and a plurality of service chains, where the management chain stores information of a block head node of each service chain, and each service chain is a service chain, and a multi-chain mechanism is implemented by associating the chain head nodes, and relationships of each chain are clearly classified, and if a service scene is complex, the management chain is also split into a multi-chain mode, that is, there may be a plurality of management chains, and an enterprise master control management chain defines the head information of one sub-service management chain by each block, and each sub-service management chain is further linked with a plurality of service chains, so as to form a chain tree management system adapted to the complex application scene of an enterprise;
the file storage module 10412 is configured to persistently store the multi-link blocks in the file system, and support two modes, namely, a file database and a relational database, where the file database stores block link data information, and the relational database stores complex node information, chain relationship, block information, and the like.
As shown in fig. 2, a method for supporting operation of a logical multi-chain block chain includes the following steps:
step 201: the private blockchain operation support system receives a registration request of the enterprise business system, and an application registration module 1021 of the access unit 102 registers the enterprise business system into a legal connection application;
step 202: the private block chain operation support system designs a chain organization structure according to business requirements of an enterprise business system, an enterprise business management chain is designed for enterprise overall business according to a design principle that each business of a department is relatively independent, a department business management chain is designed for each business of the department, the department business management chain is linked to the enterprise business management chain, different businesses in the department design respective business chains, and the business chains are linked to the department business management chain to form a tree chain structure;
step 203: the private block chain operation support system uses a chain creation module 1023 of the access unit 102 to create an enterprise business management chain according to enterprise chain design, the chain creation module 1023 uses a multi-chain tree module 1033 of the operation unit 103 to create a logical multi-block chain, after the chain creation is completed, an application authorization module 1022 of the access unit 102 is used to authorize enterprise applications, and authorization information is authorized to take effect through an authority system module 1031 of the operation unit 103;
step 204: the private block chain operation support system receives a business chain creation request of an enterprise application, creates a chain by using respective connection users and passwords, and creates a chain by using a chain creation module 1023 of the access unit 102;
step 205: the private block chain operation support system receives data writing requirements of each enterprise business system, the node competition computing module 1032 compares the computing capacity of each storage node, selects a writable storage node, writes the enterprise application trusted storage data of the business system into the private block chain operation support system by using the block reading and writing module 1026 of the access unit 102, the block persistence module 1035 of the operation unit 103 writes the data into the storage unit 104, and synchronizes the block data to the storage unit node module 1041 and 104N of the storage unit 104 by using the block node synchronization module 1036;
step 206: the private block chain operation support system receives the data verification requirements of each enterprise business system, uses the chain downloading module 1024 of the access unit 102 to download block information to be verified, and then uses the chain verification module 1025 to verify the authenticity of the block information;
step 207: the monitoring unit 101 monitors the operation of the private block chain, the node monitoring module 1011 monitors the operation of each storage node, the chain monitoring module 1012 monitors the operation of each chain, the block monitoring module 1013 monitors the operation of a block under a chain, the application monitoring module 1014 monitors the access of an application, the performance monitoring mode 1015 monitors the overall performance of the system, and if a problem occurs in the monitoring process, the early warning notification module 1016 is used to report the system abnormality in time.
The method and the system facilitate each enterprise to construct a private block chain platform inside the enterprise, reduce the use threshold of the private block chain, facilitate the rapid popularization and use of the private block chain system inside different types of enterprises, solve the tree classification management requirement of key data inside the enterprise by realizing a block chain structure system with a tree structure, realize the classification management and the storage of the key data of different businesses on the basis of trusted storage of the key business data, and achieve the application effects of good storage, good retrieval, good management and good use. The private block chain operation support system supporting the logic multi-chain can realize the trusted management of the whole life cycle of key data in an enterprise, and lays a foundation for government supervision of the trusted operation of the enterprise, unification of industrial data standards and strengthening of internal and external audit of the enterprise.
Although the embodiments of the present invention have been described with reference to the accompanying drawings, it is not intended to limit the scope of the present invention, and it should be understood by those skilled in the art that various modifications and variations can be made without inventive efforts by those skilled in the art based on the technical solution of the present invention.

Claims (4)

1. The private block chain operation support system supporting the logic multi-chain is characterized by comprising the following components:
the monitoring unit is used for monitoring the operation condition;
an access unit for providing an access channel to the outside;
the operation unit is used for operation control, coordinating the nodes of the storage units in the storage unit to cooperatively work and supporting automatic growth, data transaction and data synchronization of each chain block;
the storage unit comprises a plurality of storage unit nodes and is used for storage management of the block chain data on the plurality of storage unit nodes, and the block chain data are synchronized among the storage unit nodes in real time;
the operation unit comprises an authority system module, a node competition calculation module, a multi-chain tree module, a block read-write module, a block persistence module and a block node synchronization module;
the authority system module is used for managing the access authority of the multiple chains, different chains are controlled by the authority to be used by different business applications in an isolated mode, the business applications access the chains created by the business applications and access other chains which pass authorization;
the node competition computing module is used for computing the Hash value of each new block by each storage unit node when the new block is generated through computing power competition, voting the Hash value of the next block by each node, and determining the generation node of the next block;
the multi-chain tree module is used for organizing and managing multi-chain blocks stored in the storage unit, and comprises the steps of creating, ending and destroying links and maintaining the relationship among the chains;
the block read-write module is used for writing the trusted data to be stored into the designated block by the service system and reading and accessing the data of the designated block after the data is written;
the block persistence module is used for persisting the data written by the block read-write module to a file storage area of the storage unit, the data written by the block is not directly stored in the file storage area but is firstly placed in the node memory area, and the block persistence module is responsible for writing the data in the cache area into a data file;
the block node synchronization module is used for only storing one storage unit node when block data is written, and is responsible for synchronizing newly stored data to other storage unit nodes in real time;
the storage unit consists of a plurality of storage unit nodes, and each storage unit node comprises a multi-link block area and a file storage area;
the multi-chain block area is used for storing a block chain of a multi-chain structure and comprises one or a plurality of management chain blocks, and each management chain is connected with a plurality of service chains; the management chain is used for storing block head node information of the service chain; each service chain is a service, and head nodes between the service chains are associated with each other to realize a multi-chain mechanism; defining the head information of a sub-service management chain through each management chain block, and linking a plurality of service chains by each sub-service management chain to form a chain tree-shaped management system;
the file storage area is used for storing the block chain on the file system in a persistent mode, and supports two modes of a file database and a relational database, wherein the file database stores block chain data information, and the relational database stores node information, chain relation and block information.
2. The logical multi-chain enabled private blockchain operational support system of claim 1,
the monitoring unit comprises a node monitoring module, a chain monitoring module, a block monitoring module, an application monitoring module, a performance monitoring module and an early warning notification module;
the node monitoring module is used for monitoring the operation conditions of the nodes of each storage unit, and comprises the node distribution of the storage units, the node state of each storage unit, the node data distribution of each storage unit and the data synchronization condition among the nodes of the storage units;
the chain monitoring module is used for monitoring the operation condition of a chain of a data block which needs to be stored in a credible mode for each service, and comprises the number of the chains, the state of each chain, the length contained by the chain, the chain growth speed, the application to which the chain belongs, the chain data distribution and the establishment attribute information of the chain;
the block monitoring module is used for monitoring the block running conditions of each chain, and comprises the creation attribute of the block, the number of the existing blocks, the creation speed of the current block, the data volume of the block and the latest transaction block;
the application monitoring module is used for monitoring the condition of the accessed application system, including the name, address, access authority, relation with the chain, latest access time, data writing frequency and writing data volume of the application system;
the performance monitoring module is used for monitoring the operation efficiency, and the operation efficiency comprises the whole throughput, the total data volume, the total capacity and the residual capacity;
the early warning notification module is used for early warning notification after abnormity occurs, and comprises early warning of abnormal operation risks, alarming of abnormal operation and automatic analysis and repair of abnormity.
3. The logical multi-chain enabled private blockchain operational support system of claim 1,
the access unit comprises an application registration module, an application authorization module, a chain creation module, a chain downloading module, a chain verification module and a block read-write module;
the application registration module is used for receiving registration of an enterprise business system;
the application authorization module is used for granting the chain access authority created by one service system to another service system, and the chain after authorization is allowed to be used by the cross-service system;
the chain creating module is used for creating a block chain used by the service system;
the chain downloading module is used for downloading the whole chain data with access permission by the service system;
the chain checking module is used for checking the correctness and the tampering of the stored data by the service system;
and the block read-write module is used for receiving the business key data written by the business system and reading the written data.
4. The working method of the private block chain operation support system supporting the logic multi-chain is characterized by comprising the following steps of:
step (1): an application registration module of the access unit receives a registration request of an enterprise service system, and the enterprise service system is registered to become legal connection application;
step (2): designing a chain organization structure according to business requirements of an enterprise business system, designing an enterprise business management chain according to relatively independent design principles of each business of each department, designing a department business management chain for each business of each department, wherein the department business management chain is linked to the enterprise business management chain, different businesses in each department design respective business chains, and the business chains are linked to the department business management chains to form a tree chain structure;
and (3): according to the design of an enterprise chain, a chain creation module of an access unit creates an enterprise business management chain, a multi-chain tree module of an operation unit creates a logical block chain, after the chain creation is completed, an application authorization module of the access unit authorizes an enterprise application, and authorization information is authorized to take effect by a permission system module of the operation unit;
and (4): receiving a business chain creating request of enterprise application, and creating a business chain by a chain creating module of an access unit;
and (5): the block read-write module receives data write-in requirements of each enterprise business system, the node competition computing module compares the computing power of each storage node, the storage node with strong computing power is selected, the credible storage data of the enterprise business system is written in, the block persistence module of the operation unit writes the data in the storage unit, and the block node synchronization module is used for synchronizing the block data to the storage unit node module of the storage unit;
and (6): receiving data verification requirements of each enterprise business system, providing block information to be verified for a user by a chain downloading module of an access unit, and verifying the authenticity of the block information by the chain verification module;
and (7): the monitoring unit is used for monitoring the running condition of the private block chain, the node monitoring module is used for monitoring the running condition of each storage node, the chain monitoring module is used for monitoring the running condition of each chain, the block monitoring module is used for monitoring the running condition of a block under the chain, the application monitoring module is used for monitoring the application access condition, the performance monitoring mode is used for monitoring the performance, and if a problem occurs in the monitoring process, the early warning notification module is used for reporting the system abnormity in time.
CN201610976657.0A 2016-10-28 2016-10-28 Private block chain operation support system supporting logic multi-chain and working method thereof Active CN106528775B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610976657.0A CN106528775B (en) 2016-10-28 2016-10-28 Private block chain operation support system supporting logic multi-chain and working method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610976657.0A CN106528775B (en) 2016-10-28 2016-10-28 Private block chain operation support system supporting logic multi-chain and working method thereof

Publications (2)

Publication Number Publication Date
CN106528775A CN106528775A (en) 2017-03-22
CN106528775B true CN106528775B (en) 2020-01-03

Family

ID=58351419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610976657.0A Active CN106528775B (en) 2016-10-28 2016-10-28 Private block chain operation support system supporting logic multi-chain and working method thereof

Country Status (1)

Country Link
CN (1) CN106528775B (en)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107423163B (en) * 2017-03-24 2020-10-16 北京瑞卓喜投科技发展有限公司 Error surveying method and system for block chain of overall serial added blocks
CN107451011B (en) * 2017-03-24 2020-12-25 北京瑞卓喜投科技发展有限公司 Error correction method and system for block chain of parallel added blocks
CN113282659A (en) * 2017-03-28 2021-08-20 创新先进技术有限公司 Data processing method and device based on block chain
CN111327703B (en) 2017-03-28 2022-05-31 创新先进技术有限公司 Consensus method and device based on block chain
CN107017992B (en) * 2017-03-29 2020-02-07 杭州秘猿科技有限公司 Design method of high-performance alliance block chain based on double-chain structure
CN107103054B (en) * 2017-04-12 2019-03-26 北京航空航天大学 A kind of intelligent contract asynchronous execution storage system and implementation method of privately owned block chain
CN108805561B (en) * 2017-04-27 2023-06-02 中思博安科技(北京)有限公司 Method and system for executing intelligent contract capable of accessing multiple blockchains
CN108876365B (en) * 2017-05-16 2023-08-29 江峰 Intelligent contract for generating block release mechanism
CN107315786B (en) * 2017-06-12 2020-12-11 腾讯科技(深圳)有限公司 Service data storage method and device
CN107248076A (en) * 2017-06-24 2017-10-13 北京天德科技有限公司 A kind of core algorithm of the double-chain block chain the Internet model merchandised across chain
CN107332900A (en) * 2017-06-27 2017-11-07 山东浪潮商用系统有限公司 A kind of privately owned block chain management platform of support Internet of Things fused business
CN108009445B (en) * 2017-11-30 2021-05-11 成都蓝海贝信息技术有限公司 Semi-centralized trusted data management system
CN108076148A (en) * 2017-12-15 2018-05-25 成都链网络科技有限公司 Storage system based on block chain
CN108063826B (en) * 2017-12-27 2020-08-14 上海唯链信息科技有限公司 Sharing and tracing system of Internet of vehicles based on block chain technology
CN108415993A (en) * 2018-02-12 2018-08-17 中信银行股份有限公司 A kind of monitoring and early warning display methods and system
TWI659373B (en) * 2018-02-14 2019-05-11 財團法人工業技術研究院 Blockchain system and method thereof
CN108416577B (en) * 2018-03-02 2021-03-05 上海汉得信息技术股份有限公司 Block chain service system
US11146545B2 (en) * 2018-03-27 2021-10-12 Exosite LLC Apparatus and method for establishing secured connection
CN108492183B (en) * 2018-03-29 2021-05-18 深圳前海微众银行股份有限公司 Block chain account transaction method, system and computer readable storage medium
CN108667717B (en) * 2018-04-20 2021-06-08 网易(杭州)网络有限公司 Block chain processing method, medium, device and computing equipment based on instant messaging message record
CN110490602B (en) * 2018-05-09 2022-11-25 本无链科技(深圳)有限公司 Three-layer block chain architecture construction method and system
CN108647361B (en) * 2018-05-21 2021-12-03 中国工商银行股份有限公司 Data storage method, device and system based on block chain
CN108809625A (en) * 2018-05-21 2018-11-13 爱图智能(深圳)有限公司 A kind of intelligent home control system based on block chain, method and device
CN110611579A (en) * 2018-06-15 2019-12-24 普华云创科技(北京)有限公司 Block chain-based equipment monitoring and early warning method, system, equipment and storage medium
CN108984697A (en) * 2018-07-05 2018-12-11 江苏恒宝智能系统技术有限公司 A kind of block chain interior joint method of data synchronization
CN109102285B (en) * 2018-07-30 2022-05-10 上海淳麒金融信息服务有限公司 Supply chain finance realization method based on block chain double-chain structure and control system thereof
CN109033422B (en) * 2018-08-08 2020-05-22 云南天之游科技股份有限公司 Method and device for generating block chain and block chain
CN109285005A (en) * 2018-08-16 2019-01-29 北京京东尚科信息技术有限公司 Method for dividing and processing, device, block chain node and the storage medium of block chain
CN109167699A (en) * 2018-08-20 2019-01-08 众安信息技术服务有限公司 The method and apparatus for handling the state of the node of block chain
CN109509530A (en) * 2018-11-12 2019-03-22 上海观谷科技有限公司 Electronic prescription memory management method and device based on block chain technology
CN109639521B (en) * 2018-12-05 2020-09-29 京东数字科技控股有限公司 Block chain performance testing method, device, equipment and storage medium
CN109474499A (en) * 2018-12-29 2019-03-15 杭州趣链科技有限公司 A kind of solution of distributed block chain monitoring system
CN112988751A (en) * 2019-04-22 2021-06-18 网易(杭州)网络有限公司 Timing task scheduling method and device based on block chain
CN111507714B (en) * 2020-04-10 2021-04-02 成都质数斯达克科技有限公司 Verification method, verification device, server and storage medium
CN111639363B (en) * 2020-05-24 2020-12-25 深圳市诚意信科技有限公司 Data analysis method based on block chain and edge computing server
CN113364771B (en) * 2021-06-04 2023-08-11 佳乔(深圳)投资有限公司 Block chain-based data sharing method for Internet of things
CN114169978B (en) * 2021-10-11 2023-11-28 北京天德科技有限公司 Accounting book data storage accounting system and method based on multi-chain blockchain
CN113946875B (en) * 2021-12-21 2022-05-20 北京中科金财科技股份有限公司 Identity authentication method and system based on block chain

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105488675A (en) * 2015-11-25 2016-04-13 布比(北京)网络技术有限公司 Distributed shared general ledger construction method of block chain

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105488675A (en) * 2015-11-25 2016-04-13 布比(北京)网络技术有限公司 Distributed shared general ledger construction method of block chain

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Blockchains and Smart Contracts for the Internet of Things;KONSTANTINOS CHRISTIDIS等;《IEEE Access》;20160510;第4卷;全文 *
一文读懂区块链的技术特点和运作机制;Sonic;《金卡工程》;20160610;全文 *
从公有链到私有链:区块链回归现实;肖风;《当代金融家》;20160228(第2016年第Z1期);全文 *

Also Published As

Publication number Publication date
CN106528775A (en) 2017-03-22

Similar Documents

Publication Publication Date Title
CN106528775B (en) Private block chain operation support system supporting logic multi-chain and working method thereof
US10135609B2 (en) Managing a database management system using a blockchain database
CN109194708B (en) Distributed storage system based on block chain technology and identity authentication method thereof
CN109034833B (en) Product tracing information management system and method based on block chain
CN106503574B (en) Block chain safe storage method
CN109614806A (en) Log Administration System based on block chain
CN109544982B (en) Parking information sharing method and system
CN111444262A (en) Electric power data sharing system based on block chain
CN109409882A (en) A kind of credit accreditation storage method and device based on block chain
CN110225012B (en) Method for checking and updating ownership of outsourced data based on alliance chain
CN112307501A (en) Big data system based on block chain technology, storage method and using method
CN109636605A (en) A kind of monitoring and managing method and system of digital asset exchange
Jiang et al. Research on the application of blockchain in copyright protection
CN109543459A (en) A kind of data deposit card method and apparatus
Cui et al. Protecting vaccine safety: An improved, blockchain-based, storage-efficient scheme
CN113793158A (en) Textile inspection detection information query method and system
Rao et al. A novel approach for digital evidence management using blockchain
CN111402104B (en) Block chain-based public security data management platform and method
Xue et al. A trusted system framework for electronic records management based on blockchain
CN115934832A (en) Metering test detection data credible sharing method based on block chain
Song et al. An improved data provenance framework integrating blockchain and PROV model
CN115796764A (en) Loan archive management method, system and terminal based on block chain and IPFS
Weixian et al. Design of Collaborative Control Scheme between On-chain and Off-chain Power Data
Li et al. Vocational education platform based on block chain and IoT technology
CN113660318A (en) Block chain-based academic calendar and academic degree authentication method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20170726

Address after: The central nanxinzhuang Ji'nan Road, No. 336 of 250022 cities in Shandong Province

Applicant after: University of Jinan

Applicant after: Shandong Ming and Software Co., Ltd.

Address before: 250000 Shandong city of Ji'nan province high tech Zone Shun Road No. 2000 Shun Tai Plaza No. 9 South 7

Applicant before: Shandong Ming and Software Co., Ltd.

GR01 Patent grant
GR01 Patent grant