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

2.6 workers list not correct #197

Closed
pcca-matrix opened this issue May 6, 2018 · 6 comments
Closed

2.6 workers list not correct #197

pcca-matrix opened this issue May 6, 2018 · 6 comments
Labels

Comments

@pcca-matrix
Copy link

on 2.6 is this normal all workers is grouped into single users in worker list and no adress is displayed ??

all seem to be grouped with IP of router gateway.

Sometime 2 users is displayed with another ip but with many connection to it too.

ex: "workers":[["","10.10.0.155",68,325,0,0,9857117,1525600723719,0,1.1,2.35,8.22,6.11]],

if i go back to 2.5.x all workers is displayed as expected.

@xmrig
Copy link
Owner

xmrig commented May 6, 2018

What miners do you use? please show configs.
Thank you.

@pcca-matrix
Copy link
Author

All miners have xmr-stak 2.4.2

xmr-stak config

{"pool_address" : "xxxxx", "wallet_address" : "xxxxxx.rig1",
"rig_id" : "","pool_password" : "x", "use_nicehash" : true, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 3 },

xmrig-proxy config

{
"access-log-file": "",
"algo": "cryptonight",
"api": {
"port": 8000,
"access-token": "xxxx",
"worker-id": "Main",
"ipv6": false,
"restricted": false
},
"background": false,
"bind": [
"0.0.0.0:8555",
"[::]:8555"
],
"colors": true,
"custom-diff": 95000,
"donate-level": 2,
"log-file": "",
"mode": "nicehash",
"pools": [
{
"url": "de.minexmr.com:7777",
"user": "xxxxx",
"pass": "x",
"rig-id": null,
"keepalive": true,
"variant": -1
},
{
"url": "grft.easyhash.io:3831",
"user": "xxxxxx",
"pass": "x",
"rig-id": null,
"keepalive": true,
"variant": -1
}
],
"retries": 2,
"retry-pause": 1,
"reuse-timeout": 0,
"user-agent": "",
"verbose": true,
"watch": true,
"workers": true
}

Thanks

@pcca-matrix
Copy link
Author

After some try it only have rig-id in place of address if it is defined in xmr-stak pool config.
if not defined , address is empty so all miner is grouped as one with many connections.

xmrig added a commit that referenced this issue May 7, 2018
@xmrig
Copy link
Owner

xmrig commented May 7, 2018

Since v2.6 preferred way to specify worker name is rig_id, but xmr-stak sent empty rig id in your case. I added simple fix for this case.
Thank you.

@xmrig xmrig added the bug label May 9, 2018
@xmrig
Copy link
Owner

xmrig commented May 10, 2018

Fix released in v2.6.2.
Thank you.

@xmrig xmrig closed this as completed May 10, 2018
@kim0
Copy link

kim0 commented May 18, 2018

@xmrig .. Thanks for the fix. I just want to be clear I understand how it should work.

  • If rig_id is specified, it is used in the API to identify workers. Wallet (username) is never used
  • If not specified, wallet address is used like the old mode.

My problem is, if rig_id is specified, is there a way to identify that multiple rigs are related to a single wallet ? or no

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

No branches or pull requests

3 participants