Skip to content

Commit

Permalink
README: Add user reported hashrates.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Sep 7, 2023
1 parent 5cb0f25 commit 7e88529
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Decred network after the activation of
[DCP0011](https://github.com/decred/dcps/blob/master/dcp-0011/dcp-0011.mediawiki)
using BLAKE3. It supports solo and mining using OpenCL and CUDA devices.

[User Reported Hashrates](#reported-hashrates)

## Downloading

Binaries are not currently available. See the [Building](#building)
Expand Down Expand Up @@ -242,4 +244,24 @@ date**.
#### CUDA Build Instructions (NVIDIA only)

**NOTE**: The CUDA version of the `gominer` is not yet compatible with
Windows.
Windows.

## User Reported Hashrates

### OpenCL

GPU | Hashrate
-----------------------|---------
NVIDIA GTX 1060 | 3.0 Gh/s
AMD RX 580 | 3.7 Gh/s
NVIDIA 1660 Super | 5.0 Gh/s
AMD Vega 56 | 7.0 Gh/s
NVIDIA RTX 3060 Ti | 8.7 Gh/s
NVIDIA GTX 3080 Mobile | 9.4 Gh/s
NVIDIA RTX 3070 | 10.1 Gh/s
NVIDIA RTX 2080 | 10.4 Gh/s
NVIDIA Tesla V100 | 13.9 Gh/s
NVIDIA Tesla V100S | 14.6 Gh/s
NVIDIA RTX 4070 | 14.9 Gh/s
NVIDIA RTX 3080 | 15.2 Gh/s
NVIDIA RTX 3090 | 17.6 Gh/s

0 comments on commit 7e88529

Please sign in to comment.