https://github.com/optinsoft/gen_eth
Generate ethereum address with GPU (cuda)
https://github.com/optinsoft/gen_eth
address cuda ethereum generate gpu keccak256 secp256k1
Last synced: 5 months ago
JSON representation
Generate ethereum address with GPU (cuda)
- Host: GitHub
- URL: https://github.com/optinsoft/gen_eth
- Owner: optinsoft
- License: mit
- Created: 2023-03-09T12:39:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-18T09:35:16.000Z (9 months ago)
- Last Synced: 2025-09-18T11:37:48.125Z (9 months ago)
- Topics: address, cuda, ethereum, generate, gpu, keccak256, secp256k1
- Language: C
- Homepage:
- Size: 71.3 KB
- Stars: 30
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gen_eth
## Usage
Generate vanity Ethereum address with prefix 0x1a2b
```bash
python .\pyvanityeth.py --prefix 0x1a2b
```
To display a help message listing the available command line arguments, run:
```bash
python .\pyvanityeth.py -h
```
## Installation
```bash
python -m pip install pycuda
python -m pip install numpy
python -m pip install python-decouple
python -m pip install pycryptodome
python -m pip install ecdsa
```
## Configuration
Configuration is done through a file called `settings.ini`. Example:
```ini
[settings]
CL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64
CUDA_DLL_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.0\bin\x64
```
- CL_PATH - C++ compiler path
- CUDA_DLL_PATH - CUDA Toolkit DLLs path