Register here
Automated bot for NodeGo platform with support for multiple accounts and proxy configurations (HTTP/SOCKS).
- Multi-account support
- HTTP and SOCKS proxy support
- Automatic periodic pinging
- Detailed logging with colored output
- Account status monitoring
- Graceful shutdown handling
- Node.js (v16 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/airdropinsiders/NodeGo-Auto-Bot.git
cd NodeGo-Auto-Bot
- Install dependencies:
npm install
-
Create
data.txt
in the project root:- Add one NodeGo token per line
- Example:
token1 token2 token3
-
(Optional) Create
proxies.txt
in the project root:- Add one proxy per line
- Supports both HTTP and SOCKS proxies
- Example:
http://ip1:port1 socks5://ip2:port2 socks4://ip3:port3
Run the bot:
node index.js
The bot will:
- Load all accounts from data.txt
- Associate proxies from proxies.txt if available
- Start periodic pinging every 15 seconds
- Display detailed status information for each account
For each account, the bot displays:
- Username
- Node information
- Node ID
- Total Points
- Today's Points
- Active Status
- Total Account Points
- Ping Status and Response
Common issues and solutions:
-
Proxy Connection Errors:
- Verify proxy format is correct
- Check if proxy is online and accessible
- Ensure proxy supports HTTPS connections
-
Authentication Errors:
- Verify token is valid and not expired
- Check if token has proper permissions
-
Rate Limiting:
- The bot automatically handles rate limiting with 3-second delays between pings
- If you encounter rate limits, consider increasing the delay
Feel free to fork the repository and submit pull requests for any improvements.
MIT License
This bot is for educational purposes only. Use at your own risk and ensure compliance with NodeGo's terms of service.