commit 37293136e5d91177acfb21da0669a81fc2b9f53f Author: Death916 Date: Mon Feb 10 20:00:09 2020 -0800 start diff --git a/minestart.py b/minestart.py new file mode 100644 index 0000000..557d3ea --- /dev/null +++ b/minestart.py @@ -0,0 +1,9 @@ +"""" restart miner when gpu is low usage and kill miner if already running +""" + +import GPUtil +import psutil + + + +