Feature - Add initial ePIC UMC support (#71)

* prelim support of ePIC UMC

* slowly adding things

* add most api calls

* add some guards

* fix post commands

* remove print

* catch when API returns error

* missing guard

* remove semicolon

* recommended changes

* add docs and changes

* respect ignore_errors
This commit is contained in:
JP Compagnone
2023-11-28 12:49:49 -05:00
committed by GitHub
parent 7d1f125b0b
commit 8701bbe4e2
14 changed files with 587 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ from .cgminer import *
from .hiveon import *
from .luxos import *
from .vnish import *
from .epic import *