Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Ethstats does not show my node #98

Open
ccamaleon5 opened this issue Sep 29, 2020 · 0 comments
Open

Ethstats does not show my node #98

ccamaleon5 opened this issue Sep 29, 2020 · 0 comments
Labels
question Further information is requested

Comments

@ccamaleon5
Copy link
Collaborator

Problem

Node does not appear in ethstats.

Solution

List all containers
docker ps -a

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

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

@ccamaleon5 ccamaleon5 added the question Further information is requested label Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant