Next Article in Journal
Deep Learning Models for Stress Analysis in University Students: A Sudoku-Based Study
Previous Article in Journal
Enhanced Autonomous Vehicle Positioning Using a Loosely Coupled INS/GNSS-Based Invariant-EKF Integration
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Fast Determination of Optimal Transmission Rate for Wireless Blockchain Networks: A Graph Convolutional Neural Network Approach

1
College of Communications Engineering, Army Engineering University of PLA, Nanjing 210007, China
2
School of Communications and Information Engineering, Nanjing University of Posts and Telecommunications, Nanjing 210003, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(13), 6098; https://doi.org/10.3390/s23136098
Submission received: 28 May 2023 / Revised: 22 June 2023 / Accepted: 28 June 2023 / Published: 2 July 2023
(This article belongs to the Section Sensor Networks)

Abstract

:
One of the primary challenges in wireless blockchain networks is to ensure security and high throughput with constrained communication and energy resources. In this paper, with curve fitting on the collected blockchain performance dataset, we explore the impact of the data transmission rate configuration on the wireless blockchain system under different network topologies, and give the blockchain a utility function which balances the throughput, energy efficiency, and stale rate. For efficient blockchain network deployment, we propose a novel Graph Convolutional Neural Network (GCN)-based approach to quickly and accurately determine the optimal data transmission rate. The experimental results demonstrate that the average relative deviation between the blockchain utility obtained by our GCN-based method and the optimal utility is less than 0.21 % .

1. Introduction

In recent years, wireless blockchain networks have emerged as robust and distributed solutions for various blockchain applications [1]. The consensus mechanism, a core component of blockchain, validates messages exchanged among devices in unreliable distributed environments where the data transmission rate plays a crucial role [2]. In this context, higher transmission rates reduce block propagation delays, ensuring secure and efficient blockchain systems in wireless networks. However, higher transmission rates also consume more energy and produce more stale blocks, conflicting with the energy constraints of wireless nodes [3]. Therefore, it is both urgent and essential to develop a method for quickly determining the optimal transmission rate for different wireless network topologies.
However, accurately and quickly determining the optimal transmission rate poses a significant challenge. The impact of varying bandwidth on the network has been considered in [1,4]. Currently, there are some works combining the different deep learning techniques and blockchain. The authors in [5] propose the Deep Reinforcement Learning (DRL) algorithm to dynamically adjust the consensus algorithm used by the blockchain, the block producer, the rate at which blocks are generated, and the block size. The authors analyzed the opportunities and challenges of applying blockchain in IoT. Some other works also combine other (deep) approaches [6,7]. Current studies primarily focus on analyzing the impact of a few specific bandwidth values on throughput, latency, and cost, without taking into account the potential influence of transmission rates on wireless blockchains [8,9]. These studies have inadequately addressed the impact of data transmission rates on blockchain system throughput and stale rates in wireless networks, where limited node energy resources and high stale rates lead to more adverse effects of communication on the blockchain system, and do not fully consider the dynamic changes in wireless network topologies. We summarize some related works on similar topics in Table 1.
Therefore, the main motivation of this research is to address the gap in existing studies by developing a method for accurately and swiftly determining the optimal transmission rate in wireless blockchain networks. To address the above problems, we investigate the impact of data transmission rates on wireless blockchain networks and consider the topology changes. The main contributions of this study are summarized as follows:
(1)
Due to the collected data being discrete, if processed directly this will reduce the accuracy of the optimal value, so we adopt the curve fitting method to analyze and propose a continuous wireless blockchain network utility function for the data transmission rate. Considering the convexity and continuity of the constructed utility function, we can obtain the globally optimal transmission rate, which serves as a ground truth label in the subsequent graph neural network training.
(2)
Given the dynamic nature of network topology, traditional numerical analysis methods fall short in rapidly determining the optimal transmission rate during the deployment of a wireless blockchain network. To address this, we propose a Graph Convolutional Network (GCN)-based methodology. This approach facilitates the accurate inference of utility function coefficients specific to a blockchain network topology, thereby enabling the swift determination of the optimal transmission rate.
(3)
The experimental results validate the effectiveness of our proposed GCN-based methodology. It can attain a utility value that has an average relative deviation of less than 0.21% from the optimal target. These findings underscore the robustness and precision of our proposed approach.

2. System Model and Problem Formulation

A blockchain system facilitates the secure and reliable processing of transaction data within a complex wireless environment. This environment incorporates various types of devices, including mobile phones, Unmanned Aerial Vehicles (UAVs), intelligent robots, and more.

2.1. Wireless Blockchain Network

In a wireless communication network [10,11], miner nodes are responsible for two crucial steps: generating blocks and then broadcasting them to other miners. Once a consensus is reached regarding the newly generated blocks, they are appended to their respective local blockchains [5]. However, the dynamic nature of the complex wireless blockchain system, coupled with the limited communication resources of nodes, results in unreliable wireless links and a rise in stale blocks. It is important to note that maintaining a low stale rate during block generation is a critical measure of a blockchain system’s reliability, and it profoundly influences the system’s overall throughput.
The Proof of Work (PoW) blockchain comprises peer nodes [12], some of which function as miners tasked with block generation. The fundamental purpose of the PoW consensus mechanism is to guarantee data consistency and consensus security by introducing competition for computational resources among the distributed nodes. The generated block is disseminated throughout the blockchain network and incorporated into the blockchain of each node.
In this article, we focus on a wireless blockchain system utilizing the Proof of Work (PoW) consensus mechanism. We assume a network comprising N nodes, denoted as S = Z 1 , Z 2 Z N . Notably, there are M mining pools formed by miners, denoted as B = Z b 1 , Z b 2 Z b M , aiming to generate revenue through mining. These nodes form a specific network topology. Due to difficulty of adjusting blockchain, we assume that the default block size B s and block interval I are approximately constant. Each node is assumed to operate with the same transmission rate r for simplicity of analysis.

2.2. Wireless Blockchain Performance Evaluation

This letter concentrates on two primary factors that influence the performance of wireless blockchain networks: transmission rate and network topology.
  • Transmission rate r: The transmission rate signifies the amount of data transferred per unit of time. As blockchain technology hinges on distributed computing, the creation of stale blocks is unavoidable. By adjusting the communication conditions, essentially the transmission rate, we can lessen the probability of stale blocks. With a higher transmission rate, the system can reduce transmission latency, thus boosting throughput. However, wireless networks operate under limited resources, and an excessive transmission rate might lead to unnecessary bandwidth and energy consumption.
  • Topology and information propagation: Considering the network topology and information propagation in wireless networks is vital due to the requirements for mutual information verification and data synchronization. Various topologies influence propagation differently. In this study, we focus on the gossip protocol, which randomly selects multiple nodes for periodic broadcasting.
The stale block rate and system throughput are crucial performance indicators for a blockchain system. Their behavior heavily depends on the design of the blockchain data structure and the choice of consensus protocol. These two metrics often exhibit an inverse relationship. For instance, in Bitcoin, a transaction only gains confirmation after the creation of six or more successive blocks, thereby enhancing security at the cost of reduced transaction throughput.
  • Stale rate s : In a blockchain, a stale block is a block that has been successfully mined but is not included in the main chain because another block was mined at the same height, and that block was added to the main chain first. Stale blocks occur due to network delays or nodes competing to mine the next block. Stale blocks can cause inconsistencies in the blockchain because they contain transactions that are not verified and added to the main chain. The transactions within a stale block that are not added to the main chain are not considered valid, and the corresponding users’ account balances are not updated. If many stale blocks occur frequently, they can build up, and the blockchain will not be able to process transactions as quickly and efficiently as it should. This can cause the blockchain’s maintainability and performance to suffer, making the system less reliable and trustworthy. Furthermore, the existence of a significant number of stale blocks can be exploited by attackers to carry out malicious activities such as double-spending and opportunistic attacks, making the network less secure. Moreover, the occurrence of stale blocks boosts the appeal of the network to malicious nodes, adds to bandwidth overhead, and consumes valuable wireless communication resources. Therefore, to ensure the blockchain’s reliability and performance, it is essential to minimize the occurrence of stale blocks as much as possible.
  • TPS: Transaction throughput is quantified by the number of transactions processed per second. In our model, the transmission rate dictates the speed of transaction confirmation, and the transmission latency t s sets an upper limit on the maximum throughput as follows:
    B S s ¯ t x ( t s + I )
    where s ¯ t x represents the average transaction size, which is also approximately constant. For example, Bitcoin’s throughput is typically limited to 7 transactions per second (TPS), while Ethereum manages between 20 and 30 TPS. It is worth noting that communication capabilities often serve as a bottleneck in transaction throughput, particularly given the unreliability of communication in a wireless network setting.

2.3. Maximizing Utility for Wireless Blockchain Systems

In our experimental data, transmission rates are presented as discrete values. However, the highest value in discrete form does not necessarily represent the global optimum, thus hindering the accurate determination of the optimum transmission rate. We transformed these discrete data points into continuous values using curve fitting to better understand the impact of transmission rates on wireless blockchain performances, including TPS and stale rate. This procedure allows us to deduce the relationship between transmission rate and blockchain performance more accurately. Distinct topologies are represented by different fitting parameters, and the most suitable parameters are determined through GCN training. In the following, we present the utility functions:
F T ( r ) = a 1 r b 1 + c 1 ,
F s ( r ) = a 2 r b 2 + c 2 ,
where a, b, and c in the above equations represent curve-fitting parameters. Equations (2) and (3) demonstrate the function’s universality in modeling the TPS and stale rate s . In different network topologies, we obtain varying sets of parameters. Extensive experimental evaluations have shown that this fitting function can achieve an R-squared value exceeding 90%.
From the perspective of wireless blockchain development, there is a dual desire: to maintain a stable, trustworthy system with high throughput and low staleness, while simultaneously preserving limited wireless resources. Although increased transmission rates boost throughput, they also consume resources. Therefore, transmission rate is considered to carry a cost: the higher the transmission rate, the greater the resource consumption. Consequently, the utility function of a wireless blockchain could be formulated as follows:
U ( r ) = α F T ( r ) β F s ( r ) F ( r ) ,
where α and β are constant parameters, F T ( r ) and F s ( r ) are the fitting functions of TPS and stale rate concerning transmission rate, respectively, and F ( r ) indicates the energy consumption of the transmission rate, which will be introduced in detail in Section 3. According to the above analyses, the wireless blockchain utility maximization problem can be formulated as follows:
max U ,
s . t . 0 < r C .
The objective function U is influenced by both the fitting function and the transmission rate, where C indicates the upper bound of the transmission rate, i.e., the bandwidth limit.

3. GCN-Based Fast Determination of Data Transmission Rate

In this section, we introduce a framework predicated on adjusting the transmission rate to address challenges of resource-constrained wireless communication devices and complex, dynamic environments that generate stale blocks, as depicted in Figure 1. With the experimental platform for wireless blockchain systems, we collect a dataset containing the blockchain network running status for various network topologies. Then, we use the dataset to train a graph neural network model which can instantly output the fitting parameters and utility function for the input blockchain network topology, ultimately facilitating a swift and precise determination of the optimal transmission rate.

3.1. Graph Convolutional Neural Network Model

Traditional methods often fall short in handling data efficiently and accurately. To tackle these limitations, we introduce a Graph Convolutional Network (GCN)-based approach that effectively mitigates these challenges. This innovative approach allows protocols to adapt more seamlessly to alterations in network topology, thus enhancing resilience towards node failures or network outages. The blockchain network can be conveniently structured into a graph G = ( V , E ) , where V is the set of nodes denoted as V = v 1 , v 2 v N , and E is the set of edges. Each node v V signifies a blockchain node and encapsulates an m-dimensional node feature vector [13]. These node features are represented by the matrix X R V × m . Each edge e = ( u , v ) E indicates a communication link between the connected nodes.
In our model, the input layer plays a crucial role in preprocessing the dataset. Initially, the topological adjacency matrix A of the blockchain network is processed using graph embedding techniques to obtain a vector representation for each node in the graph. The adjacency matrix A = a i j = 0 , 1 , i , j N reflects the communication state between nodes, where a i j = 1 indicates that nodes i and j are in a communication state, while a i j = 0 means no connection between the two nodes. Subsequently, the relevant attribute data of the nodes are organized according to the rules to form the graph structure G = ( V , E ) . The processed graph vectors, along with node features such as hash rate, block interval I, and block size B s , are concatenated together and serve as the input to the neural network.
The key function of a multi-layer Graph Convolutional Network (GCN) is to process node features. Our objective is to adjust the parameters in accordance with the network topology through the development of a GCN model [14]. In our model, the updating rule for the representation of the l-th layer is
H l + 1 = σ ( A H l W l ) ,
where H l + 1 R N × m l + 1 is the output feature matrix of the layer, N is the number of nodes and m l + 1 is the dimension of the node output feature. A R N × N is the adjacency matrix derived from the input graph, and H ( l ) R N × m l represents the feature matrix of the l-th layer. W is the weight matrix that maps from layer l to the ( l + 1 ) -th hidden layer, and σ is a non-linear activation function, such as the Rectified Linear Unit (ReLU) function. Graph Convolutional Network (GCN) algorithms allow for the aggregation of feature vectors from neighboring nodes into their node vectors. After passing through multiple convolutional layers, these updated node features are incorporated into the node vectors. These features contain information about nodes with related attributes, enabling us to effectively obtain the fitted parameters.
Furthermore, the performance of the GCN network can be studied for error analysis based on a customized loss function. Unlike the mean squared error (MSE) loss function in the traditional sense, we will randomly select t sample values of the fitting parameters for analysis with the following equation:
L o s s = 1 t i = 1 t y i ^ y i 2 ,
where y ^ i is the fitting parameter determined quickly as y ^ i a ^ , b ^ , c ^ , y i is the actual fitting parameter value determined as y i a , b , c and t is the number of samples. In Figure 2, we observe that the TPS and stale rate losses converge during training. Our model can generalize to new test data and perform reliably under varying network topologies.

3.2. Fast Determination of Transmission Rate

Using the trained Graph Convolutional Network (GCN) parameters, we can rapidly produce fitting curves for any network topology with a network size of N. Initial analysis of the experimental data revealed that a 1 < 0 , b 1 < 0 , a 2 > 0 , and b 2 < 0 . This suggests that the function F T is concave, while F s is a convex function. The difference between these two still yields a concave function. Assuming the transmission energy consumption is a quadratic cost function in relation to effort level, as per [15], we express F ( r ) as λ r 2 , where λ > 0 . As the second derivative 2 U ( r ) 2 is negative, our problem is a convex optimization problem. Given Equations (2)–(4), we can express the utility function U, which is solely dependent on r, as follows:
U ( r ) = α ( a 1 r b 1 + c 1 ) β ( a 2 r b 2 + c 2 ) λ r 2 ,
where α , β , and λ are constant parameters. The principal problem is to maximize the transmission rate benefit function, and the problem can be formulated as follows:
max U ( r ) ,
s . t . 0 < r C .
From the above analysis, we obtain the optimal transmission rate by using the non-linear least squares method to obtain the optimal transmission rate r * .

4. Simulation Results

