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

Adding MPH balance (APIkey) #19

Closed
ebojali opened this issue Aug 15, 2018 · 5 comments
Closed

Adding MPH balance (APIkey) #19

ebojali opened this issue Aug 15, 2018 · 5 comments
Assignees
Labels
answered question Further information is requested

Comments

@ebojali
Copy link

ebojali commented Aug 15, 2018

Where do I add the MPH API key, I am missing the balance etc from that pool in the console printout

@RainbowMiner
Copy link
Owner

You will find the fields for API_ID and API_Key in your Config\config.txt

RBM

@ebojali
Copy link
Author

ebojali commented Aug 15, 2018

It is currently reading in some variable:
"API_ID": "$API_ID",
"API_Key": "$API_Key",

Or do I missunderstand the functionality? Additionally I can only find the API_KEY in the MPH account profile, nothing with any API_ID. Is API_ID something I put in to name it?

@RainbowMiner
Copy link
Owner

Simply replace the variables with your values, like that:

"API_ID": "12345",
"API_Key": "abcdef0123456789abcdef4abcdef0123456789abcdeffdc",

@RainbowMiner
Copy link
Owner

The API_ID is your USER ID at Miningpoolhub

@RainbowMiner RainbowMiner self-assigned this Aug 15, 2018
@RainbowMiner RainbowMiner added the question Further information is requested label Aug 15, 2018
@ebojali
Copy link
Author

ebojali commented Aug 15, 2018

OK User ID, thanks now I get it! :) Perhaps a more suitable variable name is in place.

RainbowMiner added a commit that referenced this issue Apr 26, 2019
Fixed issue #19 with devices parameter ignored for Ethash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants