Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.28 KB

Ethereum Wallet Generator

This Python script allows you to generate x number of Ethereum wallets and save them to a CSV file for easy access, just in time for the airdrop season.

Features

  • Wallet Generation: Create multiple Ethereum wallets with unique addresses and private keys.
  • CSV Export: Save generated wallets to a CSV file for convenient storage and management.

Installation

  1. Ensure you have Python installed on your system. If not, you can download and install it from python.org.
  2. Clone this repository to your local machine:
    git clone https://github.com/hougangdev/walletmaker.git
  3. Navigate to the project directory:
    cd walletmaker
  4. Install the required Python packages:
    pip install -r requirements.txt
  5. Run the script on your terminal using python:
    python walletmaker.py or python3 walletmaker.py
  6. Follow the on-screen prompts to specify the number of wallets you want to generate
  7. The wallets will be saved to a file named eth_wallets.csv

Word of Precaution

It's crucial to securely store private keys. Do not share of expose your private keys as they provide complete control over your Ethereum wallets. Do not push the .csv file to public repositories on GitHub or any other platforms!