Concordium/Testnet4-Challenges

If you cannot see the bakerID on the network dashboard

concordium-cl opened this issue · 1 comments

If you cannot see your bakerID on the network dashboard, try the following.

Query NodeInfo to check that you are indeed baking:

  • Windows: concordium-client.exe raw GetNodeInfo
  • *nix/macOS: ./concordium-client raw GetNodeInfo

Try the following workaround:
Make sure that the generated keys file (baker-credentials.json) is located in your concordium-data directory on the machine where the node is running. It should be under ~/.local/share/concordium on *nix and %LOCALAPPDATA%\concordium on Windows. Do not rename the file. Then restart the node.

See also #46.