Welcome to the bot setup guide! This guide is designed to be beginner-friendly — just follow the steps, and your bot will be ready to run with minimal terminal use.
📱 If you're using Termux on mobile, check this guide
Make sure you have the following installed:
- Node.js (Recommended:
v22.11.0) - npm (Comes with Node.js)
📦 Download from here: Node.js Installer
✅ 1. Clone the Bot Repository
If you haven't installed Git, download it here.
git clone https://github.com/MeoMunDep/Mizu-Testnet.git
cd Mizu-Testnet✅ 2. Edit Configuration Files
Set up the following files before running the bot (details below):
configs.jsonprivateKeys.txtproxies.txt(optional)
📜 1. configs.json - Bot Settings
{
"proxyMode": "static",
"skipInvalidProxy": false,
"delayEachAccount": [1, 1],
"timeToRestartAllAccounts": 86400,
"howManyAccountsRunInOneTime": 1,
"faucet": { "enable": true },
"bridge": {
"sepoliaToDoma": {
"enable": true,
"valueAmount": [0.0001, 0.0002],
"txCount": [1, 3]
},
"domaToSepolia": {
"enable": true,
"valueAmount": [0.0001, 0.0002],
"txCount": [1, 3]
}
},
"buyTokens": {
"enable": true,
"amountUSDT": [100, 200]
},
"sellTokens": {
"enable": true,
"amountToken": [0.01, 0.02]
}
}| Field | Type | Description |
|---|---|---|
proxyMode |
string | Proxy usage mode. Example: "static", "rotate", "none". |
skipInvalidProxy |
boolean | Skip and ignore any proxy that fails. |
delayEachAccount |
number[] | Delay between each account in seconds (random within range). |
timeToRestartAllAccounts |
number | Restart bot process after this many seconds (0 to disable). |
howManyAccountsRunInOneTime |
number | Max number of accounts running in parallel. |
faucet.enable |
boolean | Whether to run faucet claim automatically. |
bridge.sepoliaToDoma.enable |
boolean | Enable bridge transactions from Sepolia → Doma. |
bridge.sepoliaToDoma.valueAmount |
number[] | Min–Max ETH amount to bridge from Sepolia to Doma. |
bridge.sepoliaToDoma.txCount |
number[] | Min–Max number of transactions to perform for Sepolia → Doma bridging. |
bridge.domaToSepolia.enable |
boolean | Enable bridge transactions from Doma → Sepolia. |
bridge.domaToSepolia.valueAmount |
number[] | Min–Max ETH amount to bridge from Doma to Sepolia. |
bridge.domaToSepolia.txCount |
number[] | Min–Max number of transactions to perform for Doma → Sepolia bridging. |
buyTokens.enable |
boolean | Whether to auto-buy tokens. |
buyTokens.amountUSDT |
number[] | Min–Max amount of USDT used to buy tokens. |
sellTokens.enable |
boolean | Whether to auto-sell tokens. |
sellTokens.amountToken |
number[] | Min–Max amount of tokens to sell. |
🗂️ 2. privateKeys.txt - Wallet List
Each line is one private key:
privatekey1
privatekey2
privatekey3
🌐 3. proxies.txt - Proxy List (Optional)
💡 Get free/paid proxies from here
Supported formats:
host:port
protocol://host:port
protocol://user:pass@host:port
▶️ For Windows Users
Just double click on run.bat
✅ This script will:
- Install all required modules
- Run the bot automatically
You don’t need to type any command manually!
▶️ For Linux/macOS Users
Run this command in terminal:
./run.shOr make it executable and double-click:
chmod +x run.sh
./run.sh- Doma-Mizu Testnet Link
- Support me via Donate: Here
- Work Contact: @MeoMunDep
- Support Group: Join here
- Updates Channel: View channel
- YouTube: @keoairdropfreene
- Instagram: @meomundep
- TikTok: @meomundep
✨ Thank you for using the bot, hope you earn from my scripts! Good luck! 🚀