In this section, we investigate the effectiveness of a GCN-based fitting parameter deduced in a Bitcoin trading network and the impact of various parameters on the utility of wireless devices and blockchain networks. We provide simulation and analysis results for the blockchain network at different transmit rates. We describe the experimental setup, including the dataset and experimental metrics, and then present the experimental results in detail. The simulated network setting is configured with the following parameters. There are 50 nodes in the network, and half of those are miners with equal hash rates, so there would be two hash states:
h = 1 M , i f n o d e i s m i n e r 0 , e l s e .
The parameters of the blockchain are referenced from Bitcoin [12], which is set to its default value if not otherwise specified. In Bitcoin, the default value of the block size is 1 MB, and the block interval is 10 min. Bitcoin adjusts the difficulty every 2016 blocks (approximately every two weeks) to maintain a target block time, but they can be adjusted to support larger or smaller block sizes based on network requirements. In our system, we assume the average transaction size is 250 B, the block interval is 1 s, the difficulty is adjusted every 10 blocks, and all other parameters are set the same as in Bitcoin.
Considering the generality of the model and the training efficiency, the data are normalized before training. The min–max standardization approach was used to normalize the fitted parameters and map the data to the interval 0 , 1 . In the experiment, adjusting some parameters will critically affect the training of the network or even the accuracy in the final testing stage. We utilized a combination of manual tuning and an automated search algorithm to determine the optimal values. We initially set our hyperparameters to reasonable values based on prior knowledge and empirical observations in the field. This allows us to establish a baseline performance for our network. Through an iterative process, we carefully adjusted the individual hyperparameters while monitoring the performance of the network. We conducted a number of experiments to systematically explore various combinations of hyperparameter values. To further refine our hyperparameters, we refer to the classical literature to make the results more robust and general [16,17,18].In this letter, the learning rate is set to 0.0001. We use a dataset with 1000 communication network topologies; regarding the division of the dataset, 85% of these were randomly selected for the training set and 15% for the test set. To evaluate the accuracy of the quickly determined utility value, we define the average relative deviation as follows:
d = 1 t i = 1 t u f u o u f ,
where d is the average relative deviation, u f is the fast determined utility value, u o is the optimal utility value, and t is the number of samples.
Figure 3 compares the fast determined optimal utility values for different topologies with the theoretical optimal utility values. The results determined by the GCN-based approach should be as close as possible to the optimal r. For instance, the theoretical optimal value for the twentieth topology is 6.78, and our determined value of 6.79 is quite close to the theoretical optimal value. For both the determined and theoretical optimal values, we find that the average relative deviation is less than 0.21% according to Equation (11), which indicates that the deviation is small between the values determined by the method and the optimal value.
We choose topologies and find the relationship between the transmission rate and the utility function value, as shown in Figure 4, with a fit of over 90% between the determined and original utility function. When r is less than 0.015, as it increases, more transactions are conducted in the blocks, and the system has higher throughput. At the same time, the blocks mined by miners are instantly propagated to other nodes, causing a lower stale rate, and the cost function value is smaller at this time. When r increases to a certain value, higher than around 0.015, the throughput of the system does not consistently increase due to I and B S limitations, and the stale rate remains almost stable. However, the value of the cost function keeps increasing as r increases such that there is a peak in the utility function, which inevitably leads to an optimal transmission rate.

5. Conclusions

In this study, we presented a GCN-based model to quickly determine node transmission rates in wireless blockchain systems. Specifically, we found that training the fitting parameters can obtain more accurate optimal transmission rates while having a low stale rate and high throughput. Furthermore, we derived the corresponding optimal values from the utility functions based on the obtained parameters; a high degree of accuracy was achieved between the fast determination of the optimal utility values and the theoretical original utility values, demonstrating the reliability and validity of the approach. In summary, our research provided valuable insights into wireless blockchain systems.
In future work, we will explore heterogeneous topologies to build a trusted environment for next-generation computing, and study the effects of different wireless network settings on model performance. The proposed model assumes that the wireless network operates under ideal conditions, such as no interference or collisions. Future research could explore how the model performs in more realistic settings, such as in the presence of interference or varying traffic load, and investigate how to incorporate real-time feedback on network performance into the model. The proposed model is trained on historical data, but in practice, real-time feedback on network performance may be necessary. Future research could explore ways to incorporate this feedback into the model to improve its accuracy and responsiveness.

Author Contributions

Writing—original draft preparation, Y.J. (Yucong Ju); writing—review and editing, F.S., Y.J. (Yutao Jiao), W.W. and Y.X.; visualization, W.D.; methodology, Y.J. (Yutao Jiao). All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grant Nos. 62101594 and U22B2002 and the Natural Science Foundation on Frontier Leading Technology Basic Research Project of Jiangsu under Grant No. BK20212001.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Reyna, A.; Martín, C.; Chen, J.; Soler, E.; Díaz, M. On blockchain and its integration with iot. challenges and opportunities. Future Gener. Comput. Syst. 2018, 88, 173–190. [Google Scholar] [CrossRef]
  2. Jiao, Y.; Wang, P.; Niyato, D.; Lin, B.; Kim, D.I. Toward an automated auction framework for wireless federated learning services market. IEEE Trans. Mob. Comput. 2020, 20, 3034–3048. [Google Scholar] [CrossRef]
  3. Cao, B.; Li, Y.; Zhang, L.; Zhang, L.; Mumtaz, S.; Zhou, Z.; Peng, M. When internet of things meets blockchain: Challenges in distributed consensus. IEEE Netw. 2019, 33, 133–139. [Google Scholar] [CrossRef] [Green Version]
  4. Cao, M.; Wang, H.; Yuan, T.; Xu, K.; Lei, K.; Wang, J. Meta-regulation: Adaptive adjustment to block size and creation interval for blockchain systems. IEEE J. Sel. Areas Commun. 2022, 40, 3702–3718. [Google Scholar] [CrossRef]
  5. Liu, M.; Yu, F.R.; Teng, Y.; Leung, V.C.; Song, M. Performance optimization for blockchain-enabled industrial internet of things (iiot) systems: A deep reinforcement learning approach. IEEE Trans. Ind. Inform. 2019, 15, 3559–3570. [Google Scholar] [CrossRef]
  6. Yu, Y.; Li, J.; Li, J.; Xia, Y.; Ding, Z.; Samali, B. Automated damage diagnosis of concrete jack arch beam using optimized deep stacked autoencoders and multi-sensor fusion. Dev. Built Environ. 2023, 14, 100128. [Google Scholar] [CrossRef]
  7. Yu, Y.; Liang, S.; Samali, B.; Nguyen, T.N.; Zhai, C.; Li, J.; Xie, X. Torsional capacity evaluation of rc beams using an improved bird swarm algorithm optimised 2d convolutional neural network. Eng. Struct. 2022, 273, 115066. [Google Scholar] [CrossRef]
  8. Zhang, L.; Xu, H.; Onireti, O.; Imran, M.A.; Cao, B. How much communication resource is needed to run a wireless blockchain network? IEEE Netw. 2021, 36, 128–135. [Google Scholar] [CrossRef]
  9. Li, X.; Jiang, P.; Chen, T.; Luo, X.; Wen, Q. A survey on the security of blockchain systems. Future Gener. Comput. Syst. 2020, 107, 841–853. [Google Scholar] [CrossRef] [Green Version]
  10. Jiao, Y.; Wang, P.; Niyato, D.; Suankaewmanee, K. Auction mechanisms in cloud/fog computing resource allocation for public blockchain networks. IEEE Trans. Parallel Distrib. Syst. 2019, 30, 1975–1989. [Google Scholar] [CrossRef] [Green Version]
  11. Wang, W.; Chen, J.; Jiao, Y.; Kang, J.; Dai, W.; Xu, Y. Connectivity-aware contract for incentivizing iot devices in complex wireless blockchain. IEEE Internet Things J. 2023, 10, 10413–10425. [Google Scholar] [CrossRef]
  12. Nakamoto, S. Bitcoin: A peer-to-peer electronic cash system. Decentralized Bus. Rev. 2008, 21260. Available online: https://assets.pubpub.org/d8wct41f/31611263538139.pdf (accessed on 30 June 2023).
  13. Wu, Z.; Pan, S.; Chen, F.; Long, G.; Zhang, C.; Philip, S.Y. A comprehensive survey on graph neural networks. IEEE Trans. Neural Netw. Learn. Syst. 2020, 32, 4–24. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. Liu, J.; Zheng, J.; Wu, J.; Zheng, Z. Fa-gnn: Filter and augment graph neural networks for account classification in ethereum. IEEE Trans. Netw. Sci. Eng. 2022, 9, 2579–2588. [Google Scholar] [CrossRef]
  15. Kang, J.; Xiong, Z.; Niyato, D.; Ye, D.; Kim, D.I.; Zhao, J. Toward secure blockchain-enabled internet of vehicles: Optimizing consensus management using reputation and contract theory. IEEE Trans. Veh. Technol. 2019, 68, 2906–2920. [Google Scholar] [CrossRef] [Green Version]
  16. Zhou, J.; Cui, G.; Hu, S.; Zhang, Z.; Yang, C.; Liu, Z.; Wang, L.; Li, C.; Sun, M. Graph neural networks: A review of methods and applications. AI Open 2020, 1, 57–81. [Google Scholar] [CrossRef]
  17. Kipf, T.N.; Welling, M. Semi-supervised classification with graph convolutional networks. arXiv 2016, arXiv:1609.02907. [Google Scholar]
  18. Wang, W.; Hoang, D.T.; Hu, P.; Xiong, Z.; Niyato, D.; Wang, P.; Wen, Y.; Kim, D.I. A survey on consensus mechanisms and mining strategy management in blockchain networks. IEEE Access 2019, 7, 22328–22370. [Google Scholar] [CrossRef]
