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.
- β 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)
sudo apt update && sudo apt upgrade -y
sudo apt install nodejs npm git -y
Check version:
node -v
npm -v
git clone https://github.com/cryptodai3/Merak-Testnet-Auto-Bot.git
cd Merak-Testnet-Auto-Bot
npm install
This will install all required packages like:
dotenv
(for env file)axios
or others used in the bot
Inside Merak-Testnet-Auto-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
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
Update this
npm uninstall @mysten/sui.js && npm install @mysten/sui.js
git pull
From the root folder, run:
node index.js
π§ The bot will:
- Ask how many txs per wallet
- Rotate through wallets
- Execute wrap, swap, and LP tasks
- Sleep till next loop (if loop enabled)
If enabled in config:
-
π Wrap SUI β wSUI
-
π± Swap tokens back & forth:
- wSUI β wDUBHE
- wSUI β wSTARS
-
π Add liquidity to pools:
- wSUI-wDUBHE
- wSUI-wSTARS
- wDUBHE-wSTARS
- Always test with 1 wallet first
- Use small testnet balances
- Donβt spam txs too fast β increase delay if needed
- Rotate proxies for multiple wallets
π¦ Merak-Testnet-Auto-Bot
β£ π index.js β Main bot runner
β£ π .env β Your private wallet keys (DO NOT SHARE)
β£ π proxies.txt β Optional proxies (1 per line)
β£ π config.js β (If added) customizable settings
β π package.json β Dependencies list
MIT License β Feel free to fork & improve. Just give credit!
Built by [@cryptodai3] β Join the farming fam on Telegram! Letβs earn smarter, not harder π
We turning this into an open-source banger π§ͺπ¨βπ»