With tracemempool set to false u will not see the tx processed on relay. Only on Producer…
but the cpu/mem looks ok now?
Then how do I know if the relay node is okay? because orginally the processed TX is 0 on relay.
I never see it increase other than 0.
So what is the purpose of change TraceMemPool to false? then we don’t know if relay is working?
CPU/Mem is okay now
After change TraceMemPool to false , there is no IN peers on relay node, is that expected?

If u are seing tx on producer is fine, meaning ur relay is ok also… keep tracemempool to false till u will solve the hw issue…
For the purpose of understanding, why before set TraceMemPool to false, there is no processed TX?
Based on your article it is not okay?
Actually there are… just that u will not see them anymore… there will be no logs … because u have hw issues… do u want fo see them ? Perfect set to true then but it will use more hw resources
It’s difference between tx not incrementing amd deactivating the tx logs
Ok, let me try to set to true, but if no Hw issue, how long should I expect to see TX non zero?
this morning, I tried 3 hours still not seeing, is that mean some issue there?
If ur producer has tx… also the relay should have… the only node connected to ur producer is the relay right?
Yes, only relay connected to produce, however I see 0 processed TX, this is the issue I am worry about, because it never have any value beside 0. The producer node has increasing value for processed TX, but not the relay node. I understand it should , but in reality it is always 0. Please advice what else can I look for?

U are using cntools right?
Then run again the prerequisits but with -f option
cd "$HOME/tmp"
curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh
chmod 755 prereqs.sh
./prereqs.sh -f
. "${HOME}/.bashrc"
Then restart the cnode
I use the updater.sh from
https://www.coincashew.com/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node#mandatory-skills-for-stake-pool-operators
which script should I run in this case? Also I notice the IN peer is 0 now,
I check both AWS firewall and ufw command line as imaged above, is that correct?
Telnet show I can connect from BP to relay,
However on Relay node now processed TX :0
@Alexd1985 ,
The relay node is still no process TX, please see the screenshot below
Can you please let me know what else can i check for this issue?

Does your topology logs show anything (i.e., thank you for staying with us)? How long has it been since you’ve restarted your relay, and are both peers IN from you?
Yes, it has all the staying with us, as below, and only my relay IP is log/topology , however the processed TX still 0 after 5 hours since reboot, ON relay gLview, both IN peers are not from my BP at the IN. I am guessing the BP Status is "syncing 99.9% , it has been up for 13 hours, and it was synced before, now the status changed
{ “resultcode”: “204”, “datetime”:“2021-03-25 16:22:10”, “clientIp”: “3.142.247.56”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-03-25 17:22:12”, “clientIp”: “3.142.247.56”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-03-25 18:22:09”, “clientIp”: “3.142.247.56”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-03-25 20:22:03”, “clientIp”: “3.142.247.56”, “iptype”: 4, “msg”: “glad you’re staying with us” }
Current BP is in syncing I am not sure since when

Your relay looks good for topologyupdater and should be registered. Have you ran the bottom script yet?
cat > $NODE_HOME/relay-topology_pull.sh << EOF
#!/bin/bash
BLOCKPRODUCING_IP=<CHANGE TO BLOCK PRODUCERS IP ADDRESS>
BLOCKPRODUCING_PORT=6000
curl -s -o $NODE_HOME/${NODE_CONFIG}-topology.json "https://api.clio.one/htopology/v1/fetch/?max=20&customPeers=\${BLOCKPRODUCING_IP}:\${BLOCKPRODUCING_PORT}:2|relays-new.cardano-mainnet.iohk.io:3001:2"
EOF
Then change permissions and run the script.
chmod +x relay-topology_pull.sh
./relay-topology_pull.sh
And finally restart relay
sudo systemctl restart cardano-node
Best of luck
Hi David,
Thanks a lot for your suggestion. I have the above steps done before, the TX still 0.
However, I just rework the steps you suggested anyway and restart, this Tx 0 problem is wiered,
I follow the other posts and still have no clue why this TX is 0, both node have peer IN . At the relay IN peer section, it include my BP already, however the TX is still 0

I’d say leave that instance running for some time to see if transactions process over time. You can always spin up another server and leave the first relay node alone.
I hope there is some progress on your end, best of luck
Do you mean create another relay node and connect to BP and leave the relay unrelated to the new relay and BP?
