SChernykh
SChernykh
Can you try msvc-compiled version, not gcc? `xmrig-6.22.1-msvc-win64.zip`
https://xmrig.com/docs/miner/config/opencl and https://xmrig.com/docs/miner/command-line-options#opencl-backend
``` ./xmrig -o stratum://x.x.x.x:port --tls-u address -a rx/0 -k -p $HOSTNAME ``` You have no space between `--tls` and `-u`
XMRig runs 2 threads per 1 "reported" thread for Ghostrider. You should see higher than 50% usage when mining Ghostrider.
No, 1gb pages are only available on Linux. But from what I know, Windows 10/11 use 1gb pages transparently in the background, so you don't need to enable them.
GhostRider doesn't have a fixed hashrate, it depends a lot on the selection of 3 algorithms for each cycle.
Where did you find this "4000" number? But in any case, you should check that nothing else is using CPU when you're mining.
Did you read the comments in src/randomx.h? It's all explained there.
> randomx_calculate_hash_first will begin a hash calculation yes > randomx_calculate_hash_next will output the hash value of the previous input yes, and it will start calculating the next hash at the...
> Strange update.. after about 10 minutes it started working normally. It seems that it started working as soon as 15-minute hashrate filled in. I will try to fix it...