Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nicehash pool support #35

Open
eX74 opened this issue Jun 9, 2018 · 3 comments
Open

Add Nicehash pool support #35

eX74 opened this issue Jun 9, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@eX74
Copy link

eX74 commented Jun 9, 2018

Nicehash support !

For API, there are some useful docs here : https://www.nicehash.com/doc-api

@rodneymo rodneymo added the enhancement New feature or request label Jun 9, 2018
@rodneymo
Copy link
Owner

I was looking into the NiceHash API, but it doesn't really have any endpoint providing miner information. Could you elaborate on the NH use-cases and how it would work with rig-monitor?

@G-Kumaran
Copy link

Nicehash miner stats : https://api.nicehash.com/api?method=stats.provider.workers&addr=3EGd2BCGPLcRH5jfBVHxLpsbS1JEDAYdFF&algo=30
{"result":{"addr":"3EGd2BCGPLcRH5jfBVHxLpsbS1JEDAYdFF","workers":[["Dragon",{"a":"2.34"},1378,1,"100000",4,30]],"algo":30},"method":"stats.provider.workers"}

API is updated every 30 seconds and is in JSON.

The {"a":"2.34"} can be monitored to provide the hashrate accepted by nicehash.
The balance and payment api calls are pretty straight forward.

Though it must be noted this is for stictly single algorithm renting, multi algo is a pain to monitor.

@kamushadenes
Copy link

Hello, I'm interested in this.

Is the project open source? Perhaps I can contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants