Skip to content

Commit

Permalink
chore: add benchmarks to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpike63 committed Aug 10, 2023
1 parent 16fb0fd commit 6548651
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Examples:
./vanity-eth-address --leading-zeros --contract2 --bytecode bytecode.txt --address 0x0000000000000000000000000000000000000000 --device 0
```

## Benchmarks
| GPU | Normal addresses | Contract addresses | CREATE2 addresses |
| ---- | ---------------- | ------------------ | ----------------- |
| 4090 | 3800M/s | 2050M/s | 4800M/s |
| 3090 | 1600M/s | 850M/s | 2300M/s |
| 3070 | 1000M/s | 550M/s | 1300M/s |

Note that configuration and environment can affect performance.

## Requirements
* A NVIDIA CUDA-enabled GPU with a compute capability of at least 5.2 (Roughly anything above a GeForce GTX 950. For a full list [see here](https://developer.nvidia.com/cuda-gpus)).

0 comments on commit 6548651

Please sign in to comment.