SkillAgentSearch skills...

SolArena

Auto connect wallets, referrals, checkin.

Install / Use

/learn @MeoMunDep/SolArena

README

🚀 Bot Setup Instructions

Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly.
Termux guides if you run on mobile


Table of Contents

  1. Prerequisites
  2. Installation Steps
  3. Configuration Files
  4. Running the Bot
  5. Contact and Support

<details> <summary><h2>1. Prerequisites</h2></summary>

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.

👉 Double click run.bat for Windows or run.sh for Linux/Mac to run automatically (remember to fill configs).

</details>
<details> <summary><h2>2. Installation Steps</h2></summary>
  1. Download and Extract the Bot Files

    • Extract the bot package into a folder on your computer.
  2. Install Dependencies

    npm install --force user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy tweetnacl crypto-js ws uuid @solana/web3.js bs58
    

If Execution Policy error on Windows:

```bash
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  1. Prepare Config Files

    • Make sure all files are ready before running.
</details>
<details> <summary><h2>3. Configuration Files</h2></summary>

configs.json - 📜 Adjust Bot Settings

{
  "rotateProxy": false,
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [1, 1],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "referral": true,
  "referralCodes": ["bGAxXum"]
}

privateKeys.txt - 🗂️ Wallets

privatekey
privatekey
privatekey

proxies.txt - 🌐 Proxies (Optional)

http://host:port
https://user:password@host:port
socks5://host:port
</details>
<details> <summary><h2>4. Running the Bot</h2></summary>
cd /path/to/meomundep-folder
node meomundep.js
</details>
<details> <summary><h2>5. Contact and Support</h2></summary>

Support:

</details>

Enjoy using the bot! 🚀

View on GitHub
GitHub Stars59
CategoryDevelopment
Updated6d ago
Forks1

Languages

Shell

Security Score

85/100

Audited on Mar 24, 2026

No findings