Figure 1. The system framework for the fast determination of GCN-based transmission rate in a wireless blockchain network.
Figure 1. The system framework for the fast determination of GCN-based transmission rate in a wireless blockchain network.
Sensors 23 06098 g001
Figure 2. The training loss of the proposed graph neural network.
Figure 2. The training loss of the proposed graph neural network.
Sensors 23 06098 g002
Figure 3. The blockchain utility under different topologies.
Figure 3. The blockchain utility under different topologies.
Sensors 23 06098 g003
Figure 4. The impact of transmission rate r. The optimal r means the transmission rate of the maximum utility according to the real fitting data.
Figure 4. The impact of transmission rate r. The optimal r means the transmission rate of the maximum utility according to the real fitting data.
Sensors 23 06098 g004
Table 1. Related works on similar topics.
Table 1. Related works on similar topics.
Application FieldRef.YearMentioned Issue
Internet of Things and blockchain[1]2018The interactions in blockchain would involve an increase in bandwidth.
Adaptive adjustment in blockchain[4]2022Changes in bandwidth affect the stale rate.
Wireless blockchain communication resources[5]2021Larger available bandwidth can lead to a low latency.
Blockchain and security[6]2020System sets the value based on the bandwidth and other parameters.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Ju, Y.; Song, F.; Jiao, Y.; Wang, W.; Dai, W.; Xu, Y. Fast Determination of Optimal Transmission Rate for Wireless Blockchain Networks: A Graph Convolutional Neural Network Approach. Sensors 2023, 23, 6098. https://doi.org/10.3390/s23136098

AMA Style

Ju Y, Song F, Jiao Y, Wang W, Dai W, Xu Y. Fast Determination of Optimal Transmission Rate for Wireless Blockchain Networks: A Graph Convolutional Neural Network Approach. Sensors. 2023; 23(13):6098. https://doi.org/10.3390/s23136098

Chicago/Turabian Style

Ju, Yucong, Fei Song, Yutao Jiao, Weiyi Wang, Wenting Dai, and Yuhua Xu. 2023. "Fast Determination of Optimal Transmission Rate for Wireless Blockchain Networks: A Graph Convolutional Neural Network Approach" Sensors 23, no. 13: 6098. https://doi.org/10.3390/s23136098

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop