-
Notifications
You must be signed in to change notification settings - Fork 174
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
missing token address in report resutls #102
Comments
curl localhost:8505 -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}' (READme.MD) |
@tienquyet28 Hi, make sure the 8505 is correct for your geth node. for the readme doc under the db folder is only used for me to check the rpc interface of geth, which has same logic in the code |
hello, thank you for that, i have fixedalmost issues corespond to new geth version available. I found most problems come as the command line from Geth Ethereum is chage, in start-clients.sh ,mining.sh ... and I reup my code base on block bench on my page. |
to address: missing token
Smart contract ycsb deploy ready
Current TIP = 0
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
In the last 2s, tx count = 0 latency = 0 outstanding request = 1
i have tried to test wwith 1 node and cilent ./run-bench.sh 1 1 1 10 , got results like that, it seem to be no geth deployed in client and smart contract donot deployed in node, do i have to install a client node manually, any can help please!
The text was updated successfully, but these errors were encountered: