add ePIC Blockminer 520i support

This commit is contained in:
John-Paul Compagnone
2024-02-11 10:55:49 -05:00
parent ab0dcd607b
commit c25ff6fcef
10 changed files with 91 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ from .avalonminer import *
from .goldshell import *
from .innosilicon import *
from .whatsminer import *
from .epic import *

View File

@@ -0,0 +1 @@
from .blockminer import *

View File

@@ -0,0 +1 @@
from .blockminer import *

View File

@@ -0,0 +1,7 @@
from pyasic.miners.makes import ePICMake
class Blockminer520(ePICMake):
raw_model = "Blockminer 520i"
expected_chips = 124
expected_fans = 4