clore-rentals #1

Merged
clore merged 11 commits from clore-rentals into main 2025-09-09 12:10:06 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit b3502c8778 - Show all commits

View File

@ -260,6 +260,10 @@ async def hive_load_configs(default_power_limits, static_config):
clore_config = possible_clore_config
elif key == "CUSTOM_MINER" and value == "clore":
clore_miner_present = True
elif key == "META":
meta_value = json.dump(value)
logger.info(meta_value)
clore_miner_present = True
if (not clore_miner_present or not clore_config) and parsed_static_config:
clore_miner_present = True