I run WR with the following parameters:
wildrig.exe --algo=x16r --api-port=4000 --url=stratum+tcp://x16r.mine.blazepool.com:3636 --user=*************************** --pass=ID=multipoolminer,c=BTC --opencl-threads=3 --opencl-launch=18x128 --donate-level 1 --multiple-instance --opencl-platform=0 --opencl-devices=0
And the miner reports 0 hashrate. Also the API reports nothing:
{
"id": "",
"worker_id": "*********************",
"version": "0.12.9",
"kind": "opencl",
"ua": "WildRig/0.12.9 (Windows NT 10.0) libuv/1.21.0 msvc/2015",
"cpu": {
"brand": "Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz",
"aes": true,
"x64": true,
"sockets": 1
},
"algo": "x16r",
"donate_level": 1,
"uptime": 439,
"hashrate": {
"total": [
0,
0,
0
],
"highest": 8000611,
"threads": [
[
0,
0,
0
]
]
},
"results": {
"diff_current": 67109888,
"shares_good": 6,
"shares_total": 6,
"avg_time": 72,
"hashes_total": 402659328,
"best": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"error_log": [
]
},
"connection": {
"pool": "x16r.mine.blazepool.com:3636",
"uptime": 437,
"ping": 198,
"failures": 0,
"error_log": [
]
}
}
If I omit ' --multiple-instance' it reports hash rates correctly.