Locator was brought to you by minerstat to quickly find all of the ASICs connected to your local network. It allows you to export JSON file that can be imported as a workers list in your minerstat dashboard.
If you want to create your own JSON file to import workers to your minerstat dashboard, you can follow this template.
[
{
"worker": "Rig0001",
"type": "nvidia",
"system": "msos",
"groups": "GTX1080,Claymore",
"ip": "",
"ssh-username": "",
"ssh-password": ""
},
{
"worker": "S90001",
"type": "asic",
"system": "antminer",
"groups": "Area1",
"ip": "192.168.0.5",
"ssh-username": "root",
"ssh-password": "admin"
},
{
"worker": "S90002",
"type": "asic",
"system": "antminer",
"groups": "Area1",
"ip": "192.168.0.7",
"ssh-username": "root",
"ssh-password": "admin"
}
]
Please, if you are using custom templates, follow the next rules:
typemust be one of the following:nvidia,amd, orasic.systemmust bemsosorwindowsif the type isnvidiaoramd.systemmust beantminer,baikal, ordragonmintif the type isasic.groupsmust be divided by a comma. Group name should not exceed the length of 10 characters.workershould not exceed the length of 15 characters.ssh-usernameandssh-passwordare used only for typeasicand are not the same as on web interface. Default username/password forantminerisroot/admin, forbaikalisadmin/root, and fordragonmintisadmin/dragonadmin.