hds
hds copied to clipboard
HDS - Hotspot Discord Status

Fixed an issue in loop_activities. elif activity["type"] == "poc_receipts_v1" or "poc_receipts_v2": should be something like: elif activity["type"] == "poc_receipts_v1" or activity["type"] == "poc_receipts_v2":
This change adds additional information about the earnings in other than HNT currency, the rate is taken from coingecko api ``` (USD 66.89, HNT price in USD: 22.53) ```
ONLY FOR LOCAL BOBCAT REPORTS miner.json for bobcat local integration has changed. update hds.py >> local_bobcat_miner_report() to use new API structure of miner.json