blockbench
blockbench copied to clipboard
hyperledger/start-root.sh:.:4: no such file or directory: env.sh
After clonning the repo and installing dependencies I run : ./run-bench.sh 8 16 8 10 The script could not find the env.sh nor the peer /blockbench/benchmark/hyperledger/start-root.sh:.:4: no such file or directory: env.sh Hyperledger peer executable not found: /build/bin/peer After changing the path to the env.sh and peer in the root start-root.sh the benchmark run correctly.
Note that the $HL_HOME path in env.sh was not changed and kept as default
I am facing the same issue as well.