0G Faucet Script is a Python-based tool designed to automate the claiming of A0GI tokens from the 0g.ai testnet faucet. This script supports multi-wallet claims, automatic captcha solving, multi-threading execution, proxy rotation, and balance checking via RPC.
✅ Claim A0GI, BTC, ETH, USDT for multiple wallets 🎭
✅ Automatic hCaptcha solving using 2Captcha 🔐
✅ Multi-thread execution with adjustable thread count ⚡
✅ Proxy rotation support 🛡️
✅ Balance checking via RPC 📊
✅ Export wallets with/without balance to a file 📁
✅ Community support via Telegram 💬
Ensure you have Python 3.8+ and pip
installed.
git clone https://github.com/mhdverel/0G-Faucet.git
cd 0G-Faucet
pip install -r requirements.txt
Add your private keys to privatekey.txt
(one key per line).
Add proxies to proxies.txt
in the format: user:pass@ip:port
(one per line).
Add your 2Captcha API key in faucet.py
line 14.
TWO_CAPTCHA_API_KEY = "your-2captcha-api-key"
To claim A0GI tokens, run:
python faucet.py
To claim A0GI, BTC, ETH, USDT, run:
python faucet-3-tokens.py
To check the A0GI balance of your wallets, run:
python check-balance.py
To send tokens, add sender private keys to privatekey.txt
and run:
python send.py
Enjoy automated claiming with 0G Faucet Script! 🎉