In case you have an ASIC (either Antminer or any other brand) or more of them and you want an easy way to find its IP address, we suggest you to check Locator. Locator is a free software that can be used by anyone (so it is not limited to minerstat users or customers) and helps you find the ASICs in your local network and their IP addresses. All you need to do is:
The results will be available in JSON format, like this:
[
{
"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"
}
]
You will be able to import the results to your minerstat workers' list or use them as you like.
Was this article helpful?