CN116545608A - Block spreading method and system based on acquaintance immune strategy - Google Patents

Block spreading method and system based on acquaintance immune strategy Download PDF

Info

Publication number
CN116545608A
CN116545608A CN202310553486.0A CN202310553486A CN116545608A CN 116545608 A CN116545608 A CN 116545608A CN 202310553486 A CN202310553486 A CN 202310553486A CN 116545608 A CN116545608 A CN 116545608A
Authority
CN
China
Prior art keywords
block
node
acquaintance
nodes
immune
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202310553486.0A
Other languages
Chinese (zh)
Other versions
CN116545608B (en
Inventor
王辉
杨振宇
胡东辉
史宇
张清
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hefei University of Technology
Original Assignee
Hefei University of Technology
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 Hefei University of Technology filed Critical Hefei University of Technology
Priority to CN202310553486.0A priority Critical patent/CN116545608B/en
Priority claimed from CN202310553486.0A external-priority patent/CN116545608B/en
Publication of CN116545608A publication Critical patent/CN116545608A/en
Application granted granted Critical
Publication of CN116545608B publication Critical patent/CN116545608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L25/00Baseband systems
    • H04L25/02Details ; arrangements for supplying electrical power along data transmission lines
    • H04L25/20Repeater circuits; Relay circuits
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • 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
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a block spreading method, a system, a storage medium and electronic equipment based on acquaintance immune strategies, and relates to the technical field of block chains. The invention is based on a block chain system, comprising the steps of determining a plurality of relay nodes by adopting acquaintance immune strategies in neighbor nodes of block creation nodes; and based on the block creation node, the block is sent to each relay node, and the relay node receives the block after verification and broadcasts the block to the whole network. By improving the epidemic propagation protocol of the existing blockchain system, the propagation delay of the blocks is reduced, so that the average block interval is reduced, more blocks are generated in shorter time, and the transaction amount per second is improved. The existing system is not changed greatly, the main data structure and the network structure are not changed, and the deployment and the realization are easy.

Description

Block spreading method and system based on acquaintance immune strategy
Technical Field
The invention relates to the technical field of blockchains, in particular to a block propagation method, a system, a storage medium and electronic equipment based on acquaintance immune strategies.
Background
Blockchain is a distributed database with decentralization property, is now known to be applied in the financial field, is the bottom technology of various encrypted currencies such as bitcoin, and has the characteristics of transparency, non-tamper property, anonymity, traceability and the like. In a decentralised system, the gossip protocol is a popular choice for point-to-point communication, typical applications being Bitcoin, ethereum and risple et al.
However, the transaction processing capacity of current common blockchain systems is not high, with a bit coin per second transaction amount (TPS) of only around 7. Low transaction processing capability limits the application scenarios of blockchains. Simply increasing the block volume to accommodate more transactions to increase TPS increases the propagation delay of the block, thereby increasing the rate of solitary blocks and reducing system security. Some methods of accelerating block propagation often require altering the data structure of the block, removing some of the block verification procedures, or changing the topology of the node network. These approaches vary widely from existing systems and tend to have significant drawbacks, such as the structured network reducing the security of the blockchain system.
Block relay refers to a method that when a node cannot directly transfer a new block to other nodes in a block chain network, it sends the block to a relay node, and the relay node broadcasts the block to other nodes. This helps to ensure that all nodes in the network have the same blockchain state, block relay is used to ensure that nodes can receive new blocks in time and update their state. The block relay method of the common public chain cryptocurrency system is as follows: the block is sent directly to several first-order neighbor nodes, each of which continues to send to its own first-order neighbor node (note that the neighbor nodes that have received the block are not sent repeatedly) until all nodes receive the block.
Acquaintance immunity is one of epidemic immunity strategies in a complex network, and is characterized by no need of global topology information and excellent performance in a scaleless network. The basic idea of the acquaintance immune algorithm is: and randomly selecting a certain proportion of nodes from the nodes, and randomly selecting a neighbor node from each selected node for immunization. In the complex network domain, first-order neighbor nodes refer to nodes that are directly connected to a given node.
In view of this, it is necessary to provide a block propagation scheme based on acquaintance immunization strategies.
Disclosure of Invention
(one) solving the technical problems
Aiming at the defects of the prior art, the invention provides a block propagation method, a system, a storage medium and electronic equipment based on acquaintance immune strategies, which solve the technical problem that the transaction processing capacity of the conventional public block chain system is to be improved.
(II) technical scheme
In order to achieve the above purpose, the invention is realized by the following technical scheme:
a block propagation method based on acquaintance immune strategy, based on a blockchain system, comprising:
s1, determining a plurality of relay nodes in neighbor nodes of a block creation node by adopting acquaintance immune strategies;
and S2, based on the block creation node, the block is sent to each relay node, and the relay node receives the block after verification and broadcasts the block to the whole network.
Preferably, the neighbor nodes in S1 include a first-order neighbor node and a second-order neighbor node determined through a GETADDR message.
Preferably, the S1 selects top-k nodes with the front occurrence frequency in the second-order neighbor nodes as relay nodes; the acquaintance immunization strategy includes:
s100, initializing a candidate list C=N\ { i }; on the premise of not removing the repeated nodes, N represents a second-order neighbor node list of the block creation node; i, creating a node for the block;
s200, if count j =max( 1 ,count 2 ,…count l ,…count L ) The method comprises the steps of carrying out a first treatment on the surface of the Wherein the number of non-repeated nodes in C is L; j represents the node to be analyzed;count l Representing the frequency of occurrence of node l in C;
s300, selecting a node j, updating a candidate list C=C\ { j }, and enabling L=L-1;
s400, repeating S200-S300 until k nodes are selected.
Preferably, in the step S2, the relay node accepts the block after passing the verification, which means:
(1) If the IP address of the block creation node is in the address list of the current relay node, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the block passes the check; or alternatively
(2) If the IP address of the block creation node is not in the address list of the current relay node, verifying whether the address of the block creation node is consistent with the output address of the Coinbase transaction in the block, if so, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the pass of the check.
A block propagation system based on acquaintance immunization strategies, based on a blockchain system, comprising:
the node selection module is used for determining a plurality of relay nodes by adopting acquaintance immune strategies in neighbor nodes of the block creation node;
and the block propagation module is used for transmitting the block to each relay node based on the block creation node, and receiving the block after the relay node passes the verification and broadcasting the block to the whole network.
A storage medium storing a computer program for block propagation based on acquaintance immunization strategies, wherein the computer program causes a computer to execute the block propagation method based on acquaintance immunization strategies as described above.
An electronic device, comprising:
one or more processors; a memory; and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising a block propagation method for performing acquaintance-based immunization strategies as described above.
(III) beneficial effects
The invention provides a block spreading method, a system, a storage medium and electronic equipment based on acquaintance immune strategies. Compared with the prior art, the method has the following beneficial effects:
the invention is based on a block chain system, comprising the steps of determining a plurality of relay nodes by adopting acquaintance immune strategies in neighbor nodes of block creation nodes; and based on the block creation node, the block is sent to each relay node, and the relay node receives the block after verification and broadcasts the block to the whole network. By improving the epidemic propagation protocol of the existing blockchain system, the propagation delay of the blocks is reduced, so that the average block interval is reduced, more blocks are generated in shorter time, and the transaction amount per second is improved. The existing system is not changed greatly, the main data structure and the network structure are not changed, and the deployment and the realization are easy.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a block spreading method based on an acquaintance immune strategy according to an embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more clear, the technical solutions in the embodiments of the present invention are clearly and completely described, and it is obvious that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The embodiment of the application solves the technical problem that the transaction processing capacity of the conventional public blockchain system needs to be improved by providing the block propagation method, the system, the storage medium and the electronic equipment based on the acquaintance immune strategy.
The technical scheme in the embodiment of the application aims to solve the technical problems, and the overall thought is as follows:
in a blockchain network, each node may have a plurality of neighbor nodes, and the neighbor nodes may be first-order neighbor nodes or higher-order neighbor nodes. The acquaintance immunization strategy only needs to know the randomly selected nodes and the first-order neighbor node information thereof, so that global node information is not needed. Because some nodes with large degrees are directly connected with a plurality of nodes in the scale-free network, the nodes selected by the method have a high probability of selecting the nodes with large degrees.
Because public chains (such as bitcoin) are often topologically hidden and resist the behavior of snooping topological structures, the application uses acquaintance immune algorithms without global information, avoids the requirement on the topological information of global nodes of the blockchain, selects more suitable nodes to propagate the blocks, and reduces the propagation time of the blocks.
In order to better understand the above technical solutions, the following detailed description will refer to the accompanying drawings and specific embodiments.
Examples:
as shown in fig. 1, a block propagation method based on acquaintance immune strategy, based on a blockchain system, includes:
s1, determining a plurality of relay nodes in neighbor nodes of a block creation node by adopting acquaintance immune strategies;
and S2, based on the block creation node, the block is sent to each relay node, and the relay node receives the block after verification and broadcasts the block to the whole network.
The embodiment of the invention reduces the propagation delay of the blocks by improving the epidemic propagation protocol of the existing blockchain system, thereby reducing the average block interval, generating more blocks in shorter time and improving the transaction amount per second. The existing system is not changed greatly, the main data structure and the network structure are not changed, and the deployment and the realization are easy.
The following will describe each step of the above technical solution in detail:
in step S1, among the neighboring nodes of the block creation node, a plurality of relay nodes are determined by using an acquaintance immune policy.
The neighbor nodes comprise first-order neighbor nodes and second-order neighbor nodes determined through GETADDR messages.
In the step, top-k nodes with the front occurrence frequency are selected from the second-order neighbor nodes to serve as relay nodes; the acquaintance immunization strategy includes:
s100, initializing a candidate list C=N\ { i }; on the premise of not removing the repeated nodes, N represents a second-order neighbor node list of the block creation node; i, creating a node for the block;
s200, if count j =max(count 1 ,count 2 ,…count l ,…count L ) The method comprises the steps of carrying out a first treatment on the surface of the Wherein the number of non-repeated nodes in C is L; j represents a node to be analyzed; count (count) l Representing the frequency of occurrence of node l in C;
s300, selecting a node j, updating a candidate list C=C\ { j }, and enabling L=L-1;
s400, repeating S200-S300 until k nodes are selected.
In step S2, the block is sent to each relay node based on the block creation node, and the relay node accepts the block after verification is passed and broadcasts the block to the whole network.
Wherein, the relay node accepts the block after passing the verification, which means that:
(1) If the IP address of the block creation node is in the address list of the current relay node, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the block passes the check; or alternatively
(2) If the IP address of the block creation node is not in the address list of the current relay node, verifying whether the address of the block creation node is consistent with the output address of the Coinbase transaction in the block, if so, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the pass of the check.
It is easy to understand that in the point (2), the sender information, which is the block creation node, is verified in advance, so that the flooding attack of the malicious node can be effectively avoided.
The embodiment of the invention takes the most popular cryptocurrency bit coin as an example. In a bitcoin p2p network, each node maintains a list of IP addresses of several other nodes, from which a bitcoin node selects a maximum of 8 (default) nodes as outbound connections for sending messages such as transactions and blocks. Each node may accept up to 117 (default) inbound connections or choose not to accept inbound connections. When the original outbound connection is not available, such as when the outbound neighbor node closes the connection or the node reboots, the node selects a new outbound connection. Generally, about 20% to 50% of the connections in a coin network can last for at least one week, which lays a foundation for the successful implementation of the present application.
Bitcoin is topologically hidden and resists the behavior of snooping topologies, thus employing the acquaintance immune algorithm described above that does not require global information. Each node in the bit coin network counts own first-order neighbor information, and a second-order neighbor node information list is obtained through GETADDR information. 8 (default) nodes are selected from the obtained node information list according to the sequence of the occurrence frequency from high to low as candidate node lists, except for the miner nodes. After successfully digging out a block meeting the requirements, the miner node immediately sends the block to the nodes in the candidate node list, and when the nodes receive the block, the addresses of the sender and the output addresses of the Coinbase transactions in the block are verified to be consistent, and after the verification is passed, the blocks are connected and received.
Although the bitcoin network may be considered an ER random network, 8 outbound neighbors of a node are randomly selected. In practice, however, most IP addresses appear in the buckets of only a few reachable nodes, while some IP addresses tend to appear frequently in the buckets of a large number of reachable nodes; of the reachable nodes, the first 50% are least frequent, the next 25% show moderate but uneven popularity, and the last 25% are very popular. This represents a very unbalanced popularity of nodes, and a very small fraction of the IP addresses retrieved are very popular, indicating that a real-world bitcoin network may possess a scaleless nature, i.e. a few nodes possess a large number of neighbors. The acquaintance immune algorithm has more remarkable effect in a scaleless network, so that the protocol provided by the embodiment of the invention has excellent effect in practical application.
The embodiment of the invention provides a block propagation system based on acquaintance immune strategy, which is based on a block chain system and comprises the following components:
the node selection module is used for determining a plurality of relay nodes by adopting acquaintance immune strategies in neighbor nodes of the block creation node;
and the block propagation module is used for transmitting the block to each relay node based on the block creation node, and receiving the block after the relay node passes the verification and broadcasting the block to the whole network.
The embodiment of the invention provides a storage medium storing a computer program for block propagation based on acquaintance immune strategies, wherein the computer program causes a computer to execute the block propagation method based on acquaintance immune strategies as described above.
The embodiment of the invention provides electronic equipment, which comprises:
one or more processors; a memory; and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising a block propagation method for performing acquaintance-based immunization strategies as described above.
It can be understood that the block propagation system, the storage medium and the electronic device based on the acquaintance immune strategy provided by the embodiment of the invention correspond to the block propagation method based on the acquaintance immune strategy provided by the embodiment of the invention, and the explanation, the examples, the beneficial effects and the like of the relevant content can refer to the corresponding parts in the block propagation method, which are not repeated herein.
In summary, compared with the prior art, the method has the following beneficial effects:
1. the embodiment of the invention reduces the propagation delay of the blocks by improving the epidemic propagation protocol of the existing blockchain system, thereby reducing the average block interval, generating more blocks in shorter time and improving the transaction amount per second. The existing system is not changed greatly, the main data structure and the network structure are not changed, and the deployment and the realization are easy.
2. The embodiment of the invention firstly verifies the information of the block creation node, namely the sender, and can effectively avoid the malicious node from launching flooding attack.
It is noted that relational terms such as first and second, and the like are 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (7)

1. A block propagation method based on acquaintance immune strategy, characterized by comprising:
s1, determining a plurality of relay nodes in neighbor nodes of a block creation node by adopting acquaintance immune strategies;
and S2, based on the block creation node, the block is sent to each relay node, and the relay node receives the block after verification and broadcasts the block to the whole network.
2. The acquaintance-immune policy-based block propagation method according to claim 1, wherein the neighbor nodes in S1 include first order neighbor nodes, and second order neighbor nodes determined through a GETADDR message.
3. The block propagation method based on acquaintance immune strategy according to claim 2, wherein S1 selects top-k nodes with the front occurrence frequency as relay nodes among the second-order neighbor nodes; the acquaintance immunization strategy includes:
s100, initializing a candidate list C=N\ { i }; on the premise of not removing the repeated nodes, N represents a second-order neighbor node list of the block creation node; i, creating a node for the block;
s200, if count j =max( 1 ,count 2 ,…count l ,…count L ) The method comprises the steps of carrying out a first treatment on the surface of the Wherein in C
The number of non-repeated nodes is L; j represents a node to be analyzed; count (count) l Representing the frequency of occurrence of node l in C;
s300, selecting a node j, updating a candidate list C=C\ { j }, and enabling L=L-1;
s400, repeating S200-S300 until k nodes are selected.
4. The block propagation method based on acquaintance immune strategy as claimed in claim 1, wherein the relay node accepts the block after passing the authentication in S2 means:
(1) If the IP address of the block creation node is in the address list of the current relay node, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the block passes the check; or alternatively
(2) If the IP address of the block creation node is not in the address list of the current relay node, verifying whether the address of the block creation node is consistent with the output address of the Coinbase transaction in the block, if so, checking whether the hash of the block accords with the target difficulty of the system and whether the transaction of the block is effective, and accepting the block after the pass of the check.
5. A block propagation system based on acquaintance immunization strategies, comprising:
the node selection module is used for determining a plurality of relay nodes by adopting acquaintance immune strategies in neighbor nodes of the block creation node;
and the block propagation module is used for transmitting the block to each relay node based on the block creation node, and receiving the block after the relay node passes the verification and broadcasting the block to the whole network.
6. A storage medium storing a computer program for block spreading based on acquaintance immunization strategies, wherein the computer program causes a computer to execute the block spreading method based on acquaintance immunization strategies as claimed in any one of claims 1 to 4.
7. An electronic device, comprising:
one or more processors; a memory; and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising a block propagation method for performing the acquaintance-immune policy-based block propagation method according to any one of claims 1 to 4.
CN202310553486.0A 2023-05-15 Block spreading method and system based on acquaintance immune strategy Active CN116545608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310553486.0A CN116545608B (en) 2023-05-15 Block spreading method and system based on acquaintance immune strategy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310553486.0A CN116545608B (en) 2023-05-15 Block spreading method and system based on acquaintance immune strategy

Publications (2)

Publication Number Publication Date
CN116545608A true CN116545608A (en) 2023-08-04
CN116545608B CN116545608B (en) 2024-06-04

Family

ID=

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110430067A (en) * 2019-07-15 2019-11-08 杭州复杂美科技有限公司 For reducing method and system, equipment and the storage medium of block repeated broadcast
CN110650189A (en) * 2019-09-20 2020-01-03 深圳供电局有限公司 Relay-based block chain interaction system and method
CN111406396A (en) * 2017-11-27 2020-07-10 区块链控股有限公司 Computer-implemented systems and methods for data propagation and communication in a network, such as a blockchain network
CN112102078A (en) * 2020-08-07 2020-12-18 柳州市蓝海数链科技有限公司 Block chain consensus computing method and device, computer equipment and storage medium
CN112189328A (en) * 2018-05-23 2021-01-05 区块链控股有限公司 System and method for propagating data packets in a network of nodes
US20210329065A1 (en) * 2020-09-25 2021-10-21 Alipay (Hangzhou) Information Technology Co., Ltd. Methods and apparatuses for transmitting messages
WO2022193985A1 (en) * 2021-03-16 2022-09-22 腾讯科技(深圳)有限公司 Data processing method and apparatus, and device and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111406396A (en) * 2017-11-27 2020-07-10 区块链控股有限公司 Computer-implemented systems and methods for data propagation and communication in a network, such as a blockchain network
US20220232068A1 (en) * 2017-11-27 2022-07-21 Nchain Licensing Ag Computer-implemented system and method for propagation and communication of data in a network such as a blockchain network
CN112189328A (en) * 2018-05-23 2021-01-05 区块链控股有限公司 System and method for propagating data packets in a network of nodes
CN110430067A (en) * 2019-07-15 2019-11-08 杭州复杂美科技有限公司 For reducing method and system, equipment and the storage medium of block repeated broadcast
CN110650189A (en) * 2019-09-20 2020-01-03 深圳供电局有限公司 Relay-based block chain interaction system and method
CN112102078A (en) * 2020-08-07 2020-12-18 柳州市蓝海数链科技有限公司 Block chain consensus computing method and device, computer equipment and storage medium
US20210329065A1 (en) * 2020-09-25 2021-10-21 Alipay (Hangzhou) Information Technology Co., Ltd. Methods and apparatuses for transmitting messages
WO2022193985A1 (en) * 2021-03-16 2022-09-22 腾讯科技(深圳)有限公司 Data processing method and apparatus, and device and storage medium
US20230087138A1 (en) * 2021-03-16 2023-03-23 Tencent Technology (Shenzhen) Company Limited Data processing method, apparatus, and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SOBIYA ARSHEEN等: "Blockchain-Enabled Immunization System: A Novel Idea to Leverage Reliability and Traceability", IEEE, 31 December 2022 (2022-12-31) *
罗旭: "基于区块链的可信在线社交媒体平台设计与实现", 知识管理论坛, 24 June 2021 (2021-06-24) *

Similar Documents

Publication Publication Date Title
El-Semary et al. BP-AODV: Blackhole protected AODV routing protocol for MANETs based on chaotic map
JP7154234B2 (en) Methods and specialized network nodes for fast propagation in blockchain networks
CN110915188B (en) Method and system for efficiently propagated probabilistic relays in blockchain networks
Pham et al. Detecting colluding blackhole and greyhole attacks in delay tolerant networks
AU2003203717B2 (en) Peer-to-peer name resolution protocol (PNRP) security infrastructure and method
CN111801925B (en) Block chain based system and method for propagating data in a network
CN107276765A (en) The processing method and processing device known together in block chain
Evans et al. R5n: Randomized recursive routing for restricted-route networks
CN105488665A (en) Decentralized transaction method
CN115378604B (en) Identity authentication method of edge computing terminal equipment based on reputation value mechanism
CN110891050B (en) Full-chain atomic-level active safe routing method
CN112217683B (en) Cross-heterogeneous chain data reachability processing method, system, medium, equipment and terminal
Bonneau et al. Mina: Decentralized cryptocurrency at scale
Walck et al. TendrilStaller: Block delay attack in Bitcoin
Han et al. Shrec: Bandwidth-efficient transaction relay in high-throughput blockchain systems
Matsuura et al. Region-based neighbor selection in blockchain networks
CN116545608B (en) Block spreading method and system based on acquaintance immune strategy
CN116545608A (en) Block spreading method and system based on acquaintance immune strategy
Ekparinya et al. Double-spending risk quantification in private, consortium and public ethereum blockchains
WO2020248657A1 (en) Method and apparatus for locking account in blockchain
Lei Exploiting bitcoin’s topology for double-spend attacks
Zhang et al. Improvements of blockchain’s block broadcasting: An incentive approach
Ding et al. A dynamic trust management scheme to mitigate malware proliferation in P2P networks
CN112054991B (en) Method for updating challenge code in blockchain system, computer readable medium and blockchain system
CN110213038B (en) Method and system for forming consensus of block chain

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant