Skip to content

Rambeboy/mango-testnet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANGO TESTNET BOT

Register : HERE

  • Download Mango Wallet Extension
  • Backup Phrase
  • Claim Faucet on your Wallet extension
  • Go To Web
  • Complete Bind Social Media Accounts and JOIN NOW
  • Go to Event Page
  • Complete Task on the Task List ( Swap , Bridge )
  • Login Daily
  • Done

LFG

PREREQUISITE

  • Git
  • Node JS (v22)
  • Funded Mango Wallet With ETH SEPOLIA and TESTNET BNB (Opsional)

BOT FEATURE

  • Multi Account
  • Only Support Seed Pharse
  • Proxy Support
  • Daily Claim Faucet
  • Daily Mango Swap
  • Daily BeingDex Beta DAPP
  • Daily Check In
  • Daily Bridge (USDT)

SETUP & CONFIGURE BOT

LINUX

  1. Clone project repository
    git clone https://github.com/Rambeboy/mango-testnet-bot.git && cd mango-testnet-bot
    
  2. Install Dependencies and Setup Accounts
    npm install && npm run setup
    
  3. Configure your accounts
    nano accounts/accounts.js
    
  4. Configure the bot config
    nano config/config.js
    
  5. Configure the proxy
    nano config/proxy_list.js
    
  6. To run Auto TX
    npm run start
    

WINDOWS

  1. Open your Command Prompt or Power Shell.
  2. Clone project repository
    git clone https://github.com/Rambeboy/mango-testnet-bot.git
    
    and cd to project dir
    cd mango-testnet-bot
    
  3. Install Dependencies and Setup Accounts
    npm install && npm run setup
    
  4. Navigate to mango-testnet-bot directory.
  5. Navigate to accounts directory.
  6. Now open acccounts.js and setup your accounts.
  7. Now Back to mango-testnet-bot directory and Navigate to config directory and adjust the config.js and proxy_list.js as needed.
  8. Back to mango-testnet-bot directory.
  9. To start the app open your Command Prompt or Power Shell
  10. To run auto Tx Bot
    npm run start
    

HOW TO GET BRIDGE RAW DATA

  • Do Manual Bridge from ETH (USDT) to MANGO (USDT) WITH SMALL AMOUNT , EX : 0.0001 USDT
  • Approve Token Spend
  • Approve Bridge Tx
  • Go to explorer and search for your tx hash showed on your wallet history
  1. ETH SEPOLIA EXPLORER
  2. BSC TESTNET EXPLORER

Copy the Input Data as HEX. Or you can just copy paste from wallet confirmation approval on input / data section.

UPDATE BOT

To update bot follow this step :

  1. Run
    git pull
    
    or
    git pull --rebase
    
    If error run
    git stash && git pull
    
  2. Run
    npm update
    
  3. Start the bot
  4. If any eror happen check log/app.log

IMPORTANT NOTE (READ IT THIS IS NOT DECORATION)

Dwyor & Always use a new wallet when running the bot, I am not responsible for any loss of assets.

LICENSE

This project is licensed under the MIT License. See the LICENSE file for more details.

SUPPORT

EVM : 0xa7816292d470BC4e4426a5FAdA71A42C0f370C53

SOLANA : 95m5zAspEMNy5Dhc6hGCuUKygP8e7kLLC6dz23cJ13nk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published