The Ethereum Address Generator is a Go program designed to generate Ethereum addresses with a specified prefix and suffix. It leverages the go-ethereum-hdwallet
library to handle Ethereum HD wallets and mnemonics. This project utilizes the Go programming language (Golang) to achieve performance through several key features of the language.
- Generate Ethereum addresses with custom prefixes and suffixes.
- Utilizes concurrent Goroutines for efficient address generation.
- Concurrency with Goroutines:
- Go installed on your machine.
Clone the repository:
git clone https://github.com/nguyentruongkhang22/ethereum-address-generator.git
cd ethereum-address-generator
go build -o eth-address-generator
./eth-address-generator
./eth-address-generator [flags]
--prefix: Prefix of the address.
--suffix: Suffix of the address.
Generate Ethereum addresses with a specific prefix and suffix:
./eth-address-generator --prefix=0x68 --suffix=68
Contributions are welcome! If you find a bug or have a feature request, please open an issue.
License This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments The project utilizes the go-ethereum-hdwallet library. Contact For inquiries, please contact [email protected].