repo stringlengths 7 90 | file_url stringlengths 81 315 | file_path stringlengths 4 228 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 14:38:15 2026-01-05 02:33:18 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/antminer/hiveon/X19/T19.py | pyasic/miners/antminer/hiveon/X19/T19.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import HiveonModern
from pyasic.miners.device.models import T19
class HiveonT19(HiveonModern, T19):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/luckyminer/__init__.py | pyasic/miners/luckyminer/__init__.py | from .espminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/luckyminer/espminer/__init__.py | pyasic/miners/luckyminer/espminer/__init__.py | from .LV import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/luckyminer/espminer/LV/LV07.py | pyasic/miners/luckyminer/espminer/LV/LV07.py | from pyasic.miners.backends.luckyminer import LuckyMiner
from pyasic.miners.device.models.luckyminer import LV07
class LuckyMinerLV07(LuckyMiner, LV07):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/luckyminer/espminer/LV/LV08.py | pyasic/miners/luckyminer/espminer/LV/LV08.py | from pyasic.miners.backends.luckyminer import LuckyMiner
from pyasic.miners.device.models.luckyminer import LV08
class LuckyMinerLV08(LuckyMiner, LV08):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/luckyminer/espminer/LV/__init__.py | pyasic/miners/luckyminer/espminer/LV/__init__.py | from .LV07 import LuckyMinerLV07
from .LV08 import LuckyMinerLV08
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/__init__.py | pyasic/miners/auradine/__init__.py | from .flux import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/__init__.py | pyasic/miners/auradine/flux/__init__.py | from .AD import *
from .AI import *
from .AT import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AD/AT2.py | pyasic/miners/auradine/flux/AD/AT2.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAT2860, AuradineAT2880
class AuradineFluxAT2860(AuradineAT2860, Auradine):
pass
class AuradineFluxAT2880(AuradineAT2880, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AD/AT1.py | pyasic/miners/auradine/flux/AD/AT1.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAT1500
class AuradineFluxAT1500(AuradineAT1500, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AD/__init__.py | pyasic/miners/auradine/flux/AD/__init__.py | from .AT1 import AuradineFluxAT1500
from .AT2 import AuradineFluxAT2860, AuradineFluxAT2880
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AT/AD3.py | pyasic/miners/auradine/flux/AT/AD3.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAD3500
class AuradineFluxAD3500(AuradineAD3500, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AT/AD2.py | pyasic/miners/auradine/flux/AT/AD2.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAD2500
class AuradineFluxAD2500(AuradineAD2500, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AT/__init__.py | pyasic/miners/auradine/flux/AT/__init__.py | from .AD2 import AuradineFluxAD2500
from .AD3 import AuradineFluxAD3500
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AI/__init__.py | pyasic/miners/auradine/flux/AI/__init__.py | from .AI2 import AuradineFluxAI2500
from .AI3 import AuradineFluxAI3680
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AI/AI3.py | pyasic/miners/auradine/flux/AI/AI3.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAI3680
class AuradineFluxAI3680(AuradineAI3680, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/auradine/flux/AI/AI2.py | pyasic/miners/auradine/flux/AI/AI2.py | from pyasic.miners.backends import Auradine
from pyasic.miners.device.models import AuradineAI2500
class AuradineFluxAI2500(AuradineAI2500, Auradine):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/volcminer/__init__.py | pyasic/miners/volcminer/__init__.py | from .blackminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/volcminer/blackminer/__init__.py | pyasic/miners/volcminer/blackminer/__init__.py | from .DX import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/volcminer/blackminer/DX/D1.py | pyasic/miners/volcminer/blackminer/DX/D1.py | from pyasic.device.algorithm.hashrate.unit.scrypt import ScryptUnit
from pyasic.device.algorithm.scrypt import ScryptHashRate
from pyasic.miners.backends import BlackMiner
from pyasic.miners.device.models import D1
class VolcMinerD1(BlackMiner, D1):
sticker_hashrate = ScryptHashRate(rate=15.15, unit=ScryptUnit.GH)
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/volcminer/blackminer/DX/__init__.py | pyasic/miners/volcminer/blackminer/DX/__init__.py | from .D1 import VolcMinerD1
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/braiins/__init__.py | pyasic/miners/braiins/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .braiins import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/braiins/braiins/__init__.py | pyasic/miners/braiins/braiins/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .BMM import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/braiins/braiins/BMM/BMM.py | pyasic/miners/braiins/braiins/BMM/BMM.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import BOSer
from pyasic.miners.device.models import BMM100, BMM101
class BraiinsBMM100(BOSer, BMM100):
pass
class BraiinsBMM101(BOSer, BMM101):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/braiins/braiins/BMM/__init__.py | pyasic/miners/braiins/braiins/BMM/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .BMM import BraiinsBMM100, BraiinsBMM101
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/__init__.py | pyasic/miners/innosilicon/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .cgminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/__init__.py | pyasic/miners/innosilicon/cgminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A10X import *
from .A11X import *
from .T3X import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/A11X/A11M.py | pyasic/miners/innosilicon/cgminer/A11X/A11M.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends.innosilicon import Innosilicon
from pyasic.miners.device.models import A11MX
class InnosiliconA11MX(Innosilicon, A11MX):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/A11X/A11.py | pyasic/miners/innosilicon/cgminer/A11X/A11.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends.innosilicon import Innosilicon
from pyasic.miners.device.models import A11
class InnosiliconA11(Innosilicon, A11):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/A11X/__init__.py | pyasic/miners/innosilicon/cgminer/A11X/__init__.py | from .A11 import InnosiliconA11
from .A11M import InnosiliconA11MX
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/A10X/__init__.py | pyasic/miners/innosilicon/cgminer/A10X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A10X import InnosiliconA10X
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/A10X/A10X.py | pyasic/miners/innosilicon/cgminer/A10X/A10X.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends.innosilicon import Innosilicon
from pyasic.miners.device.models import A10X
class InnosiliconA10X(Innosilicon, A10X):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/T3X/T3H.py | pyasic/miners/innosilicon/cgminer/T3X/T3H.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends.innosilicon import Innosilicon
from pyasic.miners.device.models import T3HPlus
class InnosiliconT3HPlus(Innosilicon, T3HPlus):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/innosilicon/cgminer/T3X/__init__.py | pyasic/miners/innosilicon/cgminer/T3X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .T3H import InnosiliconT3HPlus
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/__init__.py | pyasic/miners/avalonminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .cgminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/__init__.py | pyasic/miners/avalonminer/cgminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A7X import *
from .A8X import *
from .A9X import *
from .A10X import *
from .A11X import *
from .A12X import *
from .A15X import *
from .mini import *
from .nano import *
from .Q import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/mini/mini3.py | pyasic/miners/avalonminer/cgminer/mini/mini3.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from typing import Any
from pyasic import APIError
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.data import (
DataFunction,
DataLocations,
DataOptions,
RPCAPICommand,
WebAPICommand,
)
from pyasic.miners.device.models import AvalonMini3
from pyasic.web.avalonminer import AvalonMinerWebAPI
AVALON_MINI_DATA_LOC = DataLocations(
**{
str(DataOptions.MAC): DataFunction(
"_get_mac",
[WebAPICommand("web_minerinfo", "minerinfo")],
),
str(DataOptions.API_VERSION): DataFunction(
"_get_api_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.FW_VERSION): DataFunction(
"_get_fw_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.HASHRATE): DataFunction(
"_get_hashrate",
[RPCAPICommand("rpc_devs", "devs")],
),
str(DataOptions.EXPECTED_HASHRATE): DataFunction(
"_get_expected_hashrate",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.HASHBOARDS): DataFunction(
"_get_hashboards",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.ENVIRONMENT_TEMP): DataFunction(
"_get_env_temp",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE_LIMIT): DataFunction(
"_get_wattage_limit",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE): DataFunction(
"_get_wattage",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FANS): DataFunction(
"_get_fans",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FAULT_LIGHT): DataFunction(
"_get_fault_light",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.UPTIME): DataFunction(
"_get_uptime",
[RPCAPICommand("rpc_stats", "stats")],
),
str(DataOptions.POOLS): DataFunction(
"_get_pools",
[RPCAPICommand("rpc_pools", "pools")],
),
}
)
class CGMinerAvalonMini3(AvalonMiner, AvalonMini3):
_web_cls = AvalonMinerWebAPI
web: AvalonMinerWebAPI
data_locations = AVALON_MINI_DATA_LOC
async def _get_mac(self, web_minerinfo: dict[Any, Any] | None = None) -> str | None:
if web_minerinfo is None:
try:
# Try get_miner_info first (with underscore)
web_minerinfo = await self.web.miner_info()
except APIError:
try:
# Fallback to get_minerinfo
web_minerinfo = await self.web.minerinfo()
except APIError:
return None
if web_minerinfo is not None:
try:
mac = web_minerinfo.get("mac")
if mac is not None:
return mac.upper()
except (KeyError, ValueError):
pass
return None
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/mini/__init__.py | pyasic/miners/avalonminer/cgminer/mini/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .mini3 import CGMinerAvalonMini3
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A11X/A1126.py | pyasic/miners/avalonminer/cgminer/A11X/A1126.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1126Pro
class CGMinerAvalon1126Pro(AvalonMiner, Avalon1126Pro):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A11X/__init__.py | pyasic/miners/avalonminer/cgminer/A11X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A1126 import CGMinerAvalon1126Pro
from .A1166 import CGMinerAvalon1166Pro
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A11X/A1166.py | pyasic/miners/avalonminer/cgminer/A11X/A1166.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1166Pro
class CGMinerAvalon1166Pro(AvalonMiner, Avalon1166Pro):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A7X/A761.py | pyasic/miners/avalonminer/cgminer/A7X/A761.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon761
class CGMinerAvalon761(AvalonMiner, Avalon761):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A7X/A741.py | pyasic/miners/avalonminer/cgminer/A7X/A741.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon741
class CGMinerAvalon741(AvalonMiner, Avalon741):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A7X/__init__.py | pyasic/miners/avalonminer/cgminer/A7X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A721 import CGMinerAvalon721
from .A741 import CGMinerAvalon741
from .A761 import CGMinerAvalon761
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A7X/A721.py | pyasic/miners/avalonminer/cgminer/A7X/A721.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon721
class CGMinerAvalon721(AvalonMiner, Avalon721):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A10X/A1066.py | pyasic/miners/avalonminer/cgminer/A10X/A1066.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1066
class CGMinerAvalon1066(AvalonMiner, Avalon1066):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A10X/A1047.py | pyasic/miners/avalonminer/cgminer/A10X/A1047.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1047
class CGMinerAvalon1047(AvalonMiner, Avalon1047):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A10X/A1026.py | pyasic/miners/avalonminer/cgminer/A10X/A1026.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1026
class CGMinerAvalon1026(AvalonMiner, Avalon1026):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A10X/__init__.py | pyasic/miners/avalonminer/cgminer/A10X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A1026 import CGMinerAvalon1026
from .A1047 import CGMinerAvalon1047
from .A1066 import CGMinerAvalon1066
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A8X/A821.py | pyasic/miners/avalonminer/cgminer/A8X/A821.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon821
class CGMinerAvalon821(AvalonMiner, Avalon821):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A8X/A851.py | pyasic/miners/avalonminer/cgminer/A8X/A851.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon851
class CGMinerAvalon851(AvalonMiner, Avalon851):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A8X/__init__.py | pyasic/miners/avalonminer/cgminer/A8X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A821 import CGMinerAvalon821
from .A841 import CGMinerAvalon841
from .A851 import CGMinerAvalon851
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A8X/A841.py | pyasic/miners/avalonminer/cgminer/A8X/A841.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon841
class CGMinerAvalon841(AvalonMiner, Avalon841):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A9X/A921.py | pyasic/miners/avalonminer/cgminer/A9X/A921.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon921
class CGMinerAvalon921(AvalonMiner, Avalon921):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A9X/__init__.py | pyasic/miners/avalonminer/cgminer/A9X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A921 import CGMinerAvalon921
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A12X/A1246.py | pyasic/miners/avalonminer/cgminer/A12X/A1246.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1246
class CGMinerAvalon1246(AvalonMiner, Avalon1246):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A12X/__init__.py | pyasic/miners/avalonminer/cgminer/A12X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A1246 import CGMinerAvalon1246
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A15X/A1566.py | pyasic/miners/avalonminer/cgminer/A15X/A1566.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import Avalon1566
class CGMinerAvalon1566(AvalonMiner, Avalon1566):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/A15X/__init__.py | pyasic/miners/avalonminer/cgminer/A15X/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A1566 import CGMinerAvalon1566
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/Q/Q.py | pyasic/miners/avalonminer/cgminer/Q/Q.py | # ------------------------------------------------------------------------------
# Copyright 2025 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.device.models import AvalonQHome
class CGMinerAvalonQHome(AvalonMiner, AvalonQHome):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/Q/__init__.py | pyasic/miners/avalonminer/cgminer/Q/__init__.py | from .Q import CGMinerAvalonQHome
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/nano/nano3.py | pyasic/miners/avalonminer/cgminer/nano/nano3.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from typing import Any
from pyasic import APIError
from pyasic.data.boards import HashBoard
from pyasic.device.algorithm import AlgoHashRateType
from pyasic.miners.backends import AvalonMiner
from pyasic.miners.data import (
DataFunction,
DataLocations,
DataOptions,
RPCAPICommand,
WebAPICommand,
)
from pyasic.miners.device.models import AvalonNano3, AvalonNano3s
from pyasic.web.avalonminer import AvalonMinerWebAPI
AVALON_NANO_DATA_LOC = DataLocations(
**{
str(DataOptions.MAC): DataFunction(
"_get_mac",
[WebAPICommand("web_minerinfo", "minerinfo")],
),
str(DataOptions.API_VERSION): DataFunction(
"_get_api_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.FW_VERSION): DataFunction(
"_get_fw_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.HASHRATE): DataFunction(
"_get_hashrate",
[RPCAPICommand("rpc_devs", "devs")],
),
str(DataOptions.EXPECTED_HASHRATE): DataFunction(
"_get_expected_hashrate",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.HASHBOARDS): DataFunction(
"_get_hashboards",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.ENVIRONMENT_TEMP): DataFunction(
"_get_env_temp",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE_LIMIT): DataFunction(
"_get_wattage_limit",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE): DataFunction(
"_get_wattage",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FANS): DataFunction(
"_get_fans",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FAULT_LIGHT): DataFunction(
"_get_fault_light",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.UPTIME): DataFunction(
"_get_uptime",
[RPCAPICommand("rpc_stats", "stats")],
),
str(DataOptions.POOLS): DataFunction(
"_get_pools",
[RPCAPICommand("rpc_pools", "pools")],
),
}
)
AVALON_NANO3S_DATA_LOC = DataLocations(
**{
str(DataOptions.MAC): DataFunction(
"_get_mac",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.API_VERSION): DataFunction(
"_get_api_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.FW_VERSION): DataFunction(
"_get_fw_ver",
[RPCAPICommand("rpc_version", "version")],
),
str(DataOptions.HASHRATE): DataFunction(
"_get_hashrate",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.EXPECTED_HASHRATE): DataFunction(
"_get_expected_hashrate",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.HASHBOARDS): DataFunction(
"_get_hashboards",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.ENVIRONMENT_TEMP): DataFunction(
"_get_env_temp",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE_LIMIT): DataFunction(
"_get_wattage_limit",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.WATTAGE): DataFunction(
"_get_wattage",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FANS): DataFunction(
"_get_fans",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.FAULT_LIGHT): DataFunction(
"_get_fault_light",
[RPCAPICommand("rpc_estats", "estats")],
),
str(DataOptions.UPTIME): DataFunction(
"_get_uptime",
[RPCAPICommand("rpc_stats", "stats")],
),
str(DataOptions.POOLS): DataFunction(
"_get_pools",
[RPCAPICommand("rpc_pools", "pools")],
),
}
)
class CGMinerAvalonNano3(AvalonMiner, AvalonNano3):
_web_cls = AvalonMinerWebAPI
web: AvalonMinerWebAPI
data_locations = AVALON_NANO_DATA_LOC
async def _get_mac(self, web_minerinfo: dict[Any, Any] | None = None) -> str | None:
if web_minerinfo is None:
try:
# Try get_miner_info first (with underscore)
web_minerinfo = await self.web.miner_info()
except APIError:
try:
# Fallback to get_minerinfo
web_minerinfo = await self.web.minerinfo()
except APIError:
return None
if web_minerinfo is not None:
try:
mac = web_minerinfo.get("mac")
if mac is not None:
return mac.upper()
except (KeyError, ValueError):
pass
return None
class CGMinerAvalonNano3s(AvalonMiner, AvalonNano3s):
data_locations = AVALON_NANO3S_DATA_LOC
async def _get_wattage(self, rpc_estats: dict | None = None) -> int | None:
if rpc_estats is None:
try:
rpc_estats = await self.rpc.estats()
except APIError:
return None
if rpc_estats is not None:
try:
parsed_estats = self.parse_estats(rpc_estats)["STATS"][0]["MM ID0"]
return int(parsed_estats["PS"][6])
except (IndexError, KeyError, ValueError, TypeError):
pass
return None
async def _get_hashrate(
self, rpc_estats: dict | None = None
) -> AlgoHashRateType | None:
if rpc_estats is None:
try:
rpc_estats = await self.rpc.estats()
except APIError:
return None
if rpc_estats is not None:
try:
parsed_estats = self.parse_estats(rpc_estats)["STATS"][0]["MM ID0"]
return self.algo.hashrate(
rate=float(parsed_estats["GHSspd"]), unit=self.algo.unit.GH
).into(self.algo.unit.default)
except (IndexError, KeyError, ValueError, TypeError):
pass
return None
async def _get_hashboards(self, rpc_estats: dict | None = None) -> list[HashBoard]:
hashboards = await AvalonMiner._get_hashboards(self, rpc_estats)
if rpc_estats is None:
try:
rpc_estats = await self.rpc.estats()
except APIError:
return hashboards
if rpc_estats is not None:
try:
parsed_estats = self.parse_estats(rpc_estats)["STATS"][0]["MM ID0"]
except (IndexError, KeyError, ValueError, TypeError):
return hashboards
for board in range(len(hashboards)):
try:
board_hr = parsed_estats["GHSspd"]
hashboards[board].hashrate = self.algo.hashrate(
rate=float(board_hr), unit=self.algo.unit.GH
).into(self.algo.unit.default)
except LookupError:
pass
return hashboards
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/avalonminer/cgminer/nano/__init__.py | pyasic/miners/avalonminer/cgminer/nano/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .nano3 import CGMinerAvalonNano3, CGMinerAvalonNano3s
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/blockminer/__init__.py | pyasic/miners/blockminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .epic import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/blockminer/epic/__init__.py | pyasic/miners/blockminer/epic/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .blockminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/blockminer/epic/blockminer/blockminer.py | pyasic/miners/blockminer/epic/blockminer/blockminer.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import ePIC
from pyasic.miners.device.models import (
BlockMiner520i,
BlockMiner720i,
BlockMinerELITE1,
)
class ePICBlockMiner520i(ePIC, BlockMiner520i):
pass
class ePICBlockMiner720i(ePIC, BlockMiner720i):
pass
class ePICBlockMinerELITE1(ePIC, BlockMinerELITE1):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/blockminer/epic/blockminer/__init__.py | pyasic/miners/blockminer/epic/blockminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .blockminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/__init__.py | pyasic/miners/whatsminer/__init__.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .btminer import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/__init__.py | pyasic/miners/whatsminer/btminer/__init__.py | from .M2X import *
from .M3X import *
from .M5X import *
from .M6X import *
from .M7X import *
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31.py | pyasic/miners/whatsminer/btminer/M3X/M31.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31V10
class BTMinerM31V10(M3X, M31V10):
pass
from pyasic.miners.device.models import M31V20
class BTMinerM31V20(M3X, M31V20):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M33.py | pyasic/miners/whatsminer/btminer/M3X/M33.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M33V10
class BTMinerM33V10(M3X, M33V10):
pass
from pyasic.miners.device.models import M33V20
class BTMinerM33V20(M3X, M33V20):
pass
from pyasic.miners.device.models import M33V30
class BTMinerM33V30(M3X, M33V30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31S_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M31S_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31SPlusV10
class BTMinerM31SPlusV10(M3X, M31SPlusV10):
pass
from pyasic.miners.device.models import M31SPlusV100
class BTMinerM31SPlusV100(M3X, M31SPlusV100):
pass
from pyasic.miners.device.models import M31SPlusV20
class BTMinerM31SPlusV20(M3X, M31SPlusV20):
pass
from pyasic.miners.device.models import M31SPlusV30
class BTMinerM31SPlusV30(M3X, M31SPlusV30):
pass
from pyasic.miners.device.models import M31SPlusV40
class BTMinerM31SPlusV40(M3X, M31SPlusV40):
pass
from pyasic.miners.device.models import M31SPlusV50
class BTMinerM31SPlusV50(M3X, M31SPlusV50):
pass
from pyasic.miners.device.models import M31SPlusV60
class BTMinerM31SPlusV60(M3X, M31SPlusV60):
pass
from pyasic.miners.device.models import M31SPlusV80
class BTMinerM31SPlusV80(M3X, M31SPlusV80):
pass
from pyasic.miners.device.models import M31SPlusV90
class BTMinerM31SPlusV90(M3X, M31SPlusV90):
pass
from pyasic.miners.device.models import M31SPlusVE10
class BTMinerM31SPlusVE10(M3X, M31SPlusVE10):
pass
from pyasic.miners.device.models import M31SPlusVE20
class BTMinerM31SPlusVE20(M3X, M31SPlusVE20):
pass
from pyasic.miners.device.models import M31SPlusVE30
class BTMinerM31SPlusVE30(M3X, M31SPlusVE30):
pass
from pyasic.miners.device.models import M31SPlusVE40
class BTMinerM31SPlusVE40(M3X, M31SPlusVE40):
pass
from pyasic.miners.device.models import M31SPlusVE50
class BTMinerM31SPlusVE50(M3X, M31SPlusVE50):
pass
from pyasic.miners.device.models import M31SPlusVE60
class BTMinerM31SPlusVE60(M3X, M31SPlusVE60):
pass
from pyasic.miners.device.models import M31SPlusVE80
class BTMinerM31SPlusVE80(M3X, M31SPlusVE80):
pass
from pyasic.miners.device.models import M31SPlusVF20
class BTMinerM31SPlusVF20(M3X, M31SPlusVF20):
pass
from pyasic.miners.device.models import M31SPlusVF30
class BTMinerM31SPlusVF30(M3X, M31SPlusVF30):
pass
from pyasic.miners.device.models import M31SPlusVG20
class BTMinerM31SPlusVG20(M3X, M31SPlusVG20):
pass
from pyasic.miners.device.models import M31SPlusVG30
class BTMinerM31SPlusVG30(M3X, M31SPlusVG30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M36S_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M36S_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M36SPlusVG30
class BTMinerM36SPlusVG30(M3X, M36SPlusVG30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M33S.py | pyasic/miners/whatsminer/btminer/M3X/M33S.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M33SVG30
class BTMinerM33SVG30(M3X, M33SVG30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M36S.py | pyasic/miners/whatsminer/btminer/M3X/M36S.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M36SVE10
class BTMinerM36SVE10(M3X, M36SVE10):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30L.py | pyasic/miners/whatsminer/btminer/M3X/M30L.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30LV10
class BTMinerM30LV10(M3X, M30LV10):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M36S_Plus_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M36S_Plus_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M36SPlusPlusVH30
class BTMinerM36SPlusPlusVH30(M3X, M36SPlusPlusVH30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31H.py | pyasic/miners/whatsminer/btminer/M3X/M31H.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31HV10
class BTMinerM31HV10(M3X, M31HV10):
pass
from pyasic.miners.device.models import M31HV40
class BTMinerM31HV40(M3X, M31HV40):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31L.py | pyasic/miners/whatsminer/btminer/M3X/M31L.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31LV10
class BTMinerM31LV10(M3X, M31LV10):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M32S.py | pyasic/miners/whatsminer/btminer/M3X/M32S.py | # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M32S
class BTMinerM32S(M3X, M32S):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30.py | pyasic/miners/whatsminer/btminer/M3X/M30.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30V10
class BTMinerM30V10(M3X, M30V10):
pass
from pyasic.miners.device.models import M30V20
class BTMinerM30V20(M3X, M30V20):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30S_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M30S_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30SPlusV10
class BTMinerM30SPlusV10(M3X, M30SPlusV10):
pass
from pyasic.miners.device.models import M30SPlusV100
class BTMinerM30SPlusV100(M3X, M30SPlusV100):
pass
from pyasic.miners.device.models import M30SPlusV20
class BTMinerM30SPlusV20(M3X, M30SPlusV20):
pass
from pyasic.miners.device.models import M30SPlusV30
class BTMinerM30SPlusV30(M3X, M30SPlusV30):
pass
from pyasic.miners.device.models import M30SPlusV40
class BTMinerM30SPlusV40(M3X, M30SPlusV40):
pass
from pyasic.miners.device.models import M30SPlusV50
class BTMinerM30SPlusV50(M3X, M30SPlusV50):
pass
from pyasic.miners.device.models import M30SPlusV60
class BTMinerM30SPlusV60(M3X, M30SPlusV60):
pass
from pyasic.miners.device.models import M30SPlusV70
class BTMinerM30SPlusV70(M3X, M30SPlusV70):
pass
from pyasic.miners.device.models import M30SPlusV80
class BTMinerM30SPlusV80(M3X, M30SPlusV80):
pass
from pyasic.miners.device.models import M30SPlusV90
class BTMinerM30SPlusV90(M3X, M30SPlusV90):
pass
from pyasic.miners.device.models import M30SPlusVE100
class BTMinerM30SPlusVE100(M3X, M30SPlusVE100):
pass
from pyasic.miners.device.models import M30SPlusVE30
class BTMinerM30SPlusVE30(M3X, M30SPlusVE30):
pass
from pyasic.miners.device.models import M30SPlusVE40
class BTMinerM30SPlusVE40(M3X, M30SPlusVE40):
pass
from pyasic.miners.device.models import M30SPlusVE50
class BTMinerM30SPlusVE50(M3X, M30SPlusVE50):
pass
from pyasic.miners.device.models import M30SPlusVE60
class BTMinerM30SPlusVE60(M3X, M30SPlusVE60):
pass
from pyasic.miners.device.models import M30SPlusVE70
class BTMinerM30SPlusVE70(M3X, M30SPlusVE70):
pass
from pyasic.miners.device.models import M30SPlusVE80
class BTMinerM30SPlusVE80(M3X, M30SPlusVE80):
pass
from pyasic.miners.device.models import M30SPlusVE90
class BTMinerM30SPlusVE90(M3X, M30SPlusVE90):
pass
from pyasic.miners.device.models import M30SPlusVF20
class BTMinerM30SPlusVF20(M3X, M30SPlusVF20):
pass
from pyasic.miners.device.models import M30SPlusVF30
class BTMinerM30SPlusVF30(M3X, M30SPlusVF30):
pass
from pyasic.miners.device.models import M30SPlusVG20
class BTMinerM30SPlusVG20(M3X, M30SPlusVG20):
pass
from pyasic.miners.device.models import M30SPlusVG30
class BTMinerM30SPlusVG30(M3X, M30SPlusVG30):
pass
from pyasic.miners.device.models import M30SPlusVG40
class BTMinerM30SPlusVG40(M3X, M30SPlusVG40):
pass
from pyasic.miners.device.models import M30SPlusVG50
class BTMinerM30SPlusVG50(M3X, M30SPlusVG50):
pass
from pyasic.miners.device.models import M30SPlusVG60
class BTMinerM30SPlusVG60(M3X, M30SPlusVG60):
pass
from pyasic.miners.device.models import M30SPlusVH10
class BTMinerM30SPlusVH10(M3X, M30SPlusVH10):
pass
from pyasic.miners.device.models import M30SPlusVH20
class BTMinerM30SPlusVH20(M3X, M30SPlusVH20):
pass
from pyasic.miners.device.models import M30SPlusVH30
class BTMinerM30SPlusVH30(M3X, M30SPlusVH30):
pass
from pyasic.miners.device.models import M30SPlusVH40
class BTMinerM30SPlusVH40(M3X, M30SPlusVH40):
pass
from pyasic.miners.device.models import M30SPlusVH50
class BTMinerM30SPlusVH50(M3X, M30SPlusVH50):
pass
from pyasic.miners.device.models import M30SPlusVH60
class BTMinerM30SPlusVH60(M3X, M30SPlusVH60):
pass
from pyasic.miners.device.models import M30SPlusVH70
class BTMinerM30SPlusVH70(M3X, M30SPlusVH70):
pass
from pyasic.miners.device.models import M30SPlusVI30
class BTMinerM30SPlusVI30(M3X, M30SPlusVI30):
pass
from pyasic.miners.device.models import M30SPlusVJ30
class BTMinerM30SPlusVJ30(M3X, M30SPlusVJ30):
pass
from pyasic.miners.device.models import M30SPlusVJ40
class BTMinerM30SPlusVJ40(M3X, M30SPlusVJ40):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30K.py | pyasic/miners/whatsminer/btminer/M3X/M30K.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30KV10
class BTMinerM30KV10(M3X, M30KV10):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M34S_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M34S_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M34SPlusVE10
class BTMinerM34SPlusVE10(M3X, M34SPlusVE10):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30S_Plus_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M30S_Plus_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30SPlusPlusV10
class BTMinerM30SPlusPlusV10(M3X, M30SPlusPlusV10):
pass
from pyasic.miners.device.models import M30SPlusPlusV20
class BTMinerM30SPlusPlusV20(M3X, M30SPlusPlusV20):
pass
from pyasic.miners.device.models import M30SPlusPlusVE30
class BTMinerM30SPlusPlusVE30(M3X, M30SPlusPlusVE30):
pass
from pyasic.miners.device.models import M30SPlusPlusVE40
class BTMinerM30SPlusPlusVE40(M3X, M30SPlusPlusVE40):
pass
from pyasic.miners.device.models import M30SPlusPlusVE50
class BTMinerM30SPlusPlusVE50(M3X, M30SPlusPlusVE50):
pass
from pyasic.miners.device.models import M30SPlusPlusVF40
class BTMinerM30SPlusPlusVF40(M3X, M30SPlusPlusVF40):
pass
from pyasic.miners.device.models import M30SPlusPlusVG30
class BTMinerM30SPlusPlusVG30(M3X, M30SPlusPlusVG30):
pass
from pyasic.miners.device.models import M30SPlusPlusVG40
class BTMinerM30SPlusPlusVG40(M3X, M30SPlusPlusVG40):
pass
from pyasic.miners.device.models import M30SPlusPlusVG50
class BTMinerM30SPlusPlusVG50(M3X, M30SPlusPlusVG50):
pass
from pyasic.miners.device.models import M30SPlusPlusVH10
class BTMinerM30SPlusPlusVH10(M3X, M30SPlusPlusVH10):
pass
from pyasic.miners.device.models import M30SPlusPlusVH100
class BTMinerM30SPlusPlusVH100(M3X, M30SPlusPlusVH100):
pass
from pyasic.miners.device.models import M30SPlusPlusVH110
class BTMinerM30SPlusPlusVH110(M3X, M30SPlusPlusVH110):
pass
from pyasic.miners.device.models import M30SPlusPlusVH20
class BTMinerM30SPlusPlusVH20(M3X, M30SPlusPlusVH20):
pass
from pyasic.miners.device.models import M30SPlusPlusVH30
class BTMinerM30SPlusPlusVH30(M3X, M30SPlusPlusVH30):
pass
from pyasic.miners.device.models import M30SPlusPlusVH40
class BTMinerM30SPlusPlusVH40(M3X, M30SPlusPlusVH40):
pass
from pyasic.miners.device.models import M30SPlusPlusVH50
class BTMinerM30SPlusPlusVH50(M3X, M30SPlusPlusVH50):
pass
from pyasic.miners.device.models import M30SPlusPlusVH60
class BTMinerM30SPlusPlusVH60(M3X, M30SPlusPlusVH60):
pass
from pyasic.miners.device.models import M30SPlusPlusVH70
class BTMinerM30SPlusPlusVH70(M3X, M30SPlusPlusVH70):
pass
from pyasic.miners.device.models import M30SPlusPlusVH80
class BTMinerM30SPlusPlusVH80(M3X, M30SPlusPlusVH80):
pass
from pyasic.miners.device.models import M30SPlusPlusVH90
class BTMinerM30SPlusPlusVH90(M3X, M30SPlusPlusVH90):
pass
from pyasic.miners.device.models import M30SPlusPlusVI30
class BTMinerM30SPlusPlusVI30(M3X, M30SPlusPlusVI30):
pass
from pyasic.miners.device.models import M30SPlusPlusVJ20
class BTMinerM30SPlusPlusVJ20(M3X, M30SPlusPlusVJ20):
pass
from pyasic.miners.device.models import M30SPlusPlusVJ30
class BTMinerM30SPlusPlusVJ30(M3X, M30SPlusPlusVJ30):
pass
from pyasic.miners.device.models import M30SPlusPlusVJ50
class BTMinerM30SPlusPlusVJ50(M3X, M30SPlusPlusVJ50):
pass
from pyasic.miners.device.models import M30SPlusPlusVJ60
class BTMinerM30SPlusPlusVJ60(M3X, M30SPlusPlusVJ60):
pass
from pyasic.miners.device.models import M30SPlusPlusVJ70
class BTMinerM30SPlusPlusVJ70(M3X, M30SPlusPlusVJ70):
pass
from pyasic.miners.device.models import M30SPlusPlusVK30
class BTMinerM30SPlusPlusVK30(M3X, M30SPlusPlusVK30):
pass
from pyasic.miners.device.models import M30SPlusPlusVK40
class BTMinerM30SPlusPlusVK40(M3X, M30SPlusPlusVK40):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/__init__.py | pyasic/miners/whatsminer/btminer/M3X/__init__.py | from .M30 import BTMinerM30V10, BTMinerM30V20
from .M30K import BTMinerM30KV10
from .M30L import BTMinerM30LV10
from .M30S import (
BTMinerM30SV10,
BTMinerM30SV20,
BTMinerM30SV30,
BTMinerM30SV40,
BTMinerM30SV50,
BTMinerM30SV60,
BTMinerM30SV70,
BTMinerM30SV80,
BTMinerM30SVE10,
BTMinerM30SVE20,
BTMinerM30SVE30,
BTMinerM30SVE40,
BTMinerM30SVE50,
BTMinerM30SVE60,
BTMinerM30SVE70,
BTMinerM30SVF10,
BTMinerM30SVF20,
BTMinerM30SVF30,
BTMinerM30SVG10,
BTMinerM30SVG20,
BTMinerM30SVG30,
BTMinerM30SVG40,
BTMinerM30SVH10,
BTMinerM30SVH20,
BTMinerM30SVH30,
BTMinerM30SVH40,
BTMinerM30SVH50,
BTMinerM30SVH60,
BTMinerM30SVI20,
BTMinerM30SVJ30,
)
from .M30S_Plus import (
BTMinerM30SPlusV10,
BTMinerM30SPlusV20,
BTMinerM30SPlusV30,
BTMinerM30SPlusV40,
BTMinerM30SPlusV50,
BTMinerM30SPlusV60,
BTMinerM30SPlusV70,
BTMinerM30SPlusV80,
BTMinerM30SPlusV90,
BTMinerM30SPlusV100,
BTMinerM30SPlusVE30,
BTMinerM30SPlusVE40,
BTMinerM30SPlusVE50,
BTMinerM30SPlusVE60,
BTMinerM30SPlusVE70,
BTMinerM30SPlusVE80,
BTMinerM30SPlusVE90,
BTMinerM30SPlusVE100,
BTMinerM30SPlusVF20,
BTMinerM30SPlusVF30,
BTMinerM30SPlusVG20,
BTMinerM30SPlusVG30,
BTMinerM30SPlusVG40,
BTMinerM30SPlusVG50,
BTMinerM30SPlusVG60,
BTMinerM30SPlusVH10,
BTMinerM30SPlusVH20,
BTMinerM30SPlusVH30,
BTMinerM30SPlusVH40,
BTMinerM30SPlusVH50,
BTMinerM30SPlusVH60,
BTMinerM30SPlusVH70,
BTMinerM30SPlusVI30,
BTMinerM30SPlusVJ30,
BTMinerM30SPlusVJ40,
)
from .M30S_Plus_Plus import (
BTMinerM30SPlusPlusV10,
BTMinerM30SPlusPlusV20,
BTMinerM30SPlusPlusVE30,
BTMinerM30SPlusPlusVE40,
BTMinerM30SPlusPlusVE50,
BTMinerM30SPlusPlusVF40,
BTMinerM30SPlusPlusVG30,
BTMinerM30SPlusPlusVG40,
BTMinerM30SPlusPlusVG50,
BTMinerM30SPlusPlusVH10,
BTMinerM30SPlusPlusVH20,
BTMinerM30SPlusPlusVH30,
BTMinerM30SPlusPlusVH40,
BTMinerM30SPlusPlusVH50,
BTMinerM30SPlusPlusVH60,
BTMinerM30SPlusPlusVH70,
BTMinerM30SPlusPlusVH80,
BTMinerM30SPlusPlusVH90,
BTMinerM30SPlusPlusVH100,
BTMinerM30SPlusPlusVH110,
BTMinerM30SPlusPlusVI30,
BTMinerM30SPlusPlusVJ20,
BTMinerM30SPlusPlusVJ30,
BTMinerM30SPlusPlusVJ50,
BTMinerM30SPlusPlusVJ60,
BTMinerM30SPlusPlusVJ70,
BTMinerM30SPlusPlusVK30,
BTMinerM30SPlusPlusVK40,
)
from .M31 import BTMinerM31V10, BTMinerM31V20
from .M31H import BTMinerM31HV10, BTMinerM31HV40
from .M31L import BTMinerM31LV10
from .M31S import (
BTMinerM31SV10,
BTMinerM31SV20,
BTMinerM31SV30,
BTMinerM31SV40,
BTMinerM31SV50,
BTMinerM31SV60,
BTMinerM31SV70,
BTMinerM31SV80,
BTMinerM31SV90,
BTMinerM31SVE10,
BTMinerM31SVE20,
BTMinerM31SVE30,
)
from .M31S_Plus import (
BTMinerM31SPlusV10,
BTMinerM31SPlusV20,
BTMinerM31SPlusV30,
BTMinerM31SPlusV40,
BTMinerM31SPlusV50,
BTMinerM31SPlusV60,
BTMinerM31SPlusV80,
BTMinerM31SPlusV90,
BTMinerM31SPlusV100,
BTMinerM31SPlusVE10,
BTMinerM31SPlusVE20,
BTMinerM31SPlusVE30,
BTMinerM31SPlusVE40,
BTMinerM31SPlusVE50,
BTMinerM31SPlusVE60,
BTMinerM31SPlusVE80,
BTMinerM31SPlusVF20,
BTMinerM31SPlusVF30,
BTMinerM31SPlusVG20,
BTMinerM31SPlusVG30,
)
from .M31SE import BTMinerM31SEV10, BTMinerM31SEV20, BTMinerM31SEV30
from .M32 import BTMinerM32V10, BTMinerM32V20
from .M33 import BTMinerM33V10, BTMinerM33V20, BTMinerM33V30
from .M33S import BTMinerM33SVG30
from .M33S_Plus import (
BTMinerM33SPlusVG20,
BTMinerM33SPlusVG30,
BTMinerM33SPlusVH20,
BTMinerM33SPlusVH30,
)
from .M33S_Plus_Plus import (
BTMinerM33SPlusPlusVG40,
BTMinerM33SPlusPlusVH20,
BTMinerM33SPlusPlusVH30,
)
from .M34S_Plus import BTMinerM34SPlusVE10
from .M36S import BTMinerM36SVE10
from .M36S_Plus import BTMinerM36SPlusVG30
from .M36S_Plus_Plus import BTMinerM36SPlusPlusVH30
from .M39 import BTMinerM39V10, BTMinerM39V20, BTMinerM39V30
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M33S_Plus_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M33S_Plus_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M33SPlusPlusVG40
class BTMinerM33SPlusPlusVG40(M3X, M33SPlusPlusVG40):
pass
from pyasic.miners.device.models import M33SPlusPlusVH20
class BTMinerM33SPlusPlusVH20(M3X, M33SPlusPlusVH20):
pass
from pyasic.miners.device.models import M33SPlusPlusVH30
class BTMinerM33SPlusPlusVH30(M3X, M33SPlusPlusVH30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M33S_Plus.py | pyasic/miners/whatsminer/btminer/M3X/M33S_Plus.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M33SPlusVG20
class BTMinerM33SPlusVG20(M3X, M33SPlusVG20):
pass
from pyasic.miners.device.models import M33SPlusVG30
class BTMinerM33SPlusVG30(M3X, M33SPlusVG30):
pass
from pyasic.miners.device.models import M33SPlusVH20
class BTMinerM33SPlusVH20(M3X, M33SPlusVH20):
pass
from pyasic.miners.device.models import M33SPlusVH30
class BTMinerM33SPlusVH30(M3X, M33SPlusVH30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31SE.py | pyasic/miners/whatsminer/btminer/M3X/M31SE.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31SEV10
class BTMinerM31SEV10(M3X, M31SEV10):
pass
from pyasic.miners.device.models import M31SEV20
class BTMinerM31SEV20(M3X, M31SEV20):
pass
from pyasic.miners.device.models import M31SEV30
class BTMinerM31SEV30(M3X, M31SEV30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M39.py | pyasic/miners/whatsminer/btminer/M3X/M39.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M39V10
class BTMinerM39V10(M3X, M39V10):
pass
from pyasic.miners.device.models import M39V20
class BTMinerM39V20(M3X, M39V20):
pass
from pyasic.miners.device.models import M39V30
class BTMinerM39V30(M3X, M39V30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M32.py | pyasic/miners/whatsminer/btminer/M3X/M32.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M32V10
class BTMinerM32V10(M3X, M32V10):
pass
from pyasic.miners.device.models import M32V20
class BTMinerM32V20(M3X, M32V20):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M30S.py | pyasic/miners/whatsminer/btminer/M3X/M30S.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M30SV10
class BTMinerM30SV10(M3X, M30SV10):
pass
from pyasic.miners.device.models import M30SV20
class BTMinerM30SV20(M3X, M30SV20):
pass
from pyasic.miners.device.models import M30SV30
class BTMinerM30SV30(M3X, M30SV30):
pass
from pyasic.miners.device.models import M30SV40
class BTMinerM30SV40(M3X, M30SV40):
pass
from pyasic.miners.device.models import M30SV50
class BTMinerM30SV50(M3X, M30SV50):
pass
from pyasic.miners.device.models import M30SV60
class BTMinerM30SV60(M3X, M30SV60):
pass
from pyasic.miners.device.models import M30SV70
class BTMinerM30SV70(M3X, M30SV70):
pass
from pyasic.miners.device.models import M30SV80
class BTMinerM30SV80(M3X, M30SV80):
pass
from pyasic.miners.device.models import M30SVE10
class BTMinerM30SVE10(M3X, M30SVE10):
pass
from pyasic.miners.device.models import M30SVE20
class BTMinerM30SVE20(M3X, M30SVE20):
pass
from pyasic.miners.device.models import M30SVE30
class BTMinerM30SVE30(M3X, M30SVE30):
pass
from pyasic.miners.device.models import M30SVE40
class BTMinerM30SVE40(M3X, M30SVE40):
pass
from pyasic.miners.device.models import M30SVE50
class BTMinerM30SVE50(M3X, M30SVE50):
pass
from pyasic.miners.device.models import M30SVE60
class BTMinerM30SVE60(M3X, M30SVE60):
pass
from pyasic.miners.device.models import M30SVE70
class BTMinerM30SVE70(M3X, M30SVE70):
pass
from pyasic.miners.device.models import M30SVF10
class BTMinerM30SVF10(M3X, M30SVF10):
pass
from pyasic.miners.device.models import M30SVF20
class BTMinerM30SVF20(M3X, M30SVF20):
pass
from pyasic.miners.device.models import M30SVF30
class BTMinerM30SVF30(M3X, M30SVF30):
pass
from pyasic.miners.device.models import M30SVG10
class BTMinerM30SVG10(M3X, M30SVG10):
pass
from pyasic.miners.device.models import M30SVG20
class BTMinerM30SVG20(M3X, M30SVG20):
pass
from pyasic.miners.device.models import M30SVG30
class BTMinerM30SVG30(M3X, M30SVG30):
pass
from pyasic.miners.device.models import M30SVG40
class BTMinerM30SVG40(M3X, M30SVG40):
pass
from pyasic.miners.device.models import M30SVH10
class BTMinerM30SVH10(M3X, M30SVH10):
pass
from pyasic.miners.device.models import M30SVH20
class BTMinerM30SVH20(M3X, M30SVH20):
pass
from pyasic.miners.device.models import M30SVH30
class BTMinerM30SVH30(M3X, M30SVH30):
pass
from pyasic.miners.device.models import M30SVH40
class BTMinerM30SVH40(M3X, M30SVH40):
pass
from pyasic.miners.device.models import M30SVH50
class BTMinerM30SVH50(M3X, M30SVH50):
pass
from pyasic.miners.device.models import M30SVH60
class BTMinerM30SVH60(M3X, M30SVH60):
pass
from pyasic.miners.device.models import M30SVI20
class BTMinerM30SVI20(M3X, M30SVI20):
pass
from pyasic.miners.device.models import M30SVJ30
class BTMinerM30SVJ30(M3X, M30SVJ30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M3X/M31S.py | pyasic/miners/whatsminer/btminer/M3X/M31S.py | from pyasic.miners.backends import M3X
from pyasic.miners.device.models import M31SV10
class BTMinerM31SV10(M3X, M31SV10):
pass
from pyasic.miners.device.models import M31SV20
class BTMinerM31SV20(M3X, M31SV20):
pass
from pyasic.miners.device.models import M31SV30
class BTMinerM31SV30(M3X, M31SV30):
pass
from pyasic.miners.device.models import M31SV40
class BTMinerM31SV40(M3X, M31SV40):
pass
from pyasic.miners.device.models import M31SV50
class BTMinerM31SV50(M3X, M31SV50):
pass
from pyasic.miners.device.models import M31SV60
class BTMinerM31SV60(M3X, M31SV60):
pass
from pyasic.miners.device.models import M31SV70
class BTMinerM31SV70(M3X, M31SV70):
pass
from pyasic.miners.device.models import M31SV80
class BTMinerM31SV80(M3X, M31SV80):
pass
from pyasic.miners.device.models import M31SV90
class BTMinerM31SV90(M3X, M31SV90):
pass
from pyasic.miners.device.models import M31SVE10
class BTMinerM31SVE10(M3X, M31SVE10):
pass
from pyasic.miners.device.models import M31SVE20
class BTMinerM31SVE20(M3X, M31SVE20):
pass
from pyasic.miners.device.models import M31SVE30
class BTMinerM31SVE30(M3X, M31SVE30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M61S_Plus.py | pyasic/miners/whatsminer/btminer/M6X/M61S_Plus.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M61SPlusVL30
class BTMinerM61SPlusVL30(M6X, M61SPlusVL30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M64S.py | pyasic/miners/whatsminer/btminer/M6X/M64S.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M64SVL30
class BTMinerM64SVL30(M6X, M64SVL30):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M60S_Plus.py | pyasic/miners/whatsminer/btminer/M6X/M60S_Plus.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M60SPlusVK30
class BTMinerM60SPlusVK30(M6X, M60SPlusVK30):
pass
from pyasic.miners.device.models import M60SPlusVK40
class BTMinerM60SPlusVK40(M6X, M60SPlusVK40):
pass
from pyasic.miners.device.models import M60SPlusVK50
class BTMinerM60SPlusVK50(M6X, M60SPlusVK50):
pass
from pyasic.miners.device.models import M60SPlusVK60
class BTMinerM60SPlusVK60(M6X, M60SPlusVK60):
pass
from pyasic.miners.device.models import M60SPlusVK70
class BTMinerM60SPlusVK70(M6X, M60SPlusVK70):
pass
from pyasic.miners.device.models import M60SPlusVL10
class BTMinerM60SPlusVL10(M6X, M60SPlusVL10):
pass
from pyasic.miners.device.models import M60SPlusVL30
class BTMinerM60SPlusVL30(M6X, M60SPlusVL30):
pass
from pyasic.miners.device.models import M60SPlusVL40
class BTMinerM60SPlusVL40(M6X, M60SPlusVL40):
pass
from pyasic.miners.device.models import M60SPlusVL50
class BTMinerM60SPlusVL50(M6X, M60SPlusVL50):
pass
from pyasic.miners.device.models import M60SPlusVL60
class BTMinerM60SPlusVL60(M6X, M60SPlusVL60):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M60.py | pyasic/miners/whatsminer/btminer/M6X/M60.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M60VK10
class BTMinerM60VK10(M6X, M60VK10):
pass
from pyasic.miners.device.models import M60VK20
class BTMinerM60VK20(M6X, M60VK20):
pass
from pyasic.miners.device.models import M60VK30
class BTMinerM60VK30(M6X, M60VK30):
pass
from pyasic.miners.device.models import M60VK40
class BTMinerM60VK40(M6X, M60VK40):
pass
from pyasic.miners.device.models import M60VK6A
class BTMinerM60VK6A(M6X, M60VK6A):
pass
from pyasic.miners.device.models import M60VL10
class BTMinerM60VL10(M6X, M60VL10):
pass
from pyasic.miners.device.models import M60VL20
class BTMinerM60VL20(M6X, M60VL20):
pass
from pyasic.miners.device.models import M60VL30
class BTMinerM60VL30(M6X, M60VL30):
pass
from pyasic.miners.device.models import M60VL40
class BTMinerM60VL40(M6X, M60VL40):
pass
from pyasic.miners.device.models import M60VL50
class BTMinerM60VL50(M6X, M60VL50):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M64.py | pyasic/miners/whatsminer/btminer/M6X/M64.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M64VL30
class BTMinerM64VL30(M6X, M64VL30):
pass
from pyasic.miners.device.models import M64VL40
class BTMinerM64VL40(M6X, M64VL40):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M60S_Plus_Plus.py | pyasic/miners/whatsminer/btminer/M6X/M60S_Plus_Plus.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M60SPlusPlusVL30
class BTMinerM60SPlusPlusVL30(M6X, M60SPlusPlusVL30):
pass
from pyasic.miners.device.models import M60SPlusPlusVL40
class BTMinerM60SPlusPlusVL40(M6X, M60SPlusPlusVL40):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
UpstreamData/pyasic | https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/miners/whatsminer/btminer/M6X/M66S.py | pyasic/miners/whatsminer/btminer/M6X/M66S.py | from pyasic.miners.backends import M6X
from pyasic.miners.device.models import M66SVK20
class BTMinerM66SVK20(M6X, M66SVK20):
pass
from pyasic.miners.device.models import M66SVK30
class BTMinerM66SVK30(M6X, M66SVK30):
pass
from pyasic.miners.device.models import M66SVK40
class BTMinerM66SVK40(M6X, M66SVK40):
pass
from pyasic.miners.device.models import M66SVK50
class BTMinerM66SVK50(M6X, M66SVK50):
pass
from pyasic.miners.device.models import M66SVK60
class BTMinerM66SVK60(M6X, M66SVK60):
pass
from pyasic.miners.device.models import M66SVL10
class BTMinerM66SVL10(M6X, M66SVL10):
pass
from pyasic.miners.device.models import M66SVL20
class BTMinerM66SVL20(M6X, M66SVL20):
pass
from pyasic.miners.device.models import M66SVL30
class BTMinerM66SVL30(M6X, M66SVL30):
pass
from pyasic.miners.device.models import M66SVL40
class BTMinerM66SVL40(M6X, M66SVL40):
pass
from pyasic.miners.device.models import M66SVL50
class BTMinerM66SVL50(M6X, M66SVL50):
pass
| python | Apache-2.0 | 820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3 | 2026-01-05T07:14:50.237218Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.