-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to run ethereum's macro benchmark #50
Comments
I only install geth and use |
@nicodechal hi,Are you building VMs for simulation? after installing geth,i run.bench.sh and I get permission denied. I tried running two nodes, the genesis.json and env.sh do not need to be reconfigured? |
@keruisiya You need to make sure two nodes can connect to each other,You can try this using |
@nicodechal thank you !hh I still got --permission denied. Have you opened /src to install workload‘s driver ? |
@nicodechal When modifying env.sh, I changed all global variable directory paths to mine,Should I not do this? or I only modify LOG_DIR to correct location? |
@keruisiya
|
@nicodechal when i run |
@keruisiya It seems that you need to use |
@nicodechal I changed the ip address in |
@keruisiya it's |
@nicodechal I sincerely thank you for your help |
@nicodechal Hello, I am running run-bench.sh to get the following error.and the content of my addpeer.txt file is |
Hei, @keruisiya, did you manage to run the benchmark? I am on the same boat that you were. |
i have try to check run-bench.sh and through all process can't see process how smart contracts deployed , and can't find process in client that get deploy in clients VM ? do you have any idea pls leave a comment |
the path exe_home doesn't exist in code already. I means ./donothing is not in folder /src |
i have full fixed .sh code of enode.sh u can check to them #echo Running: geth --datadir $ETH_DATA --authrpc.addr 0.0.0.0 --authrpc.port 8051 --http.corsdomain "" --rpc.gascap 0 --networkid 15 -nodiscover console --exec "admin.nodeInfo.enode" attach 2>/dev/null |grep enode | perl -pe "s/[::]/$ip_addr/g" | perl -pe "s/^/"/; s/\s$/"/;" geth --datadir $ETH_DATA --authrpc.addr 0.0.0.0 --authrpc.port 8051 --http.corsdomain "" --rpc.gascap 0 --networkid 15 -nodiscover console --exec "admin.nodeInfo.enode" attach 2>/dev/null |grep enode | perl -pe "s/[::]/$ip_addr/g" | perl -pe "s/^//; s/\s$//;" |
i want to do a preliminary simulation ,two nodes.first install the geth ,then use genesis-block to bulid private blockchain, deploy smart contracts,then install the driver of kv_store,finally run_bench.sh. is the process right ?
The text was updated successfully, but these errors were encountered: