Automated Mining $ITLG with multi-account and proxy support
Interlink BOT is an automated tool designed to mining $ITLG tokens across multiple accounts. It provides seamless offers robust proxy support for enhanced security and reliability performance.
🔗 Get Started: Register on Interlinklabs
Referral Code: Use code
33113949during registration for benefits!
- 🔄 Automated Account Management - Retrieve account information automatically
- 🌐 Flexible Proxy Support - Run with or without proxy configuration
- 🔀 Smart Proxy Rotation - Automatic rotation of invalid proxies
- ⛏️ $ITLG Mining - Automated claim $ITLG from private & groups mining
- 📊 Metric Synchronization - Automated synchronized metric
- 👥 Multi-Account Support - Manage multiple accounts simultaneously
- Python: Version 3.9 or higher
- pip: Latest version recommended
git clone https://github.com/DropsterMind/InterlinkBOT.git
cd InterlinkBOTpip install -r requirements.txt
# or for Python 3 specifically
pip3 install -r requirements.txtCreate or edit .env in the project directory:
# Adjust it yourself to match the latest version of the Interlink App.
APP_VERSION = "5.0.5"
Create or edit accounts.josn in the project directory:
[
{
"email": "your_email_address_1",
"passcode": "your_passcode",
"interlinkId": "your_interlink_id ( without xxxx@, only number )"
},
{
"email": "your_email_address_2",
"passcode": "your_passcode",
"interlinkId": "your_interlink_id ( without xxxx@, only number )"
}
]Create or edit proxy.txt in the project directory:
# Simple format (HTTP protocol by default)
192.168.1.1:8080
# With protocol specification
http://192.168.1.1:8080
https://192.168.1.1:8080
# With authentication
http://username:password@192.168.1.1:8080
Run the setup script to automatically fetch tokens using your configured account credentials:
python setup.py
# or for Python 3 specifically
python3 setup.py💡 What does setup.py do?
- Automatically logs in to your Interlink App accounts
- Extracts tokens automatically
- Saves tokens to
accounts.jsonfor the bot to use
After running the setup, launch the Interlink BOT:
python bot.py
# or for Python 3 specifically
python3 bot.pyWhen starting the bot, you'll be prompted to choose:
-
Proxy Mode Selection:
- Option
1: Run with proxy - Option
2: Run without proxy
- Option
-
Auto-Rotation:
y: Enable automatic invalid proxy rotationn: Disable auto-rotation