Auto deploy nft, token, transfer faucet, lend, borrow, rent tokens, connect wallets.
๐ 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.
๐ฑ Termux guide for mobile users
๐ Table of Contents
๐งฐ 1. Prerequisites
Before running the bot, make sure you have the following installed:
- Node.js (Version:
22.11.0) - npm (Version:
10.9.0)
๐ก On Windows, double-click run.bat.
On Linux/macOS, use run.sh to automatically start the bot.
โ ๏ธ Donโt forget to fill in all necessary configuration files before running.
โ๏ธ 2. Installation Steps
1๏ธโฃ Clone the Bot Repository
If you donโt have Git, install it here.
git clone https://github.com/MeoMunDep/siesmic.git
cd seismic/seismic
2๏ธโฃ Install Dependencies
npm install --force user-agents axio meo-forkcy-colors meo-forkcy-proxy meo-forkcy-utils meo-forkcy-logger ethers web3 solc
๐ช Windows Fix
If you see an Execution Policy error:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Then rerun npm install.
๐ง Linux/macOS Fix
If you face permission issues:
sudo npm install --force user-agents meo-forkcy-colors meo-forkcy-proxy meo-forkcy-utils meo-forkcy-logger ethers web3 solc
3๏ธโฃ Prepare Configuration Files
Ensure all configuration files are ready before running the bot (see the next section).
๐งพ 3. Configuration Files
๐๏ธ 1. configs.json
This file controls the botโs behavior.
{
"howManyAccountsRunInOneTime": 1,
"timeToRestartAllAccounts": 86400,
"delayEachAccount": [1, 2],
"skipInvalidProxy": true,
"deployContract": { "enable": false },
"tokenConfig": { "performTransfers": false, "numTransfers": [5, 10], "amountPerTransfer": [1000, 2000], "useConfiguredAddresses": false, "recipientAddresses": [""] },
"nftConfig": { "mintNft": false, "amountNft": 1 },
"faucet": { "secretMode": false, "maxCaptchaAttempts": 20, "howManyAccountsRunInOneTime": 200, "2captchaApiKey": "" } }
โ๏ธ Main Configuration
| Field | Type | Description | | ----------------------------- | ---------- | ---------------------------------------------- | | howManyAccountsRunInOneTime | number | Number of accounts to run concurrently. | | timeToRestartAllAccounts | number | Restart interval (in seconds). | | delayEachAccount | [min, max] | Random delay range between accounts. | | skipInvalidProxy | boolean | Skip invalid proxies without stopping the bot. |
๐ฐ Token Configuration (tokenConfig)
| Field | Type | Description | | ------------------------ | ---------- | -------------------------------------------------------------------------------- | | performTransfers | boolean | Enable token transfers after deployment. | | numTransfers | [min, max] | Number of transfers to execute. | | amountPerTransfer | [min, max] | Random transfer amount range. (When transferring ETH/SEISMIC, divided by 100000) | | useConfiguredAddresses | boolean | Use only specified recipient addresses. | | recipientAddresses | string[] | List of recipient wallet addresses. |
๐ Contract Deployment (deployContract)
| Field | Type | Description | | -------- | ------- | ---------------------------- | | enable | boolean | If true, deploys a contract. |
๐ฐ Faucet Configuration (faucet)
| Field | Type | Description | | -------------------- | ------ | ------------------------ | | maxCaptchaAttempts | number | Maximum CAPTCHA retries. | | 2captchaApiKey | string | API key for 2Captcha. |
๐ 2. privateKeys.txt
Add your EVM private keys, one per line:
privatekey
privatekey
privatekey
๐ Wallet generator: Click here
๐ 3. proxies.txt
Optional โ add your proxies here (one per line):
Supported formats:
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
socks5://user:password@host:port
โถ๏ธ 4. Running the Bot
- Navigate to your bot folder:
cd /path/to/seismic
- Run the bot:
node meomundep.js
๐ก Tip: Keep your terminal open. The bot auto-handles multiple accounts as configured in configs.json.
๐ฌ 5. Contact and Support
- ๐ Faucet Link: Click here
- ๐ Documentation: Seismic Docs
- ๐ธ Donate/Support: Here
- ๐ค Contact Me: Telegram
- ๐ฌ Support Group: Join here
- ๐ข Updates Channel: View channel
- ๐ฅ YouTube: Watch here
- ๐ธ Instagram: Follow here
- ๐ต Tiktok: Follow here
โ Enjoy using the bot! If this helped you, consider giving the repo a โญ on GitHub!