Free software that finds all ASIC devices on your network.
Locator will search for all the ASICs in the network.
The software will guide you from the first step to the last one when you will be able to export the JSON file with found devices.
Your minerstat dashboard allows you to import your workers from the generated JSON file.
Before saving the workers you will be able to duplicate the workers and edit any information.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{
"worker": "S90001",
"type": "asic",
"system": "antminer",
"groups": "Group1,Group2",
"ip": "192.168.0.5",
"ssh-username": "root",
"ssh-password": "admin"
},
{
"worker": "S90002",
"type": "asic",
"system": "antminer",
"groups": "Group1,Group2",
"ip": "192.168.0.6",
"ssh-username": "root",
"ssh-password": "admin"
}
]
Read the tutorial that will help you set the software up and import all of your workers