feature: Add every whatsminer type known to man (or at least microBT).

This commit is contained in:
UpstreamData
2023-01-30 13:07:35 -07:00
parent 6ad750d3e9
commit b9ca810903
94 changed files with 3793 additions and 248 deletions

View File

@@ -14,8 +14,8 @@
import json
import logging
import warnings
from typing import List, Union, Optional, Tuple
from collections import namedtuple
from typing import List, Optional, Tuple, Union
import httpx