5

I was wondering if I'm mining Monero with CPU, will I/O speed or swap space effect my mining speed (hash rate)?

For example, if I installed Arch Linux on SSD with 50 GiB swap space will the CPU mining got better performance (hashrate) compare to CPU mining on Windows 10 on SSD due to Arch Linux's lightweight?

So which will effect the hashrate (excluding CPUs)? RAM? Swap space? Lightweight OS? I/O speed?

1 Answers1

2

Your miner will ask the daemon for the next block blob and start hashing it until it finds a result that satisfies the difficulty.

In that process, only the daemon preparing the blob may use some hard drive and/or swap space.

But the mining process in itself is just a repeated computation that uses the CPU/GPU - your speed will mostly depend on the type of CPU/GPU, on the drivers and on the miner's configuration.

So improving I/O and/or swap space is unlikely to make any significant improvement, everything else being equal.

As to the Linux vs. Windows performance, it depends on your hardware, the distribution and the drivers you use. For CPU mining, I've sometimes noticed that Linux is marginally faster but for GPU mining Windows tends to fare better because of better GPU drivers.

assylias
  • 2,218
  • 12
  • 28