An automated bot for claiming THP tokens and rewards on the Humanity Protocol testnet.
- Automatically claims THP from faucet
- Auto claims rewards
- Performs bridge operations when conditions are met
- Supports multiple wallets
- Beautiful colored console output
- Automatic retry mechanism
- Error handling and recovery
- Accurate countdown timers
- Node.js v16 or higher
- npm or yarn package manager
- Clone this repository:
git clone https://github.com/Galkurta/Humanity-BOT.git
cd Humanity-BOT
- Install dependencies:
npm install
# or
yarn install
- Set up your private keys:
Edit
data.txt
file in the root directory and add your private keys (one per line):
yourprivatekeywithout0x
anotherprivatekeywithout0x
-
First, register on Humanity Protocol: Register Here
-
Input code: galkurta
-
Run the bot:
node main.js
- Automatic THP Claiming: Claims THP from faucet every 8 hours
- Reward Claiming: Automatically attempts to claim rewards when available
- Bridge Operations: Performs bridge transactions when balance conditions are met
- Multi-wallet Support: Processes multiple wallets sequentially
- Smart Retry System: Automatically retries failed operations
- Colorful Console Output: Easy-to-read, color-coded console messages
- Wait between wallets: 3 seconds
- Wait between claim rounds: 8 hours
- Retry delay: 5 seconds
- Claim attempts: 3 times before giving up
MIN_BALANCE_FOR_REWARD: 0.001 THP
MIN_BALANCE_FOR_BRIDGE: 1.1 THP
BRIDGE_AMOUNT: 1 ETH
- Never share your private keys
- Always test with small amounts first
- Keep your privatekey.txt file secure
- Don't expose your bot instance publicly
The bot includes comprehensive error handling:
- Network connectivity issues
- Transaction failures
- API timeouts
- Invalid responses
This bot is for educational purposes only. Use at your own risk. Always verify transactions and monitor your wallet activity.
Contributions are welcome! Please feel free to submit a Pull Request.
If you need help or want to report issues:
- Open an issue in this repository
- Join our Telegram group
- Follow updates on Twitter
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to Humanity Protocol for creating an amazing platform
- Thanks to all contributors and testers
Remember to always keep your private keys secure and never share them with anyone.