If the RandomX benchmark tool isn't even working I think best to open an issue on their GitHub or go on freenode to #monero-pow channel and try to get some assistance there.
But the funny is, that if I replaced config.json with the config what I used when I mined wow with xmrig_2.13, than the mining started.
Here is config from version 2.13:
{
"algo": "cryptonight/wow",
"api": {
"port": 900,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"asm": true,
"autosave": true,
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 1,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 100,
"pools": [
{
"url": "*my_pool",
"user": "*my_wallet",
"pass": "6000",
"rig-id": "*my_rigname",
"nicehash": false,
"keepalive": false,
"variant": "wow",
"enabled": true,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": [
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 1,
"affine_to_cpu": false,
"asm": true
}
],
"user-agent": null,
"watch": false
}
And the new xmrig_2.15 config, where I replaced only the pool address and the wallet:
{
"algo": "randomx/wow",
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
"restricted": true
},
"asm": true,
"autosave": true,
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 1,
"donate-over-proxy": 1,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 100,
"pools": [
{
"url": "*my_pool",
"user": "*my_wallet",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": "rx/wow",
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": true,
"daemon-poll-interval": 1000
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": [
{ "low_power_mode": 1, "affine_to_cpu": 0 },
],
"user-agent": null,
"syslog": false,
"watch": true
}
What can be the problem? why the 2.15 version can work with "old" config and can not with original new?
(Of course I tried with 8 threads too, in this new config, but anyway the Hashrate is n/a)