MeoMunDep
Seismic
Shell

Auto deploy nft, token, transfer faucet, lend, borrow, rent tokens, connect wallets.

Last updated Nov 19, 2025
40
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
47
Language breakdown
Shell 78.5%
Batchfile 20.2%
JavaScript 1.3%
โ–ธ Files click to expand
README

๐Ÿš€ 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)
๐Ÿ‘‰ Download Node.js and npm here: Download Link
๐Ÿ’ก 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

๐Ÿ’ก Get free proxies here


โ–ถ๏ธ 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

๐Ÿฑ Your support keeps the community growing!


โœ… Enjoy using the bot! If this helped you, consider giving the repo a โญ on GitHub!

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MeoMunDep/Seismic ยท Updated daily from GitHub