Snapchain / zkValidium-quickstart

16 stars 31 forks source link

Unable to start rpc server #22

Closed DavidRomy closed 9 months ago

DavidRomy commented 10 months ago

111 After executing the sudo make run command, the rpc service did not start successfully. Why?

panitw commented 10 months ago

It seems the docker image hermeznetwork/cdk-validium-node:develop does not contains this binary /app/cdk-validium-node which is required in the startup command from docker-compose.

This is what's inside the container

image

so I guess changing the startup command from /app/cdk-validium-node to /app/zkevm-node would work. (I haven't tried this though)

gr8h commented 10 months ago

I used an earlier image hermeznetwork/cdk-validium-node:v0.0.2 that has /app/cdk-validium-node not sure of the implication of doing so.

bap2pecs commented 9 months ago

this is fixed by #28