I see the new Node files are here:
Where do I go from here?
I see the new Node files are here:
Where do I go from here?
cntools or coincashew setup?
I used the cntools setup guide that you authored.
Basically are the same steps as a new instalation but use 1.35.5 versioon
Cheers,
You are a wizard! Thank you
Edit: It downloaded all the files, but now I cant restart the node in the scripts folder. When I check the version, it still states 1.35.4
I a bit lost
Until I started a POOL of my own didn’t understand the hesitancy to update; now I do :). Terrified, now that I’ve got my pool working, to do this lol. Sorry @DrSicks but I’m watching you as test subject :).
type
sudo journalctl -e -f -u cnode
and check for the errors… also type
cardano-node - -version
which cardano-node
Im also learning but my thinking is to try and break things now before my pool gets up and running.
nano env
(from scripts folder) and share first 6 lines
try these steps
OK.
When I attempt the MV -t “${HOME}” …step, I get that the file or directory doesnt exist.
sudo systemctl status cnode
started?
dont forget to edit the file
Don’t know if it helps but I only ran the below section of setup.
I did not update the env or cntools (check update turned off in env) and it appears to be working.
cd ~/git
git clone GitHub - input-output-hk/cardano-node: The core component that is used to participate in a Cardano decentralised blockchain.
cd cardano-node
git fetch --tags --all
git checkout 1.35.5
echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh -o
Im not sure how to edit the env, config, topology. What changes should I be making?
Well inside env file (scripts folder) you set the CNODE_Port and for BP pool name; inside configuration file (files folder) you set tracemempool to true; inside topology file (files folder), only for BP you set the Relays;inside topology_updater (only for Relays) you set custom peers;
to edit a file use nano… u did not edited files till now?
Ive edited the topology files when I set up the 1.35.4 version of the node. Once I updated, I cant get the Node to start. The CNODE port is 6000 by default, so I always left as is.
My problem now is that I cant get the Node to start
Did u follow the steps posted by me?
after this u will need to edit the files again.