MassWalletETH is a powerful tool for generating multiple Ethereum wallets and checking their balances.
Project description
MassWalletETH
Disclaimer
This program is intended for educational and informational purposes only. The author is not responsible for any illegal use of this program. Use it responsibly.
Description
MassWalletETH is a powerful tool for generating multiple Ethereum wallets and checking their balances. The program consists of two main Python scripts:
wallet.py: Generates multiple Ethereum wallets and saves their details into files.check.py: Checks the balance of Ethereum wallets generated bywallet.py.
Prerequisites
Before running the scripts, you need to have Python installed on your machine. You will also need to install the required Python packages.
Installation
- Clone the repository or download the script files.
- Install the required Python packages using pip:
pip install eth-account web3
Usage
Generating Ethereum Wallets
- Open
wallet.pyand adjust the number of wallets to generate by changing thenum_walletsvariable. - Run the
wallet.pyscript:python wallet.py - The script will generate the specified number of wallets and save the addresses to
eth_address.txtand the private keys and addresses toprivatekeys_and_address.txt.
Checking Ethereum Wallet Balances
- Open
check.pyand replace'YOUR_INFURA_PROJECT_ID'with your actual Infura Project ID. - Run the
check.pyscript:python check.py - The script will read the addresses from
eth_address.txt, check their balances, and print the balances to the console.
Files
wallet.py: Script to generate Ethereum wallets.check.py: Script to check the balance of Ethereum wallets.eth_address.txt: File containing the addresses of the generated wallets.privatekeys_and_address.txt: File containing the private keys and addresses of the generated wallets.
Notes
- Keep your
privatekeys_and_address.txtfile secure. It contains sensitive information that can be used to access your Ethereum wallets. - Make sure to replace
'YOUR_INFURA_PROJECT_ID'incheck.pywith your actual Infura Project ID to connect to the Ethereum network.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
This project was created for educational purposes. Use it responsibly and ethically.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file MassWalletETH-0.0.1.tar.gz.
File metadata
- Download URL: MassWalletETH-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
151265a11d29399c31f36a09b0f1f1c86c52adc39882288d8b34247924a5bb5c
|
|
| MD5 |
a4c5ea33dfbbe87d32476f017ebcdf1a
|
|
| BLAKE2b-256 |
166f8023a783e147b0b77ad47662bf2ccb2d87a8e3aa45606516b1728a34dc7a
|
File details
Details for the file MassWalletETH-0.0.1-py3-none-any.whl.
File metadata
- Download URL: MassWalletETH-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5665f06fe22cb0a57d8a372f0ff02f78d27800457e49324f0d59dcda46384049
|
|
| MD5 |
b01d1f93ddc5a0b701854c58a752aaaa
|
|
| BLAKE2b-256 |
f7583ea61c5321bfcb77198ce9a2660fd20bb4d5ebd76d79f500f31792822dd3
|