Skip to content

Gizmocryp/Merak-Dubhe-Tesnet-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merak Dubhe Tesnet Bot - Multi-Wallet Script

This is your one-stop automation script for interacting with the Merak Testnet on the Sui blockchain.
It’s built for DeFi airdrop farming and supports multiple wallets, proxies, and modular actions like swapping, wrapping, and LP providing.


Features

  • ✅ Wrap SUI → wSUI
  • 🔄 Token swaps: wSUI ↔ wDUBHE, wSUI ↔ wSTARS
  • 💧 Add liquidity to 3 pools
  • 🧠 Multi-wallet farming support
  • ⏳ Delay config between txs
  • 🌍 Proxy support (HTTP/SOCKS)

SUI Faucet

https://faucet.sui.io/?network=testnet


💻 Beginner Setup

Step 1: Install Node.js and Git

sudo apt update && sudo apt upgrade -y
sudo apt install nodejs npm git -y

Step 2: Clone the Bot Repository

git clone https://github.com/0xdoot/Merak-Dubhe-Tesnet-Bot.git
cd Merak-Testnet-Bot

Step 3: Install Project Dependencies

npm install

This will install all required packages like:

  • dotenv (for env file)
  • axios or others used in the bot

Configuration

Step 4: Create Your .env File

Inside Merak-Testnet-Bot folder, run:

nano .env

Paste your wallet details:

PRIVATE_KEY_1=your_private_key_here
MNEMONIC_1="your mnemonic phrase here"
PRIVATE_KEY_2=your_second_wallet
# Add more as needed

Save & Exit: CTRL + X, then Y, then ENTER


Step 5 (Optional): Add Proxies

Create a file named proxies.txt in the project folder:

nano proxies.txt

Add one proxy per line:

http://user:pass@ip:port
socks5://user:pass@ip:port

🚀 Running the Bot

First Update this

npm uninstall @mysten/sui.js && npm install @mysten/sui.js
git pull

Run Script:

node main.js

The bot will:

  1. Ask how many txs per wallet
  2. Rotate through wallets
  3. Execute wrap, swap, and LP tasks
  4. Sleep till next loop (if loop enabled)

📜 License

MIT License – Feel free to fork & improve. Just give credit!


Credits

Built by [@doot] – touch on my X!

We turning this into an open-source

About

Automated bot for interacting with the Merak Dubhe Testnet on Sui blockchain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors