ha-nicehash/info.md
2020-07-12 02:51:58 +00:00

2.3 KiB

GitHub Release License

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

Component to integrate with NiceHash

{% if not installed %}

Installation

  1. Generate NiceHash API key
    • Supported API Permissions
      • Wallet Permissions > View balances...
      • Mining Permissions > View mining data...
    • See this repository for assistance
  2. Add nicehash to configuration.yaml
    nicehash:
      organization_id: # <org_id>
      api_key: # <api_key_code>
      api_secret: #<api_secret_key_code>
      currency: EUR # (default = USD)
      rigs: true # (default = false) - Enable rig sensors
      devices: true # (default = false) - Enable device sensors
      payouts: true # (default = false) - Enable payout sensors
    

{% endif %}