Stuck in http://127.0.0.1:12798 when running ./cnode.sh script

is it because my version is 1.23.0, and if yes, how can i upgrade to 1.24.2 ?

Please update your nodes to 1.24.2 version

would you outline the steps upgrade to 1.24.2 please?

If you are using cntools
Stop the node!!!
cd ~/git
cd cardano-node
git fetch
git checkout master
git pull
git checkout 1.24.2

echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh

@Alexd1985 ran all the command, but the cardano-node version still showing 1.23

After that run

cd “$HOME/tmp”
curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh
chmod 755 prereqs.sh

It was an error…

these are the command i ran:
sudo systemctl stop cnode.service
cd ~/git
cd cardano-node
git fetch
git checkout master
git pull
git checkout 1.24.2
echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh
cd $HOME/tmp
curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh
chmod 755 prereqs.sh

is it in order? or

Try
cabal --version
ghc --version

image

Run

Remove space between h ttps:// from bellow line (git clone https:)

cd ~/git
git clone h ttps://github.com/input-output-hk/libsodium
cd libsodium
git checkout 66f017f1
./autogen.sh
./configure
make
sudo make install

echo “export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH” >> ~/.bashrc
echo “export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH” >> ~/.bashrc
source ~/.bashrc

Delete “ “and add again from your keyboard

The forum software here converted the quotes into text-quotes! So be sure to use real "

sorry did not get that, you mean delet " after the echo ?

The forum software here converted the quotes into text-quotes! So be sure to use real "

Done, but still same error

Try again…

cd ~/git
cd cardano-node
git fetch
git checkout master
git pull
git checkout 1.24.2
echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh

It should start compiling

But again… are u using cntools?

yes i am using cntools

Started compiling?