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

PoW 7 update does not work with pool #12

Open
nclr opened this issue May 16, 2018 · 5 comments
Open

PoW 7 update does not work with pool #12

nclr opened this issue May 16, 2018 · 5 comments
Labels

Comments

@nclr
Copy link

nclr commented May 16, 2018

No matter what configuration I try, I get no hashes forwarded to pool.
Counter is counting on Xcode debug area but none of the hashes appear on pool's site.
Neither directly using pool's IP or indirectly using xmr-node-proxy on my server.

Config I've tested (with my own username/password):

{
"pools": [
{
"hostname": "pool.supportxmr.com",
"port": 7777,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 80,
"username": "46XWBqE1iwsVxSDP1qDrxhE1XvsZV6eALG5LwnoMdjbT4GPdy2bZTb99kagzxp2MMjUamTYZ4WgvZdFadvMimTjvR6Gv8hL",
"password": "proxy:[email protected]",
"keepAlive": true,
"coin": "xmr",
"default": false
}
],
"listeningPorts": [
{
"port": 8080,
"ssl": false,
"diff": 5000,
"coin": "xmr"
},
{
"port": 8443,
"ssl": true,
"diff": 5000,
"coin": "xmr"
},
{
"port": 3333,
"ssl": false,
"diff": 10000,
"coin": "xmr"
}
],
"bindAddress": "0.0.0.0",
"developerShare": 1,
"daemonAddress": "127.0.0.1:18081",
"coinSettings": {
"xmr":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
},
"aeon":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
}
}
}

@djphoenix
Copy link
Owner

I have updated an code with some fixes recently, have you updated to use latest version?

@nclr
Copy link
Author

nclr commented May 16, 2018

Yes

@djphoenix
Copy link
Owner

djphoenix commented May 16, 2018

Are difficulty of shares is enough for pools? For me all is OK...

@slax0r
Copy link

slax0r commented May 16, 2018

most pools won't show your hashes until you submit your first valid share and even then sometimes it takes up to an hour for them to appear, regardless the miner.

@hlwhl
Copy link

hlwhl commented May 20, 2018

You should change the deployment target to 11.3 in the project settings. NOT other versions to get hash rate. Just try.

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

4 participants