Skip to main content

Python to interac with Nicehash API v2

Project description

pynicehash

This is a library to interact with the nicehash API v2 in python.

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)

configuration

When creating the NiceHash object you have to pass your connection credential. api_url you have two choice:

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

api_key You have to select miningg rig permission when creating the API key The key you generate in you account profile

api_secret The secret you generate in you account profile

screenshot

Here is a screen shot of the location for the organisation id and where to create the API key. 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.9.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

pynicehash-0.0.9-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file pynicehash-0.0.9.tar.gz.

File metadata

  • Download URL: pynicehash-0.0.9.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.0rc1

File hashes

Hashes for pynicehash-0.0.9.tar.gz
Algorithm Hash digest
SHA256 c7fa3386b11aeb20bd0ce55753f40a70a5e54c73745b8d93d43eb01b26307edd
MD5 b4c1b3dae856405f0321c63f9c3b5766
BLAKE2b-256 cf0872402a59679098f56b65309c72acfdac3ed1b4f3d4f9e95d36510d029a7e

See more details on using hashes here.

File details

Details for the file pynicehash-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: pynicehash-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.0rc1

File hashes

Hashes for pynicehash-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a542dcef1ae46e31c87b0f1f76bf9f75e42417d42d0ad8cd6587db5dbe3c409b
MD5 fe58339a8e27fe465926fb4afafd5f8f
BLAKE2b-256 2508e3e3987402f8db638018770b4b01c1be5d843abf0cc6777eef2334d43e07

See more details on using hashes here.

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