diff --git a/docs/generate_miners.py b/docs/generate_miners.py index 22ecfc4d..1e196268 100644 --- a/docs/generate_miners.py +++ b/docs/generate_miners.py @@ -31,6 +31,8 @@ def backend_str(backend: MinerTypes) -> str: return "Stock Firmware Avalonminers" case MinerTypes.VNISH: return "Vnish Firmware Miners" + case MinerTypes.EPIC: + return "ePIC Firmware Miners" case MinerTypes.BRAIINS_OS: return "BOS+ Firmware Miners" case MinerTypes.HIVEON: diff --git a/docs/index.md b/docs/index.md index f766ebb4..50029188 100644 --- a/docs/index.md +++ b/docs/index.md @@ -310,5 +310,6 @@ Here are of all the settings, and their default values: "default_antminer_password": "root", "default_bosminer_password": "root", "default_vnish_password": "admin", +"default_epic_password": "letmein", "default_goldshell_password": "123456789", ``` diff --git a/docs/miners/antminer/X19.md b/docs/miners/antminer/X19.md index 40daa590..7ea38d07 100644 --- a/docs/miners/antminer/X19.md +++ b/docs/miners/antminer/X19.md @@ -197,3 +197,38 @@ show_root_heading: false heading_level: 4 +## S19 (ePIC) +::: pyasic.miners.antminer.epic.X19.S19.ePICS19 + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19 Pro (ePIC) +::: pyasic.miners.antminer.epic.X19.S19.ePICS19Pro + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19j (ePIC) +::: pyasic.miners.antminer.epic.X19.S19.ePICS19j + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19j Pro (ePIC) +::: pyasic.miners.antminer.epic.X19.S19.ePICS19jPro + handler: python + options: + show_root_heading: false + heading_level: 4 + +## S19 XP (ePIC) +::: pyasic.miners.antminer.epic.X19.S19.ePICS19XP + handler: python + options: + show_root_heading: false + heading_level: 4 + diff --git a/docs/miners/backends/epic.md b/docs/miners/backends/epic.md new file mode 100644 index 00000000..0d30c625 --- /dev/null +++ b/docs/miners/backends/epic.md @@ -0,0 +1,8 @@ +# pyasic +## ePIC Backend + +::: pyasic.miners.backends.epic.ePIC + handler: python + options: + show_root_heading: false + heading_level: 4 diff --git a/docs/miners/supported_types.md b/docs/miners/supported_types.md index c0780a2d..83cb4a1c 100644 --- a/docs/miners/supported_types.md +++ b/docs/miners/supported_types.md @@ -445,6 +445,21 @@ details {
+ePIC Firmware Miners: + +
+
HiveOS Firmware Miners: