Skip to content

The program generates wallets and saves their address and private phrase into text documents.

Notifications You must be signed in to change notification settings

EdwardG464/Eth-wallet-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Eth-wallet-gen

Eth Wallet Generator

This Python script allows you to generate multiple Ethereum wallets with their corresponding mnemonic phrases. It utilizes the eth_account library to create wallets securely.

Installation

Make sure you have Python installed on your system. You can install the required library by running:

pip install eth-account

Usage

  1. Run the script by executing the following command:
python eth_wallet_generator.py
  1. Enter the number of wallets you want to create when prompted.

  2. The script will generate the wallets and store their mnemonic phrases in the phrase.txt file and their addresses in the address.txt file.

  3. You can now use these mnemonic phrases and addresses for your Ethereum wallets.

Note

  • Ensure you keep the phrase.txt file secure as it contains sensitive information.
  • This script is for educational purposes and should be used responsibly.

About

The program generates wallets and saves their address and private phrase into text documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages