cnode.service - Cardano Node
Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset:>
Active: active (running) since Mon 2022-06-06 20:42:23 CEST; 40s ago
Main PID: 815 (bash)
Tasks: 10 (limit: 19147)
Memory: 962.9M
CGroup: /system.slice/cnode.service
├─815 bash /opt/cardano/cnode/scripts/cnode.sh
└─895 cardano-node run --topology /opt/cardano/cnode/files/topolog>
Jun 06 20:42:23 vmi674692.contaboserver.net systemd[1]: Started Cardano Node.
Jun 06 20:42:25 vmi674692.contaboserver.net cnode[895]: Node configuration: Nod>
lines 1-12/12 (END)
Ok, should be enough for the moment
1 Like
maybe no space on hard drive for env file?
Yes. That’s the problem. I can’t figure out why gLiveView is not starting
If u type journalctl -e -f -u cnode
And go to the last lines do u still see the error or it is saying listening?
also if this is the relay try to update the scripts
use cd ~/tmp
and ./prereqs.sh -f
to update the scripts… then if this is the relay u will need to edit again
- topology_Updater.sh script
- env file
- config.json file (set Mempool trace to true)
Also error loading CN tools
WARN: failed to query protocol parameters, ensure your node is running with correct genesis (the node needs to be in sync to 1 epoch after the hardfork)
Error message:
INFO: re-run CNTools in offline mode with -o parameter if you want to access CNTools with limited functionality
Yes, because the node not started
1 Like
use cd ~/tmp
and ./prereqs.sh -f
- this part worked for me. gLiveView is working.
Do I need to proceed with other commands on Relay:
- topology_Updater.sh script
- env file
- config.json file (set Mempool trace to true)
Where I can find files and how I need to update?
U can use on all nodes but for BP for example u will need to edit also topology.json to add the relay back
and also the env file (pool name) and cncli if u are using it, etc
scripts are inside scripts folder and config + json are inside files folder
Finished all updates. Let’s see.
I think I messed up with settings. “Starting” status doesn’t change.