How to set up a POOL in a few minutes - and register using CNTOOLS

Hello @Alexd1985
I hope you have a great weekend.
Are you planning on creating an update script for the 1.35.5 release?

I was navigating on the official GitHub, and it’s pretty complicated to accomplish this update. Sure your knowledge will help us a lot.

@Fede_Blockchain
https://forum.cardano.org/t/script-for-cardano-node-software-upgrade-cntools-users/91065

Thanks, Alex! after a few tries, I’ve accomplished the upgrade of one of the relays, but I’m getting those errors in others. Both are identical to previous setups. Any suggestions?

Hmm, create the folder bin inside /home/qfedesq/.local

cd /home/qfedesq/.local
mkdir bin

Then try again

I believe its related with

https://cardano-community.github.io/guild-operators/upgrade/

as u can see inside env… now the path for binaries is local/bin not cabal/bin anymore

#USESYSVARS="N"                                         # Whether to use environment variable from shell session for CNODE_HOME
#CNODEBIN="${HOME}/.local/bin/cardano-node"             # Override automatic detection of cardano-node executable
#CCLI="${HOME}/.local/bin/cardano-cli"                  # Override automatic detection of cardano-cli executable
#CNCLI="${HOME}/.local/bin/cncli"                

Hi Alex , good evening,
I have purchased a server on Contabo, I saw that version 1.35.5 has come out and the original post has been modified, I am stuck at the beginning of step 1 when I go to copy the code to create the folder structure, the error comes out that “testnet” is not supported and I have to choose between mainnet, preprod, preview, and guild, I replaced “testnet” with “preprod” and the structure seems was created right

but in the next step when I go to compile the node I get this error.

image

any suggestion? :pray:

Hi,

What u are trying to do… to install a new node on mainnet?

I’m trying to install a new node in PreProd and add on my stakepool

I changed the guide… it seems prereqs script is deprecated…

Use and let me know if it worked

mkdir "$HOME/tmp";cd "$HOME/tmp"
curl -sS -o guild-deploy.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/guild-deploy.sh
chmod 700 guild-deploy.sh
./guild-deploy.sh -n preprod
. "${HOME}/.bashrc"

Thanks for reply, i see the prereqs script is deprecated and the code you provide work well for folder structure but in the next step when i build the node i get this error

image

run again this command

. "${HOME}/.bashrc"

Done, but I keep getting the same error when trying to build the node

Do u have Ubuntu as OS? Can u try version 1.35.4… same error?
Can u check inside cabal script what is line 76, or 79?

U can try also with prereqs… install the node normally then I will provide the steps for guild-deploy

cd "$HOME/tmp"
wget https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh
chmod 700 prereqs.sh
./prereqs.sh -n preprod
. "${HOME}/.bashrc"

Okay so

yes is ubuntu, 22.04
and yes i try now and with 1.35.4 i get same error with cabal
and here line from 76 to 79 of cabal script

i try with prereqs

but i get same error when i’m building the node

Then, I don’t know… copy the bin files from another server or make a fress install

Did u check for lines 76 and 79 from cabal?

hi alex good morning and sorry for my late reply back from work only now, i try a new fresh installation and i use the preseqs script
now i have a different problem when i build the node:
image

and here line 76 to 79 from cabal file but i don’t know if help with this error

I modified yesterday the script, you should stop using prereqs.sh use guild-deploy instead

Same error with guild-deploy :frowning:
image

What is the status?

re: ./deploy-as-systemd.sh

missing
Deploy BlockPerf as systemd services? [y|n]
cheers.