forgot to mention screen usage for monitoring
This commit is contained in:
11
README.md
11
README.md
@@ -53,3 +53,14 @@ factory-overclocked and with a massive coooler) on an Asus Prime Z270-AR,
|
||||
driven by a Thermaltake 650W 80+ Bronze power supply. Wall power is
|
||||
measured with a Kill-a-Watt. Some miners (such as the EWBF miner) show
|
||||
power usage at the card.
|
||||
|
||||
Miners are started in Screen sessions (http://www.gnu.org/software/screen)
|
||||
that can be viewed over an ssh login session:
|
||||
|
||||
`screen -dr miner`
|
||||
|
||||
When the rig switches algorithms, the Screen session will be closed and a
|
||||
new one opened. Repeat the above to monitor it, or you could use something
|
||||
like this on a monitoring workstation:
|
||||
|
||||
`while true; do screen -dr miner; done`
|
||||
|
||||
Reference in New Issue
Block a user