Skip to content

PoW 7 update does not work with pool #12

Description

@nclr

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:totally.valid@snipanet.com",
"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
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions