added a basis for configuration of X17 and X19 miners by getting pool info from config file.

This commit is contained in:
UpstreamData
2022-06-02 16:06:36 -06:00
parent 3ee49e6fd7
commit 4bbb9d0b08
5 changed files with 21 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ class MinerData:
"""A Dataclass to standardize data returned from miners (specifically AnyMiner().get_data())
:param ip: The IP of the miner as a str.
:param datetime: The time and date this data was generated.
:param model: The model of the miner as a str.
:param hostname: The network hostname of the miner as a str.
:param hashrate: The hashrate of the miner in TH/s as a int.