My core node seems to kill my relay node

Hello! I have two raspberry pi’s running locally. One is set up as relay node and one as a producer(core) node. I have followed Pheonix Pools guide on YT.

The problem is

On relay node I enter this:

  • cd $CNODE_HOME/scripts
  • sudo systemctl start cnode.service
  • ./gLiveView.sh
    The node starts syncing perfectly fine. I leave this a little while to sync. Im about at epoch 150 so far.

On core node I enter the same:

  • cd $CNODE_HOME/scripts
  • sudo systemctl start cnode.service
  • ./gLiveView.sh

After about 5 mins after starting the core node, the relay node stops syncing. Seems like the core node kills the relay node. Any idea to what this can be?

Hello,

Did u modified the topology files?

U should also keep the iohk relays till ur nodes will be up

Modify the topology file to looks like this

https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/mainnet-topology.json

Save and restart the nodes
Cheers,

U can try; add that topology linked; and let the nodes to sync before

I’m not sure if your relay .json is wrong, I guess I’ve never seen some of that script there before. I know the below version works. I modified the BP port for your setup.

{
“Producers”: [
{
“addr”: “”,
“port”: 6001,
“valency”: 1
},
{
“addr”: “relays-new.cardano-mainnet.iohk.io”,
“port”: 3001,
“valency”: 2
}
]
}

Im not sure what exactly the problem was but issue was solved by uninstalling Ubuntu 20.10 and doing the whole process on Ubuntu 20.04 instead.