forked from Snipa22/xmr-node-proxy
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hello,
My current confiration is like below:
{
"pools": [
{
"hostname": "pool.supportxmr.com",
"port": 7777,
"ssl": false,
"allowSelfSignedSSL": true,
"coin": "xmr",
}
],
"listeningPorts": [
{
"port": 80,
"ssl": false,
"diff": 200,
"coin": "xmr"
}
],
"coinSettings": {
"xmr":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 5
}
}
}
And my hashrate is:
The proxy currently has 4762 miners connected at 51237 h/s with an average diff of 127
What's optimal settings for diff, minDiff, maxDiff and shareTargetTime?
Thanks
Metadata
Metadata
Assignees
Labels
No labels