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

Different Hashrate on proxy and pool #162

Open
Muratthi opened this issue May 8, 2019 · 2 comments
Open

Different Hashrate on proxy and pool #162

Muratthi opened this issue May 8, 2019 · 2 comments

Comments

@Muratthi
Copy link

Muratthi commented May 8, 2019

Hello,

I have 12 miners with high-end cpus mining.

Proxy:
The proxy currently has 12 miners connected at 9496 h/s with an average diff of 11830

Pool: 7600 h/s

Why could be the difference of the hashrate between them ?
My proxy config file is like:

{
"pools": [
{
"hostname": "pool.supportxmr.com",
"port": 5555,
"ssl": false,
"allowSelfSignedSSL": true,
"share": 100,
"username":
"password": "proxy:",
"keepAlive": true,
"coin": "xmr",
"default":true
}
],
"listeningPorts": [
{
"port": 80,
"ssl": false,
"diff": 5000,
"coin": "xmr"
},
{
"port":443,
"ssl": true,
"diff": 10000,
"coin": "xmr"
}
],
"bindAddress": "0.0.0.0",
"developerShare": 0,
"daemonAddress": "127.0.0.1:18081",
"coinSettings": {
"xmr":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
}
}
}

Thank you very much.

@Muratthi
Copy link
Author

Muratthi commented May 9, 2019

For example right now
Proxy: The proxy currently has 13 miners connected at 9819 h/s with an average diff of 10918

Pool: 6800 h/s

@scanned
Copy link

scanned commented Apr 5, 2020

is this the answer to a problem of "one computer connected to the internet and the rest cannot?"

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

2 participants