This article describes how to add ASIC to Hive OS using ASIC Hub.
Open http://localhost:8800
and click Add Device button.
You can add devices by:
Use Add Credentials button to specify custom device credentials.
Click Next to find devices in specified addresses.
Note: Currently, ASIC Hub cannot detect ASIC IP address change so we recommend to assign static IP addresses for ASICs to avoid ASIC IP address change.
After scan process, you will see a list of ASICs recognized by Hub.
Specify farm hash for a destination farm in Hive OS and click Next to register devices in Hive OS and Hub.
hubctl
toolNew ASICs can be registered in ASIC Hub using hubctl
tool.
Use the following commands to add devices:
hubctl devices add
- Add devices by IP addresshubctl devices add-cidr
- Add devices using CIDRhubctl devices add-range
- Add devices by IP rangeUse hubctl devices --help
for full commands list.
Quick Nav