SChernykh
SChernykh
@dvershinin https://github.com/xmrig/xmrig/blob/master/src/base/kernel/Platform_unix.cpp#L106 It sets "niceness" to 19, 5, 0, -5, -10, -15 for priorities 0, 1, 2, 3, 4, 5.
It is exactly the same code and it hasn't changed since February. Niceness 5 is set for priority 1, priority 0 is niceness 19.
This is the main thread and it must have higher priority to display miner output in console without delays. Miner threads have niceness 19, use htop to check this. TLDR:...
If there's a config.json, command line option might be overridden.
Changing current behavior will break many existing setups when they update, so it's better to keep it as is.
``` CPU Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz (1) 64-bit AES L2:4.0 MB L3:0.0 MB 4C/4T NUMA:1 ``` This CPU doesn't support MSR mod. It's a low-power Intel Atom...
You can use `-DWITH_HWLOC=OFF` in cmake parameters.
This is MoneroOcean version in your video, please test with the original xmrig. In any case, it shouldn't cause full system crash unless your Pi is unstable.
XMRig/6.18.0-mo1 (version can be seen in the video) is not a file from this github page, it's MoneroOcean fork.
Oh, I know why. You run your Pi in 32-bit mode, it is not supported by XMRig on ARM. Install 64-bit OS to mine properly.