feature: rename MinerModels to MinerModel, and add device info in as properties of MinerData.
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
# See the License for the specific language governing permissions and -
|
||||
# limitations under the License. -
|
||||
# ------------------------------------------------------------------------------
|
||||
from pyasic.device.models import MinerModels
|
||||
from pyasic.device.models import MinerModel
|
||||
from pyasic.miners.device.makes import AvalonMinerMake
|
||||
|
||||
|
||||
class Avalon841(AvalonMinerMake):
|
||||
raw_model = MinerModels.AVALONMINER.Avalon841
|
||||
raw_model = MinerModel.AVALONMINER.Avalon841
|
||||
|
||||
expected_hashboards = 4
|
||||
expected_chips = 26
|
||||
|
||||
Reference in New Issue
Block a user