Hello everybody. I started to install all the Cardano Environment because I wat to mint NFTs, so I have not created a pool or stake pool. I already have cardano-cli installed version 1.27.0 and all the steps from Cardano docs. From Mainnet , I need the tip, slot/block. When I try to do
cardano-cli query tip --mainnet
it responds
cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory)
I saw in different forums that it can be because I dont have a node running. So I run my node and I see how I get “Chain Extended:…” and I get block and slot number increasing… Until I get this error -image attached-.
Then, based on that error, I read that it was because I dont have my cardano block running. So I run it, but it keeps telling me that I dont have my node.cert.
And when I see how to create my node.cert, I found that it depends to generate it AGAIN the data I should receive from “cardano-cli query tip --mainnet” to calculate it.
What can I do to solve that error and retrieve the data I need?
So what can I do about it? Thank you in advance!!
Alex Thank you very much, indeed im using that guide the cardano documentation, and im using these youtube video
As you can see he just type:
cardano-cli query tip --mainnet
and get all the information, but Im not sure if it is necessary to create a pool in order to create the NFTs
I already have those files in : cardano-node/configuration/cardano
Don I need to put them in another place? To restart the node is killing the cardano process an then open it again with the comand cardano-node run?
Im thinking in get a new VPS and restart all the proccess, wich tutorial do you recomend to me?
The coin cashew guide Guide: How to build a Cardano Stake Pool - CoinCashew
For the node creation should I follow until which point in the guide? @Alexd1985 Thank you again for your great community support
@Alexd1985 TY !! Yes, I’ve seen how you suggest different users to use this hash “1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81”
I do have all the programs and versions up to date for cardano-cli 1.27.0. The thing is that followed different tutorials and I know that I have several copies of different directories and repos so finally I dont get what files to erase or clean.
Any idea?
Ok it finished to sync and started to show again this error. But I can say that this time it got “further” and sync more slots before it stopped working. This is my very first installation btw.
and when I run
cardano-node run
–topology ~/src/cardano-node/configuration/cardano/mainnet-topology.json
–database-path ~/cnode/db
–socket-path ~/cnode/db/node.socket
–host-addr myhostaddress
–port 3001
–config ~/src/mainnet-config.json
I did change the files as you suggested and I get this message
I got the paths, the hash, the file from the link, but it continues saying that the actual hash is different from the updated file as shown in the image