From 8e7d6751e21f445d9c81c188aa8696fb0919a7cd Mon Sep 17 00:00:00 2001 From: UpstreamData <75442874+UpstreamData@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:30:29 -0600 Subject: [PATCH] update docs to include all currently supported miners including BOS devices. --- docs/miners/antminer/X17.md | 58 ++++++++++++++++++++++++++++++++++ docs/miners/antminer/X19.md | 42 ++++++++++++++++++++++++ docs/miners/antminer/X9.md | 10 ++++++ docs/miners/supported_types.md | 4 +-- docs/miners/whatsminer/M3X.md | 16 ++++++++++ 5 files changed, 128 insertions(+), 2 deletions(-) diff --git a/docs/miners/antminer/X17.md b/docs/miners/antminer/X17.md index a4fcfa81..55dc2840 100644 --- a/docs/miners/antminer/X17.md +++ b/docs/miners/antminer/X17.md @@ -57,3 +57,61 @@ options: show_root_heading: false heading_level: 4 + + +## S17 (BOS) + +::: pyasic.miners.antminer.bosminer.X17.S17.BOSMinerS17 + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S17+ (BOS) + +::: pyasic.miners.antminer.bosminer.X17.S17_Plus.BOSMinerS17Plus + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S17 Pro (BOS) + +::: pyasic.miners.antminer.bosminer.X17.S17_Pro.BOSMinerS17Pro + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S17e (BOS) + +::: pyasic.miners.antminer.bosminer.X17.S17e.BOSMinerS17e + handler: python + options: + show_root_heading: false + heading_level: 4 + +## T17 (BOS) + +::: pyasic.miners.antminer.bosminer.X17.T17.BOSMinerT17 + handler: python + options: + show_root_heading: false + heading_level: 4 + +## T17+ (BOS) + +::: pyasic.miners.antminer.bosminer.X17.T17_Plus.BOSMinerT17Plus + handler: python + options: + show_root_heading: false + heading_level: 4 + + +## T17e (BOS) + +::: pyasic.miners.antminer.bosminer.X17.T17e.BOSMinerT17e + handler: python + options: + show_root_heading: false + heading_level: 4 diff --git a/docs/miners/antminer/X19.md b/docs/miners/antminer/X19.md index c7f4b023..80d984c3 100644 --- a/docs/miners/antminer/X19.md +++ b/docs/miners/antminer/X19.md @@ -50,3 +50,45 @@ options: show_root_heading: false heading_level: 4 + + +## S19 (BOS) + +::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19 + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19 Pro (BOS) + +::: pyasic.miners.antminer.bosminer.X19.S19_Pro.BOSMinerS19Pro + handler: python + options: + show_root_heading: false + heading_level: 4 + + +## S19j (BOS) + +::: pyasic.miners.antminer.bosminer.X19.S19j.BOSMinerS19j + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19j Pro (BOS) + +::: pyasic.miners.antminer.bosminer.X19.S19j_Pro.BOSMinerS19jPro + handler: python + options: + show_root_heading: false + heading_level: 4 + +## T19 (BOS) + +::: pyasic.miners.antminer.bosminer.X19.T19.BOSMinerT19 + handler: python + options: + show_root_heading: false + heading_level: 4 diff --git a/docs/miners/antminer/X9.md b/docs/miners/antminer/X9.md index eb2ab0d6..53adf47e 100644 --- a/docs/miners/antminer/X9.md +++ b/docs/miners/antminer/X9.md @@ -1,6 +1,16 @@ # pyasic ## X9 Models + +## X9 (BOS) + +::: pyasic.miners.antminer.bosminer.X9.S9.BOSMinerS9 + handler: python + options: + show_root_heading: false + heading_level: 4 + + ## S9 ::: pyasic.miners.antminer.bmminer.X9.S9.BMMinerS9 diff --git a/docs/miners/supported_types.md b/docs/miners/supported_types.md index 36bd495d..56b038c0 100644 --- a/docs/miners/supported_types.md +++ b/docs/miners/supported_types.md @@ -40,9 +40,9 @@ Supported miner types are here on this list. If your miner (or miner version) i * [M31S][pyasic.miners.whatsminer.btminer.M3X.M31S.BTMinerM31S] * [M31S+][pyasic.miners.whatsminer.btminer.M3X.M31S_Plus.BTMinerM31SPlus]: * [VE20][pyasic.miners.whatsminer.btminer.M3X.M31S_Plus.BTMinerM31SPlusVE20] - * [M32][pyasic.miners.whatsminer.btminer.M3X.M32S.BTMinerM32] - * [M32S][pyasic.miners.whatsminer.btminer.M3X.M32.BTMinerM32S] + * [M32][pyasic.miners.whatsminer.btminer.M3X.M32.BTMinerM32] * [V20][pyasic.miners.whatsminer.btminer.M3X.M32.BTMinerM32V20] + * [M32S][pyasic.miners.whatsminer.btminer.M3X.M32S.BTMinerM32S] * M2X Series: * [M20][pyasic.miners.whatsminer.btminer.M2X.M20.BTMinerM20]: * [V10][pyasic.miners.whatsminer.btminer.M2X.M20.BTMinerM20V10] diff --git a/docs/miners/whatsminer/M3X.md b/docs/miners/whatsminer/M3X.md index 3272e70d..de77be8c 100644 --- a/docs/miners/whatsminer/M3X.md +++ b/docs/miners/whatsminer/M3X.md @@ -122,6 +122,22 @@ show_root_heading: false heading_level: 4 +## M32 + +::: pyasic.miners.whatsminer.btminer.M3X.M32.BTMinerM32 + handler: python + options: + show_root_heading: false + heading_level: 4 + +## M32 + +::: pyasic.miners.whatsminer.btminer.M3X.M32.BTMinerM32V20 + handler: python + options: + show_root_heading: false + heading_level: 4 + ## M32S ::: pyasic.miners.whatsminer.btminer.M3X.M32S.BTMinerM32S