You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Hyperledger Fabric and I have created a lot of networks with the solo ordering service, Kafka ordering service and even State Machine Replication ordering service(and soon RAFT ordering service). So I want to test these consensus algorithms and to do this I want to use Blockcench and especially the DoNothing experiment.
I installed everything and then I went in /src/macro/kvstore and I compiled the code using the Makefile and the result was a driver executable. Looking at the usage example, using this executable driver I can spawn a client to send transactions to the already correctly established Fabric Network(made a lot of queries myself by typing them the usual way).
But, when I type ./driver -db hyperledger -threads 1 -P workloads/workloada.spec -txrate 5 -endpoint localhost:7050/chaincode -wl donothing to start sending transactions and test the network to see the transaction per rate, it results in this : terminate called after throwing an instance of 'std::invalid argument' what(): stoi Aborted (core dumped)
Any help of what to do?
The text was updated successfully, but these errors were encountered:
First of all, do I have to do anything in the benchmark folder ? I only got blockbench and then I went straight to src directory and used make in the kvstore directory to get donothing available. I ask this to see if I have understood correctly the whole thing. First create the network and install and instantiate the chaincode(all good until here, transactions are all OK using the default chaincode of fabric) and then bring a client with blockbench to send transactions.
P.S. I will upload logs as soon as I can and dig to it more, but I want to be sure first that the steps I have done are correct
I have installed Hyperledger Fabric and I have created a lot of networks with the solo ordering service, Kafka ordering service and even State Machine Replication ordering service(and soon RAFT ordering service). So I want to test these consensus algorithms and to do this I want to use Blockcench and especially the DoNothing experiment.
I installed everything and then I went in /src/macro/kvstore and I compiled the code using the Makefile and the result was a driver executable. Looking at the usage example, using this executable driver I can spawn a client to send transactions to the already correctly established Fabric Network(made a lot of queries myself by typing them the usual way).
But, when I type ./driver -db hyperledger -threads 1 -P workloads/workloada.spec -txrate 5 -endpoint localhost:7050/chaincode -wl donothing to start sending transactions and test the network to see the transaction per rate, it results in this : terminate called after throwing an instance of 'std::invalid argument' what(): stoi Aborted (core dumped)
Any help of what to do?
The text was updated successfully, but these errors were encountered: