xmr-node-proxy icon indicating copy to clipboard operation
xmr-node-proxy copied to clipboard

Zeph configuration

Open sh9427 opened this issue 1 year ago • 0 comments

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:[email protected]", "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 } } }

sh9427 avatar Jan 16 '24 23:01 sh9427