MoneroKit icon indicating copy to clipboard operation
MoneroKit copied to clipboard

PoW 7 update does not work with pool

Open nclr opened this issue 7 years ago • 5 comments

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 } } }

nclr avatar May 16 '18 13:05 nclr

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

djphoenix avatar May 16 '18 19:05 djphoenix

Yes

nclr avatar May 16 '18 22:05 nclr

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

djphoenix avatar May 16 '18 22:05 djphoenix

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.

slax0r avatar May 16 '18 23:05 slax0r

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

hlwhl avatar May 20 '18 11:05 hlwhl