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

Miningpoolhub earnings bug #73

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

Miningpoolhub earnings bug #73

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

Comments

@G-Kumaran
Copy link

GRM Trace:
TRACE: 2018/10/05 23:43:56 functions.go:210: Response from https://monero.miningpoolhub.com/index.php?page=api&action=getdashboarddata&api_key=[APIKEY]: {
"getdashboarddata": {
"version": "1.0.0",
"runtime": 335.94012260437,
"data": {
"raw": {
"personal": {
"hashrate": 0
},
"pool": {
"hashrate": 32757.897000006
},
"network": {
"hashrate": 596973.87623333,
"esttimeperblock": 120,
"nextdifficulty": 0,
"blocksuntildiffchange": 0
}
},
"personal": {
"hashrate": 0,
"sharerate": 0,
"sharedifficulty": 0,
"shares": {
"valid": 0,
"invalid": 0,
"invalid_percent": 0,
"unpaid": 0
},
"estimates": {
"block": 0,
"fee": 0,
"donation": 0,
"payout": 0
}
},
"balance": {
"confirmed": 0,
"unconfirmed": 0
},
"balance_for_auto_exchange": {
"confirmed": 0,
"unconfirmed": 0

},
"balance_on_exchange": 0.00078633,
"recent_credits_24hours": {
"amount": 0.00078633
},
"recent_credits": [
{
"date": "2018-10-05",
"amount": 0.00078633
},
{
"date": "2018-10-04",
"amount": 0
}
],
"pool": {
"info": {
"name": "Monero (XMR) Mining Pool Hub",
"currency": "XMR"
},
"esttimeperblock": 0,
"blocks": null,
"workers": 22026,
"hashrate": 32757.897000006,
"shares": {
"valid": 463687.2386055,
"invalid": 3023.3820619583,
"invalid_percent": 0.65,
"estimated": 4372367,
"progress": 10.6
},
"price": "",
"difficulty": 16,
"target_bits": 20
},
"system": {
"load": [
8.78,
14.09,
16.36
]
},
"network": {
"hashrate": 596.97387623333,
"difficulty": 71636865148,
"block": 1676419,
"esttimeperblock": 120,
"nextdifficulty": 0,
"blocksuntildiffchange": 0
}
}
}
}

GRM is to assign the text bold above to "Balance" and "Unconfirmed Balance", instead they are ignored and the total credits(24hr balance) are assigned to "Payments".
Please rectify this as this will give us a better earnings picture based on the actual time of earnings.

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