WO2018032371A1 - Power consumption perception pow consensus mechanism for block chain - Google Patents

Power consumption perception pow consensus mechanism for block chain Download PDF

Info

Publication number
WO2018032371A1
WO2018032371A1 PCT/CN2016/095575 CN2016095575W WO2018032371A1 WO 2018032371 A1 WO2018032371 A1 WO 2018032371A1 CN 2016095575 W CN2016095575 W CN 2016095575W WO 2018032371 A1 WO2018032371 A1 WO 2018032371A1
Authority
WO
WIPO (PCT)
Prior art keywords
power consumption
blockchain
block
consensus mechanism
aware
Prior art date
Application number
PCT/CN2016/095575
Other languages
French (fr)
Chinese (zh)
Inventor
张丛
Original Assignee
深圳市樊溪电子有限公司
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 深圳市樊溪电子有限公司 filed Critical 深圳市樊溪电子有限公司
Publication of WO2018032371A1 publication Critical patent/WO2018032371A1/en

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/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the invention relates to a blockchain PoW consensus mechanism, in particular to a power consumption-aware blockchain PoW consensus mechanism.
  • blockchain is a secure account book database, composed of data blocks, users can constantly update and upgrade here.
  • the platform looks for data.
  • the blockchain can speed up transaction processing, reduce costs, reduce middlemen, improve market insight, and increase business transparency.
  • the PoS consensus mechanism is proposed to solve the problem of resource waste and security defects. In essence, it uses the equity proof to replace the hash-based workload proof in PoW, which is the highest right in the system. The node that benefits rather than the highest computing power obtains the block accounting right.
  • the consensus process relies only on the internal currency age and equity, and does not need to consume external computing power and resources, which solves the problem of wasting power, but the computing power is greatly reduced. .
  • the object of the present invention is to provide a PoW consensus mechanism for blockchain power consumption, and the consensus mechanism includes the following process steps: (1) In the bitcoin system, each node competes with each other based on their respective computing powers to solve a solution. A complicated but easy-to-verify SHA math problem, the node that solves the problem is the fastest to obtain the block billing right and the bitcoin reward automatically generated by the system; (2) the WDM mesh network is used to interconnect the physical servers located in different geographical locations.
  • Blockchain infrastructure network responding to blockchain requests to generate power consumption, consolidating blockchain nodes on light-loaded servers onto fewer physical servers, routing communication requirements to fewer links, closing "no Necessary" servers and nodes.
  • the SHA math problem can be expressed as solving a suitable random number by searching according to the current difficulty value, so that the double SHA hash value of each element value of the block head is less than or equal to the target hash value.
  • the bitcoin system adjusts the difficulty value of the random number search to control the average generation time of the block to be 6 minutes.
  • the PoW consensus random number search process comprises the following steps: (1) collecting the entire network unconfirmed transaction of the current time period, and adding a Coinbase transaction for issuing a new bitcoin reward to form a current block body. (2) Calculate the Merkle root of the block transaction set into the block header, and fill in the other metadata of the block header, where the random number Nonce is set to zero; (3) Random number Nonce plus 1, calculate the current block header Double SHA hash value, if it is less than or equal to the target hash value, it succeeds Search for the appropriate random number and obtain the accounting rights of the block; otherwise continue to step (3) until any node searches for the appropriate random number; (4) if the time is not successful, update the timestamp and Continue to search after unacknowledging the transaction set, recalculating the Merkle root.
  • the power consumption includes power consumption related to a traffic load and power consumption independent of a traffic load.
  • the power aware blockchain is modeled using a mixed integer programming (MIP) algorithm.
  • MIP mixed integer programming
  • the power-aware PoW consensus mechanism is used to further exploit the resource potential of the infrastructure network while improving the performance of the blockchain, while also sensing power consumption and reducing carbon emissions and the greenhouse effect.
  • FIG. 1 is a schematic diagram of a PoW consensus mechanism for blockchain power consumption sensing according to an embodiment of the invention.
  • FIG. 2 is a flowchart of a random number search of a PoW consensus mechanism according to an embodiment of the present invention.
  • the essence of a transaction is a relational data structure that contains information about the value transfer of the trading participants. These transaction information is called the accounting ledger.
  • the transaction needs to go through three creation, verification, and writing blockchains. The transaction must be digitally signed to ensure the legality of the transaction.
  • Block All transaction information is stored in the block, and a transaction information is a record, which is stored as a separate record in the blockchain.
  • the block is composed of the block header and the data part, and the block header
  • the segment contains various characteristics of the block itself, such as the previous block information, merkle value and time stamp.
  • the block header hash value and block height are the two most important indicators for identifying the block.
  • the block primary identifier is its cryptographic hash value, a digital fingerprint obtained by performing a second hash calculation on the block header by the SHA algorithm.
  • the resulting 32-byte hash value is called the block hash value, or the block header hash value, and only the block header is used for calculation.
  • the block hash value can uniquely and unambiguously identify a block, and any node can independently obtain the block hash value by simply hashing the block header.
  • Blockchain A data structure in which blocks are chained in an orderly fashion.
  • a blockchain is like a vertical stack, with the first block being the first block at the bottom of the stack, and each block is then placed on top of the other blocks.
  • a block When a block is written to a blockchain, it will never change and is backed up to another blockchain server.
  • a blockchain power-aware PoW consensus mechanism includes the following process steps: (1) In a bitcoin system, each node competes with each other based on their respective computing powers to solve one problem. Solve the complex but proven SHA math problem, the node that solves the problem is the fastest to obtain the block billing right and the bitcoin reward automatically generated by the system; (2) The WDM mesh network is used to interconnect the physical servers located in different geographical locations. Forming a blockchain infrastructure network, responding to blockchain requests to generate power consumption, consolidating blockchain nodes on light-loaded servers onto fewer physical servers, diverting communication requirements to fewer links, and shutting down Unnecessary "servers and nodes.
  • the SHA math problem can be expressed as solving a suitable random number by searching according to the current difficulty value so that the double SHA hash value of each element value of the block head is less than or equal to the target hash value.
  • the bitcoin system adjusts the difficulty value of the random number search to control the average generation time of the block to be less than 10 minutes, preferably within 6 minutes, to meet the needs of fast processing transactions.
  • the PoW consensus random number search process includes the following steps: (1) collecting the entire network unconfirmed transaction of the current time period, and adding a Coinbase transaction for issuing a new bitcoin reward to form a current block transaction. (2) Calculate the Merkle root of the block transaction set into the block header, and fill in the other metadata of the block header, where the random number Nonce is set to zero; (3) the random number Nonce plus 1, calculate the current block header Double SHA hash value, if it is less than or equal to the target hash value, it succeeds Search for the appropriate random number and obtain the accounting rights of the block; otherwise continue to step (3) until any node searches for the appropriate random number; (4) if the time is not successful, update the timestamp and Continue to search after unacknowledging the transaction set, recalculating the Merkle root.
  • Power consumption includes power consumption related to traffic load and power consumption independent of traffic load. Power consumption independent of traffic load is called useless power. In the power-aware PoW consensus mechanism, unnecessary basic work can be reduced. It is used to achieve energy saving, and the working state is divided into an active mode and an off mode.
  • two nodes a and d of the blockchain are mapped to the physical server S1, and the remaining two nodes b and e are integrated to the physical server S2, and the other two base points c and f are integrated into the physical On server S3, links (ab) and (de) are mapped onto physical path (AB), links (bc) and (ef) are mapped onto physical path (BC), link (ca) and ( Fd) is mapped to the physical path (CA).
  • mapping server algorithm the mixed-integer programming (MIP) algorithm is used to model the power-aware blockchain, and the power-aware block-connection problem is modeled as a mathematical optimization problem to minimize the total power consumption.
  • MIP mixed-integer programming
  • some specific constraints need to be met, including resource capacity constraints, location constraints, etc., and the constraints are:
  • the underlying physical network has the lowest total long-term power consumption.
  • the resource demand is defined as:
  • req(v) represents the server resource requirement of node v
  • b(e) represents the link bandwidth resource requirement of link e
  • Adj(v) represents the neighboring link set of node v.
  • the node and link allocation mechanism can be obtained by calculating the above resource demand by using the normalized penalty factor algorithm.

Abstract

A power consumption perception PoW consensus mechanism for a block chain, comprising the following process steps: (1) in a Bitcoin system, all nodes compete with each other on the basis of respective computer computing power to jointly solve an SHA math problem that is complex to solve but easy to verify, and a node which solves the problem at the fastest speed obtains a block accounting right and Bitcoin award automatically generated by the system; (2) interconnecting physical servers located at different geographical locations by using a WDM mesh network to form a block chain infrastructure network, generating power consumption in response to a block chain request, integrating block chain nodes on light load servers to fewer physical servers, directing communication requirements to fewer links, and turning off unnecessary servers and nodes. By using the power consumption perception PoW consensus mechanism, resource potential of the infrastructure network can be further exploited while the performance of the block chain is improved; in addition, power consumption can be perceived, so as to reduce carbon emission and greenhouse effect.

Description

一种区块链功耗感知的PoW共识机制A PoW Consensus Mechanism for Blockchain Power Awareness 技术领域Technical field
本发明涉及区块链PoW共识机制,特别是一种可功耗感知的区块链PoW共识机制。The invention relates to a blockchain PoW consensus mechanism, in particular to a power consumption-aware blockchain PoW consensus mechanism.
背景技术Background technique
2009年比特币的出现带来了一种颠覆性的成果--区块链技术,区块链是一个安全的帐簿类数据库,由一个个数据区块组成,使用者可以在这个不断更新升级的平台查找数据,对于金融机构来说,区块链能加快交易处理过程、降低成本、减少中间人、提高市场洞察力,增加业务透明度。The emergence of Bitcoin in 2009 brought a subversive result - blockchain technology, blockchain is a secure account book database, composed of data blocks, users can constantly update and upgrade here. The platform looks for data. For financial institutions, the blockchain can speed up transaction processing, reduce costs, reduce middlemen, improve market insight, and increase business transparency.
如何在分布式系统中高效达成共识是分布式计算领域的重要研究问题,区块链的优势之一就在于能够在决策权高度分散的去中心化系统中使得各个节点高效的针对区块数据的有效性达成共识。早期的比特币区块链采用高度依赖节点算力的工作量证明,即Proof of work,也就是PoW机制保证比特币网络分布式记账的一致性,其核心思想是通过引入分布式节点的算力竞争来保证数据一致性和共识的安全性,其近乎完美的整合了比特币系统的货币发行、交易支付和验证功能,通过算力竞争保障系统的安全性和去中心性,PoW共识机制也存在非常显著的缺陷,其强大算力造成资源浪费,比如电力,长达10分钟的交易确认时间使其相对不适合小额交易的商业应用。How to achieve consensus in distributed systems is an important research issue in the field of distributed computing. One of the advantages of blockchain is that it can make each node efficiently target block data in a decentralized system with highly decentralized decision-making power. A consensus is reached on effectiveness. The early bitcoin blockchain uses a workload that is highly dependent on the node's computational power, that is, Proof of work, which is the PoW mechanism to ensure the consistency of distributed accounting in the bitcoin network. The core idea is to introduce the calculation of distributed nodes. Competing to ensure data consistency and consensus security, its near-perfect integration of the currency issue, transaction payment and verification functions of the Bitcoin system, through the power of competition to ensure the security and decentralization of the system, PoW consensus mechanism There are very significant flaws, and its powerful computing power wastes resources, such as electricity, and the 10-minute transaction confirmation time makes it relatively unsuitable for commercial applications of small transactions.
目前提出PoS共识机制来解决资源浪费和安全性缺陷问题,其本质上是采用权益证明替代PoW中的基于哈希算力的工作量证明,是由系统中具有最高权 益而非最高算力的节点获得区块记账权,然而其共识过程仅仅靠内部币龄和权益,而不需要消耗外部算力和资源,解决了算力浪费问题,但是算力却大打折扣。At present, the PoS consensus mechanism is proposed to solve the problem of resource waste and security defects. In essence, it uses the equity proof to replace the hash-based workload proof in PoW, which is the highest right in the system. The node that benefits rather than the highest computing power obtains the block accounting right. However, the consensus process relies only on the internal currency age and equity, and does not need to consume external computing power and resources, which solves the problem of wasting power, but the computing power is greatly reduced. .
我们知道,区块链是和云计算完全不同的计算方式,从某种意义上来说,两者是对立的,然而基于网络虚拟化技术的云计算却可以在满足服务水平协议SLAs的前提下进行功耗感知,在提高网络性能的同时进一步挖掘基础设施网络的资源潜力,同时还能感知功耗,降低碳排放和温室效应。We know that blockchain is a completely different way of computing from cloud computing. In a sense, the two are opposite. However, cloud computing based on network virtualization technology can be carried out under the premise of satisfying service level agreement SLAs. Power consumption awareness, while further improving the network performance while further exploring the resource potential of the infrastructure network, while also sensing power consumption, reducing carbon emissions and the greenhouse effect.
发明内容Summary of the invention
本发明的目的在于提供一种区块链功耗感知的PoW共识机制,该共识机制包括如下过程步骤:(1)在比特币系统中,各节点基于各自的计算机算力相互竞争共同解决一个求解复杂但验证容易的SHA数学难题,最快解决该难题的节点获得区块记账权和系统自动生成的比特币奖励;(2)采用WDM网状网将位于不同地理位置的物理服务器互联,构成区块链基础设施网络,响应区块链请求产生功耗,将轻载服务器上的区块链节点整合到较少的物理服务器上,将通信需求疏导至较少的链路中,关闭“不必要”的服务器和节点。The object of the present invention is to provide a PoW consensus mechanism for blockchain power consumption, and the consensus mechanism includes the following process steps: (1) In the bitcoin system, each node competes with each other based on their respective computing powers to solve a solution. A complicated but easy-to-verify SHA math problem, the node that solves the problem is the fastest to obtain the block billing right and the bitcoin reward automatically generated by the system; (2) the WDM mesh network is used to interconnect the physical servers located in different geographical locations. Blockchain infrastructure network, responding to blockchain requests to generate power consumption, consolidating blockchain nodes on light-loaded servers onto fewer physical servers, routing communication requirements to fewer links, closing "no Necessary" servers and nodes.
优选的,所述SHA数学难题可表述为根据当前难度值,通过搜索求解一个合适的随机数使得区块头各元数值的双SHA哈希值小于或者等于目标哈希值。Preferably, the SHA math problem can be expressed as solving a suitable random number by searching according to the current difficulty value, so that the double SHA hash value of each element value of the block head is less than or equal to the target hash value.
优选的,所述比特币系统调整随机数搜索的难度值来控制区块的平均生成时间为6分钟。Preferably, the bitcoin system adjusts the difficulty value of the random number search to control the average generation time of the block to be 6 minutes.
优选的,所述PoW共识的随机数搜索过程包括如下步骤:(1)搜集当前时间段的全网未确认交易,并增加一个用于发行新比特币奖励的Coinbase交易,形成当前区块体的交易集合;(2)计算区块体交易集合的Merkle根记入区块头,并填写区块头的其他元数据,其中随机数Nonce设置为零;(3)随机数Nonce加1,计算当前区块头的双SHA哈希值,如果小于或等于目标哈希值,则成功 搜索到合适的随机数,并获得该区块的记账权;否则继续步骤(3)直到任一节点搜索到合适的随机数为止;(4)如果一定时间内未成功,则更新时间戳和未确认交易集合、重新计算Merkle根后继续搜索。Preferably, the PoW consensus random number search process comprises the following steps: (1) collecting the entire network unconfirmed transaction of the current time period, and adding a Coinbase transaction for issuing a new bitcoin reward to form a current block body. (2) Calculate the Merkle root of the block transaction set into the block header, and fill in the other metadata of the block header, where the random number Nonce is set to zero; (3) Random number Nonce plus 1, calculate the current block header Double SHA hash value, if it is less than or equal to the target hash value, it succeeds Search for the appropriate random number and obtain the accounting rights of the block; otherwise continue to step (3) until any node searches for the appropriate random number; (4) if the time is not successful, update the timestamp and Continue to search after unacknowledging the transaction set, recalculating the Merkle root.
优选的,所述功耗包括与业务载荷相关的功耗和与业务载荷无关的功耗。Preferably, the power consumption includes power consumption related to a traffic load and power consumption independent of a traffic load.
优选的,使用混合整数规划(MIP)算法对功耗感知区块链建模。Preferably, the power aware blockchain is modeled using a mixed integer programming (MIP) algorithm.
采用该功耗感知PoW共识机制,在提高区块链性能的同时进一步挖掘基础设施网络的资源潜力,同时还能感知功耗,降低碳排放和温室效应。The power-aware PoW consensus mechanism is used to further exploit the resource potential of the infrastructure network while improving the performance of the blockchain, while also sensing power consumption and reducing carbon emissions and the greenhouse effect.
根据下文结合附图对本发明具体实施例的详细描述,本领域技术人员将会更加明了本发明的上述以及其他目的、优点和特征。The above as well as other objects, advantages and features of the present invention will become apparent to those skilled in the <
附图说明DRAWINGS
后文将参照附图以示例性而非限制性的方式详细描述本发明的一些具体实施例。附图中相同的附图标记标示了相同或类似的部件或部分。本领域技术人员应该理解,这些附图未必是按比例绘制的。本发明的目标及特征考虑到如下结合附图的描述将更加明显,附图中:Some specific embodiments of the present invention are described in detail below by way of example, and not limitation. The same reference numbers in the drawings identify the same or similar parts. Those skilled in the art should understand that the drawings are not necessarily drawn to scale. The objects and features of the present invention will become more apparent in consideration of the following description in conjunction with the accompanying drawings.
图1为根据本发明实施例的区块链功耗感知的PoW共识机制示意图。FIG. 1 is a schematic diagram of a PoW consensus mechanism for blockchain power consumption sensing according to an embodiment of the invention.
图2为根据本发明实施例的PoW共识机制随机数搜索流程图2 is a flowchart of a random number search of a PoW consensus mechanism according to an embodiment of the present invention.
具体实施方式detailed description
在进行具体实施方式的说明之前,为了更为清楚的表达所论述的内容,首先定义一些非常重要的概念。Before proceeding with the description of the specific embodiments, in order to more clearly express the content discussed, first define some very important concepts.
交易:交易的实质是个关系数据结构,这个数据结构中包含交易参与者价值转移的相关信息。这些交易信息被称为记账总账簿。交易需经过三个创建、验证、写入区块链。交易必须经过数字签名,保证交易的合法性。Trading: The essence of a transaction is a relational data structure that contains information about the value transfer of the trading participants. These transaction information is called the accounting ledger. The transaction needs to go through three creation, verification, and writing blockchains. The transaction must be digitally signed to ensure the legality of the transaction.
区块:所有的交易信息存放于区块中,一条交易信息就是一条记录,作为一个独立的记录存放于区块链中。区块由区块头部和数据部分组成,区块头字 段包含区块本身的各种特性,例如前一区块信息,merkle值及时间戳等。其中区块头哈希值和区块高度是标识区块最主要的两个指标。区块主标识符是它的加密哈希值,一个通过SHA算法对区块头进行二次哈希计算而得到的数字指纹。产生的32字节哈希值被称为区块哈希值,或者区块头哈希值,只有区块头被用于计算。区块哈希值可以唯一、明确地标识一个区块,并且任何节点通过简单地对区块头进行哈希计算都可以独立地获取该区块哈希值。Block: All transaction information is stored in the block, and a transaction information is a record, which is stored as a separate record in the blockchain. The block is composed of the block header and the data part, and the block header The segment contains various characteristics of the block itself, such as the previous block information, merkle value and time stamp. The block header hash value and block height are the two most important indicators for identifying the block. The block primary identifier is its cryptographic hash value, a digital fingerprint obtained by performing a second hash calculation on the block header by the SHA algorithm. The resulting 32-byte hash value is called the block hash value, or the block header hash value, and only the block header is used for calculation. The block hash value can uniquely and unambiguously identify a block, and any node can independently obtain the block hash value by simply hashing the block header.
区块链:由区块按照链式结构有序链接起来的数据结构。区块链就像一个垂直的堆栈,第一个区块作为栈底的首区块,随后每个区块都被放置在其他区块之上。当区块写入区块链后将永远不会改变,并且备份到其他的区块链服务器上。Blockchain: A data structure in which blocks are chained in an orderly fashion. A blockchain is like a vertical stack, with the first block being the first block at the bottom of the stack, and each block is then placed on top of the other blocks. When a block is written to a blockchain, it will never change and is backed up to another blockchain server.
实施例:参见图1,一种区块链功耗感知的PoW共识机制,该共识机制包括如下过程步骤:(1)在比特币系统中,各节点基于各自的计算机算力相互竞争共同解决一个求解复杂但验证容易的SHA数学难题,最快解决该难题的节点获得区块记账权和系统自动生成的比特币奖励;(2)采用WDM网状网将位于不同地理位置的物理服务器互联,构成区块链基础设施网络,响应区块链请求产生功耗,将轻载服务器上的区块链节点整合到较少的物理服务器上,将通信需求疏导至较少的链路中,关闭“不必要”的服务器和节点。Embodiment: Referring to FIG. 1 , a blockchain power-aware PoW consensus mechanism includes the following process steps: (1) In a bitcoin system, each node competes with each other based on their respective computing powers to solve one problem. Solve the complex but proven SHA math problem, the node that solves the problem is the fastest to obtain the block billing right and the bitcoin reward automatically generated by the system; (2) The WDM mesh network is used to interconnect the physical servers located in different geographical locations. Forming a blockchain infrastructure network, responding to blockchain requests to generate power consumption, consolidating blockchain nodes on light-loaded servers onto fewer physical servers, diverting communication requirements to fewer links, and shutting down Unnecessary "servers and nodes.
SHA数学难题可表述为根据当前难度值,通过搜索求解一个合适的随机数使得区块头各元数值的双SHA哈希值小于或者等于目标哈希值。比特币系统调整随机数搜索的难度值来控制区块的平均生成时间为小于10分钟,最好是6分钟以内,以满足快速处理交易的需求。The SHA math problem can be expressed as solving a suitable random number by searching according to the current difficulty value so that the double SHA hash value of each element value of the block head is less than or equal to the target hash value. The bitcoin system adjusts the difficulty value of the random number search to control the average generation time of the block to be less than 10 minutes, preferably within 6 minutes, to meet the needs of fast processing transactions.
参见图2,PoW共识的随机数搜索过程包括如下步骤:(1)搜集当前时间段的全网未确认交易,并增加一个用于发行新比特币奖励的Coinbase交易,形成当前区块体的交易集合;(2)计算区块体交易集合的Merkle根记入区块头,并填写区块头的其他元数据,其中随机数Nonce设置为零;(3)随机数Nonce加1,计算当前区块头的双SHA哈希值,如果小于或等于目标哈希值,则成功 搜索到合适的随机数,并获得该区块的记账权;否则继续步骤(3)直到任一节点搜索到合适的随机数为止;(4)如果一定时间内未成功,则更新时间戳和未确认交易集合、重新计算Merkle根后继续搜索。功耗包括与业务载荷相关的功耗和与业务载荷无关的功耗,与业务载荷无关的功耗称为无用功耗,在功耗感知的PoW共识机制中,可以通过降低不必要的基本功耗来达到节能的目的,将工作状态分为激活模式和关闭模式。本实施例中,区块链的两个节点a和d被映射到物理服务器S1上,而其余的两个节点b和e被整合到物理服务器S2上,另外两个基点c和f整合到物理服务器S3上,而链路(a-b)和(d-e)均被映射到物理路径(A-B)上,链路(b-c)和(e-f)映射到物理路径(B-C)上,链路(c-a)和(f-d)被映射到物理路径(C-A)上,在该功耗感知的区块链映射中,通过业务载荷的整合和疏导,关闭不必要的服务器和节点,降低功耗大约50%。在映射服务器的算法中,使用混合整数规划(MIP)算法对功耗感知区块链建模,将功耗感知的区块连问题建模成数学优化问题求解,以最小化总的功耗为优化目标函数,定义如下:Referring to FIG. 2, the PoW consensus random number search process includes the following steps: (1) collecting the entire network unconfirmed transaction of the current time period, and adding a Coinbase transaction for issuing a new bitcoin reward to form a current block transaction. (2) Calculate the Merkle root of the block transaction set into the block header, and fill in the other metadata of the block header, where the random number Nonce is set to zero; (3) the random number Nonce plus 1, calculate the current block header Double SHA hash value, if it is less than or equal to the target hash value, it succeeds Search for the appropriate random number and obtain the accounting rights of the block; otherwise continue to step (3) until any node searches for the appropriate random number; (4) if the time is not successful, update the timestamp and Continue to search after unacknowledging the transaction set, recalculating the Merkle root. Power consumption includes power consumption related to traffic load and power consumption independent of traffic load. Power consumption independent of traffic load is called useless power. In the power-aware PoW consensus mechanism, unnecessary basic work can be reduced. It is used to achieve energy saving, and the working state is divided into an active mode and an off mode. In this embodiment, two nodes a and d of the blockchain are mapped to the physical server S1, and the remaining two nodes b and e are integrated to the physical server S2, and the other two base points c and f are integrated into the physical On server S3, links (ab) and (de) are mapped onto physical path (AB), links (bc) and (ef) are mapped onto physical path (BC), link (ca) and ( Fd) is mapped to the physical path (CA). In the power-aware blockchain mapping, unnecessary servers and nodes are shut down by traffic load integration and grooming, reducing power consumption by about 50%. In the mapping server algorithm, the mixed-integer programming (MIP) algorithm is used to model the power-aware blockchain, and the power-aware block-connection problem is modeled as a mathematical optimization problem to minimize the total power consumption. The optimization objective function is defined as follows:
Minimize{η·Pnetwork+ξ·Pserver}     (1)Minimize{η·Pnetwork+ξ·Pserver} (1)
目标函数试图最小化PoW共识机制下区块链的总功耗,包括网络功耗和服务器功耗,其中η+ξ=1,两者分别用来平衡网络功耗和服务器功耗的权重。同时,需要满足一些特定的约束条件,包括资源容量约束,位置约束等,约束条件为:The objective function attempts to minimize the total power consumption of the blockchain under the PoW consensus mechanism, including network power consumption and server power consumption, where η+ξ=1, which are used to balance the weight of network power and server power consumption, respectively. At the same time, some specific constraints need to be met, including resource capacity constraints, location constraints, etc., and the constraints are:
(1)节点“流量守恒”;(1) node "flow conservation";
(2)节点提供给区块连的资源量不超过自身可用资源量;(2) The amount of resources provided by the node to the block connection does not exceed the amount of resources available to itself;
(3)用户低速率业务状态下每条链路所承载业务带宽总量不能超过容忍限度(3) The total amount of service bandwidth carried by each link in the low-rate service state of the user cannot exceed the tolerance limit.
(4)底层物理网络长期总功耗最低。(4) The underlying physical network has the lowest total long-term power consumption.
当求解目标函数完成后,需要完成剩余的两个重要工作,区块链节点映射和链路映射,协同考虑节点资源需求和邻近链路的带宽资源需求,根据资源需 求量对节点进行将序排列后,计算区块链资源利用效率和接纳率,利用最低功耗路径有限原则选择不同的功耗实施路径。其中资源需求量定义为:After the solution of the objective function is completed, the remaining two important tasks, block chain node mapping and link mapping, need to be completed to jointly consider the resource requirements of the node and the bandwidth resource requirements of the adjacent links, according to the resource requirements. After the order is arranged, the node chain resource utilization efficiency and acceptance rate are calculated, and the different power consumption implementation paths are selected by using the minimum power path limited principle. The resource demand is defined as:
Figure PCTCN2016095575-appb-000001
Figure PCTCN2016095575-appb-000001
其中req(v)表示节点v的服务器资源需求量,b(e)表示链路e的链路带宽资源需求量,Adj(v)表示节点v的邻近链路集合。Where req(v) represents the server resource requirement of node v, b(e) represents the link bandwidth resource requirement of link e, and Adj(v) represents the neighboring link set of node v.
采用规一化惩罚因子算法计算上述资源需求量即可获得节点和链路的分配机制。The node and link allocation mechanism can be obtained by calculating the above resource demand by using the normalized penalty factor algorithm.
虽然本发明已经参考特定的说明性实施例进行了描述,但是不会受到这些实施例的限定而仅仅受到附加权利要求的限定。本领域技术人员应当理解可以在不偏离本发明的保护范围和精神的情况下对本发明的实施例能够进行改动和修改。 The present invention has been described with reference to the specific illustrative embodiments, and is not limited by the scope of the appended claims. It will be appreciated by those skilled in the art that the embodiments of the invention can be modified and modified without departing from the scope and spirit of the invention.

Claims (10)

  1. 一种区块链功耗感知的PoW共识机制,其特征在于该共识机制包括如下过程步骤:A PoW consensus mechanism for blockchain power consumption is characterized in that the consensus mechanism includes the following process steps:
    S1在比特币系统中,各节点基于各自的计算机算力相互竞争共同解决一个求解复杂但验证容易的SHA数学难题,最快解决该难题的节点获得区块记账权和系统自动生成的比特币奖励;S1 In the Bitcoin system, each node competes with each other based on their respective computer powers to solve a complex mathematical problem that is easy to verify, and the node that solves the problem is the fastest to obtain block accounting rights and the system automatically generates bitcoin. reward;
    S2采用WDM网状网将位于不同地理位置的物理服务器互联,构成区块链基础设施网络,响应区块连请求产生功耗,将轻载服务器上的区块链节点整合到较少的物理服务器上,将通信需求疏导至较少的链路中,关闭“不必要”的服务器和节点。S2 uses WDM mesh network to interconnect physical servers located in different geographical locations to form a blockchain infrastructure network. The response block generates power consumption in response to the request, and integrates the blockchain nodes on the light load server into fewer physical servers. On the other hand, the communication requirements are diverted to fewer links, and the "unnecessary" servers and nodes are turned off.
  2. 根据权利要求1所述的一种区块链功耗感知的PoW共识机制,其特征在于:所述SHA数学难题可表述为根据当前难度值,通过搜索求解一个合适的随机数使得区块头各元数值的双SHA哈希值小于或者等于目标哈希值。The blockchain power consumption-aware PoW consensus mechanism according to claim 1, wherein the SHA mathematical problem can be expressed as: calculating a suitable random number by searching for a block head element according to a current difficulty value. The double SHA hash value of the value is less than or equal to the target hash value.
  3. 根据权利要求2所述的一种区块链功耗感知的PoW共识机制,其特征在于:所述比特币系统调整随机数搜索的难度值来控制区块的平均生成时间为6分钟。The blockchain power consumption-aware PoW consensus mechanism according to claim 2, wherein the bitcoin system adjusts the difficulty value of the random number search to control the average generation time of the block to be 6 minutes.
  4. 根据权利要求2所述的一种区块链功耗感知的PoW共识机制,其特征在于:所述PoW共识的随机数搜索过程包括如下步骤:The blockchain power consumption-aware PoW consensus mechanism according to claim 2, wherein the PoW consensus random number search process comprises the following steps:
    D1搜集当前时间段的全网未确认交易,并增加一个用于发行新比特币奖励的Coinbase交易,形成当前区块体的交易集合;D1 collects the entire network unconfirmed transaction of the current time period, and adds a Coinbase transaction for issuing new bitcoin rewards to form a transaction set of the current block;
    D2计算区块体交易集合的Merkle根记入区块头,并填写区块头的其他元数据,其中随机数Nonce设置为零;D2 calculates the Merkle root of the block transaction set into the block header, and fills in other metadata of the block header, where the random number Nonce is set to zero;
    D3随机数Nonce加1,计算当前区块头的双SHA哈希值,如果小于或等于 目标哈希值,则成功搜索到合适的随机数,并获得该区块的记账权;否则继续步骤D3直到任一节点搜索到合适的随机数为止;D3 random number Nonce plus 1, calculate the double SHA hash value of the current block header, if less than or equal to The target hash value, successfully search for a suitable random number, and obtain the billing right of the block; otherwise continue to step D3 until any node searches for a suitable random number;
    D4如果一定时间内未成功,则更新时间戳和未确认交易集合、重新计算Merkle根后继续搜索。If D4 is unsuccessful within a certain period of time, the timestamp and unconfirmed transaction set are updated, the Merkle root is recalculated, and the search is continued.
  5. 根据权利要求1所述的一种区块链功耗感知的PoW共识机制,其特征在于:所述功耗包括与业务载荷相关的功耗和与业务载荷无关的功耗。A blockchain power-aware PoW consensus mechanism according to claim 1, wherein the power consumption comprises power consumption related to a traffic load and power consumption independent of a traffic load.
  6. 根据权利要求1所述的一种区块链功耗感知的PoW共识机制,其特征在于:使用混合整数规划(MIP)算法对功耗感知区块链建模。A blockchain power-aware PoW consensus mechanism according to claim 1, wherein the power-aware blockchain is modeled using a mixed integer programming (MIP) algorithm.
  7. 根据权利要求6所述的一种区块链功耗感知的PoW共识机制,其特征在于:将功耗感知的区块连问题建模成数学优化问题求解,以最小化总的功耗为如下优化目标函数(1):The blockchain power consumption-aware PoW consensus mechanism according to claim 6, characterized in that the power-aware block connection problem is modeled as a mathematical optimization problem solution to minimize the total power consumption as follows Optimization objective function (1):
    Minimize{η·Pnetwork+ξ·Pserver}          (1)Minimize{η·Pnetwork+ξ·Pserver} (1)
    目标函数试图最小化PoW共识机制下区块链的总功耗,包括网络功耗和服务器功耗,其中η+ξ=1,两者分别用来平衡网络功耗和服务器功耗的权重。The objective function attempts to minimize the total power consumption of the blockchain under the PoW consensus mechanism, including network power consumption and server power consumption, where η+ξ=1, which are used to balance the weight of network power and server power consumption, respectively.
  8. 根据权利要求7所述的一种区块链功耗感知的PoW共识机制,其特征在于:求解所述优化目标函数(1)满足资源容量约束,位置约束条件为:节点“流量守恒”;节点提供给区块连的资源量不超过自身可用资源量;用户低速率业务状态下每条链路所承载业务带宽总量不能超过容忍限度;以及底层物理网络长期总功耗最低。The blockchain power consumption-aware PoW consensus mechanism according to claim 7, characterized in that: the optimization objective function (1) is satisfied to satisfy a resource capacity constraint, and the location constraint condition is: a node "flow conservation"; The amount of resources provided to the block connection does not exceed the amount of available resources; the total amount of service bandwidth carried by each link in the low-rate service state of the user cannot exceed the tolerance limit; and the long-term total power consumption of the underlying physical network is the lowest.
  9. 根据权利要求6-8所述的一种区块链功耗感知的PoW共识机制,其特征在于:区块链节点映射和链路映射是协同考虑节点资源需求和邻近链路的带宽资源需求,根据资源需求量对节点进行将序排列后,计算区块链资源利用效率和接纳率,利用最低功耗路径有限原则选择不同的功耗实施路径完成的,其中所述资源需求量为如下公式(2): A blockchain power consumption-aware PoW consensus mechanism according to any of claims 6-8, characterized in that: blockchain node mapping and link mapping are synergistically considering node resource requirements and bandwidth resource requirements of adjacent links. After the nodes are sorted according to the resource demand, the blockchain resource utilization efficiency and the acceptance rate are calculated, and the minimum power consumption path limited principle is used to select different power consumption implementation paths, wherein the resource demand is as follows ( 2):
    Figure PCTCN2016095575-appb-100001
    Figure PCTCN2016095575-appb-100001
    其中req(v)表示节点v的服务器资源需求量,b(e)表示链路e的链路带宽资源需求量,Adj(v)表示节点v的邻近链路集合。Where req(v) represents the server resource requirement of node v, b(e) represents the link bandwidth resource requirement of link e, and Adj(v) represents the neighboring link set of node v.
  10. 根据权利要求9所述的一种区块链功耗感知的PoW共识机制,其特征在于:采用规一化惩罚因子算法计算所述资源需求量,获得节点和链路的分配机制。 A blockchain power consumption-aware PoW consensus mechanism according to claim 9, wherein the resource demand is calculated by using a normalized penalty factor algorithm to obtain a node and link allocation mechanism.
