ooibc88 / blockbench

BLOCKBENCH: A Framework for Analyzing Private Blockchains. Blockbench contains workloads for measuring the data processing performance, and workloads for understanding the performance of different layers of Blockchain systems.
https://www.comp.nus.edu.sg/~dbsystem/fabricsharp/#/blockbench
Apache License 2.0
391 stars 174 forks source link

When Ethereum experiment, the client has no target address #90

Closed agui009 closed 3 years ago

agui009 commented 3 years ago

When I was doing the Ethereum experiment, the host side was mining normally, but the first line of the client result showed that there was no target address. The tx value and latency value always equal to 0

Here is the result of the client:https://pastebin.com/g4kZrwX8 you can see “ to address: :” the host couldn't catch the transaction Here is the result of the host:https://pastebin.com/mdR2mG7a you can see “txs=0” my Geth version is v1.8.15-stable, when i use Gethv1.7.3-stable, the output is the same as above but when i use Geth1.9.2, the output results from host are as follows: https://pastebin.com/qDsNYGUZ From this, we can see that geth1.9 receives the txs from the client, but the result of the client also like https://pastebin.com/g4kZrwX8, with empty target address, tx=0, latency=0

Looking forward to a response from someone who knows the problem. Thank you very much for helping me analyze the problem!