Hi, this is my first time posting here. I’ve been looking for a solution to my error on this forum with no luck so I am hoping someone can help me directly.
I followed CoinCashews guide to setup 3 Cardano nodes and am now trying to register my stake address. I am not able to see my TxHash TxIx or amount of ada in my payment address when using
I then used journalctl --unit=cardano-node --follow to see if the blockchain has synced successfully (which it has prior to starting the node as a blockproducing node) and noticed this error:
[relay1-V:cardano.node.DnsSubscription:Warning:95] [2021-03-27 07:46:14.55 UTC] Domain: “<169.239.9.26>” Failed to start all required subscriptions
on my relay node
and this error
[relay1-V:cardano.node.DnsSubscription:Warning:95] [2021-03-27 07:46:14.55 UTC] Domain: “<169.239.9.27>” Failed to start all required subscriptions
on my BP node.
Any help would be appreciated. Please ask for the required files to resolve the error as I am unsure what to include.
so netstat clearly shows that IP of the relay node is 169.239.9.26 since this IP is used which connect to IOHK server:
tcp 0 0 169.239.9.26:34651 18.158.188.21:3001 ESTABLISHED 1294499/cardano-nod off (0.00/0/0)
tcp 0 0 169.239.9.26:43631 18.132.127.241:3001 ESTABLISHED 1294499/cardano-nod off (0.00/0/0)
that means the IPs in the topology files should be replaced by eachother.
so relay topology should contain BPs IP: 169.239.9.27, and BP topology should contain IP of relay: 169.239.9.26
Hope this helps!
(probably when you tried to netcat it just connected to itself, and not to the other)
so I tried swapping the IP and the error still persists, I double-checked the IP for both the producer and the relay.
BP is definitely set to 169.239.9.26 and relay to 169.239.9.27…
I’m guessing I somehow made a mistake when configuring the BP?
so maybe the use of topology files are mixed up - so block producer started with relay node topology…
what is the status of the service to see which topology was used when starting the node
So as you can see that both nodes connects to IOHK server:
relay:
tcp 0 0 169.239.9.27:44667 3.125.149.71:3001 ESTABLISHED 3869444/cardano-nod off (0.00/0/0)
tcp 0 0 169.239.9.27:38373 18.132.159.229:3001 ESTABLISHED 3869444/cardano-nod off (0.00/0/0)
bp:
tcp 0 0 169.239.9.26:34651 18.158.188.21:3001 ESTABLISHED 1294499/cardano-nod off (0.00/0/0)
tcp 0 0 169.239.9.26:33089 18.157.103.148:3001 ESTABLISHED 1294499/cardano-nod off (0.00/0/0)
which is suspicious… that means BP using the relays topology file…
give status of both
They are running on 2 different servers, I have another relay node setup on the same server as relay 1 but I’ve haven’t connected it to the bp as of yet since I’m trying to get relay 1 to work. The bp is on a dedicated Linux Ubuntu server
also when you start the node - you can find the remote addresses where the node will attempt to connect at the beginning of the node logs… can you please share the logs content?
the node generates logs which can be found under logs/ in the node folder… do you have such?
also list all the processes which is running: ps -ef | grep cardano