Hello, I am trying to run xmrig with my amd gpu along my cpu, but I have no luck making the program see the opencl.
I constantly keep on getting this warning:
* OPENCL disabled (failed to load OpenCL runtime)
I am new to this, so maybe issue is in this part of the config.json
"opencl": {
"enabled": true,
"cache": true,
"loader": null,
"platform": "AMD",
"adl": true
},
Here is my flake I use for my nixos setup: GitHub - Morswin/my-flakes
(please look at the configuration.nix file, because it’s where I tried to write it in.)
I’d really want to see it working, but I am very lost.
If I missed something I was supposed to put in there, please let me know.