You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6be3c7a06fb0 alethio/ethstats-cli "./bin/ethstats-cli.…" 7 hours ago Exited (1) 2 minutes ago ecstatic_sanderson
Remove current Ethstats client docker rm -f <CONTAINER_ID>
Remove current private key. A new one is automatically generated rm -rf /opt/ethstats-cli/ethstats-cli.json
Problem
Node does not appear in ethstats.
Solution
List all containers
docker ps -a
Remove current Ethstats client
docker rm -f <CONTAINER_ID>
Remove current private key. A new one is automatically generated
rm -rf /opt/ethstats-cli/ethstats-cli.json
Run ethstats-cli docker container
docker run -dit --restart always --net host -v /opt/ethstats-cli/:/root/.config/configstore/ alethio/ethstats-cli --register --account-email "<PUT_YOUR_EMAIL>" --node-name "<PUT_YOUR_NODE_NAME>" --server-url http://35.236.236.77:3000 --client-url ws://127.0.0.1:4546
The text was updated successfully, but these errors were encountered: