March 2018
Beginner to intermediate
656 pages
20h 9m
English
Ethminer can also be used to run benchmarking, as shown in the following screenshot. Two modes can be invoked for benchmarking. It can either be CPU or GPU. The commands are shown here:
$ ethminer -M -C
$ ethminer -M -G
The following screenshot example is shown for CPU mining benchmarking:

The GPU device to be used can also be specified in the command line:
$ ethminer -M -G --opencl-device 1
As GPU mining is implemented using OpenCL AMD, chipset-based GPUs tend to work faster as compared to NVIDIA GPUs. Due to the high memory requirements (DAG creation), FPGAs and ASICs ...