Skip to content

Commit a2a960f

Browse files
committed
added moreDescription and usage info
1 parent 37f05d8 commit a2a960f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![readme style standard](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
44

5-
> 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.
66
77

88
## Table of Contents
@@ -28,7 +28,7 @@ sshpass is needed if you do not have ssh keys setup. The script will prompt you
2828

2929
## Usage
3030
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>
3232
~~~
3333
Usage: ./ec [-r|-s|-k|-h|-q] [-d 1m] [-c "minercommand && minercommand2"] [-f path/to/orgin/file path/to/remote/file]
3434
-r will delete the config (stored in current directory)
@@ -43,12 +43,12 @@ Usage: ./ec [-r|-s|-k|-h|-q] [-d 1m] [-c "minercommand && minercommand2"] [-f pa
4343
~~~
4444
Examples:
4545
~~~
46-
./ec sudo update-miners && sudo service ethos-miner-monitor restart’
46+
./ec sudo update-miners
4747
./ec -c show stats
48-
./ec -qc 'putconf && minestop'
49-
./ec -d0 -c 'tail -1 /var/run/ethos/miner_hashes.file | sed \'s/ /+/g\' | bc'
48+
./ec -qc putconf \&\& minestop
49+
./ec -d0 -c "tail -1 /var/run/ethos/miner_hashes.file \| sed \'s/ /+/g\' \| bc"
5050
./ec -f rx5708-113-XFXD009-100-samsung-modifiedstraps.rom /home/ethos/
51-
./ec1 -d0 -c 'i=0;while [ $i -le 5 ]; do sudo atiflash -p $i rx5708-113-XFXD009-100-samsung-modifiedstraps.rom ;((i++));done'
51+
./ec -d0 -c 'i=0;while [ $i -le 5 ]; do sudo atiflash -p $i rx5708-113-XFXD009-100-samsung-modifiedstraps.rom ;((i++));done'
5252
./ec -qc 'ver=$(cat /opt/ethos/etc/version);if [ "$ver" != "1.3.1" ]; then echo "I am $(ethos-readconf worker)" ; fi'
5353
~~~
5454

@@ -64,7 +64,7 @@ cYnIxX3 - cynixx3@gmail.com
6464

6565
## Contribute
6666

67-
Feel free to ask questions, request features, or post issues here. Donations are much appreciated. Pulls are appreciated after testing.
67+
Feel free to ask questions, request features, or post issues here. Donations are much needed. Pulls are appreciated after testing.
6868

6969
## License
7070

0 commit comments

Comments
 (0)