Updating the nodes

Hello. guys.
Anyone could you help me explain step3. step4…???
I am not good at using github…

  1. Using a Web browser, navigate to the Cardano Node GitHub repository, then browse to the latest release, then click to expand the Downloads dropdown list in the Technical Specification section of the release notes, and then click the Configuration Files link.

  2. On the Cardano Configurations page, click the following links to download configuration files for the mainnet cluster to the folder where you created backups of your current configuration files in step 2: config , byronGenesis , shelleyGenesis , alonzoGenesis, conwayGenesis and topology

What guide is this from? Is it to with with updating a node or something to do with “native tokens”? (you’ve posted in the “Native Tokens” section).

Go to this link, and for each version released u will have also configuration files available for download

But which guide do u follow?

coincashew… Upgrading a Node - CoinCashew

I do not know how to do step 3, and step 4 written above…

Update Node and CLI to 8.0.0 - How to Guides for Coincashew Method Cardano SPOs (gitbook.io)

I partially checked the guide.

8.1.2 versions were downloaded. but afgter “”“sudo cp $(find $HOME/git/cardano-node2/dist-newstyle/build -type f -name “cardano-cli”) /usr/local/bin/cardano-cli
sudo cp $(find $HOME/git/cardano-node2/dist-newstyle/build -type f -name “cardano-node”) /usr/local/bin/cardano-node…”" still 1.35.7 versions are shown (cardano-cli, cardano-node)

화면 캡처 2023-07-29 231151

Hi @Dr.Meow

It looks like you git cloned into ‘upgrade’ folder, but using ‘cardano-node2’ (from guide) in command.

Your commands would then look like this:

sudo cp $(find $HOME/git/upgrade/dist-newstyle/build -type f -name “cardano-cli”) /usr/local/bin/cardano-cli

sudo cp $(find $HOME/git/upgrade/dist-newstyle/build -type f -name “cardano-node”) /usr/local/bin/cardano-node
1 Like