I’ve noticed that my processed transactions for my relay node is stuck at 0. I ran the topologyUpdater as the setup guide instructs, but I’m not sure where to go from here. I saw something about topologyupdater needing to be ran on a certain schedule but I’m not sure if that still applies or not.
Hi!
check your pool settings with http://pool.vet - what is your pool id?
Raven Pool:
8bee6a94c3447125b4130651b9be223a51cd4b999930b741e9cdf59b
yes - so as you can see the relay port can not be reached from outside. open the port in your firewall
it should be open, I’ll have to make sure it’s open in the cloud FW
so I should allow ingress from all IP’s to my relay port?
yes - the port should be available for the public
port opened, new response:
Do I now just need to wait for 3 topology refreshes? Are those automatic?
If other nodes were connected before u will not need to wait; if not u will need to wait
Do I need to worry about that message Relay node has unexpected status "not reachable" on topologyUpdater
?
It was before to open the port… chech for the next log
what are the logs for toplogyUpdater telling?
topologyUpdater_lastresult.json under node_folder/logs/ directory
{ "resultcode": "403", "datetime":"2021-04-09 17:03:50", "clientIp": "34.67.193.243", "iptype": 4, "msg": "glad you want to stay with us, but please check and enable your IP:port reachability" } { "resultcode": "504", "datetime":"2021-04-09 17:37:05", "clientIp": "34.67.193.243", "iptype": 4, "msg": "one request per hour please" }
it’s very strange that it can’t reach my IP because it’s open and verified
let’s wait 1 hour…
Updated Relay:
P.S. I’m nervous to run topologyUpdater.sh again, is it refreshing on it’s own now?
it is refreshing only if it is defined as a crontab job:
https://cardano-community.github.io/guild-operators/#/Scripts/topologyupdater
So 3 successful execution of the script will solve the last issue