Prospect provides a streamlined interface for GPU-accelerated Ethereum vanity address mining.
It integrates profanity2 as its mining engine and employs well-established cryptographic practices for secure key generation.
-
macOs
git clone https://github.com/alpinevm/prospect-vanity-address cd prospect-vanity-address python3 -m pip install -r requirements.txt python3 src/main.py
-
Other platforms:
Detailed instructions will be provided soon. In the meantime, follow the steps below to build from source:- Prospect relies on profanity2. Build the binary from the profanity2 repository and move the binary and OpenCL files to the
/bin
directory. - Update
src/lib.py
with the path to yourprofanity2
binary. - Install Python dependencies with the following command:
python3 -m pip install -r requirements.txt
- Start the UI:
python3 src/main.py
- Prospect relies on profanity2. Build the binary from the profanity2 repository and move the binary and OpenCL files to the
- macOS Binaries
- Linux Binaries
- Windows Binaries
- Better input UI
- Export encrypted keystore json