Skip to content

Automate faucet claiming on Incentiv Testnet using private keys and proxies.

Notifications You must be signed in to change notification settings

RPC-Hubs/Faucet-Incentiv

Repository files navigation

🚰 Faucet Incentiv Tool

Automate faucet claiming on Incentiv Testnet using private keys and proxies.

🛠️ Easy setup, captcha support, and proxy-friendly multithreading.


🌟 Features

  • ⏭ 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

🛠️ Installation Guide

🐧 For Linux/macOS

  1. Clone the repository
git clone https://github.com/RPC-Hubs/Faucet-Incentiv.git
cd Faucet-Incentiv
  1. Install dependencies
npm install
  1. 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
  1. Prepare required files
  • priv.txt – ✨ Ethereum private keys (one per line)
  • proxies.txt (optional) – Proxies in format: http://user:pass@ip:port
  1. Run the script
node faucet-incentiv.js

🪟 For Windows

  1. Clone the repository
git clone https://github.com/RPC-Hubs/Faucet-Incentiv.git
cd Faucet-Incentiv
  1. Install dependencies
npm install
  1. Edit configuration
  • Open faucet-incentiv.js in any text editor
  • Modify line 8–9:
const THREADS = 10;
const TWOCAPTCHA_KEY = "your-2captcha-api-key";
  1. Prepare input files
  • priv.txt – Add wallets
  • proxies.txt (optional) – Add proxies
  1. Execute the script
node faucet-incentiv.js

📂 Required Files

  • priv.txt – 💼 Private keys (one per line)
  • proxies.txt – 🌐 Proxies (optional)

Output Files

  • success.txt – ✅ Successful wallet claims
  • fail.txt – ❌ Wallets that failed or hit cooldown

♻️ Captcha Handling

Uses 2Captcha to automatically solve Turnstile captchas. Ensure your API key is funded and active.


✨ Best Practices

  • 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)

📳 Example Output

[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.

🙋‍♂️ Community & Support

Join the team or get help here:


Made with ❤️ by RPC-Hubs

About

Automate faucet claiming on Incentiv Testnet using private keys and proxies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published