I started running the node from 1.4.19. Everything on the local node seems to be running normally, but I cannot query the node information at https://dashboard.quilibrium.com/
Is this normal?
Do check your config.yml
file inside ~/ceremonyclient/node/.config
folder.
Make sure that your statsMultiaddr
field has a value of "/dns/stats.quilibrium.com/tcp/443"
.
So it should look like this:
statsMultiaddr: "/dns/stats.quilibrium.com/tcp/443"
This field makes sure that the dashboard site can connect with your node.
Thank you very much for your help, now I need to stop the node, then add the information, then start the node is it ok? Is the balance displayed on my local computer correct?
You just need to restart after you make your configuration. Of course you can stop at first then start after you make your configuration. I don’t understand what do you mean with local computer but when you check your node-info or balance on your node, that live balance must show correctly.
What I mean is that when “stats Multiaddr” is not set, the dashboard does not display my node status. Will the balance displayed in my node be affected?It won’t be reduced when it can be collected because it is not displayed on the dashboard, right?
The stats endpoint is not needed to appear on the dashboard. Not appearing on the dashboard does not affect rewards accumulated from 1.4.19 onward, so no worries there.
Thank you very much for your answers
I checked my config.yml file, and the statsMultiaddr value is the same as what you said, but I still can’t see any information about my PeerId on https://dashboard.quilibrium.com/,It show me ‘Could not find peer.’,or another message ‘Peer is not reachable for connections: rpc error: code = Unknown desc = put peer info: connect to peer: failed to dial Qm****: no addresses’
Just to verify: do you have the UDP port open in your firewall settings for the configured port of the node?
You can check this from another machine with the following command:
nc -vzu <ip> <port>