Skip to content

Zeph configuration #144

@sh9427

Description

@sh9427

Hi, I have installed xmr-node-proxy on my ubuntu, I want tot use it for Zeph but I dont know how to configure it. I am geting errors, for xmr is working perfectly...Please let me know what changes I have to do. Thank you.
1

Proxy config , {
"pools": [
{
"hostname": "pool.zephyrprotocol.com",
"port": 4444,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 100,
"username": "ZEPH*************************************************",
"password": "z1:s@s.com",
"keepAlive": true,
"algo": "rx/0",
"algo_perf": { "rx/0": 1 },
"blob_type": "cryptonote",
"default": false

}

],
"listeningPorts": [
{
"port": 7070,
"ssl": false,
"diff": 5000
},

{
  "port": 80,
  "ssl": false,
  "diff": 5000
}

],
"bindAddress": "0.0.0.0",
"developerShare": 1,
"daemonAddress": "127.0.0.1:18888",
"accessControl": {
"enabled": false,
"controlFile": "accessControl.json"
},
"httpEnable": false,
"httpAddress": "127.0.0.1",
"httpPort": "8090",
"httpUser": "",
"httpPass": "",
"addressWorkerID": false,
"minerInactivityTime": 120,
"keepOfflineMiners": 0,
"refreshTime": 30,
"theme": "light",
"coinSettings": {
"zeph":{
"minDiff": 100,
"maxDiff": 1000000000,
"shareTargetTime": 30
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions