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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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"); ...
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 ...
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"); ...
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 ...
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...
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, BTM...
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 ...
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 cl...
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, M31...
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): ...
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): ...
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 cl...
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): ...
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, M66...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false