Synthelix
Synthelix copied to clipboard
Auto referrals, start node, claim node, connect wallet.
π Bot Setup Instructions
Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.
Table of Contents
- Prerequisites
- Installation Steps
- Configuration Files
configs.jsonprivateKeys.txtproxies.txt
- Running the Bot
- Contact and Support
Prerequisites
Before running the bot, make sure you have the following installed:
- Node.js (Version:
22.11.0) - npm (Version:
10.9.0)
Download Node.js and npm here: Download Link.
-> On Windows, double click on run.bat. For Linux/macOS, use run.sh to automatically run the bot. Remember to fill in all the necessary details before running.
Installation Steps
1. Clone the Bot Repository (GitHub)
You can clone the bot repository using Git. If you don't have Git installed, install Git here.
-
Open your terminal (Command Prompt on Windows, Terminal on Linux/macOS) and navigate to the folder where you want to store the bot files.
-
Run the following command to clone the repository:
git clone https://github.com/MeoMunDep/synthelix.git -
After cloning, navigate into the bot's directory:
cd synthelix/synthelix
2. Install Dependencies:
- Once inside the bot directory, install the necessary dependencies by running the following command:
npm install --force user-agents axios colors https-proxy-agent socks-proxy-agent ethers web3 tough-cookie axios-cookiejar-support
- If you're on Windows and encounter an Execution Policy error, run:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Then, run the npm install command again.
- For Linux/macOS, if you face permission issues with the install command, prepend
sudoto the command:
sudo npm install --force user-agents axios colors https-proxy-agent socks-proxy-agent ethers web3
3. Prepare Configuration Files:
- Ensure all configuration files are set up correctly before running the bot (see Configuration Files section).
Configuration Files
1. configs.json - π Adjust Bot Settings
This file controls the botβs behavior. Below is an example configuration:
{
"skipInvalidProxy": false,
"delayEachAccount": [5, 8],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 200,
"doTasks": true,
"referralCodes": ["kqrf5FWN"]
}
- Fields Explained:
rotateProxy: Enable or disable proxy rotation.skipInvalidProxy: Skip invalid proxies iftrue.proxyRotationInterval: Time interval (in minutes) for rotating proxies.delayEachAccount: Random delay range (in seconds) between accounts.timeToRestartAllAccounts: Time (in seconds) to restart all accounts.howManyAccountsRunInOneTime: Number of accounts to run simultaneously.doTasks: Enable/disable task execution (falsemeans the bot wonβt perform tasks).referralCodes: Add your referral code (optional). Do not change it if you want to support me ^^.
2. privateKeys.txt - ποΈ User's Wallet Data
- Wallets generator: Link
- EVM PRIVATEKEY
privatekey
privatekey
privatekey
Note: Each row for each account.
3. proxies.txt - π Proxy List (Optional)
If you are using proxies, add them here. Leave the file blank if you are not using proxies. Supported formats:
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port
Note: each row for each account.
Running the Bot
-
Navigate to the folder containing the bot files:
cd /path/to/synthelix -
Run the bot using the following command:
node meomundep.js
Contact and Support
- Support me via Referral Link
- Support me via Donate Here
- Contact for work: Telegram
- Join the support group: Join here
- Updates Channel: View channel
- YouTube Channel: Watch here
- Instagram: Follow me
- Tiktok: Follow me
Your support is greatly appreciated! π±
Enjoy using the bot! π