forgot to mention screen usage for monitoring

This commit is contained in:
2017-07-02 19:34:14 -07:00
parent a61e4026e2
commit 244a81cf08

View File

@@ -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`