Hello; I have been receiving the same error for a while. kinda stuck there!
Your help is much appreciated, Thanks in advance!
Hello; I have been receiving the same error for a while. kinda stuck there!
Is your node running? You can verify with the following command:
cardano-cli shelley query tip --testnet-magic 42
If it is running, you should see results similar to:
Tip (SlotNo {unSlotNo = 773621}) (ShelleyHash {unShelleyHash = HashHeader {unHashHeader = 0f6582b218aacbc3b2eb7f4e058f60450f6047b19f03807228f116828de3c269}}) (BlockNo {unBlockNo = 37196})
Hi; suddenly my machine ran into BSOD…after the boot Ubuntu was erased from VM. However attempting to go all over again, but about your aforementioned command line which I’ve tried before doesn’t seem to bring back the proper output as you have mentioned. Though, if not much trouble for you I’ll get back to you for your further advice. Thank you so so much!
P.S. Installing the guild-operators version.
Sorry to hear what happened, that sucks. Maybe you might want to find a more dependable machine to test on.
Yea, your node would have to be running in order for you to run that command successfully.
Sure, no problem. It’s a great community so you shouldn’t have any trouble getting help from any of the users on this forum. Good luck!
hello, i ran into the same error after trying to resolve by following a different guide, from docs.cardano.org… any tip or advice is much appreciated. thanks!
Hello back to you; at the time I’m in the process of installing guild-operators-guide, hopefully this one works well. So far I’ve followed many guidance and spent time but none of them worked for me. However there are several installation guides, you might like to give them a try, please be in touch if any success with that issue. Thanks!
https://cardano-node-installation.stakepool2.eu
https://cardano-community.github.io/guild-operators/Scripts/cntools.html
Have you checked whether your “socket-path” is correct?
Maybe the next tutorials are helpful for you:
Hello Tuan_Lam; Actually I’ve made two relay nodes and believe that might be the issue with.
https://cardano-node-installation.stakepool2.eu/ This is the guide that I’m using and at the moment just ran the “cabal build all” command. But this question remains do we need two relay nodes and why if so?!
Also using port 3000 for the core and 3001, 3002 for the nodes_ As you have kindly mentioned on the aforementioned guidance does it make any difference to use different ports?!
I’m not sure whether you really need two relay nodes. I would keep it simple:
You can use any (available) ports that you want. I have the same setup like described here and it works fine for me: https://github.com/ItFlyingStart/shelley-cli-overview/wiki/Frank
You are a great help, supportive and very knowledgeable. Thank you so so much!
Hello Tuan_Lam; This is the entire procedure so far, Would you please take your precious time and review it. Thank you!
Hi Davisville1111,
I have moved/copied the config, genesis and topology files under the subfolder configuration. I can’t see in your screenshots whether you have done this as well?
This is not a prerequisite, just to keep things tidy. I see the next files under the folder relay, block-one and block-two:
Therefore we need to change the file path. Can you try to run this?
cardano-node run \
--topology relay/shelley_testnet-topology.json \
--database-path relay/db \
--socket-path relay/db/node.socket \
--host-addr 127.0.0.1 \
--port 4500 \
--config relay/shelley_testnet-config.json
Good luck
Can you try?
export CARDANO_NODE_SOCKET_PATH=relay/db/node.socket
cardano-cli shelley query tip
–testnet-magic 42
Try this:
cardano-cli shelley query tip --testnet-magic 42
This looks good. The error messages should gone once you have configured and run your block producer nodes.