Skip to content
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

Switching to Nethermind EL from Geth #1576

Closed
unimos50 opened this issue Oct 25, 2023 · 1 comment
Closed

Switching to Nethermind EL from Geth #1576

unimos50 opened this issue Oct 25, 2023 · 1 comment

Comments

@unimos50
Copy link

Hi there, I'm trying to change from Geth to Nethermind following the steps provided here:
https://eth-docker.net/Support/SwitchClient#switching-the-execution-client-if-downtime-is-acceptable

Although I'm getting the following issue after checking the logs: ./ethd logs -f execution

Output:

eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1  | /usr/local/bin/docker-entrypoint.sh: line 59: /nethermind/nethermind: No such file or directory
eth-docker-execution-1 exited with code 127

Any idea what I'm missing or I could be doing wrong?

Thanks!

@yorickdowne
Copy link
Contributor

yorickdowne commented Oct 27, 2023

Looks like you don't have the current version of Nethermind. Check its tag with nano .env, you expect to see NM_DOCKER_TAG=latest. Then ./ethd update and ./ethd up, that should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants