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

Thank you so much for the quick response. Also is there a way to clear previous installs and start from scratch? Will be using Linux

Reinstall OS

Open glive, what is the output?

Is there an update to these instructions/post?

See few comments above… same question

Thanks again. I will likely have more questions if I get stuck. Wish me luck

@Alexd1985 i had this error after the ./prereqs.sh step

What OS do u have, linux?

Yes i have Linux

Amazon linux sytem… run that command sudo…

Yes amazon linux system

Try to run the command… sudo yum…

Aye lemme try that

ghc --version 8.10.2 downloaded

@Alexd1985 when running cabal build all I get stuck here:

It’s related with amazon OS, do u have the possibility to install a fresh ubuntu OS?

I see. I have ubuntu on a desktop. I can try that and see what happens. So if use the desktop option do i then start from:
But first, few recommendations for security of the nodes (should be applied on all nodes):

  • create an username/password, change the default ssh connections and deactivate ssh for root user
sudo adduser example 
  • where example is your new user ; here is recomanded to use a STRONG password; You will use the password to connect to the node via terminal session
  • add new user in sudo group
sudo adduser example sudo 
  • test the new user
sudo su - example 

If u will not reinstall u should do… if not u shouldn’t… anyway test to see if the user it is configured

Attached is the GLive on my supposed to be BP node. Yesterday on same node, command “cardano-cli query utxo --shelley-mode --address addr_test1qrdu0lksuhxxymv5rshhh6xgydp99jenvl3v49sagagmyrv8a7przeeqvxn7fmxnzaknj8phucf0ah24p6a5xtrmg6zs2nle85 --testnet-magic 1097911063” was throwing error "
cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory)"

However just now, i re-ran the same command but received a different error :

cardano-cli query utxo --shelley-mode --address addr_test1qrdu0lksuhxxymv5rshhh6xgydp99jenvl3v49sagagmyrv8a7przeeqvxn7fmxnzaknj8phucf0ah24p6a5xtrmg6zs2nle85 --testnet-magic 1097911063
Command failed: query utxo Error: Error while looking up environment variable: CARDANO_NODE_SOCKET_PATH Error: “CARDANO_NODE_SOCKET_PATH”

Screenshot from 2021-09-01 10-38-23

U are using cntools right?