Skip to content

Fatas35/walletchecher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# WalletChecker

## 📌 Description
Wallet Checker is a tool that generates mnemonic phrases, retrieves associated wallet addresses, and checks their balances across multiple blockchains.

## 🚀 Features
- Generate mnemonic phrases and wallet addresses.
- Check balances on multiple blockchains:
  - Ethereum (ETH)
  - Binance Smart Chain (BNB)
  - Polygon (MATIC)
  - Avalanche (AVAX)
  - Arbitrum (ETH)
  - Optimism (ETH)
- Save non-empty and empty wallets to text files.
- Multi-threaded execution for faster balance checking.

## 📦 Installation

### 1️⃣ Clone the project
```sh
git clone https://github.com/Fatas35/walletchecher.git
cd wallet-checker

2️⃣ Install dependencies

Make sure you have Python installed, then run:

pip install -r requirements.txt

3️⃣ Configure Infura API

Create a .env file in the project root and add:

INFURA_API_KEY=your_api_key

Replace your_api_key with your actual Infura key.

🎯 Usage

Run the script with:

python wallet_checker.py

Follow the instructions to generate and check wallets.

🔧 Key Dependencies

web3 : Blockchain interaction.

eth-account : Ethereum account management.

mnemonic : Mnemonic phrase generation.

python-dotenv : Load environment variables.

concurrent.futures : Parallel execution.


📜 License

This project is licensed under MIT. See the LICENSE file for more details.

🛠️ Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


---

✨ Developed with passion. Happy blockchain exploring! 🚀

About

This is an random wallet generator and balance checker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages