-
Notifications
You must be signed in to change notification settings - Fork 71
Description
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.
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
}
}
}