Hi all - I’ve managed to get my node successfully working on the testnet. However when I run on the mainnet and use
$ cardano-cli query tip --mainnet
I receive the error
<socket: 11>: does not exist (No such file or directory)" is returned.
The node is up to date - the new tip being generated matches the current slot on the cardano explorer.
Here is the command I use to start the node
cardano-node run
–topology ~/mainnet-node/config/mainnet-topology.json
–database-path ~/mainnet-node/db/
–socket-path ~/mainnet-node/socket/node.socket
–host-addr 0.0.0.0
–port 3001
–config ~/mainnet-node/config/mainnet-config.json
I am running version 1.27.0
If someone could point me in the direction to resolve this I would be incredibly grateful. I’ve scoured the internet and these forums for some help but feel like I’m running into a brick wall of my own ignorance!
Cheers!