PCT/CN2016/095575 2016-08-13 2016-08-16 Power consumption perception pow consensus mechanism for block chain WO2018032371A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610669673.5 2016-08-13
CN201610669673.5A CN106296191A (en) 2016-08-13 2016-08-13 A kind of PoW common recognition mechanism of block chain power-aware

Publications (1)

Publication Number Publication Date
WO2018032371A1 true WO2018032371A1 (en) 2018-02-22

Family

ID=57671036

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/095575 WO2018032371A1 (en) 2016-08-13 2016-08-16 Power consumption perception pow consensus mechanism for block chain

Country Status (2)

Country Link
CN (1) CN106296191A (en)
WO (1) WO2018032371A1 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681950A (en) * 2018-06-11 2018-10-19 国网江苏省电力有限公司南通供电分公司 Power distribution network demand response transaction settlement method based on block chain technology
CN108958925A (en) * 2018-04-26 2018-12-07 武汉龙津科技有限公司 A kind of energy-efficient proof of work method and system
CN109412814A (en) * 2018-09-27 2019-03-01 国网天津市电力公司 The method that power is concentrated is calculated in confrontation in a kind of energy block chain
CN109583892A (en) * 2018-11-21 2019-04-05 安徽高山科技有限公司 A kind of random number selecting method in block chain
CN109753792A (en) * 2018-12-29 2019-05-14 北京金山安全软件有限公司 Attack detection method and device and electronic equipment
CN109885423A (en) * 2019-01-04 2019-06-14 上海七印信息科技有限公司 A kind of block chain source data backup method
CN110474968A (en) * 2019-07-25 2019-11-19 南京邮电大学 A kind of the block chain mixing common recognition mechanism framework and its method of adaptive sensing type
CN110599160A (en) * 2018-06-12 2019-12-20 韩国电子通信研究院 Method and apparatus for selecting distributed consensus nodes based on random number attestation
CN110705773A (en) * 2019-09-26 2020-01-17 郑珂威 System for realizing optimization operation by using block chain consensus power
CN110928690A (en) * 2019-12-07 2020-03-27 上海科乐宜信息科技有限公司 Method for synchronizing and verifying block chain data in 5G network environment
CN111047439A (en) * 2018-10-12 2020-04-21 北京邦天信息技术有限公司 Transaction processing method based on block chain
CN111198763A (en) * 2019-12-25 2020-05-26 平安壹钱包电子商务有限公司 Resource reuse detection method, terminal and computer-readable storage medium
CN111209441A (en) * 2018-11-21 2020-05-29 深圳Tcl新技术有限公司 Television data sharing method, storage medium and application server
CN111242625A (en) * 2020-02-26 2020-06-05 上海闪晶信息科技有限公司 Skin patch, skin chain network and implementation method thereof
CN111324442A (en) * 2020-03-02 2020-06-23 李斌 Micro-computing power scheduling system oriented to heterogeneous environment
CN111447241A (en) * 2020-05-09 2020-07-24 成都汉为科技有限公司 Block chain-based power market demand side response network method and system thereof
CN111464542A (en) * 2020-04-01 2020-07-28 中国联合网络通信集团有限公司 Accounting method and device for block chain network
US10740754B2 (en) 2018-06-04 2020-08-11 Noah Rafalko Telecommunication system and method for settling session transactions
CN111679905A (en) * 2020-05-11 2020-09-18 天津大学 Calculation network fusion network model
CN111949395A (en) * 2020-07-16 2020-11-17 广州玖的数码科技有限公司 Block chain-based shared computing power data processing method, system and storage medium
CN112165468A (en) * 2020-09-16 2021-01-01 盘正荣 Message communication system and method based on block chain message address
CN112261674A (en) * 2020-09-30 2021-01-22 北京邮电大学 Performance optimization method of Internet of things scene based on mobile edge calculation and block chain collaborative enabling
CN112600919A (en) * 2020-12-10 2021-04-02 中国科学院深圳先进技术研究院 Equipment computing power evaluation method and system based on PoW consensus mechanism
CN113298524A (en) * 2021-06-11 2021-08-24 北京邮电大学 Block chain data sharing system and method based on quality detection
CN113746859A (en) * 2021-09-10 2021-12-03 大连华信计算机技术股份有限公司 High-network-performance and high-security VaPBFT block chain consensus method
CN113938496A (en) * 2021-10-11 2022-01-14 上海万向区块链股份公司 Block chain network method and system based on Internet of things equipment
CN115242790A (en) * 2022-09-21 2022-10-25 南开大学 Transaction data security processing method based on random sequence block chain consensus algorithm
CN115297009A (en) * 2022-07-08 2022-11-04 中电信数智科技有限公司 Block chain-based distributed network digital encryption consistency optimization method

Families Citing this family (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682980A (en) * 2017-01-18 2017-05-17 北京云知科技有限公司 Method for designing probability generator
EP3355225B1 (en) * 2017-01-31 2022-07-27 Sony Group Corporation Apparatus and method for providing a ethereum virtual device
CN106920097A (en) * 2017-02-27 2017-07-04 钱德君 A kind of generation time block chain method of Quantum Chain common recognition agreement
CN106897906B (en) * 2017-02-28 2021-02-12 北京众享比特科技有限公司 Incentive content distribution method and system
CN107368507B (en) * 2017-03-28 2020-03-27 创新先进技术有限公司 Block chain-based consensus method and device
US11095432B2 (en) * 2017-04-05 2021-08-17 Samsung Sds Co., Ltd. System for processing data based on blockchain and operating method thereof
CN107277781B (en) * 2017-05-03 2019-03-22 上海点融信息科技有限责任公司 Block chain multicast network, block chain equipment and its communication means under mobile broadband network
CN108876361A (en) * 2017-05-12 2018-11-23 李平 Block catenary system, block generation method and computer readable storage medium
CN107341660B (en) * 2017-05-27 2021-06-29 唐盛(北京)物联技术有限公司 Block chain bottom layer consensus mechanism and block chain system based on same
CN107450981B (en) * 2017-05-31 2020-04-24 创新先进技术有限公司 Block chain consensus method and equipment
JP7053677B2 (en) * 2017-06-07 2022-04-12 エヌチェーン ホールディングス リミテッド Computer implementation systems and methods for managing transactions in blockchain networks
GB201709188D0 (en) * 2017-06-09 2017-07-26 Nchain Holdings Ltd Computer-Implemented system and method
EP4328739A3 (en) * 2017-07-07 2024-04-03 nChain Licensing AG Control flow in blockchain scripts
CN107577694B (en) 2017-07-14 2020-04-24 创新先进技术有限公司 Data processing method and device based on block chain
WO2019019056A1 (en) * 2017-07-26 2019-01-31 杭州复杂美科技有限公司 Method for frontal machine to participate in block chain consensus
EP3669314A1 (en) * 2017-08-15 2020-06-24 Nchain Holdings Limited Random number generation in a blockchain
CN109829076B (en) * 2017-08-22 2021-08-06 上海策赢网络科技有限公司 Method and equipment for generating block chain
CN108241926B (en) * 2017-08-25 2020-07-10 杭州复杂美科技有限公司 Block chain authorization consensus method
CN107347009B (en) * 2017-08-30 2018-08-14 北京知金链网络技术有限公司 Block chain one-dimensional random number common recognition election method
CN107733651B (en) * 2017-09-11 2020-06-19 联动优势科技有限公司 Block chain generation method, node and system
CN107864198B (en) * 2017-11-07 2019-09-24 山东浪潮人工智能研究院有限公司 A kind of block chain common recognition method based on deep learning training mission
CN108009918B (en) * 2017-11-23 2021-10-26 深圳捷汇科技有限公司 Accounting method of block chain consensus algorithm transaction system and electronic equipment
CN108198018A (en) * 2017-12-27 2018-06-22 邵美 A kind of trade network system and its implementation for block chain address ranking
CN108449401A (en) * 2018-03-12 2018-08-24 厦门益东智能科技有限公司 A kind of calculation power sharing method and system based on block chain technology
CN108600161A (en) * 2018-03-12 2018-09-28 成都零光量子科技有限公司 A kind of fair efficient block chain common recognition method
CN108615151B (en) * 2018-04-24 2022-04-15 深圳市元征科技股份有限公司 Data processing method, block chain server and node equipment
CN108830712A (en) * 2018-05-17 2018-11-16 易链科技(深圳)有限公司 Method, apparatus, equipment and the medium that block generates
CN108805537A (en) * 2018-05-21 2018-11-13 郑州云海信息技术有限公司 It is a kind of using TPM as the method and system of bit coin client stochastic source
CN108846108B (en) * 2018-06-22 2020-07-07 苏州得尔达国际物流有限公司 Unmanned aerial vehicle route distribution system based on block chain technology
CN108768665B (en) * 2018-07-02 2021-06-08 上海达家迎信息科技有限公司 Block chain generation method and device, computer equipment and storage medium
CN110705973B (en) * 2018-07-10 2023-05-16 深圳市红砖坊技术有限公司 Common identification method applied to miner nodes in blockchain system and blockchain system
CN109039646B (en) * 2018-07-12 2021-07-27 北京易智能科技有限公司 Block chain block packaging and verifying method and system based on node capability
CN110782343B (en) * 2018-07-30 2022-12-16 中移(苏州)软件技术有限公司 Calculation power circulation method and system based on block chain in distributed network
CN109101836B (en) * 2018-08-09 2021-07-13 全链通有限公司 Accounting method and system of block chain network
CN109086626B (en) * 2018-08-09 2021-07-09 全链通有限公司 Accounting method and system of block chain network
CN109102120B (en) * 2018-08-14 2020-01-21 上海交通大学 Energy system optimization method based on block chain in complex scene
CN109118090A (en) * 2018-08-15 2019-01-01 北京元链科技有限公司 A kind of shared vehicles carbon emission system based on block chain technology
CN109104289B (en) * 2018-08-20 2021-04-16 陕西优米数据技术有限公司 Method for proving network contribution proving consensus based on P2P block chain
CN110874351A (en) * 2018-08-29 2020-03-10 深圳启元信息服务有限公司 Workload certification cooperative work method, block chain node and block chain system
CN109087111A (en) * 2018-08-31 2018-12-25 深圳付贝科技有限公司 Common recognition verification method, digging mine machine and block catenary system based on block chain
CN109087105A (en) * 2018-08-31 2018-12-25 深圳付贝科技有限公司 For digging the Hash Search method of mine, digging mine machine and block catenary system
CN109214817B (en) * 2018-10-08 2021-09-03 莆田市烛火信息技术有限公司 Block chain consensus device based on computational power parasitism
CN111082922B (en) * 2018-10-18 2021-11-19 北京天能博信息科技有限公司 Data processing method of block chain and related equipment
CN111092925B (en) * 2018-10-23 2022-08-05 中国移动通信有限公司研究院 Block chain capacity expansion processing method, device and equipment
CN109447640B (en) * 2018-10-23 2021-08-20 杭州弗兰科信息安全科技有限公司 Rights and interests-based improved PoW consensus algorithm
CN109522728A (en) * 2018-10-30 2019-03-26 卢淳杰 A kind of confidential document management method and system
CN110084596B (en) * 2019-04-01 2023-02-10 杜晓楠 Method and device for processing block chain mixed consensus
CN110602249B (en) * 2019-09-29 2021-10-22 腾讯科技(深圳)有限公司 Resource allocation method and related device
CN111708832B (en) * 2020-05-18 2023-06-06 杜晓楠 Method for adjusting block difficulty in block chain network, computer medium and block chain network
TWI748519B (en) * 2020-06-15 2021-12-01 鴻海精密工業股份有限公司 Block packaging method of block chain, electronic device, and storage medium
CN112463881B (en) * 2020-11-10 2022-09-16 南京邮电大学 Efficient block chain system and processing method for cloud edge aggregation computing environment
CN113326240B (en) * 2021-06-22 2023-05-30 哈尔滨工程大学 Data sharing method of energy consumption sensitive terminal node in edge network

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150332224A1 (en) * 2014-05-19 2015-11-19 OX Labs Inc. System and method for rendering virtual currency related services
CN105159751A (en) * 2015-09-17 2015-12-16 河海大学常州校区 Energy-efficient virtual machine migration method in cloud data center
CN105719185A (en) * 2016-01-22 2016-06-29 杭州复杂美科技有限公司 Block chain data comparison and consensus method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150332224A1 (en) * 2014-05-19 2015-11-19 OX Labs Inc. System and method for rendering virtual currency related services
CN105159751A (en) * 2015-09-17 2015-12-16 河海大学常州校区 Energy-efficient virtual machine migration method in cloud data center
CN105719185A (en) * 2016-01-22 2016-06-29 杭州复杂美科技有限公司 Block chain data comparison and consensus method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YUAN, YONG ET AL.: "Blockchain: The State of the Art and Future Trends", ACTA AUTOMATICA SINICA, vol. 42, no. 4, 30 April 2016 (2016-04-30), pages 486, XP055456936 *

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958925A (en) * 2018-04-26 2018-12-07 武汉龙津科技有限公司 A kind of energy-efficient proof of work method and system
CN108958925B (en) * 2018-04-26 2023-06-20 武汉龙津科技有限公司 Energy-saving workload proving method and system
US11727400B2 (en) 2018-06-04 2023-08-15 Noah Rafalko Telecommunication system and method for settling session transactions
US11127003B2 (en) 2018-06-04 2021-09-21 Noah Rafalko Telecommunication system and method for settling session transactions
US10740754B2 (en) 2018-06-04 2020-08-11 Noah Rafalko Telecommunication system and method for settling session transactions
CN108681950A (en) * 2018-06-11 2018-10-19 国网江苏省电力有限公司南通供电分公司 Power distribution network demand response transaction settlement method based on block chain technology
CN110599160B (en) * 2018-06-12 2024-01-09 韩国电子通信研究院 Method and apparatus for selecting distributed consensus nodes based on random number attestation
CN110599160A (en) * 2018-06-12 2019-12-20 韩国电子通信研究院 Method and apparatus for selecting distributed consensus nodes based on random number attestation
CN109412814A (en) * 2018-09-27 2019-03-01 国网天津市电力公司 The method that power is concentrated is calculated in confrontation in a kind of energy block chain
CN111047439A (en) * 2018-10-12 2020-04-21 北京邦天信息技术有限公司 Transaction processing method based on block chain
CN111209441B (en) * 2018-11-21 2023-09-19 深圳Tcl新技术有限公司 Television data sharing method, storage medium and application server
CN109583892A (en) * 2018-11-21 2019-04-05 安徽高山科技有限公司 A kind of random number selecting method in block chain
CN111209441A (en) * 2018-11-21 2020-05-29 深圳Tcl新技术有限公司 Television data sharing method, storage medium and application server
CN109753792A (en) * 2018-12-29 2019-05-14 北京金山安全软件有限公司 Attack detection method and device and electronic equipment
CN109753792B (en) * 2018-12-29 2020-12-11 北京金山安全软件有限公司 Attack detection method and device and electronic equipment
CN109885423B (en) * 2019-01-04 2023-05-23 上海七印信息科技有限公司 Block chain source data backup method
CN109885423A (en) * 2019-01-04 2019-06-14 上海七印信息科技有限公司 A kind of block chain source data backup method
CN110474968B (en) * 2019-07-25 2022-03-11 南京邮电大学 Self-adaptive sensing type block chain mixed consensus mechanism structure and method thereof
CN110474968A (en) * 2019-07-25 2019-11-19 南京邮电大学 A kind of the block chain mixing common recognition mechanism framework and its method of adaptive sensing type
CN110705773A (en) * 2019-09-26 2020-01-17 郑珂威 System for realizing optimization operation by using block chain consensus power
CN110928690A (en) * 2019-12-07 2020-03-27 上海科乐宜信息科技有限公司 Method for synchronizing and verifying block chain data in 5G network environment
CN111198763A (en) * 2019-12-25 2020-05-26 平安壹钱包电子商务有限公司 Resource reuse detection method, terminal and computer-readable storage medium
CN111242625A (en) * 2020-02-26 2020-06-05 上海闪晶信息科技有限公司 Skin patch, skin chain network and implementation method thereof
CN111242625B (en) * 2020-02-26 2023-06-20 恬家(上海)信息科技有限公司 Skin block, skin chain network and realization method thereof
CN111324442A (en) * 2020-03-02 2020-06-23 李斌 Micro-computing power scheduling system oriented to heterogeneous environment
CN111464542A (en) * 2020-04-01 2020-07-28 中国联合网络通信集团有限公司 Accounting method and device for block chain network
CN111464542B (en) * 2020-04-01 2022-07-12 中国联合网络通信集团有限公司 Accounting method and device for block chain network
CN111447241A (en) * 2020-05-09 2020-07-24 成都汉为科技有限公司 Block chain-based power market demand side response network method and system thereof
CN111447241B (en) * 2020-05-09 2023-04-18 成都汉为科技有限公司 Block chain-based power market demand side response network method and system thereof
CN111679905A (en) * 2020-05-11 2020-09-18 天津大学 Calculation network fusion network model
CN111679905B (en) * 2020-05-11 2022-03-08 天津大学 Calculation network fusion network model system
CN111949395A (en) * 2020-07-16 2020-11-17 广州玖的数码科技有限公司 Block chain-based shared computing power data processing method, system and storage medium
CN112165468A (en) * 2020-09-16 2021-01-01 盘正荣 Message communication system and method based on block chain message address
CN112261674A (en) * 2020-09-30 2021-01-22 北京邮电大学 Performance optimization method of Internet of things scene based on mobile edge calculation and block chain collaborative enabling
CN112600919B (en) * 2020-12-10 2022-06-21 中国科学院深圳先进技术研究院 Equipment computing power evaluation method and system based on PoW consensus mechanism
CN112600919A (en) * 2020-12-10 2021-04-02 中国科学院深圳先进技术研究院 Equipment computing power evaluation method and system based on PoW consensus mechanism
CN113298524B (en) * 2021-06-11 2022-08-02 北京邮电大学 Block chain data sharing system and method based on quality detection
CN113298524A (en) * 2021-06-11 2021-08-24 北京邮电大学 Block chain data sharing system and method based on quality detection
CN113746859B (en) * 2021-09-10 2023-04-18 信华信技术股份有限公司 High-network-performance and high-security VaPBFT block chain consensus method
CN113746859A (en) * 2021-09-10 2021-12-03 大连华信计算机技术股份有限公司 High-network-performance and high-security VaPBFT block chain consensus method
CN113938496A (en) * 2021-10-11 2022-01-14 上海万向区块链股份公司 Block chain network method and system based on Internet of things equipment
CN113938496B (en) * 2021-10-11 2024-04-02 上海万向区块链股份公司 Block chain network method and system based on Internet of things equipment
CN115297009A (en) * 2022-07-08 2022-11-04 中电信数智科技有限公司 Block chain-based distributed network digital encryption consistency optimization method
CN115297009B (en) * 2022-07-08 2023-11-17 中电信数智科技有限公司 Digital encryption consistency optimization method based on blockchain distributed network
CN115242790A (en) * 2022-09-21 2022-10-25 南开大学 Transaction data security processing method based on random sequence block chain consensus algorithm

Also Published As

Publication number Publication date
CN106296191A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
WO2018032371A1 (en) Power consumption perception pow consensus mechanism for block chain
Sedlmeir et al. The energy consumption of blockchain technology: Beyond myth
Gu et al. Cost minimization for big data processing in geo-distributed data centers
CN109617992B (en) Block chain-based dynamic election method for edge computing nodes
Li et al. Effective replica management for improving reliability and availability in edge-cloud computing environment
CN111241114A (en) Intelligent service transaction block chain credit management method and system combining transaction and consensus
CN103595780B (en) Cloud computing resource scheduling method based on the weight that disappears
Li et al. Study on the spatial correlation structure and synergistic governance development of the haze emission in China
CN109377411A (en) Electricity market based on block chain concentrates trade matching method and device
CN107706921A (en) Micro-capacitance sensor voltage adjusting method and device based on Nash Game
Kong et al. A reliable and efficient task offloading strategy based on multifeedback trust mechanism for IoT edge computing
Zhao RETRACTED ARTICLE: Research on personal credit evaluation of internet finance based on blockchain and decision tree algorithm
Huang et al. Survey on blockchain incentive mechanism
CN103530801A (en) Method for optimizing costs of multiple data centers based on dynamic pricing strategy
CN113419867B (en) Energy-saving service supply method in edge-oriented cloud collaborative computing environment
Chen et al. Miner revenue optimization algorithm based on Pareto artificial bee colony in blockchain network
Wang et al. Distributed and secure federated learning for wireless computing power networks
CN108182488A (en) A kind of energy the Internet, applications pattern model and application process
Xie et al. Multi-objective optimization of data deployment and scheduling based on the minimum cost in geo-distributed cloud
Chen et al. Multi-objective robust optimal bidding strategy for a data center operator based on bi-level optimization
Ahmad et al. Learning from optimal: energy procurement strategies for data centers
Tyagi et al. Stacker: A holistic cloud computing based framework for smart cities
Guo et al. Improving transaction succeed ratio in payment channel networks via enhanced node connectivity and balanced channel capacity
Xu et al. Application research of blockchain technology in smart energy business model
Tan et al. Based on bid and data quality incentive mechanisms for mobile crowd sensing systems

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16913131

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16913131

Country of ref document: EP

Kind code of ref document: A1