-
Notifications
You must be signed in to change notification settings - Fork 40
/
SWARM Terminal.bat
40 lines (40 loc) · 1.2 KB
/
SWARM Terminal.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@Echo Off
cd /D %~dp0
ECHO You can run terminal commands here.
ECHO Commands such as:
echo.
echo.
ECHO 'get stats' (gets miner stats)
ECHO 'get active' (gets mining history)
ECHO 'get help' (shows most commands and usage)
ECHO 'bench bans' (resets all AI bans)
ECHO 'version query' (lists all miners and their versions)
ECHO 'version update' (updates a current miner)
ECHO 'swarm_help' (starts configuration help)
ECHO 'clear_profits' (deletes all profit data from pools)
ECHO 'clear_watts' (removes all saved wattometer readings)
echo.
ECHO Note- all these commands can be ran and auto refreshed
ECHO Using 'nview' command
ECHO Example:
echo.
ECHO nview -n 30 -OnChange get stats 5
echo.
ECHO This command will run get stats 5 every 30 seconds
ECHO and refresh screen if data has changed.
ECHO 'get stats 5' will get top 5 stats.
ECHO 'get stats lite' will get stats in Cell-Phone
ECHO friendly format (List format)
echo.
echo.
echo.
ECHO For full command list, see: https://github.com/MaynardMiner/SWARM/wiki
echo.
echo.
ECHO Or type 'get help'
echo.
ECHO Starting CMD.exe
echo.
echo.
echo.
cmd.exe /D %~dp0