Using the following command:
cardano-node run
–topology testnet-topology.json
–database-path db
–socket-path db/node.socket
–host-addr 0.0.0.0
–port 3001
–config testnet-config.json
Here is my Return:
cardano.node.ErrorPolicy:Notice:56] [2021-11-19 17:51:58.02 UTC] ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = “Parallel connection cancelled”, seStack = }))) 1s
Suggestions please.
Which node version do you have?
cardano-node 1.31.0 - linux-x86_64 - ghc-8.10
git rev 2cbe363874d0261bc62f52185cf23ed492cf4859
Is your firewall blocking the outcoming connections?? Are the relays nodes recheable?
Thanks, not sure. How can I check?
I use: telnet 3.9.80.183 3001
If you get Connected to 3.9.80.183. Then you success.
Which guide do you use to install the node?
Juantxuthree:
telnet 3.9.80.183 3001
[ec2-user@ip-172-31-26-47 relay]$ telnet 3.9.80.183 3001
Trying 3.9.80.183…
Connected to 3.9.80.183.
Escape character is ‘^]’.
Connection closed by foreign host.
Then you can connect. You can try to change the db directory to an empty one and try to sync again. Which distro are you using?
Do you remember if this step failed?
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)
By George I think you fixed it… I set the db path in the cardano-node run command to “”. Appears to be connected to the testnet now, thanks!
Now to set up live view…
1 Like