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

SupportXMR balance, payments bug #71

Open
G-Kumaran opened this issue Oct 5, 2018 · 0 comments
Open

SupportXMR balance, payments bug #71

G-Kumaran opened this issue Oct 5, 2018 · 0 comments

Comments

@G-Kumaran
Copy link

G-Kumaran commented Oct 5, 2018

SupportXMR (Node-JS) Pool:
GRM assigns
Incorrect

  • balance(API) to unconfirmed balance(InfluxDB)
  • total paid(API) to balance(InfluxDB)

Correct

  • balance(API) to balance(InfluxDB)
  • total paid(API) ignored
  • unconfirmed balance(InfluxDB) <0>

functions.go:198: Connection to https://www.supportxmr.com/api/miner/[address]/stats OK. TRACE: 2018/09/30 23:41:43

functions.go:210: Response from https://www.supportxmr.com/api/miner/[address]/stats: { "hash": 0, "identifier": "global", "lastHash": 1536931857, "totalHashes": 9642697880, "validShares": 36241, "invalidShares": 17, "expiry": 1538331131344, "amtPaid": 519018917949, "amtDue": 27931073311, "txnCount": 0 } INFO: 2018/09/30 23:41:43

nodejs-pool.go:147: Write point to DB: TRACE: 2018/09/30 23:41:44 nodejs-pool.go:148: Measurement: pool_stats TRACE: 2018/09/30 23:41:44 nodejs-pool.go:149: Tags: map[crypto:XMR pool_type:NODEJS-POOL label:supportxmr] TRACE: 2018/09/30 23:41:44 nodejs-pool.go:150: Fields: map[hr:0 valid_shares:36241 invalid_shares:17 active_workers:0 balance:0.519018917949 unconfirmed_balance:0.027931073311] TRACE: 2018/09/30 23:41:44

There is no unconfirmed balance from SupportXMR API

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

No branches or pull requests

1 participant