captiva
Newbie
Offline
Activity: 2
Merit: 0
|
|
October 14, 2018, 10:24:51 PM |
|
I am new to Xmrig and want to be able to mine all the alt coins on Monero Ocean. I have always used stak and see that some things are the same, but I have not been able to get 2 threads running plus my h/s is pretty low at just above 9,000 h/s. I have 6 x Vega 64's on windows and get about 12,100 h/s normally with stak. I also am not sure if what I have is able to mine all the MO alt coins as the algo is just cryptonight. If anyone can help, that would be great!! See my below config.json...
{
"algo": "cryptonight",
"api": {
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"autosave": true,
"background": false,
"cache": true,
"colors": true,
"donate-level":1,
"log-file": null,
"opencl-platform": "AMD",
"opencl-loader": "OpenCL.dll",
"pools": [
{
"url": "gulf.moneroocean.stream:10128",
"user": "wallet",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": -1,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 30,
"retries": 5,
"retry-pause": 5,
"threads": [
{"index": 0,
"intensity": 1936,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false},
{"index": 1,
"intensity": 1936,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false},
{"index": 2,
"intensity": 1936,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false},
{"index": 3,
"intensity": 1936, "worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false},
{"index": 4,
"intensity": 1936,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false},
{"index": 5,
"intensity": 1936,
"worksize": 8,
"strided_index": 2,
"mem_chunk": 2,
"unroll": 4,
"comp_mode": true,
"affine_to_cpu": false}
],
"user-agent": null,
"syslog": false,
"watch": false
}
|