Welcome to the MegaETH Faucet Script – a powerful, multi-threaded tool that automates MegaETH token claims using 2Captcha and proxies.
🛠️ Easy to set up, blazing fast, and highly customizable.
- 🚀 Multi-threaded execution (high throughput)
- 🤖 Automatic Turnstile captcha solving using 2Captcha
- 🌐 Proxy support for enhanced anonymity
- 🧾 Log results to success/fail files
- 🪄 Retry mechanism to increase claim success rate
- 📊 Real-time logging with colorful CLI output
- Clone the repository
git clone https://github.com/RPC-Hubs/MegaETH-Faucet.git
cd MegaETH-Faucet- Install Python dependencies
pip install -r requirements.txt- Configure the script
- Open
faucet.py - Go to line 14–15 and edit the following:
THREADS = 100 # Set number of threads (e.g., 100–500)
TWO_CAPTCHA_API_KEY = "your-2captcha-api-key" # Replace with your 2Captcha API key- Run the script
python3 faucet.py- Clone the repository
git clone https://github.com/RPC-Hubs/MegaETH-Faucet.git
cd MegaETH-Faucet- Install Python dependencies
pip install -r requirements.txt- Edit the configuration
- Open
faucet.pyin a code editor - Go to line 14–15:
THREADS = 100
TWO_CAPTCHA_API_KEY = "your-2captcha-api-key"- Replace with your desired values
- Execute the script
python faucet.pyMake sure these files exist in the same directory:
wallets.txt– 💼 List of wallet addresses (one per line)proxies.txt– 🌐 List of HTTP proxies in format:http://user:pass@ip:port
Optional Output:
success.txt– ✅ Wallets that successfully claimedfail.txt– ❌ Wallets that failed
Use check-balance.py to verify wallet balances:
python check-balance.py📤 Outputs:
has_balance.txt– Wallets that received A0GIno_balance.txt– Wallets with 0 balance
- Loads wallets and proxies
- Solves Turnstile Captcha via 2Captcha
- Sends claim request to MegaETH faucet
- Logs results with retry mechanism
Need help or want to connect?
We're here to support you! 🫶
# Sample terminal output
[12:01:22 24/03/2025] [1] Claiming for address: 0x123...
[12:01:25 24/03/2025] [1] Turnstile solved OK
[12:01:27 24/03/2025] [1] Claim SUCCESS for wallet 0x123...Made with ❤️ by the RPC Hubs Team