Missed block

There can be 2 reasons:

  1. Your cardano-node service is not running, and this is why the socket file does not exist
  2. The “CARDANO_NODE_SOCKET_PATH” environment variable is not pointing to socket file.
    Try to see if the socket file exists: ls -l /opt/cardano/cnode/sockets/node0.socket
    if it exists, put:
    export CARDANO_NODE_SOCKET_PATH=/opt/cardano/cnode/sockets/node0.socket
    in your ~/.bashrc file.
    If it does not exist, try to watch the logs with journalctl -f -u cnode.service to see if you understand from the log messages what the problem is.
2 Likes

Not showing anything with the command. So is it a GLive mistake?

image

image

Yes, this might be a mistake. It happens when the database is corrupted.