You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Allows you to control multiple ethOS rigs on a network
5
+
> This script allows you to control multiple ethOS rigs via command line at the same time on a network. You can run `clear-thermals` (or any command) on every miner at the same time, or transfer a file to every miner sequencially, or reboot the miners with a 10 second delay between them. All actions can be done for every miner or for a range of miners on the network. By copying the program to another folder or naming it something different you can create a new config file with different parameters for a separate network.
6
6
7
7
8
8
## Table of Contents
@@ -28,7 +28,7 @@ sshpass is needed if you do not have ssh keys setup. The script will prompt you
28
28
29
29
## Usage
30
30
Rig Control Script over SSH from linux terminal
31
-
This script can be run in a linux environment, just add your panel to it and issue your command after the script<br>
31
+
This script can be run in a linux environment, on the first run it will start a configuration wizard, just add your panel to it and issue your command after the script<br>
0 commit comments