Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.38 KB

FarmUpdateRequest.md

File metadata and controls

17 lines (13 loc) · 1.38 KB

FarmUpdateRequest

Properties

Name Type Description Notes
nonfree bool Paid features state [optional]
tag_ids int[] [optional]
tag_update_mode string Update mode for tags * add - add spicified tags ignoring if already assigned; * remove - remove spicified tags if assigned; * replace - replace all assigned tags with specified ones; [optional] [default to 'replace']
hardware_power_draw int Power consumption of worker's hardware, watts [optional]
psu_efficiency int Efficiency of power supply unit, % [optional]
octofan_correct_power bool Apply power correction settings to power consumption value from Octominer fan controller. Default is false. [optional]
auto_tags bool Auto-tags feature. If enabled - all workers inside the farm are automatically tagged. Rigs are tagged by GPU information such as model name, memory size, OEM, etc. ASICs are tagged by model name. [optional]
default_fs map[string,int] Default flight sheets keyed by platform (1 - rig, 2 - asic). These flight sheets will be automatically attached to newly created workers. [optional]

[Back to Model list] [Back to API list] [Back to README]