I want 0.0.0.0:34343 to bind to c3pool.com:34653 and 0.0.0.0:3847 to bind to supportxmr.com:3453
I have already created two folders and placed an xmrig proxy in each folder and created a config for each.
I know the code below is wrong ( But it helps you understand what I mean better )
"bind": [
{
"host": "0.0.0.0",
"port": 44444,
"tls": true,
"pools": {
"algo": "rx/0",
"coin": null,
"url": "supportxmr.com:3453",
"user": "346v457sv58brz68bzr6b8szr68z68rbzr68br687zrb8zr68xrb686rm8ct909",
"pass": "x",
"rig-id": null,
"tls": true,
"keepalive": true,
"nicehash": false,
"enabled": true,
"sni": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
}
},
{
"host": "0.0.0.0",
"port": 55555,
"tls": true,
"pools": {
"algo": "rx/0",
"coin": null,
"url": "c3pool.com:12431",
"user": "346v457sv58brz68bzr6b8szr68z68rbzr68br687zrb8zr68xrb686rm8ct909",
"pass": "x",
"rig-id": null,
"tls": true,
"keepalive": true,
"nicehash": false,
"enabled": true,
"sni": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
}
},
]
I want 0.0.0.0:34343 to bind to c3pool.com:34653 and 0.0.0.0:3847 to bind to supportxmr.com:3453
I have already created two folders and placed an xmrig proxy in each folder and created a config for each.
Is there the best way?
I know the code below is wrong ( But it helps you understand what I mean better )