ug93tad
ug93tad
did you use Hyperledger v0.6 version? is there a consensus/pbft/config.yaml file in your Hyperledger installation directory?
yes, a cluster is needed in which each node has its own Hyperledger source directory.
librestclient-cpp needs to be in our every machine's LD_LIBRARY_PATH
Thanks for pointing out the syntax errors, they're fixed now. The EXE_HOME you configured looks correct. Can you post the content of a server log (in $ETH_DATA/../eth_log) and a client...
it looks like the servers did not finish generating DAG (only 40%), thus the client hasn't started yet. did you stop the script while it's still running? DAG generation takes...
what's exactly is your sleep time for this run? and did you run it until the script finishes? what're the script's outputs? I see that one node is still generating...
why are there 2 eth_log files? looking at log_1, it appears that the contract was submitted successfully from the client. So restclient-cpp is working fine. The problem may be that...
for your first problem, just install libtbb-dev at the client. you'll have to start the server first (at node 10.128.0.9), then do `nc` command. If it still fails, then your...
there were errors in your `run-bench.sh` logs: + the deploy-wait option isn't correct. You can get the latest `start-clients.sh` from the repo which has increase the wait to 60 seconds...
what are you trying to do?