Skip to main content

Python to interac with Nicehash API v2

Project description

pynicehash

feature

For now pynicehash support only rig management, get and set mining rig state.

usage

nh = pynicehash.NiceHash(api_url, organisation_id, api_key, api_secret)

rigs = nh.get_rigs()

for rig in rigs:
  print (rig.name)
  for device in rig.devices:
    print (device.name)

When creating the NiceHash object you have to pass your connection credential.

  • api_url you have two choice: https://api-test.nicehash.com for testing, in testing you probably will not have any mining rig. https://api2.nicehash.com for production

  • organisation_id The organisation_id is the the id you can find in you page where you create you api key.

  • api_key

  • api_secret

api_creation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynicehash-0.0.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

pynicehash-0.0.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page