MoneroKit
MoneroKit copied to clipboard
PoW 7 update does not work with pool
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 } } }
I have updated an code with some fixes recently, have you updated to use latest version?
Yes
Are difficulty of shares is enough for pools? For me all is OK...
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.
You should change the deployment target to 11.3 in the project settings. NOT other versions to get hash rate. Just try.