Auto-claim daily rewards on Humanity Testnet using multiple accounts with proxy support.
Supports per-account proxy, colored logs, delay handling, and intelligent retries.
- ✅ Multi-account support – load multiple tokens from
token.txt
- 🌐 Proxy support – assign a proxy to each account (from
proxy.txt
) - ⏱️ 15-second delay per account to avoid simultaneous claims
- 📆 Daily reward check – waits automatically until the next claim is available
- 💡 Displays public IP used by each account's proxy
- 🔁 Auto-retry on errors
- 🎨 Colorful and readable console output
humanity-auto-claim/
├── humanity.js # Main script
├── token.txt # List of Humanity tokens (one per line)
├── proxy.txt # List of HTTP proxies (optional, one per line)
├── package.json # Dependencies and start script
└── README.md # You're reading this :)
eyJhbGciOiJIUzI1NiIsInR5cCI6...
eyJhbGciOiJIUzI1NiIsInR5cCI6...
http://username:password@127.0.0.1:8080
http://127.0.0.1:3128
If no proxy is provided, connection will run without proxy.
-
Clone the repository or download the files:
git clone https://github.com/your-username/humanity-auto-claim.git cd humanity-auto-claim
-
Install dependencies:
npm install
-
Run the script:
npm start
These packages will be installed via npm install
:
This bot is intended for educational and testing purposes on the Humanity Testnet only.
Use at your own risk.
Pull requests and feature suggestions are welcome!