@rylos, I made two adjustments.
-
I checked .bashrc and made sure I had these … (bottom of file)
Environment=“LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH” Environment=“PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH”
-
Downloaded fresh JSON files to $CNODE_HOME/files
cd $CNODE_HOME/files wget https://hydra.iohk.io/build/6198010/download/1/mainnet-config.json wget https://hydra.iohk.io/build/6198010/download/1/mainnet-byron-genesis.json wget https://hydra.iohk.io/build/6198010/download/1/mainnet-shelley-genesis.json wget https://hydra.iohk.io/build/6198010/download/1/mainnet-topology.json I renamed mainnet-config.json to config.json
-
Stop and restarted cnode.service
sudo systemctl stop cnode
sudo systemctl stat cnode.