This project is a Python tool for generating Ethereum addresses in batch and saving them as a CSV file.
To use this tool, you need to have Python installed on your system. You also need to install the required dependencies. You can do this by running the following command:
pip install -r requirements.txt
- Run the
ethereum_address_generator.py
script:
python ethereum_address_generator.py
-
Enter the number of addresses you want to generate when prompted.
-
The program will generate the specified number of Ethereum addresses and their private keys, and save them in a CSV file named
ethereum_addresses.csv
. -
The CSV file will contain two columns: "Address" and "Private Key".
ethereum_address_generator.py
: The main script for generating Ethereum addresses.requirements.txt
: A file containing the required dependencies.