mynymbox on Nostr: Today we have installed our new Monero node with the wonderful docker compose creator ...
Today we have installed our new Monero node with the wonderful docker compose creator script from hundehausen (nprofile…0vtk) which you can find on https://monerosuite.org.
If you run into the issue from XMRig that the /dev/cpu can not be found on your Debian 12 (bookworm) install, you have to do the following:
1. sudo apt-get install -y cpuid
2. sudo modprobe cpuid
3. check if you can find it now with a simple "ls /dev" command
4. if yes, start your node
If you run into the issue from XMRig that the /dev/cpu can not be found on your Debian 12 (bookworm) install, you have to do the following:
1. sudo apt-get install -y cpuid
2. sudo modprobe cpuid
3. check if you can find it now with a simple "ls /dev" command
4. if yes, start your node