Automate faucet claiming on Incentiv Testnet using private keys and proxies.
🛠️ Easy setup, captcha support, and proxy-friendly multithreading.
- ⏭ Multi-threaded wallet processing
- ♻️ Solves Turnstile captcha via 2Captcha
- 🌐 Proxy rotation support
- 📃 Automatic logging (success & fail)
- ⏱️ Retry system for better claim success
- 🔢 Clean and colorful terminal output with timestamps
- Clone the repository
git clone https://github.com/RPC-Hubs/Faucet-Incentiv.git
cd Faucet-Incentiv
- Install dependencies
npm install
- Configure the script
- Open
faucet-incentiv.js
- Go to line 8–9 and configure:
const THREADS = 10; // Number of parallel wallets to run (e.g., 5–20)
const TWOCAPTCHA_KEY = "your-2captcha-api-key"; // Your 2Captcha API key
- Prepare required files
priv.txt
– ✨ Ethereum private keys (one per line)proxies.txt
(optional) – Proxies in format:http://user:pass@ip:port
- Run the script
node faucet-incentiv.js
- Clone the repository
git clone https://github.com/RPC-Hubs/Faucet-Incentiv.git
cd Faucet-Incentiv
- Install dependencies
npm install
- Edit configuration
- Open
faucet-incentiv.js
in any text editor - Modify line 8–9:
const THREADS = 10;
const TWOCAPTCHA_KEY = "your-2captcha-api-key";
- Prepare input files
priv.txt
– Add walletsproxies.txt
(optional) – Add proxies
- Execute the script
node faucet-incentiv.js
priv.txt
– 💼 Private keys (one per line)proxies.txt
– 🌐 Proxies (optional)
success.txt
– ✅ Successful wallet claimsfail.txt
– ❌ Wallets that failed or hit cooldown
Uses 2Captcha to automatically solve Turnstile captchas. Ensure your API key is funded and active.
- Use 5–15 threads for optimal performance
- Rotate proxies regularly to avoid IP bans
- Avoid reusing wallets too soon (cooldown)
- Use valid EVM-format private keys (starts with
0x
)
[2025-04-04 12:00:01] [Wallet 1] Faucet claimed successfully.
[2025-04-04 12:00:03] [Wallet 2] Faucet claim on cooldown. Skipping wallet.
Join the team or get help here:
Made with ❤️ by RPC-Hubs