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

Need help with implementing Quorum_raft #98

Closed sresne closed 2 years ago

sresne commented 2 years ago

I'm trying to implement quorum_raft and whenever I try to run init-all.sh I receive this error 'cat: /home/blockchain/blockbench_aws/blockbenchcloudlab/blockbench/benchmark/quorum_raft/hosts: No such file or directory'

Can someone please help resolve this?

Thank you