CN110751473A - Method and device for improving block chaining-out efficiency - Google Patents

Method and device for improving block chaining-out efficiency Download PDF

Info

Publication number
CN110751473A
CN110751473A CN201910846016.7A CN201910846016A CN110751473A CN 110751473 A CN110751473 A CN 110751473A CN 201910846016 A CN201910846016 A CN 201910846016A CN 110751473 A CN110751473 A CN 110751473A
Authority
CN
China
Prior art keywords
block
transaction
consensus node
transactions
completed
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.)
Pending
Application number
CN201910846016.7A
Other languages
Chinese (zh)
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.)
Chengdu Sefon Software Co Ltd
Original Assignee
Chengdu Sefon Software 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 Chengdu Sefon Software Co Ltd filed Critical Chengdu Sefon Software Co Ltd
Priority to CN201910846016.7A priority Critical patent/CN110751473A/en
Publication of CN110751473A publication Critical patent/CN110751473A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/085Payment architectures involving remote charge determination or related payment systems
    • G06Q20/0855Payment architectures involving remote charge determination or related payment systems involving a third party
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for improving block chaining-out efficiency.A consensus node carries out sequencing operation after receiving a transaction, then judges whether the current transaction meets a block-out condition, whether the current transaction is blocked or not, continuously receives a new transaction and makes block judgment, if the current transaction is blocked, the transaction is processed, judges whether the previous transaction is blocked or not after the block construction is completed, if the previous transaction is blocked, the consensus node carries out block-out operation, otherwise, the block waits for the previous transaction to be blocked and then carries out block-out; if the transaction does not meet the block-out condition, suspending the transaction until the transaction meets the block-out condition, processing the transaction, judging whether the previous transaction is block-out or not after the block construction is completed, if the previous transaction is block-out, performing block-out operation on the common identification node, and otherwise, performing block-out again after the block waits for the previous transaction to be block-out. The co-recognition block model adopting the scheme has no phenomenon of locking and queuing, and the whole block output speed is greatly improved.

Description

Method and device for improving block chaining-out efficiency
Technical Field
The invention relates to the field of block chains, in particular to a method and a device for improving block chaining out efficiency.
Background
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm. Blockchain (Blockchain), an important concept of bitcoin, is essentially a decentralized database, exemplified by Fabric architecture,
the existing common identification node output block adopts a serial mode, and before a new block is not generated, subsequent transactions can only queue to wait for the output block, the advantages of a multi-core computer are not exerted, so that system resources are in an idle state, and the overall efficiency is not high.
Disclosure of Invention
The invention aims to: the method and the device for improving the block chaining-out efficiency solve the problems that the existing common identification node block-out adopts a serial mode, and the system resources are in an idle state and the overall efficiency is low because the subsequent transactions can only queue to wait for the block-out and the advantages of a multi-core computer are not exerted before a new block is not generated.
The technical scheme adopted by the invention is as follows:
a method for improving block chaining-out efficiency includes receiving transaction by common recognition node continuously, processing the transaction meeting block-out condition, and after block construction is completed, carrying out block-out according to sequence of received transaction.
The common identification node carries out sequencing operation after receiving the transaction, then judges whether the current transaction meets a block-out condition, continuously receives a new transaction and carries out block judgment no matter whether the current transaction is blocked or not, if the current transaction is blocked, the transaction is processed, after block construction is completed, whether the last transaction is blocked or not is judged, if the last transaction is blocked, the common identification node carries out block-out operation, otherwise, the block carries out block-out after the last transaction is blocked; if the transaction does not meet the block-out condition, suspending the transaction until the transaction meets the block-out condition, processing the transaction, judging whether the previous transaction is block-out or not after the block construction is completed, if the previous transaction is block-out, performing block-out operation on the common identification node, and otherwise, performing block-out again after the block waits for the previous transaction to be block-out. The co-recognition block model adopting the scheme can not cause the phenomenon of locking and queuing, and the whole block outlet speed is greatly improved.
Further, the method for the consensus node to receive the transaction continuously, process the transaction meeting the block-out condition, and after the block construction is completed, perform the block-out according to the sequence of the received transaction includes the following steps:
s1, the consensus node receives the transaction continuously;
s2, the consensus node judges whether the transaction meets the block-out condition, if so, the transaction is processed, and the step S3 is carried out after the block construction is completed; if the block-out condition is not met, suspending the transaction until the transaction meets the block-out condition, processing the transaction, and turning to the step S3 after the block construction is completed;
s3, the consensus node blocks the block constructed in step S2 according to the sequence of the received transaction.
Further, in step S1, the common node receives the transactions without interruption, and then sorts the transactions according to the order of the received transactions.
Further, the consensus node in step S3 blocks the blocks constructed in step S2 according to the sequence of the received transactions recorded in step S1
Further, the constructing of the block for completing the transaction processing comprises calculating a block Hash of the block.
Further, the blockchain adopts a Fabric architecture.
Further, different transactions are executed by different threads invoked by the consensus node.
An apparatus for improving block chaining-out efficiency, comprising:
a memory for storing executable instructions;
and the multi-core processor is used for executing the executable instructions stored in the memory and realizing the method for improving the block chaining-out efficiency.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
1. the invention discloses a method and a device for improving block chaining-out efficiency, and solves the problems that the existing common identification node block-out adopts a serial mode, and the subsequent transactions can only queue to wait for the block-out before a new block is not generated, and the advantages of a multi-core computer are not exerted, so that system resources are in an idle state, and the overall efficiency is not high.
2. According to the method and the device for improving the block chaining-out efficiency, the block transaction queuing waiting time can be shortened, the platform resources are utilized more reasonably, the problem of congestion and locking of platform transaction is avoided, and the platform common identification block efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts, wherein:
FIG. 1 is a schematic diagram of a conventional block chaining block process;
FIG. 2 is a block flow diagram of the present invention;
FIG. 3 is a block timing diagram of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be further described in detail with reference to fig. 1 to 3, the described embodiments should not be construed as limiting the present invention, and all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used herein is for the purpose of describing embodiments of the invention only and is not intended to be limiting of the invention.
Before further detailed description of the embodiments of the present invention, terms and expressions mentioned in the embodiments of the present invention are explained, and the terms and expressions mentioned in the embodiments of the present invention are applied to the following explanations.
Fabric: an open source project in the super account book is mainly applied to an enterprise-level block chain.
Consensus nodes (Orders): or called a sort node, the consensus node simply receives the transactions from all channels from the network, then sorts the transactions in time order according to the channels, and finally sorts the transactions into blocks after constructing the blocks.
Block discharging: and the sequencing node sends the constructed block to a confirmation node (Committer), the confirmation node (Committer) checks the integrity, signature and repetition of the transaction, checks whether the transaction conforms to an Endorsement strategy, executes legal transaction in the block after checking that the version and the ledger in the read set are consistent, and updates the state of the ledger.
Transactions (transactions), equivalent to the computer term "Transaction", include calls to smart contracts to effect operations on data related to a target account in the ledger, including operations to add, check, change, modify data in the form of Key-Value pairs in the account, or add new accounts in the ledger, not simply transactions in the business context, which embodiments of the present invention follow in view of the convention that "transactions" are colloquially used in blockchain technology.
A Block (Block) recording a data structure of the ledger data updated by the exchange within a period of time, marked with a timestamp and a unique mark (e.g. a digital fingerprint) of a previous Block, and after the Block is subjected to consensus verification by nodes in the Block chain network, the Block is appended to the end of the Block chain to become a new Block.
A chain of blocks (Blockchain), a chain of data structures in which blocks are assembled in a sequentially contiguous manner, each block having a hash value of a previous block or a subset thereof referenced therein, to cryptographically secure the recorded transaction against tampering and forgery.
A blockchain network incorporates new blocks into a set of centerless nodes of the blockchain in a consensus manner.
The account book (Legger) is the sum of data recorded by taking an account as a dimension in a block chain network, and comprises the elements of the account book data, the state of the account book, the state certification of the account book, a block index and the like.
The ledger data, the actual block data storage, i.e. the record of a series of ordered and non-falsifiable transactions recorded in the block chain, may be expressed in the form of a file system, and the update of the data in the account/account is realized when an intelligent contract called in the transaction is executed.
The ledger state, also referred to as state data, i.e. the state of the ledger data, may be in the form of key-value pairs in the database terminal, where the real-time ledger state is used to represent the latest record of key-value pairs updated by the agreed-upon exchange and the historical ledger state is used to represent the historical record of key-value pairs.
Consensus (Consensus), a process in a blockchain network, is used to agree on the outcome of a transaction among the nodes involved, and the mechanisms for achieving Consensus include Proof of workload (PoW), Proof of rights and interests (PoS, Proof of approval, Proof of share authorization (DPoS), Proof of elapsed Time (PoET, Proof of elapsed Time), and so on.
Intelligent Contracts (Smart Contracts), also called chain codes (chaincodes), are deployed in the blockchain network, and trigger the execution of programs according to conditions, and are used for operating the ledger through query, addition and modification so as to realize query or update of the ledger.
Example 1
A method for improving block chaining-out efficiency includes receiving transaction by common recognition node continuously, processing the transaction meeting block-out condition, and after block construction is completed, carrying out block-out according to sequence of received transaction.
The common identification node carries out sequencing operation after receiving the transaction, then judges whether the current transaction meets a block-out condition, continuously receives a new transaction and carries out block judgment no matter whether the current transaction is blocked or not, if the current transaction is blocked, the transaction is processed, after block construction is completed, whether the last transaction is blocked or not is judged, if the last transaction is blocked, the common identification node carries out block-out operation, otherwise, the block carries out block-out after the last transaction is blocked; if the transaction does not meet the block-out condition, suspending the transaction until the transaction meets the block-out condition, processing the transaction, judging whether the previous transaction is block-out or not after the block construction is completed, if the previous transaction is block-out, performing block-out operation on the common identification node, and otherwise, performing block-out again after the block waits for the previous transaction to be block-out. The co-recognition block model adopting the scheme can not cause the phenomenon of locking and queuing, and the whole block outlet speed is greatly improved.
Example 2
The difference between this embodiment and embodiment 1 is that the method for performing block output according to the sequence of received transactions after completing block construction by processing transactions satisfying the block output condition with the common node receiving transactions without interruption includes the following steps:
s1, the consensus node receives the transaction continuously;
s2, the consensus node judges whether the transaction meets the block-out condition, if so, the transaction is processed, and the step S3 is carried out after the block construction is completed; if the block-out condition is not met, suspending the transaction until the transaction meets the block-out condition, processing the transaction, and turning to the step S3 after the block construction is completed;
s3, the consensus node blocks the block constructed in step S2 according to the sequence of the received transaction.
Example 3
The difference between this embodiment and embodiment 2 is that, in step S1, after the common node receives the transactions without interruption, the transactions are sorted according to the order of the received transactions.
Further, the consensus node in step S3 blocks the blocks constructed in step S2 according to the sequence of the received transactions recorded in step S1
Further, the constructing of the block for completing the transaction processing comprises calculating a block Hash of the block. The block Hash of the calculation block comprises a Merkle root, a block head Hash value and a block height of the calculation block.
Example 4
The difference between this embodiment and embodiment 1 is that the blockchain adopts Fabric architecture.
Further, different transactions are executed by different threads invoked by the consensus node.
Example 5
An apparatus for improving block chaining-out efficiency, comprising:
a memory for storing executable instructions;
and the multi-core processor is used for executing the executable instructions stored in the memory and realizing the method for improving the block chaining-out efficiency.
Example 6
As shown in fig. 1, the present embodiment is an existing block chaining block processing flow, which includes the following steps performed in sequence:
s01, the consensus node receives the transaction;
s02, the consensus node judges whether the transaction meets the block-out condition, if so, the step S03 is carried out; if the block-out condition is not met, the consensus node waits for the transaction to meet the block-out condition and then goes to step S03;
s03, processing the transaction by the consensus node, and turning to the step S04 after the block structure is completed;
s04, the consensus node blocks the block constructed in step S03, and then the step S02 is proceeded after receiving a new transaction.
In the Fabric architecture, the block-out condition has two conditions, one is that there are many transactions in the block and the size of the block reaches the size configured in the configuration file, and the other is that there are few transactions in the block and the size of the block does not reach the size configured, then the consensus node waits until the size is large enough or the time configured in the configuration file is exceeded. With the above steps, it can be seen that if a block cannot meet the block output condition, the consensus node is stuck at the node, and subsequent transactions can only be queued for processing, without exerting the advantages of the multi-core computer, resulting in system resources being in an idle state, and overall efficiency is not high.
Example 7
As shown in fig. 2 and fig. 3, in the embodiment of the method, the consensus node receives the transaction 1, the transaction 2, and the transaction 3 in sequence, the consensus node starts to process the transaction after sequencing the transaction 1, the transaction 2, and the transaction 3, at a time node a, the consensus node first determines whether the transaction 1 can be blocked, and determines that the transaction 1 does not satisfy the blocking condition, and the consensus node suspends the transaction 1; then, a time node b, a consensus node judges whether the transaction 2 can be blocked or not, and the judgment result is that the transaction 2 meets the blocking condition; then entering a time node c, simultaneously processing the construction of a Block2 of the transaction 2 and judging whether the transaction 3 can output blocks, and simultaneously judging whether the transaction 1 can output blocks, wherein the result is that the transaction 1 meets a Block output condition and the transaction 3 does not meet the Block output condition; at the next time node d, the consensus node simultaneously processes the Block1 structure of transaction 1, the Block2 structure is completed, whether the Block1 is blocked is judged, if so, the Block1 is not blocked, the Block2 is suspended, if not, whether the Block can be blocked for transaction 3 is judged, and if so, the Block condition for transaction 3 is met; in the node e, after the Block1 is constructed, Block outputting is carried out, and after the Block1 is subjected to Block outputting; at node f, Block2 is out, Block3 is constructed, whether Block2 is out is judged, and the result is that Block2 is out; at node g, Block3 goes out.
Example 8
This embodiment is a comparison between embodiment 6 and embodiment 7, and includes 3 transactions to be sent to the consensus node, which are transaction a, transaction B, and transaction C, respectively, in this order, the time of the consensus node according to the transaction building block is 1min, the time of the consensus node waiting for transaction a to satisfy the block-out condition after receiving transaction a is 3min, the time of the consensus node waiting for transaction B to satisfy the block-out condition after receiving transaction B is 0.5min, and the time of the consensus node waiting for transaction B to satisfy the block-out condition after receiving transaction B is 3.5 min.
By adopting the method of embodiment 7, after receiving transaction a, the consensus node determines that a block cannot be immediately found, suspends transaction a to receive transaction B, determines that transaction B cannot be immediately found, suspends transaction B to receive transaction C, almost no time is consumed, after 0.5min, transaction B satisfies a block finding condition, the consensus node constructs a block according to transaction B with a block time of 1min, i.e., 1.5min, transaction B can find a block, since transaction a has not found a block, block B matching transaction B is suspended, and after 1.5min, transaction a satisfies a block finding condition, the consensus node constructs a block according to transaction a with a block time of 1min, and transaction C also satisfies a block finding condition, when the consensus node can construct only one block at a time, transaction C waits for the block corresponding to transaction a to be constructed and then constructs a block, block a corresponding to transaction a can be found, block B can be found after block a is found, thus transaction A is issued at minute 4, transaction B is issued at minute 4, and transaction C is issued at minute 5; when the consensus node can build at least 2 tiles at a time, transaction C starts building tiles at 3.5 minutes, so transaction A gets tiles at 4 minutes, transaction B gets tiles at 4 minutes, and transaction C gets tiles at 4.5 minutes. It can be seen that, although embodiment 7 adopting the scheme has no advantage over embodiment 6 in terms of the block output efficiency of the first block, when the transaction request is frequent, the block output efficiency of the subsequent transaction is greatly improved.
Example 9
The embodiment of the method for sequencing the receiving sequence of the transactions and sequencing the blocks of the transactions by the consensus node, which is used for receiving a new transaction at the consensus node, recording the parameters of the last transaction of the new transaction in the new transaction, updating the block record by the consensus node each time the block is generated, recording the transaction information of the last block of the new transaction, after the block corresponding to the new transaction is constructed, judging whether the information of the last transaction of the new transaction record is consistent with the transaction information of the last block of the consensus node, if so, generating the block, otherwise, waiting for the consensus node to complete the block generation, and then performing judgment again until the information of the last transaction of the new transaction record is consistent with the transaction information of the last block of the consensus node, and completing the block generation of the block corresponding to the new transaction.
Example 10
The embodiment provides another method for ordering transaction receiving sequence and sorting out blocks by a consensus node, wherein a data table is established in the consensus node, the data table records received transactions in sequence, the consensus node updates the data table when each block is issued, marks the transaction corresponding to the block, reads the next transaction information corresponding to the block after each block issuing or after a new block is established, and traverses the established block until a block matched with the transaction information corresponding to the block appears in the established block, and then the block is issued.
Example 11
The embodiment is a blockchain constructed by adopting a Fabric architecture, and comprises App/SDK with CA, endorsement node (Enoderser), sequencing node (Orders) and confirmation node (Committer), wherein the sequencing node (Orders) is a consensus node in the scheme, and the sequencing node (Orders) is loaded with instructions for executing the method.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A method for improving block chaining-out efficiency is characterized in that: the consensus node receives the transaction continuously, processes the transaction meeting the block-out condition, and performs block-out according to the sequence of the received transaction after the block construction is completed.
2. The method of claim 1, wherein the method comprises: the method for the consensus node to receive the transaction continuously, process the transaction meeting the block-out condition and perform the block-out according to the sequence of the received transaction after the block construction is completed comprises the following steps:
s1, the consensus node receives the transaction continuously;
s2, the consensus node judges whether the transaction meets the block-out condition, if so, the transaction is processed, and the step S3 is carried out after the block construction is completed; if the block-out condition is not met, suspending the transaction until the transaction meets the block-out condition, processing the transaction, and turning to the step S3 after the block construction is completed;
s3, the consensus node blocks the block constructed in step S2 according to the sequence of the received transaction.
3. The method of claim 2, wherein the method comprises: in step S1, the common node receives the transactions without interruption and then sorts the transactions according to the sequence of the received transactions.
4. The method of claim 3, wherein the method comprises: the consensus node in step S3 blocks the block constructed in step S2 according to the order of the received transactions recorded in step S1.
5. The method for improving block chaining efficiency according to claim 1 or 2, wherein: the construction of the block for processing the transaction comprises calculating the block Hash of the block.
6. The method for improving block chaining efficiency according to claim 1 or 2, wherein: the blockchain adopts a Fabric architecture.
7. The method for improving block chaining efficiency according to claim 1 or 2, wherein: different transactions are executed by different threads invoked by the consensus node.
8. The utility model provides a promote device that piece efficiency was linked out to piece which characterized in that: the method comprises the following steps:
a memory for storing executable instructions;
a multi-core processor for executing the executable instructions stored in the memory to implement a method for improving block chaining block efficiency as claimed in claim 1.
CN201910846016.7A 2019-09-09 2019-09-09 Method and device for improving block chaining-out efficiency Pending CN110751473A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910846016.7A CN110751473A (en) 2019-09-09 2019-09-09 Method and device for improving block chaining-out efficiency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910846016.7A CN110751473A (en) 2019-09-09 2019-09-09 Method and device for improving block chaining-out efficiency

Publications (1)

Publication Number Publication Date
CN110751473A true CN110751473A (en) 2020-02-04

Family

ID=69276267

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910846016.7A Pending CN110751473A (en) 2019-09-09 2019-09-09 Method and device for improving block chaining-out efficiency

Country Status (1)

Country Link
CN (1) CN110751473A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112131236A (en) * 2020-09-21 2020-12-25 中国电子科技网络信息安全有限公司 Novel block chain parallel processing performance optimization method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106406896A (en) * 2016-09-27 2017-02-15 北京天德科技有限公司 Block chain block-building method based on parallel PipeLine technology
US20170212781A1 (en) * 2016-01-26 2017-07-27 International Business Machines Corporation Parallel execution of blockchain transactions
CN107704269A (en) * 2017-10-16 2018-02-16 中国银行股份有限公司 A kind of method and system based on block chain generation block
CN109064328A (en) * 2018-07-09 2018-12-21 夸克链科技(深圳)有限公司 A kind of construction and its common recognition algorithm of novel block chain
CN109101662A (en) * 2018-09-18 2018-12-28 百度在线网络技术(北京)有限公司 Block generation method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170212781A1 (en) * 2016-01-26 2017-07-27 International Business Machines Corporation Parallel execution of blockchain transactions
CN106406896A (en) * 2016-09-27 2017-02-15 北京天德科技有限公司 Block chain block-building method based on parallel PipeLine technology
CN107704269A (en) * 2017-10-16 2018-02-16 中国银行股份有限公司 A kind of method and system based on block chain generation block
CN109064328A (en) * 2018-07-09 2018-12-21 夸克链科技(深圳)有限公司 A kind of construction and its common recognition algorithm of novel block chain
CN109101662A (en) * 2018-09-18 2018-12-28 百度在线网络技术(北京)有限公司 Block generation method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112131236A (en) * 2020-09-21 2020-12-25 中国电子科技网络信息安全有限公司 Novel block chain parallel processing performance optimization method

Similar Documents

Publication Publication Date Title
US20230068589A1 (en) Scalable, secure, efficient, and adaptable distributed digital ledger transaction network
US20230161756A1 (en) Scalable, secure, efficient, and adaptable distributed digital ledger transaction network
US20190354518A1 (en) Chain mesh network for decentralized transaction systems
CN110011974B (en) Accounting method and device of block chain, terminal and computer-readable storage medium
WO2021233167A1 (en) Transaction processing method and apparatus, computer device, and storage medium
Palm et al. Selective blockchain transaction pruning and state derivability
CN111736964B (en) Transaction processing method and device, computer equipment and storage medium
Jin et al. A high performance concurrency protocol for smart contracts of permissioned blockchain
CN113205417B (en) Alliance chain oriented transaction parallel processing method and system
JP7288264B2 (en) Transaction sequence consensus method and system
EP3821382A1 (en) Blockchain timeclock system
CN115152177A (en) System and method for providing specialized proofs of confidential knowledge
CN110648124B (en) Method and apparatus for concurrently executing transactions in a blockchain
CN114096966A (en) Scalable, secure, efficient, and adaptable distributed digital ledger transaction network
CN111724258B (en) Method for realizing alliance chain transaction concurrency scheme based on ring topology, dependency graph and multi-version control
Pang et al. Concurrency protocol aiming at high performance of execution and replay for smart contracts
CN110751473A (en) Method and device for improving block chaining-out efficiency
Hong et al. PROPHET: Conflict-free sharding blockchain via byzantine-tolerant deterministic ordering
Yi et al. Research on a suitable blockchain for IoT platform
Manevich et al. Redacting transactions from execute-order-validate blockchains
CN111767337B (en) Block verification method, device and equipment
Adhikari et al. Lockless blockchain sharding with multiversion control
US10706041B1 (en) Systems and methods to profile transactions for end-state determination and latency reduction
CN110162532A (en) Transaction data processing method and equipment
CN112991068B (en) Method and device for sharing DPoS (certificate of authority) common identification, electronic equipment and storage medium

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200204