Try to restart it
sudo systemctl restart cardano-node
Wait few minutes
sudo systemctl status cardano-node
Try
journalctl -e -f -u cardano-node.service
cardano-node: FatalError {fatalErrorMessage = “Cardano.Node.Run.handleSimpleNode.readTopologyFile: Is your topology file formatted correctly? The port and valency fields should be numerical. Error in $: endOfInput at ‘:[’”}
Great! Now show me or check the topology file and fix the issue
“Producers”: [
{
“addr”: “54.216.46.111”,
“port”: 6000,
“valency”: 1
},
{
“addr”: “relays-new.cardano-mainnet.iohk.io”,
“port”: 3001,
“valency”: 2
}
]
}
Show me a screenshot because the forum changes the format
U have less { than }
U need { before the producer line
After the correction restart ur node
sudo systemctl restart cardano-node
sudo systemctl status cardano-node
Cheers,
Is this correct?
Perfect, save and restart the node
Thank you so much!
Got things up and running