Relay Node Processed TX:0

Thank you, I’ll set up the crontab job. To restart the relay node on a schedule, is that what you set when you run deploy_as_systemd.sh? With the default being 1 day?

I did crontab -e, and then saved it as below:
Is that all that I need to do for the crontab to run every 25th minute, or do I need to execute a command to start the job?

image

that’s all, crontab will be run your topologyUpdater every 25 min.

Hi!

That schedule tells that the script is called every hour at 25 min.

hi!!

I’m having the same problem with the total tx at 0, I have the relay port open and everything in pool.vt is ok, do you have any idea what it could be?

Captura de Pantalla 2021-10-26 a la(s) 14.44.09

The relay has IN peers?
If yes check inside the config file… TraceMempool should be set to true (by default is false)

1 Like

if is was this TraceMempool, on the node should I do it too?

Yes, but remember that if the TraceMempool is se to true it will consume ~9G of RAM

ho ok, and is there a difference in having it active or not?

How much RAM have your nodes?

node = 10gb
relays = 16gb

Then keep it to true

perfect!!, Thank you so much!!.

1 Like

You are welcome!

This is what helped me out! I started with a smaller server and quickly ran into RAM issues. Setting TraceMempool to false was one of the suggestions. I upgraded after the sync was finished but wasn’t getting any transactions. Setting it back to true (and restarting the service) quickly fixed it!