Merge remote-tracking branch 'origin/master'
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,27 +6,26 @@
|
||||
## Input Fields
|
||||
### Network IP:
|
||||
* Defaults to 192.168.1.0/24 (192.168.1.0 - 192.168.1.255)
|
||||
* Enter any IP on your local network, and it will automatically load your entire network with a /24 subnet (255 IP addresses)
|
||||
* You can also add a subnet mask by adding a / after the IP and entering the subnet mask
|
||||
* Press Scan to scan the selected network for miners
|
||||
* Enter any IP on your local network, and it will automatically load your entire network with a /24 subnet (255 IP addresses).
|
||||
* You can also add a subnet mask by adding a / after the IP and entering the subnet mask.
|
||||
* Press Scan to scan the selected network for miners, and get data on them.
|
||||
|
||||
### IP List File:
|
||||
* Use the Browse button to select a file
|
||||
* Use the Import button to import all IP addresses from a file, regardless of where they are located in the file
|
||||
* Use the Export button to export all IP addresses (or all selected IP addresses if you select some) to a file, with each separated by a new line
|
||||
* Use the Browse button to select a file.
|
||||
* Use the Import button to import all IP addresses from a file, regardless of where they are located in the file.
|
||||
* Use the Export button to export all IP addresses (or all selected IP addresses if you select some) to a file, with each separated by a new line.
|
||||
|
||||
### Config File:
|
||||
* Use the Browse button to select a file
|
||||
* Use the Import button to import the config file (only toml format is implemented right now)
|
||||
* Use the Export button to export the config file in toml format
|
||||
* Use the Browse button to select a file.
|
||||
* Use the Import button to import the config file (only toml format is implemented right now).
|
||||
* Use the Export button to export the config file in toml format.
|
||||
|
||||
|
||||
---
|
||||
## Data Fields
|
||||
### Buttons:
|
||||
* ALL: Selects all miners in the table, or deselects all if they are already all selected.
|
||||
* GET DATA: Gets data for the currently selected miners, or all miners if none are selected.
|
||||
* Additionally, if no miners have been scanned, this will also run a scan then get data on those miners.
|
||||
* REFRESH DATA: Refreshes data for the currently selected miners, or all miners if none are selected.
|
||||
* OPEN IN WEB: Opens all currently selected miners web interfaces in your default browser.
|
||||
|
||||
### Table:
|
||||
@@ -34,7 +33,7 @@
|
||||
* You can copy (CTRL + C) a list of IP's directly from the rows selected in the table.
|
||||
|
||||
* #### IP:
|
||||
* Contains all the IP's scanned
|
||||
* Contains all the IP's scanned.
|
||||
|
||||
* #### Model:
|
||||
* The model of the miners scanned.
|
||||
@@ -57,8 +56,8 @@
|
||||
* 0 W will be displayed if it is unknown.
|
||||
|
||||
### Config:
|
||||
* This field contains the configuration file either imported from a miner or from a file
|
||||
* The IMPORT button imports the configuration file from any 1 selected miner to the config textbox
|
||||
* The CONFIG button configures all selected miners with the config in the config textbox
|
||||
* The LIGHT button turns on the fault light/locator light on miners that support it (Only BraiinsOS for now)
|
||||
* The GENERATE button generates a new basic config in the config textbox
|
||||
* This field contains the configuration file either imported from a miner or from a file.
|
||||
* The IMPORT button imports the configuration file from any 1 selected miner to the config textbox.
|
||||
* The CONFIG button configures all selected miners with the config in the config textbox.
|
||||
* The LIGHT button turns on the fault light/locator light on miners that support it (Only BraiinsOS for now).
|
||||
* The GENERATE button generates a new basic config in the config textbox.
|
||||
|
||||
Reference in New Issue
Block a user