hi ,im having issues with a xmr command not running on the clients, they all show as connected .
i have turned on audit and have got the following appear in the client
i dont know if you are able to help with this at all ?
hi ,im having issues with a xmr command not running on the clients, they all show as connected .
i have turned on audit and have got the following appear in the client
i dont know if you are able to help with this at all ?
The XMR does not seem to be configured correctly (Waiting for Messages
)
If this is manual installation on a web server then please see https://xibo.org.uk/manual/en/install_xmr.html
ive looked at config.json and am now confused about the ports as in the cms the default port looks like its 5555 which is the one i set it to ,but in config.json it looks different ,is this my problem ? and which ports should i be using.
{
“listenOn”: “tcp://127.0.0.1:50001”,
“pubOn”: [“tcp://10.166.123.77:9505”, “tcp://10.166.123.77:50002”],
“debug”: true
}
tcp://127.0.0.1:50001
or tcp://localhost:50001
for private should be ok.
tcp://10.166.123.77:9505
for public xmr address, assuming players can reach that.