I have been runing my block producer and relay nodes for a bit now but have just minted my first block according to gLiveView. It showed Leader 1 Adopted 1, at least until I restarted it. Now it shows leader 0 adopted 0.
It was Slot 29259169.
On my block producer the logs look right, I have a “TraceNodeIsLeader” entry and a “traceForcedBlock” entry.
My Pool ticker is PATPL.
I cannot find a matching transaction on my relay node. Any ideas on where I can look?
cncli is the tool used to find the next leader, right? I have a few different cncli scripts, what are you trying to force with this? I have refreshed my leaderlog and it shows the same leader number
It is my own server. I am assuming there is something on my end but I do not know what it might be. Everything looks okay, my relay is connected right now to 8 out / 18 in In 6 hours processed 24,165 transactions on my relay node.
Any idea what I should have seen in the logs for the relay node around the time of the block being minted? Successful tx are very light in their descriptions on the log.
Producer the only peer is the relay node. I had some TX but since I rebooted it it has 0. It only has a transaction when I transfer funds with my wallet through it. I thought this was normal for the producer node though, should it be processing transactions like the relay does?
Sorry I didn’t notice this request for info. The block producer has the relay on the OUT but on the IN it is listing 127.0.0.1:36642.
I did find a typo in one of the topology scripts on my relay node, relay_topology_pull.sh had the wrong IP address for the block producer node. I corrected it and reran the script, and also topologyUpdater.sh but did not notice a change.