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

Balances other currencies on Nicehash #1482

Closed
toshkov02 opened this issue Mar 11, 2021 · 13 comments
Closed

Balances other currencies on Nicehash #1482

toshkov02 opened this issue Mar 11, 2021 · 13 comments
Assignees
Labels
enhancement New feature or request implemented an enhancement has been implemented

Comments

@toshkov02
Copy link

Please, add balances other currencies on Nicehash, example XMR (API request "GET https://api2.nicehash.com/main/api/v2/accounting/account2/XMR").

@RainbowMiner
Copy link
Owner

Ok. I'll add it. Since there are a lot of wallets at NH, you will have to specify for which coins to load the values.

@RainbowMiner RainbowMiner self-assigned this Mar 11, 2021
@RainbowMiner RainbowMiner added the enhancement New feature or request label Mar 11, 2021
RainbowMiner added a commit that referenced this issue Mar 12, 2021
- add all Nicehash wallets. Set `"EnableShowWallets": "1",` in pools.config.txt to enable (issue #1482)
- fix external/internal mining pool balance
@RainbowMiner RainbowMiner added the implemented an enhancement has been implemented label Mar 12, 2021
@RainbowMiner
Copy link
Owner

Ok, done.

  • add all Nicehash wallets. Set "EnableShowWallets": "1", in pools.config.txt to enable

@paulpoco
Copy link

Ok, done.

  • add all Nicehash wallets. Set "EnableShowWallets": "1", in pools.config.txt to enable

So this will show the paid Nicehash wallet? Right now it only shows the unpaid wallet.

@paulpoco
Copy link

@RainbowMiner updated and now Nicehash wallet doesn't show.

@RainbowMiner
Copy link
Owner

It shows all Nicehash wallets (other than the default BTC), that contain coins.

@RainbowMiner
Copy link
Owner

@paulpoco Have you supplied your Nicehash API_Key, API_Secret and OrganizationId?

Also, what kind of wallet are you using for mining? The Nicehash mining wallet address, or an external wallet address?

  • if it's the first - API credentials will be needed for balance to show up
  • if it's the second - the Nicehash external API is reduced. It doesn't show a lot.

@paulpoco
Copy link

@paulpoco Have you supplied your Nicehash API_Key, API_Secret and OrganizationId?

Also, what kind of wallet are you using for mining? The Nicehash mining wallet address, or an external wallet address?

  • if it's the first - API credentials will be needed for balance to show up
  • if it's the second - the Nicehash external API is reduced. It doesn't show a lot.

The internal Nicehash wallet
"API_Secret and OrganizationId" is that supposed to be in pools.config.txt?

Screenshot_17

@RainbowMiner
Copy link
Owner

"API_Secret and OrganizationId" is that supposed to be in pools.config.txt?

Exactly. All three credentials are provided by Nicehash. The Organization Id is the same for all API keys/secrets and can be found on page "My Settings" -> "API Keys".

pools.config.txt, section "Nicehash"

  "API_Key": "your-nicehash-api-key",
  "API_Secret": "your-nicehash-api-secret",
  "OrganizationID": "your-nicehash-organizationid",

@paulpoco
Copy link

Ok I added all 3 with new key,secret,org before I left for work and still do not see any Nicehash wallets. Even the unpaid amount is gone for Nicehash.

I will have to look at it again after work.

debug_2021-03-12 (1).zip

@RainbowMiner
Copy link
Owner

Nicehash API call: 500 Internal Server Error (Server Error)

Looks like, the Nicehash API was down. So chances are good, that the balances will show up later.

@paulpoco
Copy link

Ok when I enabled the OrganizationID my account gave me a new mining address at Nicehash, I don't want 2 accounts.

My api key & secret are to do with my personal account.

How do I get it back to showing Nicehash like it used to? Now it shows nothing.

@RainbowMiner
Copy link
Owner

How do I get it back to showing Nicehash like it used to? Now it shows nothing.

I will add a fix asap.

@paulpoco
Copy link

How do I get it back to showing Nicehash like it used to? Now it shows nothing.

I will add a fix asap.

No rush

RainbowMiner added a commit that referenced this issue Mar 14, 2021
- bring back fallback solution for internal non-API wallets (issue #1482)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request implemented an enhancement has been implemented
Projects
None yet
Development

No branches or pull requests

3 participants