nicodechal

Results 8 comments of nicodechal

@ug93tad thank you for your reply! So in Q2, when i change the `true` to `false`, then what's the meaning of the code below(Line 51, it uses method called `DoTransaction`)?...

@ug93tad So if I want to test Ethereum using smallbank, I dont need to change driver and only need to use `-wl smallbank` option?

@ug93tad Thanks. So can I use `-wl smallbank` with YCSB workload to simulate smallbank workload? because the result using driver in ../smallbank still give me wrong results and no error...

I only install geth and use `run-bench.sh` to get results, and I think we dont need to init ethereum & deploy smart contracts by ourselves, they are included in `run-bench.sh`

@keruisiya You need to make sure two nodes can connect to each other,You can try this using `ssh` command on each node. And yes you need to change the content...

@keruisiya - can you show some details about the permission denied problem? I still dont know where you got this error.. - You should change all path to yours, and...

@keruisiya It seems that you need to use `chown` command on each node to make sure they can access those files. the IP lists are in files named `hosts` and...

@keruisiya it's `hosts` not `host`. If you still get permission denied error, you can try `chown`, or you don't need `chown`.