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 was archived by the owner on Apr 19, 2024. It is now read-only.
It is possible that your node is running fine without appearing on the dashboard.
Run consensus status and then compare the finalized height and the best block height to the ones on the dashboard. If they are the same, or very close, your node is running correctly.
Windows: concordium-client consensus status
*nix/macOS: ./concordium-client consensus status
Run raw GetPeerData to see if your node has peers.
Windows: concordium-client raw GetPeerData
*nix/macOS: ./concordium-client raw GetPeerData
Check your nodeID on the network dashboard with https://dashboard.testnet.concordium.com/node/<yourNodeID> and if it is reachable, it will show your information.
If you want us to investigate why your node does not appears on the dashboard, you would need to retrieve your full logs (concordium-node-retrieve-logs) and then upload them somewhere from where we can get them (too big to be sent).
It is possible that your node is running fine without appearing on the dashboard.
Run
consensus statusand then compare the finalized height and the best block height to the ones on the dashboard. If they are the same, or very close, your node is running correctly.concordium-client consensus status./concordium-client consensus statusRun
raw GetPeerDatato see if your node has peers.concordium-client raw GetPeerData./concordium-client raw GetPeerDataCheck your
nodeIDon the network dashboard withhttps://dashboard.testnet.concordium.com/node/<yourNodeID>and if it is reachable, it will show your information.If you want us to investigate why your node does not appears on the dashboard, you would need to retrieve your full logs (
concordium-node-retrieve-logs) and then upload them somewhere from where we can get them (too big to be sent).