WO2018032371A1 - Mécanisme de consensus de pow avec perception de consommation d'énergie pour chaîne de blocs - Google Patents

Mécanisme de consensus de pow avec perception de consommation d'énergie pour chaîne de blocs 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
English (en)
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/fr

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

L'invention concerne un mécanisme de consensus de PoW avec perception de consommation d'énergie pour une chaîne de blocs, comportant les étapes de processus suivantes: (1) dans un système Bitcoin, tous les nœuds sont en concurrence sur la base d'une puissance de calcul informatique respective pour résoudre conjointement un problème mathématique de SHA qui est complexe à résoudre mais facile à vérifier, et un nœud qui résout le problème à la vitesse la plus élevée obtient un droit de comptabilisation de blocs et une attribution de Bitcoin générée automatiquement par le système; (2) interconnecter des serveurs physiques situés dans des lieux géographiques différents en utilisant un réseau maillé WDM pour former un réseau d'infrastructure à chaînes de blocs, générer une consommation d'énergie en réponse à une demande de chaîne de blocs, intégrer des nœuds de chaînes de blocs sur des serveurs à faible charge vers un plus petit nombre de serveurs physiques, diriger des besoins de communication vers un plus petit nombre de liaisons, et mettre hors tension les serveurs et les nœuds superflus. En utilisant le mécanisme de consensus de PoW par perception de consommation d'énergie, un potentiel de ressources du réseau d'infrastructure peut être exploité davantage, tout en améliorant les performances de la chaîne de blocs; de plus, la consommation d'énergie peut être appréhendée, de façon à réduire les émissions de carbone et l'effet de serre.
PCT/CN2016/095575 2016-08-13 2016-08-16 Mécanisme de consensus de pow avec perception de consommation d'énergie pour chaîne de blocs WO2018032371A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610669673.5A CN106296191A (zh) 2016-08-13 2016-08-13 一种区块链功耗感知的PoW共识机制
CN201610669673.5 2016-08-13

Publications (1)

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

Family

ID=57671036

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/095575 WO2018032371A1 (fr) 2016-08-13 2016-08-16 Mécanisme de consensus de pow avec perception de consommation d'énergie pour chaîne de blocs

Country Status (2)

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

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681950A (zh) * 2018-06-11 2018-10-19 国网江苏省电力有限公司南通供电分公司 基于区块链技术的配电网需求响应交易结算方法
CN108958925A (zh) * 2018-04-26 2018-12-07 武汉龙津科技有限公司 一种节能的工作量证明方法与系统
CN109412814A (zh) * 2018-09-27 2019-03-01 国网天津市电力公司 一种能源区块链中对抗算力集中的方法
CN109583892A (zh) * 2018-11-21 2019-04-05 安徽高山科技有限公司 一种区块链中的随机数选取方法
CN109753792A (zh) * 2018-12-29 2019-05-14 北京金山安全软件有限公司 一种攻击检测方法、装置及电子设备
CN109885423A (zh) * 2019-01-04 2019-06-14 上海七印信息科技有限公司 一种区块链源数据备份方法
CN110474968A (zh) * 2019-07-25 2019-11-19 南京邮电大学 一种自适感知式的区块链混合共识机制架构及其方法
CN110599160A (zh) * 2018-06-12 2019-12-20 韩国电子通信研究院 用于基于随机数证明来选择分布式共识节点的方法和装置
CN110705773A (zh) * 2019-09-26 2020-01-17 郑珂威 一种利用区块链共识算力实现优化运算的系统
CN110928690A (zh) * 2019-12-07 2020-03-27 上海科乐宜信息科技有限公司 一种在5g网络环境下区块链数据同步和验证的方法
CN111047439A (zh) * 2018-10-12 2020-04-21 北京邦天信息技术有限公司 一种基于区块链的交易处理方法
CN111198763A (zh) * 2019-12-25 2020-05-26 平安壹钱包电子商务有限公司 资源重复使用的检测方法、终端和计算机可读存储介质
CN111209441A (zh) * 2018-11-21 2020-05-29 深圳Tcl新技术有限公司 一种电视数据的共享方法、存储介质及应用服务器
CN111242625A (zh) * 2020-02-26 2020-06-05 上海闪晶信息科技有限公司 一种皮肤块、皮肤链网络及其实现方法
CN111324442A (zh) * 2020-03-02 2020-06-23 李斌 一种面向异构环境下的微小算力调度系统
CN111447241A (zh) * 2020-05-09 2020-07-24 成都汉为科技有限公司 基于区块链的电力市场需求侧响应网络方法及其系统
CN111464542A (zh) * 2020-04-01 2020-07-28 中国联合网络通信集团有限公司 区块链网络的记账方法及装置
US10740754B2 (en) 2018-06-04 2020-08-11 Noah Rafalko Telecommunication system and method for settling session transactions
CN111679905A (zh) * 2020-05-11 2020-09-18 天津大学 算网融合网络模型
CN111949395A (zh) * 2020-07-16 2020-11-17 广州玖的数码科技有限公司 基于区块链的共享算力数据处理方法、系统及存储介质
CN112165468A (zh) * 2020-09-16 2021-01-01 盘正荣 一种基于区块链消息地址的消息通信系统及方法
CN112261674A (zh) * 2020-09-30 2021-01-22 北京邮电大学 一种基于移动边缘计算及区块链协同赋能的物联网场景的性能优化方法
CN112600919A (zh) * 2020-12-10 2021-04-02 中国科学院深圳先进技术研究院 一种基于PoW共识机制的设备算力评价方法及系统
CN113298524A (zh) * 2021-06-11 2021-08-24 北京邮电大学 基于质量检测的区块链数据共享系统及方法
CN113746859A (zh) * 2021-09-10 2021-12-03 大连华信计算机技术股份有限公司 一种高网络性能与安全性的vaPBFT区块链共识方法
CN113919951A (zh) * 2021-10-13 2022-01-11 甘肃同兴智能科技发展有限责任公司 一种联盟链的数据存储方法
CN113938496A (zh) * 2021-10-11 2022-01-14 上海万向区块链股份公司 基于物联网设备的区块链网络方法及系统
CN115242790A (zh) * 2022-09-21 2022-10-25 南开大学 基于随机序列区块链共识算法的交易数据安全处理方法
CN115297009A (zh) * 2022-07-08 2022-11-04 中电信数智科技有限公司 一种基于区块链分布式网络数字加密一致性优化的方法
CN111047439B (zh) * 2018-10-12 2024-05-14 北京邦天信息技术有限公司 一种基于区块链的交易处理方法

Families Citing this family (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682980A (zh) * 2017-01-18 2017-05-17 北京云知科技有限公司 一种设计概率发生器的方法
EP3355225B1 (fr) * 2017-01-31 2022-07-27 Sony Group Corporation Appareil et procédé de fourniture d'un dispositif virtuel ethereum
CN106920097A (zh) * 2017-02-27 2017-07-04 钱德君 一种量子链共识协议的生成时间块链方法
CN106897906B (zh) * 2017-02-28 2021-02-12 北京众享比特科技有限公司 激励式内容分发方法及系统
CN107368507B (zh) * 2017-03-28 2020-03-27 创新先进技术有限公司 一种基于区块链的共识方法及装置
US11095432B2 (en) * 2017-04-05 2021-08-17 Samsung Sds Co., Ltd. System for processing data based on blockchain and operating method thereof
CN107277781B (zh) * 2017-05-03 2019-03-22 上海点融信息科技有限责任公司 移动宽带网络下的区块链多播网络、区块链设备及其通信方法
CN108876361A (zh) * 2017-05-12 2018-11-23 李平 区块链系统、区块生成方法及计算机可读存储介质
CN107341660B (zh) * 2017-05-27 2021-06-29 唐盛(北京)物联技术有限公司 一种区块链底层共识机制以及基于该共识机制的区块链系统
CN107450981B (zh) 2017-05-31 2020-04-24 创新先进技术有限公司 一种区块链共识方法及设备
WO2018224954A1 (fr) * 2017-06-07 2018-12-13 nChain Holdings Limited Système et procédé mis en œuvre par ordinateur pour la gestion de transactions sur un réseau de chaîne de blocs
GB201709188D0 (en) * 2017-06-09 2017-07-26 Nchain Holdings Ltd Computer-Implemented system and method
US11416226B2 (en) * 2017-07-07 2022-08-16 Nchain Licensing Ag System and method for compiling high-level language code into a script executable on a blockchain platform
CN107577694B (zh) * 2017-07-14 2020-04-24 创新先进技术有限公司 一种基于区块链的数据处理方法及设备
WO2019019056A1 (fr) * 2017-07-26 2019-01-31 杭州复杂美科技有限公司 Procédé permettant à une machine frontale de participer à un consensus de chaîne de blocs
CN110998630A (zh) * 2017-08-15 2020-04-10 区块链控股有限公司 区块链中的随机数生成
CN109829076B (zh) * 2017-08-22 2021-08-06 上海策赢网络科技有限公司 一种生成区块链的方法及设备
CN108241926B (zh) * 2017-08-25 2020-07-10 杭州复杂美科技有限公司 一种区块链授权共识方法
CN107347009B (zh) * 2017-08-30 2018-08-14 北京知金链网络技术有限公司 区块链一维随机数共识推举方法
CN107733651B (zh) * 2017-09-11 2020-06-19 联动优势科技有限公司 一种区块链生成方法、节点及系统
CN107864198B (zh) * 2017-11-07 2019-09-24 山东浪潮人工智能研究院有限公司 一种基于深度学习训练任务的区块链共识方法
CN108009918B (zh) * 2017-11-23 2021-10-26 深圳捷汇科技有限公司 区块链共识算法交易系统的记账方法及电子设备
CN108198018A (zh) * 2017-12-27 2018-06-22 邵美 一种用于区块链地址排名的交易网络系统及其实现方法
CN108449401A (zh) * 2018-03-12 2018-08-24 厦门益东智能科技有限公司 一种基于区块链技术的算力共享方法及系统
CN108600161A (zh) * 2018-03-12 2018-09-28 成都零光量子科技有限公司 一种公平高效的区块链共识方法
CN108615151B (zh) * 2018-04-24 2022-04-15 深圳市元征科技股份有限公司 数据处理方法、区块链服务器以及节点设备
CN108830712A (zh) * 2018-05-17 2018-11-16 易链科技(深圳)有限公司 区块生成的方法、装置、设备和介质
CN108805537A (zh) * 2018-05-21 2018-11-13 郑州云海信息技术有限公司 一种利用tpm作为比特币客户端随机源的方法及系统
CN108846108B (zh) * 2018-06-22 2020-07-07 苏州得尔达国际物流有限公司 基于区块链技术的无人机路线分配系统
CN108768665B (zh) * 2018-07-02 2021-06-08 上海达家迎信息科技有限公司 区块链生成方法、装置、计算机设备以及存储介质
CN110705973B (zh) * 2018-07-10 2023-05-16 深圳市红砖坊技术有限公司 应用于区块链系统中矿工节点的共识方法和区块链系统
CN109039646B (zh) * 2018-07-12 2021-07-27 北京易智能科技有限公司 一种基于节点能力的区块链区块打包和验证方法及系统
CN110782343B (zh) * 2018-07-30 2022-12-16 中移(苏州)软件技术有限公司 分布式网络中基于区块链的算力流通方法及系统
CN109101836B (zh) * 2018-08-09 2021-07-13 全链通有限公司 区块链网络的记账方法和系统
CN109086626B (zh) * 2018-08-09 2021-07-09 全链通有限公司 区块链网络的记账方法和系统
CN109102120B (zh) * 2018-08-14 2020-01-21 上海交通大学 复杂场景下基于区块链的能源系统优化方法
CN109118090A (zh) * 2018-08-15 2019-01-01 北京元链科技有限公司 一种基于区块链技术的共享交通工具碳排放系统
CN109104289B (zh) * 2018-08-20 2021-04-16 陕西优米数据技术有限公司 基于p2p区块链的网络贡献证明共识的证明方法
CN110874351A (zh) * 2018-08-29 2020-03-10 深圳启元信息服务有限公司 工作量证明协同工作方法、区块链节点及区块链系统
CN109087111A (zh) * 2018-08-31 2018-12-25 深圳付贝科技有限公司 基于区块链的共识验证方法、挖矿机及区块链系统
CN109087105A (zh) * 2018-08-31 2018-12-25 深圳付贝科技有限公司 用于挖矿的哈希搜索方法、挖矿机及区块链系统
CN109214817B (zh) * 2018-10-08 2021-09-03 莆田市烛火信息技术有限公司 一种基于算力寄生的区块链共识装置
CN111082922B (zh) * 2018-10-18 2021-11-19 北京天能博信息科技有限公司 一种区块链的数据处理方法及相关设备
CN111092925B (zh) * 2018-10-23 2022-08-05 中国移动通信有限公司研究院 一种区块链扩容处理方法、装置及设备
CN109447640B (zh) * 2018-10-23 2021-08-20 杭州弗兰科信息安全科技有限公司 一种基于权益的改进PoW共识算法
CN109522728A (zh) * 2018-10-30 2019-03-26 卢淳杰 一种涉密文件管理方法及系统
CN110084596B (zh) * 2019-04-01 2023-02-10 杜晓楠 一种处理区块链混合共识的方法和装置
CN110602249B (zh) * 2019-09-29 2021-10-22 腾讯科技(深圳)有限公司 一种资源分配的方法以及相关装置
CN111708832B (zh) * 2020-05-18 2023-06-06 杜晓楠 区块链网络中调整出块难度的方法、计算机介质和区块链网络
TWI748519B (zh) * 2020-06-15 2021-12-01 鴻海精密工業股份有限公司 區塊鏈的區塊打包方法、電子裝置及存儲介質
CN112463881B (zh) * 2020-11-10 2022-09-16 南京邮电大学 一种面向云边聚合计算环境的高效区块链系统及处理方法
CN113326240B (zh) * 2021-06-22 2023-05-30 哈尔滨工程大学 一种边缘网络中能耗敏感的终端节点的数据共享方法

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 (zh) * 2015-09-17 2015-12-16 河海大学常州校区 云数据中心中一种能量高效的虚拟机迁移方法
CN105719185A (zh) * 2016-01-22 2016-06-29 杭州复杂美科技有限公司 区块链的数据对比及共识方法

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 (zh) * 2015-09-17 2015-12-16 河海大学常州校区 云数据中心中一种能量高效的虚拟机迁移方法
CN105719185A (zh) * 2016-01-22 2016-06-29 杭州复杂美科技有限公司 区块链的数据对比及共识方法

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 (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958925B (zh) * 2018-04-26 2023-06-20 武汉龙津科技有限公司 一种节能的工作量证明方法与系统
CN108958925A (zh) * 2018-04-26 2018-12-07 武汉龙津科技有限公司 一种节能的工作量证明方法与系统
US10740754B2 (en) 2018-06-04 2020-08-11 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
US11727400B2 (en) 2018-06-04 2023-08-15 Noah Rafalko Telecommunication system and method for settling session transactions
CN108681950A (zh) * 2018-06-11 2018-10-19 国网江苏省电力有限公司南通供电分公司 基于区块链技术的配电网需求响应交易结算方法
CN110599160B (zh) * 2018-06-12 2024-01-09 韩国电子通信研究院 用于基于随机数证明来选择分布式共识节点的方法和装置
CN110599160A (zh) * 2018-06-12 2019-12-20 韩国电子通信研究院 用于基于随机数证明来选择分布式共识节点的方法和装置
CN109412814A (zh) * 2018-09-27 2019-03-01 国网天津市电力公司 一种能源区块链中对抗算力集中的方法
CN111047439A (zh) * 2018-10-12 2020-04-21 北京邦天信息技术有限公司 一种基于区块链的交易处理方法
CN111047439B (zh) * 2018-10-12 2024-05-14 北京邦天信息技术有限公司 一种基于区块链的交易处理方法
CN111209441A (zh) * 2018-11-21 2020-05-29 深圳Tcl新技术有限公司 一种电视数据的共享方法、存储介质及应用服务器
CN111209441B (zh) * 2018-11-21 2023-09-19 深圳Tcl新技术有限公司 一种电视数据的共享方法、存储介质及应用服务器
CN109583892A (zh) * 2018-11-21 2019-04-05 安徽高山科技有限公司 一种区块链中的随机数选取方法
CN109753792B (zh) * 2018-12-29 2020-12-11 北京金山安全软件有限公司 一种攻击检测方法、装置及电子设备
CN109753792A (zh) * 2018-12-29 2019-05-14 北京金山安全软件有限公司 一种攻击检测方法、装置及电子设备
CN109885423B (zh) * 2019-01-04 2023-05-23 上海七印信息科技有限公司 一种区块链源数据备份方法
CN109885423A (zh) * 2019-01-04 2019-06-14 上海七印信息科技有限公司 一种区块链源数据备份方法
CN110474968B (zh) * 2019-07-25 2022-03-11 南京邮电大学 一种自适感知式的区块链混合共识机制架构及其方法
CN110474968A (zh) * 2019-07-25 2019-11-19 南京邮电大学 一种自适感知式的区块链混合共识机制架构及其方法
CN110705773A (zh) * 2019-09-26 2020-01-17 郑珂威 一种利用区块链共识算力实现优化运算的系统
CN110928690A (zh) * 2019-12-07 2020-03-27 上海科乐宜信息科技有限公司 一种在5g网络环境下区块链数据同步和验证的方法
CN111198763A (zh) * 2019-12-25 2020-05-26 平安壹钱包电子商务有限公司 资源重复使用的检测方法、终端和计算机可读存储介质
CN111242625A (zh) * 2020-02-26 2020-06-05 上海闪晶信息科技有限公司 一种皮肤块、皮肤链网络及其实现方法
CN111242625B (zh) * 2020-02-26 2023-06-20 恬家(上海)信息科技有限公司 一种皮肤块、皮肤链网络及其实现方法
CN111324442A (zh) * 2020-03-02 2020-06-23 李斌 一种面向异构环境下的微小算力调度系统
CN111464542A (zh) * 2020-04-01 2020-07-28 中国联合网络通信集团有限公司 区块链网络的记账方法及装置
CN111464542B (zh) * 2020-04-01 2022-07-12 中国联合网络通信集团有限公司 区块链网络的记账方法及装置
CN111447241A (zh) * 2020-05-09 2020-07-24 成都汉为科技有限公司 基于区块链的电力市场需求侧响应网络方法及其系统
CN111447241B (zh) * 2020-05-09 2023-04-18 成都汉为科技有限公司 基于区块链的电力市场需求侧响应网络方法及其系统
CN111679905B (zh) * 2020-05-11 2022-03-08 天津大学 算网融合网络模型系统
CN111679905A (zh) * 2020-05-11 2020-09-18 天津大学 算网融合网络模型
CN111949395A (zh) * 2020-07-16 2020-11-17 广州玖的数码科技有限公司 基于区块链的共享算力数据处理方法、系统及存储介质
CN112165468A (zh) * 2020-09-16 2021-01-01 盘正荣 一种基于区块链消息地址的消息通信系统及方法
CN112261674A (zh) * 2020-09-30 2021-01-22 北京邮电大学 一种基于移动边缘计算及区块链协同赋能的物联网场景的性能优化方法
CN112600919B (zh) * 2020-12-10 2022-06-21 中国科学院深圳先进技术研究院 一种基于PoW共识机制的设备算力评价方法及系统
CN112600919A (zh) * 2020-12-10 2021-04-02 中国科学院深圳先进技术研究院 一种基于PoW共识机制的设备算力评价方法及系统
CN113298524B (zh) * 2021-06-11 2022-08-02 北京邮电大学 基于质量检测的区块链数据共享系统及方法
CN113298524A (zh) * 2021-06-11 2021-08-24 北京邮电大学 基于质量检测的区块链数据共享系统及方法
CN113746859B (zh) * 2021-09-10 2023-04-18 信华信技术股份有限公司 一种高网络性能与安全性的vaPBFT区块链共识方法
CN113746859A (zh) * 2021-09-10 2021-12-03 大连华信计算机技术股份有限公司 一种高网络性能与安全性的vaPBFT区块链共识方法
CN113938496A (zh) * 2021-10-11 2022-01-14 上海万向区块链股份公司 基于物联网设备的区块链网络方法及系统
CN113938496B (zh) * 2021-10-11 2024-04-02 上海万向区块链股份公司 基于物联网设备的区块链网络方法及系统
CN113919951A (zh) * 2021-10-13 2022-01-11 甘肃同兴智能科技发展有限责任公司 一种联盟链的数据存储方法
CN115297009A (zh) * 2022-07-08 2022-11-04 中电信数智科技有限公司 一种基于区块链分布式网络数字加密一致性优化的方法
CN115297009B (zh) * 2022-07-08 2023-11-17 中电信数智科技有限公司 一种基于区块链分布式网络数字加密一致性优化的方法
CN115242790A (zh) * 2022-09-21 2022-10-25 南开大学 基于随机序列区块链共识算法的交易数据安全处理方法

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2018032371A1 (fr) Mécanisme de consensus de pow avec perception de consommation d'énergie pour chaîne de blocs
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
Thakur et al. Peer to peer energy trade among microgrids using blockchain based distributed coalition formation method
CN109617992B (zh) 一种基于区块链的边缘计算节点动态选举方法
Liang et al. A reliable trust computing mechanism based on multisource feedback and fog computing in social sensor cloud
Li et al. Effective replica management for improving reliability and availability in edge-cloud computing environment
CN111241114A (zh) 一种结合交易与共识的智能服务交易区块链信誉管理方法和系统
Li et al. Study on the spatial correlation structure and synergistic governance development of the haze emission in China
CN103595780B (zh) 基于消重的云计算资源调度方法
CN107706921A (zh) 基于纳什博弈的微电网电压调节方法和装置
CN113419867B (zh) 一种面向边云协同计算环境中节能的服务供应方法
Huang et al. Survey on blockchain incentive mechanism
CN103530801A (zh) 一种基于动态定价策略的多数据中心成本优化方法
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
Song et al. EOS. IO blockchain data analysis
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
WO2020003387A1 (fr) Système de conversion de devise régionale, procédé de conversion de devise régionale et programme
Tyagi et al. Stacker: A holistic cloud computing based framework for smart cities
Xu et al. Application research of blockchain technology in smart energy business model
Yangang et al. Research on the application of smart rural governance platform based on blockchain technology in rural sustainable development
CN115964499B (zh) 基于知识图谱的社会治理事件挖掘方法及装置
CN110504690B (zh) 一种将云计算用于电力潮流计算的方法

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