Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeph configuration #144

Open
sh9427 opened this issue Jan 16, 2024 · 0 comments
Open

Zeph configuration #144

sh9427 opened this issue Jan 16, 2024 · 0 comments

Comments

@sh9427
Copy link

sh9427 commented Jan 16, 2024

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
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant