CN112039926A - Method for realizing double-layer chain type architecture of block chain - Google Patents

Method for realizing double-layer chain type architecture of block chain Download PDF

Info

Publication number
CN112039926A
CN112039926A CN202011213037.4A CN202011213037A CN112039926A CN 112039926 A CN112039926 A CN 112039926A CN 202011213037 A CN202011213037 A CN 202011213037A CN 112039926 A CN112039926 A CN 112039926A
Authority
CN
China
Prior art keywords
chain
block
layer
blocks
consensus
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.)
Granted
Application number
CN202011213037.4A
Other languages
Chinese (zh)
Other versions
CN112039926B (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.)
Nanjing Jinninghui Technology Co ltd
Original Assignee
Nanjing Jinninghui Technology Co ltd
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 Nanjing Jinninghui Technology Co ltd filed Critical Nanjing Jinninghui Technology Co ltd
Priority to CN202011213037.4A priority Critical patent/CN112039926B/en
Publication of CN112039926A publication Critical patent/CN112039926A/en
Application granted granted Critical
Publication of CN112039926B publication Critical patent/CN112039926B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/123Applying verification of the received information received data contents, e.g. message integrity
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

The application provides a method for realizing a double-layer chain type structure of a block chain, wherein on a first layer value common identification layer block chain, except for created blocks, block heads of other blocks sequentially point to corresponding father block hashes, and simultaneously, the block heads of other blocks sequentially point to father block hashes on a second layer chain with the same height value as the corresponding father blocks, so that the two chains are linked according to the method. On the block chain of the second layer excitation consensus layer, except for creating blocks, the block heads of other blocks point to corresponding father blocks in sequence for hashing, two chains both follow complete single-chain structure attributes and can simultaneously accommodate and operate two different consensus algorithms, and for different service levels, the consensus algorithms with different service requirements can be changed and used on each chain according to different service requirements.

Description

Method for realizing double-layer chain type architecture of block chain
Technical Field
The present application relates to the field of block chain technologies, and in particular, to a method for implementing a double-layer chain architecture of a block chain.
Background
In a conventional blockchain system, the blockchain structure is basically a single-chain structure mode, all transaction information is packed by blocks and then extended to one chain, and the structure of the chain commonly identified by all nodes in the whole network from beginning to end is the single-chain structure.
In the block chain System with a single chain structure, only one type Of consensus algorithm can be accommodated, and currently, mainstream single chain structure items such as Bitcoin, ETH, EOS (Enterprise Operation System, a block chain operating System designed by commercial distributed application) and the like are all in a single chain block chain mode, for example, in a typical block chain mode, Bitcoin uses POW (Proof Of Work, workload Proof consensus algorithm), ETH uses POW at an early stage, POS (Proof Of Work, right Proof consensus algorithm) at a later stage, and EOS uses DPOS (freed Proof Of stock).
Since the typical blockchain mode uses a single-chain blockchain structure, different consensus algorithms cannot be used according to different service scenarios, so that the service scenarios that the single-chain structure can apply are limited, the application range is narrow, and the application flexibility is poor.
Disclosure of Invention
Based on the above technical problem, the present application provides a method for implementing a double-layer chain architecture of a block chain, and a problem to be solved by the present application is to provide a consensus algorithm having a double-layer chain architecture and capable of accommodating two different consensus algorithms at the same time, and to operate the consensus algorithm with different service requirements on each chain in the double-layer chain for different service levels, so as to solve the problems of limited service scenarios, narrow application range, and poor application flexibility of a single-chain block chain architecture.
A method for implementing a double-layer chain architecture of a block chain comprises the following steps:
on the first layer chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH;
on the second layer chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH;
acquiring the height value of each block in the first layer chain and the second layer chain;
on the first layer chain, except for the created blocks, the block heads of other blocks sequentially point to the parent block HASH on the second layer chain with the same height value as the corresponding parent block, so as to be used as a legal basis for linking between the two chains.
According to the technical scheme, the method for realizing the double-layer chain type architecture of the block chain is characterized in that on the first-layer value consensus layer block chain, except for the created block, block heads of other blocks sequentially point to the corresponding parent block HASH; on the second layer excitation common-identification layer block chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH; and acquiring the height values of all blocks in the first layer chain and the second layer chain, and sequentially pointing the block heads of other blocks to the parent block HASH on the second layer chain with the same height value as the corresponding parent block on the first layer chain except the created block, thereby taking the block heads as the legal basis of the linkage between the two chains. The two chains both follow the complete single-chain structure attribute, the link is established through the nPrevMBhash, two different consensus algorithms can be simultaneously accommodated, the consensus algorithms with different service requirements are operated on each chain in the double-layer chain aiming at different service levels, the novel data structure method can be simultaneously compatible with the two different consensus algorithms and simultaneously operated, can be applied to different service level requirements, and has a double-layer chain structure.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic diagram of a double-layer chain structure of a block chain according to the present disclosure;
fig. 2 is a block head pointing diagram of a dual-layer chain architecture of a block chain according to the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application. The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
The application provides a method for realizing a double-layer chain type structure of a block chain, which is different from the block chain of the existing single-chain structure module, and the double-chain structure of the double-layer consensus algorithm can be divided into two layers of consensus layers from the perspective of double-chain type consensus, namely a first layer value consensus layer block chain and a second layer excitation consensus layer block chain. The double-layer chain type framework block chain can simultaneously contain two different consensus algorithms, and the consensus algorithms which are required by different services run on each chain in the double-layer chain aiming at different service levels are compatible with two different consensus algorithms to run simultaneously, can be applied to different service level requirements, and have a double-layer chain type structure.
A method for realizing a double-layer chain architecture of a block chain specifically comprises the following implementation processes:
and S1, sequentially pointing the block heads of the rest blocks except the created block to the corresponding parent block HASH on the first layer chain.
Referring to fig. 1, fig. 1 is a schematic diagram of a double-layer Chain structure of a Block Chain disclosed in the present application, where a first layer Chain is a value consensus layer Block Chain, RB Chain for short, and the value consensus layer Block Chain is responsible for packing conventional transactions with value attributes, and a plurality of legal conventional blocks are allowed to exist in the first layer value consensus layer, and each Block represents a certain contribution of a miner to the entire system. The value common layer block chain constructs a plurality of legal conventional blocks, namely contribution blocks according to the packaged conventional transactions.
Optionally, the value consensus layer block chain adopts an efficient consensus algorithm BBA independent of computing power, that is, the value consensus layer block chain can be, but not limited to, an efficient consensus algorithm BBA independent of computing power as a consensus algorithm of the value consensus layer. The BBA is a new consensus algorithm designed by map-based prize scientists, the scientists are teaching of MIT mechanical engineering and computer science systems and drawing prize winning owner Silgio Micalii, the high efficiency of the algorithm is supported by theory and experiments, the algorithm can enable transaction information with value attributes in RB chain to be fast packaged and blocked, and the overall efficiency of blocks is improved.
And S2, sequentially pointing the block heads of the rest blocks except the created block to the corresponding parent block HASH on the second layer chain.
With continued reference to fig. 1, the second layer Chain is an excitation consensus layer Block Chain, abbreviated as MB Chain, which is responsible for counting the contribution values in the contribution blocks and assigning rewards according to the contribution values. That is, the second tier incentive consensus is responsible for counting the contributions made by miners in the first tier value consensus, identifying the contributions of miners in the value consensus and assigning rewards.
Alternatively, the excitation consensus layer block chain employs a modified algorithm of the workload proven consensus algorithm, i.e., the excitation consensus layer block chain may be, but is not limited to, employing a modified algorithm of the workload proven consensus algorithm as the consensus algorithm of the excitation consensus layer. In the first layer value consensus layer block chain, the transaction packaged by the blocks is a transaction with value attribute, the transfer between transactions is a real value transfer, and therefore the blocks generated by packaging the transactions are also called value blocks. The second layer excitation common identification layer block chain utilizes an improved POW algorithm, only the information of the value blocks which are verified by the first layer needs to be identified in common, the information is concise, too much bandwidth is not occupied, and efficiency and safety are compatible.
The first layer value common layer block chain and the second layer excitation common layer block chain both follow the complete single-chain structure attribute, and the blocks in each chain comprise block heads and block bodies. In the block chain, after each block is created, a series of validity checks are performed, which mainly includes validity checks of a block head and a block body, and the detection standard and specific detection items can be customized according to actual requirements, for example, workload certification, a timestamp, a version number, a parent block hash direction and the like in the block head can be detected, integrity of each transaction in the block body can be detected, and the integrity of the transaction can include repeated input citation, a signature script, a locking script, an amount of money and the like. Judging whether a block is legal, judging whether the block head and the block body are legal according to the above standard, if the block head and the block body are both legal, the block is legal, otherwise, the block is illegal.
The reason why "allowing many legal regular blocks to exist in the first-level co-recognition layer" is mentioned in S1 is to emphasize the validity of blocks because blocks that can be extended to the blockchain must all be legal, illegal blocks will have negative effects on the system, credit penalties need to be applied to creators and broadcasters of illegal blocks, illegal blocks are discarded and not included in the network system, and illegal blocks are corrupted for the system, so there is no contribution, i.e., illegal blocks do not contribute a reward.
The excitation consensus layer block chain of the second layer also functions as a distributed timer, wherein the timer does not set a timer for ending a fixed time, but a preset condition, if a certain preset condition is reached in the excitation consensus layer block chain, for example, when the consensus of a node on a certain block reaches the preset condition, the end of the previous round of mining and the start of the next round of mining can be declared, the preset condition can be preset according to actual conditions and requirements, and the preset condition can be one or more.
In summary, it is not easy to conclude that the transaction information with the value attribute is stored in the first layer chain value common identification layer block chain, and the transaction information for statistics is stored in the second layer chain excitation common identification layer block chain.
And S3, acquiring height values of the blocks in the first layer chain and the second layer chain.
For further understanding of the height values of the blocks, this is exemplified here. Taking a block in a single chain or a block in any of the two chains in this embodiment as an example, for example, the hash of a created block is 0x0001xxx, the hash of a newly created block by a node is 0x0002xxx, the parent block of the newly created block points to 0x0001xxx, and then the latest block 0x0003xxx is created, then its parent block points to 0x0002xxx, and so on, a complete chain, i.e., a chain of blocks, can be formed, in which each block points to its parent block (the last block). And sorting the created blocks in sequence from the created blocks, giving the height values to the created blocks in sequence, wherein if the height value of the created blocks is 0, the height values of the blocks below the created blocks are respectively 1, 2, 3 and …, and sorting the created blocks in an ascending manner according to the ordered sequence pointed by the parent blocks, so that the height values of the blocks are formed.
S4, in the first layer chain, except the created blocks, the block heads of the other blocks point to the parent block HASH on the second layer chain with the same height value as the corresponding parent block, so as to be used as the legal basis for the linkage between the two chains.
With continued reference to fig. 1, in step S1, in the first layer of the value consensus sequence block chain, block 1 already points to its parent block, i.e. block 0, and block 1 points to block 0 in the second layer of the excitation consensus sequence block chain with the same height value as its parent block, i.e. in the value consensus sequence block chain, in addition to the created block, other blocks point to the parent block of the excitation consensus sequence block chain with the same height, e.g. taking block 10 in the value consensus sequence block chain as an example, in addition to pointing to parent block 9 in the value consensus sequence block chain, also point to block 9 in the excitation consensus sequence block chain with the same height value as its parent block, and the height values of the two parent blocks are the same.
Specifically, the first layer chain and the second layer chain establish a link through a preset attribute, and the preset attribute stores a parent block HASH of the second layer chain, that is, the RB chain and the MB chain establish a link through the preset attribute, and the preset attribute stores the parent block HASH of the MB chain. Referring to fig. 2, fig. 2 is a block header pointing diagram of a dual-layer chain architecture of a block chain disclosed in the present application, and it can be seen from the diagram that block headers of both chains contain nprvmbhash fields, where the nprvmbhash fields store parent blocks HASH corresponding to respective blocks in an MB chain, and so-called parent block pointing can be implemented through association of the fields, and the nprvmbhash fields are the aforementioned preset attribute fields.
For convenience of understanding, the fields appearing in fig. 2 are further described, fig. 2 is a schematic diagram of the block header pointing in the dual-layer chain architecture of the block chain in the embodiment of the present application, which is only for illustrating how the dual-layer chain points to and does not represent an actual block header structure, and the fields listed in each box in the table are only examples of some fields in the block header, for example, in fig. 2, the fields represent the following meanings: nTime, which represents the timestamp of the current block when it was created; nPrevMBhash, representing the parent block counter block hash of the current block; nVersion, which represents the version number of the current tile; merkle root, representing the root of the mercker tree of the transaction set for the current tile; nPevRBhash, representing the parent conventional block hash of the current block.
Further analyzing fig. 2, in the MB chain, each block on the chain realizes a sequential linking relationship through nPrevMBhash, and except for the created block, the other blocks all point to the previous block, i.e., point to the parent block of itself, thereby forming a chain in sequence. In the RB chain, except for the created block, other blocks in the chain are sequentially linked to their own parent block nprevirbhash, and also sequentially linked to the parent block nprevimbhash in the MB chain of the same height, and the link between the chain is realized by the key attribute nprevimbhash in the block header, and from the structural viewpoint, a block chain of a double-layer chain architecture is formed. Wherein, the blocks in each chain are obtained by the consensus of the self consensus algorithm, and the two chains are mutually independent in algorithm and intertwined in relation to form the unique double-chain block chain data structure similar to the double helix structure of the DNA.
In the process of extending or recombining the first layer value consensus layer blockchain RB chain and the second layer excitation consensus layer blockchain MB chain, the block heights of the two chains are always kept consistent. In a block chain, each block corresponds to a height value on the chain, the length of the chain substantially refers to the height value corresponding to the latest block, and the heights of the blocks of the two chains are always consistent, so that the heights of the two chains are required to be synchronous, and the two chains cannot be longer and shorter. As shown in fig. 2, fig. 2 is only a schematic illustration of one of the two strands, and it can be seen that the height of the two strands is currently 3, and if the blocks in both strands satisfy the extension, the two strands are extended together. It should be noted that the conditions for extending the two chains together are that the blocks on the two chains are both legal blocks, and the block heights of the two chains are consistent, for example, if a block is newly added, the two chains both need to be newly added at the same time, i.e., the two chains are extended at the same time, the newly added block will point to the last block in each chain as a parent block, taking the current fig. 2 as an example, the height value of the newly added block is 4, and the height value of the newly added block points to the parent block is 3, at this time, after the two chains are extended, the block heights of the two chains are both 4 and are consistent, that is, the extending manner of the two chains is to use the last block on the two chains as the parent block, the newly added block points to the corresponding parent block.
If blocks from either strand need to be recombined, the other strand is also recombined at the same time. For example, taking the current fig. 2 as an example to illustrate the recombination situation, taking the two chains as an example, assuming that RB chain needs to recombine the end block with height value of 3, in this case, MB chain also recombines the end block with height value of 3 on the chains to ensure that the heights of the two chains are always consistent.
According to the technical scheme, the method for realizing the double-layer chain type architecture of the block chain is characterized in that on the first-layer value consensus layer block chain, except for the created block, block heads of other blocks sequentially point to the corresponding parent block HASH; on the second layer excitation common-identification layer block chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH; and acquiring the height values of all blocks in the first layer chain and the second layer chain, and sequentially pointing the block heads of other blocks to the parent block HASH on the second layer chain with the same height value as the corresponding parent block on the first layer chain except the created block, thereby taking the block heads as the legal basis of the linkage between the two chains. The two chains both follow the complete single-chain structure attribute, the link is established through the nPrevMBhash, two different consensus algorithms can be simultaneously contained and operated, the consensus algorithms with different service requirements can be operated on each chain in the double-layer chain aiming at different service levels, the novel data structure method can be simultaneously compatible with the two different consensus algorithms and simultaneously operated, can be applied to different service level requirements, and has a double-layer chain structure.

Claims (10)

1. A method for implementing a double-layer chain architecture of a block chain is characterized by comprising the following steps:
on the first layer chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH;
on the second layer chain, except for the created blocks, sequentially pointing the block heads of the other blocks to the corresponding parent blocks HASH;
acquiring the height value of each block in the first layer chain and the second layer chain;
on the first layer chain, except for the created blocks, the block heads of other blocks sequentially point to the parent block HASH on the second layer chain with the same height value as the corresponding parent block, so as to be used as a legal basis for linking between the two chains.
2. The method of claim 1, wherein the block heights of the first layer chain and the second layer chain are consistent during the elongation or recombination process;
if the blocks in both chains satisfy the extension, both chains are extended together;
if blocks from either strand need to be recombined, the other strand is also recombined at the same time.
3. The method of claim 2, wherein the two chains extend together if the blocks on both chains are legal blocks and the block heights of both chains are consistent;
the extension mode is that the tail end blocks on the two chains are used as father blocks, the newly added blocks point to the corresponding father blocks, and meanwhile, the height value is increased by 1.
4. The method of claim 1, wherein the first layer chain is a value consensus layer block chain, the value consensus layer block chain is responsible for packaging regular transactions with value attributes, and the value consensus layer block chain constructs a plurality of contributing blocks according to the packaged regular transactions.
5. The method as claimed in claim 4, wherein the block chain of the value consensus layer employs a computationally independent efficient consensus algorithm BBA as the consensus algorithm of the value consensus layer.
6. The method as claimed in claim 4, wherein the second layer chain is an excitation common layer block chain, and the excitation common layer block chain is responsible for counting the contribution values in the contributing blocks, and distributing the reward according to the contribution values.
7. The method as claimed in claim 6, wherein the excitation consensus layer blockchain adopts a modified algorithm of a workload proven consensus algorithm as the consensus algorithm of the excitation consensus layer.
8. The method of claim 6, wherein if a predetermined condition is met in the excitation consensus layer block chain, a previous round of mining is declared to be ended and a next round of mining is declared to be started, wherein the predetermined condition is predetermined.
9. The method of claim 1, wherein the first layer chain and the second layer chain both follow a complete single chain structure property, and the blocks in each chain include a block header and a block body.
10. The method of claim 1, wherein the first layer chain and the second layer chain are linked by a predetermined attribute, and the predetermined attribute stores a parent block HASH of the second layer chain.
CN202011213037.4A 2020-11-04 2020-11-04 Method for realizing double-layer chain type architecture of block chain Active CN112039926B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011213037.4A CN112039926B (en) 2020-11-04 2020-11-04 Method for realizing double-layer chain type architecture of block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011213037.4A CN112039926B (en) 2020-11-04 2020-11-04 Method for realizing double-layer chain type architecture of block chain

Publications (2)

Publication Number Publication Date
CN112039926A true CN112039926A (en) 2020-12-04
CN112039926B CN112039926B (en) 2021-03-26

Family

ID=73573163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011213037.4A Active CN112039926B (en) 2020-11-04 2020-11-04 Method for realizing double-layer chain type architecture of block chain

Country Status (1)

Country Link
CN (1) CN112039926B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765137A (en) * 2021-04-07 2021-05-07 暗链科技(深圳)有限公司 Block synchronization method based on block distributed block chain and electronic equipment
CN112765682A (en) * 2021-04-07 2021-05-07 暗链科技(深圳)有限公司 Block data structure of block distributed block chain, storage medium and electronic equipment
CN114862397A (en) * 2022-07-06 2022-08-05 国网天津市电力公司培训中心 Double-decoupling block chain distributed method based on double-chain structure
CN116188167A (en) * 2023-04-17 2023-05-30 之江实验室 Block chain system and consensus method based on DAG structure

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107017992A (en) * 2017-03-29 2017-08-04 杭州秘猿科技有限公司 A kind of high-performance alliance block chain based on duplex structure
CN107909369A (en) * 2017-10-13 2018-04-13 布比(北京)网络技术有限公司 Based on the common recognition method, apparatus merchandised across chain and storage medium
US20190057379A1 (en) * 2017-08-21 2019-02-21 American Express Travel Related Services Company, Inc. Systems and methods for data file transfer balancing and control on blockchain
WO2019072317A2 (en) * 2019-01-31 2019-04-18 Alibaba Group Holding Limited Cross-asset trading within blockchain networks
CN110717759A (en) * 2019-10-18 2020-01-21 成都九宽科技有限公司 Cross-chain anchored block chain heterogeneous system
CN111538963A (en) * 2020-04-29 2020-08-14 铭数科技(青岛)有限公司 Block chain copyright protection system and method based on double chains

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107017992A (en) * 2017-03-29 2017-08-04 杭州秘猿科技有限公司 A kind of high-performance alliance block chain based on duplex structure
US20190057379A1 (en) * 2017-08-21 2019-02-21 American Express Travel Related Services Company, Inc. Systems and methods for data file transfer balancing and control on blockchain
CN107909369A (en) * 2017-10-13 2018-04-13 布比(北京)网络技术有限公司 Based on the common recognition method, apparatus merchandised across chain and storage medium
WO2019072317A2 (en) * 2019-01-31 2019-04-18 Alibaba Group Holding Limited Cross-asset trading within blockchain networks
CN110717759A (en) * 2019-10-18 2020-01-21 成都九宽科技有限公司 Cross-chain anchored block chain heterogeneous system
CN111538963A (en) * 2020-04-29 2020-08-14 铭数科技(青岛)有限公司 Block chain copyright protection system and method based on double chains

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765137A (en) * 2021-04-07 2021-05-07 暗链科技(深圳)有限公司 Block synchronization method based on block distributed block chain and electronic equipment
CN112765682A (en) * 2021-04-07 2021-05-07 暗链科技(深圳)有限公司 Block data structure of block distributed block chain, storage medium and electronic equipment
CN114862397A (en) * 2022-07-06 2022-08-05 国网天津市电力公司培训中心 Double-decoupling block chain distributed method based on double-chain structure
CN116188167A (en) * 2023-04-17 2023-05-30 之江实验室 Block chain system and consensus method based on DAG structure
CN116188167B (en) * 2023-04-17 2023-08-04 之江实验室 Block chain system and consensus method based on DAG structure

Also Published As

Publication number Publication date
CN112039926B (en) 2021-03-26

Similar Documents

Publication Publication Date Title
CN112039926B (en) Method for realizing double-layer chain type architecture of block chain
CN111061769B (en) Consensus method of block chain system and related equipment
CN113329031B (en) Method and device for generating state tree of block
CN110245956B (en) Asynchronous multi-chain based block chain transaction confirmation method and system
CN111680050B (en) Fragment processing method, device and storage medium for alliance chain data
CN111008201B (en) Method and apparatus for parallel modification and reading of state trees
CN110517141B (en) Consensus method and device based on block chain system
CN109391645B (en) Block chain lightweight processing method, block chain node and storage medium
CN109903049A (en) A kind of block chain transaction data storage method, device, equipment and storage medium
CN111127017B (en) Block chain full-fragmentation method and device based on P2P storage network and multilayer architecture
CN110473030B (en) Block chain-based electronic bill number claiming method and device and electronic equipment
TW201901482A (en) Blockchain system and method of creating blockchain
US20210073796A1 (en) Method of selective authentication of a blockchain user with a smart contract
WO2021190179A1 (en) Synchronous processing method and related apparatus
CN110941676B (en) Configuration method, device, equipment and medium
CN109542602B (en) Block chain-based distributed task processing method, device and system
CN109214817A (en) A kind of block chain common recognition device based on calculation power parasitism
CN112257118A (en) Method and system for locking cross-fragment transactions in a blockchain system containing fragments
CN112579261A (en) Method and system for quitting cross-fragment transaction, main chain node and target fragment node
Apt A proof theoretic view of constraint programming
CN113157450A (en) Method and apparatus for performing blocks in a blockchain system
CN111951112A (en) Intelligent contract execution method based on block chain, terminal equipment and storage medium
US20230015556A1 (en) Lightweight data storage apparatus for graphic blockchain and method thereof
CN116977067A (en) Block chain-based data processing method, device, equipment and readable storage medium
CN111932265B (en) Block transaction conversion method based on double-layer chain type architecture block chain

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: An implementation method of double-layer chain architecture of blockchain

Effective date of registration: 20220401

Granted publication date: 20210326

Pledgee: Zijin Trust Co.,Ltd.

Pledgor: Nanjing jinninghui Technology Co.,Ltd.

Registration number: Y2022980003745

PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20230421

Granted publication date: 20210326

Pledgee: Zijin Trust Co.,Ltd.

Pledgor: Nanjing jinninghui Technology Co.,Ltd.

Registration number: Y2022980003745

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A Double Layer Chain Architecture Implementation Method for Blockchain

Effective date of registration: 20230912

Granted publication date: 20210326

Pledgee: Zijin Trust Co.,Ltd.

Pledgor: Nanjing jinninghui Technology Co.,Ltd.

Registration number: Y2023980056172

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20231201

Granted publication date: 20210326

Pledgee: Zijin Trust Co.,Ltd.

Pledgor: Nanjing jinninghui Technology Co.,Ltd.

Registration number: Y2023980056172

PC01 Cancellation of the registration of the contract for pledge of patent right