/prospect-vanity-address

GPU Accelerated Ethereum vanity address miner

Primary LanguageCMIT LicenseMIT

prospect

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.

InstallationTODO

Getting Started

Tutorial

Installation

  1. 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
  2. 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 your profanity2 binary.
    • Install Python dependencies with the following command:
      python3 -m pip install -r requirements.txt
    • Start the UI:
      python3 src/main.py

TODO

  • macOS Binaries
  • Linux Binaries
  • Windows Binaries
  • Better input UI
  • Export encrypted keystore json