I think I found the reason one of my three rigs is showing OFFLINE and the other two are ONLINE but the solution I thought should work doesn’t.
In the rig.conf of the one that is working but HiveOS status shows that it is OFFLINE I see this URL:
#URL where hive server is
HIVE_HOST_URL=“https://api.hiveos.farm:41282”
on the two that are working and HiveOS status shows shows ONLINE I see this URL:
#URL where hive server is
HIVE_HOST_URL=“https://api.hiveos.farm”
Notice that the ones working does not have the port address: 41282
So this is what I tried:
In Shellinabox on the OFFLINE rig I ran mc and edited rig.conf and changed:
This: HIVE_HOST_URL=“https://api.hiveos.farm:41282” to this: HIVE_HOST_URL=“https://api.hiveos.farm”
I then saved the changes and verified that the changes were made by viewing rig.conf which did show that it was changed.
Rebooted the system and after it was up and mining went and to the HiveOS and reloaded page. Rig still shows OFFLINE. Exited HiveOS (https://the.hiveos.farm/a/) and then went back to https://the.hiveos.farm/a/ and HiveOS still says it is OFFLINE.
I then did Shellinabox on the OFFLINE rig I ran mc and viewed rig.conf and I see it reverted back to:
#URL where hive server is
HIVE_HOST_URL=“https://api.hiveos.farm:41282”
So my question is how can I change HIVE_HOST_URL=“https://api.hiveos.farm” and make it stick even if rebooting?