mirror of
https://github.com/Death916/minestart.git
synced 2026-04-10 03:33:43 -07:00
add new miners
This commit is contained in:
parent
ec13bf0052
commit
a0a2d00d0b
1 changed files with 146 additions and 144 deletions
|
|
@ -6,6 +6,7 @@ from subprocess import CREATE_NEW_CONSOLE
|
||||||
import GPUtil as gpu
|
import GPUtil as gpu
|
||||||
import keyboard
|
import keyboard
|
||||||
import psutil
|
import psutil
|
||||||
|
import sys
|
||||||
|
|
||||||
gameList = {"gears": "gears5.exe",
|
gameList = {"gears": "gears5.exe",
|
||||||
"outer_worlds": "IndianaWindowsStore-Win64-Shipping.exe",
|
"outer_worlds": "IndianaWindowsStore-Win64-Shipping.exe",
|
||||||
|
|
@ -16,6 +17,7 @@ gameList = {"gears": "gears5.exe",
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
miners = ['ccminer.exe', 'nanominer.exe']
|
||||||
|
|
||||||
def checkgpu():
|
def checkgpu():
|
||||||
card = gpu.getGPUs()
|
card = gpu.getGPUs()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue