π± Mobile Users (Termux)
For Android users running Termux, check out the specialized mobile guide for optimized setup instructions.
This automated bot performs multiple Mavryk blockchain operations including:
- Token Trading: Buy/sell OCEAN, MARS1, NTBM, QUEEN
- DeFi Operations: Create vaults, deposit/borrow tokens
- Token Management: Send MVRK, USDT, mMVRK, MVN tokens
- Staking: Automated staking functionality
- Multi-wallet Support: Concurrent wallet management with proxy support
Click to expand navigation
Prerequisites & Downloads
- Node.js: Version
22.11.0
- npm: Version
10.9.0
- Git: For easy updates
- Docker: Optional containerization
- π₯ Node.js & npm
- π₯ Git
- π₯ Docker Installation Guide
πΉ Method 1: Git Installation (Recommended)
# Clone repository
git clone https://github.com/MeoMunDep/mavryk-wallet.git
cd mavryk-wallet/mavryk-wallet
# Install dependencies
npm install
πΉ Method 2: Manual Installation
- Download bot files manually from GitHub
- Extract to desired folder
- Open terminal in bot directory
- Run:
npm install
πΉ Method 3: Docker Installation
# Build image
docker build -t mavryk-wallet-image .
# Run container
docker run -d --name mavryk-wallet-container mavryk-wallet-image
π configs.json - Main Configuration
{
"2captchaSolver": {
"maxCaptchaAttempts": 20,
"2captchaApiKey": ""
},
"walletDelays": [1, 1],
"restartInterval": 300,
"maxConcurrentWallets": 10,
"staking": true,
"buyToken": {
"OCEAN": false,
"MARS1": false,
"NTBM": false,
"QUEEN": false,
"amount": [0.1, 0.2]
},
"sellToken": {
"OCEAN": false,
"MARS1": false,
"NTBM": false,
"QUEEN": false,
"amount": [0.1, 0.2]
},
"createVault": {
"MVRK": true,
"USDT": true,
"amount": [1, 2]
},
"depositToken": true,
"borrowToken": true,
"sendToken": {
"MVRK": true,
"USDT": true,
"mMVRK": true,
"MVN": true,
"QUEEN": false,
"OCEAN": false,
"MARS1": false,
"NTBM": false,
"amount": [0.1, 0.2]
},
"sendToInternalAddresses": true,
"receiverAddresses": [
"add_your_wallet_here",
"add_your_wallet_here",
"add_your_wallet_here",
"add_your_wallet_here",
"add_your_wallet_here"
]
}
Parameter | Type | Default | Description |
---|---|---|---|
2captchaSolver.maxCaptchaAttempts |
number | 20 | Max CAPTCHA solve attempts |
2captchaSolver.2captchaApiKey |
string | "" | Your 2Captcha API key |
walletDelays |
[number, number] | [5, 8] | Random delay between wallets (seconds) |
restartInterval |
number | 300 | Bot restart interval (seconds) |
maxConcurrentWallets |
number | 100 | Simultaneous wallet limit |
staking |
boolean | false | Enable/disable staking |
createVault.MVRK/USDT |
boolean | false | Create specific token vaults |
createVault.amount |
[number, number] | [1, 2] | Vault creation amount range |
depositToken |
boolean | false | Auto-deposit after vault creation |
borrowToken |
boolean | false | Auto-borrow against vault |
sendToken.* |
boolean | varies | Enable token sending |
sendToken.amount |
[number, number] | [1, 2] | Token send amount range |
sendToInternalAddresses |
boolean | true | Send to bot-managed addresses |
receiverAddresses |
array | [] | Destination wallet addresses |
ποΈ privateKeys.txt - Wallet Private Keys
Add your Mavryk private keys (one per line):
edsk...
edsk...
edsk...
π proxies.txt - Proxy Configuration (Optional)
Supported formats:
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:port
π Get reliable proxies
π» Standard Execution
node tx_meomundep.js
cd "path\to\mavryk-wallet"
run.bat
Run as Administrator if permission issues occur
./run.sh
π³ Docker Execution
# Start container
docker start mavryk-wallet-container
# View logs
docker logs mavryk-wallet-container
# Stop container
docker stop mavryk-wallet-container
π₯ Updating the Bot
cd mavryk-wallet
git pull origin main
npm install
docker stop mavryk-wallet-container
docker rm mavryk-wallet-container
docker build -t mavryk-wallet-image .
docker run -d --name mavryk-wallet-container mavryk-wallet-image
π οΈ Troubleshooting
- Permission Errors: Run as Administrator (Windows) or use
sudo
(Linux/macOS) - Port Conflicts: Check if ports are already in use
- Network Issues: Verify proxy settings and internet connection
- CAPTCHA Failures: Check 2Captcha API key and balance
- Adjust
maxConcurrentWallets
based on system resources - Increase
walletDelays
if rate-limited - Use quality proxies for better success rates
π Resources & Contact
- π Mavryk Wallet Extension
- π― Galxe Quests
- π§ Faucet Trick
- π¬ Developer Contact
- π₯ Support Group
- π’ Updates Channel
- π Telegram Accounts
Legal Notice
This code is provided "as is" without warranties. Users assume full responsibility for consequences. Redistribution or commercial sale is prohibited.