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