mirror of
https://github.com/Death916/minestart.git
synced 2026-04-10 03:33:43 -07:00
.
This commit is contained in:
parent
3a91d150f1
commit
6cf6846c93
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import GPUtil as gpu
|
|||
import keyboard
|
||||
import psutil
|
||||
import sys
|
||||
import os
|
||||
|
||||
gameList = {"gears": "gears5.exe",
|
||||
"outer_worlds": "IndianaWindowsStore-Win64-Shipping.exe",
|
||||
|
|
@ -18,6 +19,7 @@ gameList = {"gears": "gears5.exe",
|
|||
|
||||
}
|
||||
|
||||
curminer
|
||||
miners = ['ccminer.exe', 'nanominer.exe']
|
||||
|
||||
def checkgpu():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue