Skip to content

Oskii/eth-vanity-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen_eth

Usage

Generate vanity Ethereum address with prefix 0x1a2b

python .\pyvanityeth.py --prefix 0x1a2b --retry

To display a help message listing the available command line arguments, run:

python .\pyvanityeth.py -h

Installation

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

Set the C++ compiler path in settings.ini (you can copy settings.0.ini to settings.ini), example:

[settings]
CL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\bin\Hostx64\x64

About

forked from https://github.com/optinsoft/gen_eth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published