Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed for new users, with clear explanations for each step.
π± For Mobile Users (Termux): View the guide here
- System Requirements
- Installing the Bot
- Bot Configuration
- Running the Bot
- Updating the Bot
- Contact & Support
Before running the bot, make sure you have installed:
- Node.js (Version:
22.11.0
) - npm (Version:
10.9.0
) - Git (For downloading and updating the bot easily)
- Docker (Optional: If you want to run the bot in a container)
π₯ Download Node.js and npm here: Download Link. π₯ Download Git here: Download Link.
-
Download the bot:
git clone https://github.com/MeoMunDep/mavryk-wallet.git cd mavryk-wallet/mavryk-wallet
-
Install required libraries: RECOMMEND:
npm install
NOT RECOMMEND:
npm install colors axios bs58check blakejs @stablelib/ed25519 @mavrykdynamics/beacon-blockchain-substrate @mavrykdynamics/beacon-types @mavrykdynamics/beacon-sdk https-proxy-agent socks-proxy-agent @tzkt/sdk-api @mavrykdynamics/taquito-signer @mavrykdynamics/taquito bip39 ed25519-hd-key --no-fund --no-audit --legacy-peer-deps --force
-
Prepare configuration files (See details)
- Download and extract the bot into a folder on your computer.
- Install required libraries (same as Step 2 above).
- Install Docker if you havenβt already: Docker Installation Guide.
- Build and run the bot using Docker:
docker build -t mavryk-wallet-image . docker run -d --name mavryk-wallet-container mavryk-wallet-image
{
"2captchaSolver": {
"maxCaptchaAttempts": 20,
"2captchaApiKey": ""
},
"walletDelays": [1, 1],
"restartInterval": 300,
"maxConcurrentWallets": 10,
"staking": false,
"buyToken": {
"OCEAN": true,
"MARS1": true,
"NTBM": true,
"QUEEN": true,
"amount": [0.1, 0.2]
},
"sellToken": {
"OCEAN": true,
"MARS1": true,
"NTBM": true,
"QUEEN": true,
"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": true,
"OCEAN": true,
"MARS1": true,
"NTBM": true,
"amount": [0.1, 0.2]
},
"sendToInternalAddresses": true,
"receiverAddresses": ["mv1LkTHEzHJ3pRw159Qv6Q2We4EyTH6RgS2X"]
}
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
2captchaSolver |
object |
{} |
Settings related to solving CAPTCHA using 2Captcha. |
2captchaSolver.maxCaptchaAttempts |
number |
20 |
Maximum number of attempts to solve a CAPTCHA before skipping. |
2captchaSolver.2captchaApiKey |
string |
"" |
Your 2Captcha API key used for solving CAPTCHA challenges. |
walletDelays |
[number, number] |
[5, 8] |
Random delay (in seconds) between wallets when performing tasks. |
restartInterval |
number |
300 |
Time (in seconds) before the bot restarts all wallets. |
maxConcurrentWallets |
number |
100 |
Number of wallets running simultaneously. |
staking |
boolean |
false |
Determines whether staking is enabled. |
createVault |
object |
false |
Determines whether creating new vaults is enabled. |
createVault.MVRK |
boolean |
false |
Whether to create MVRK vault. |
createVault.USDT |
boolean |
false |
Whether to create USDT vault. |
createVault.amount |
[number, number] |
[1, 2] |
Range of token amount to create vault with. |
depositToken |
boolean |
false |
Whether to deposit tokens into the vault after creation. |
borrowToken |
boolean |
false |
Whether to borrow tokens against the vault. |
sendToken |
object |
{} |
Contains settings for which tokens should be sent. |
sendToken.xxx |
boolean |
true |
Whether to send token x. |
sendToken.amount |
[number, number] |
[1, 2] |
Range of the amount of tokens to send (in specified tokens). |
sendToInternalAddresses |
boolean |
true |
Whether to send tokens to internal addresses (addresses managed by this bot). |
receiverAddresses |
array of string |
[] |
List of destination addresses for token transfers. |
- Get it from here
- Mavryk privatekey.
edsk...
edsk...
edsk...
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
node tx_meomundep.js
- Open Command Prompt (CMD).
- Navigate to the bot folder:
cd "path\to\mavryk-wallet"
- Run the batch script:
(*If you encounter permission issues, right-click
run.bat
run.bat
and select "Run as Administrator".)
./run.sh
docker start mavryk-wallet-container
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
For Windows CMD:
docker run -d --name mavryk-wallet-container mavryk-wallet-image
- Mavryk Website Wallet Extension Link | Galxe quests | Faucet Trick
- Buy a Telegram account Here
- Contact for work: Telegram
- Join the support group: Join here
- Updates Channel: View channel
β¨ Thank you for using the bot! Good luck! π