Starting nodes, coincashew guide. not connecting to live view

Hello,

I am trying to connect my bp-node to live view on testnet, but i get a error msg:

COULD NOT CONNECT TO A RUNNING INSTANCE, 3 FAILED ATTEMPTS IN A ROW!

The node is not aktive it seams like, this error msg when i type the command:

sudo systemctl status cardano-node

● cardano-node.service - Cardano Node Service
Loaded: loaded (/etc/systemd/system/cardano-node.service; enabled; vendor >
Active: activating (auto-restart) (Result: exit-code) since Sat 2023-04-15>
Process: 122679 ExecStart=/bin/bash -c /home/cardano/cardano-my-node/startC>
Main PID: 122679 (code=exited, status=1/FAILURE)

best regards,

Try journalctl -e -f -u cardano-node

1 Like

its a long text that keeps going, i managed to copy some part of the msg:

Is your topology file formatted correctly? Expecting P2P Topology file format. The port and valency fields should be numerical. If you specified the correct topology file make sure that you correctly setup EnableP2P configuration flag. Error in $: key "localRoots" not found"}

Its a problem with the topology file, disable p2p (set to false) inside config file in case u don’t use it

1 Like