Can't get nodes working on p2p

They were working and both stopped working.

Anyone have the topologies for non-p2p for block and relay? I have everything setup correctly so I’m not sure what went wrong. I’ve re-downloaded the blockchain twice.

Relay is sort of working now, seems like its missing part of the blockchain.
image

The block seems to get stuck at 11-12 gigs in memory and never boots up.

image

1 Like

You can download the topology file here https://book.play.dev.cardano.org/environments/mainnet/topology.json

This topology doesn’t really help me. As I need something for block and relay and I don’t need p2p because P2p is not working for me right now.

Block
image

Relay

Question do I need to change node min version to 9.1.0?

This is my block producer I just disabled p2p and I am using the old config found here. https://book.play.dev.cardano.org/environments/mainnet/topology-legacy.json

image

What do your logs say?

Have a watch of journalctl --unit=cardano-node --follow and see what’s showing.

p2p won’t be working without a fully sycned node.

The nodes were both working temporarily and fully synced, but for whatever reason they both stopped working. Right now I have disabled p2p to see if I can get them working on the old configs.

Am I missing any config files?

image

Eitherway, what do the logs say? There’s often error messages that can lead you to the problem.

The log is way too long I had to delete it I can output another one in a second

Also the config files I find for the server seems outdated (on cardabo book repository) compared to the automatically downloaded guild operator ones.

image

You can see this config is different than the one downloaded by guild operators https://book.play.dev.cardano.org/environments/mainnet/config-bp.json

image

Hmm, yeah, not sure why the guild operators version is different, or what the intention is.

I’ve only been using the book.play.dev version, with a couple of tweaks, such as tracemempool on my relays.

I had it working for a few days both my servers then they just stopped working.

Right now I am redownloading the DB using the mithril client to see if that will work.

Okay I got the servers working using the mithril client and my ports were backwards it seems in my configs.
image
image

1 Like