Skip to content

Novus-Tech-LLC/bsc-fourmeme-volume-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsc-fourmeme-volume-script

Four.meme (Four meme) Volume Script on BSC

Prerequisites

  • Node.ts 18+
  • BSC RPC endpoint

Install

npm install

Configure

This project reads configuration from the file named env in the repo root (already present). Supported keys:

  • RPC_URL (required)
  • WSS_URL (optional)
  • WALLET (optional single private key)
  • WALLET_1..WALLET_100 (optional multiple private keys)
  • BUY_AMOUNT (BNB in ETH units, e.g. 0.0001)
  • SLIPPAGE_BPS (basis points, default 100 = 1%)
  • GAS_LIMIT (default 500000)
  • MAX_GAS_PRICE (gwei, default 10)
  • MAX_BOT_ACCOUNTS (cap wallets used, default 20)
  • ENABLE_FRONTRUN, ENABLE_BACKRUN (unused flags, reserved)

Wallet grouping logic:

  • Wallets that already hold the target token are treated as the "sell" group
  • Wallets that have BNB balance but no token are treated as the "buy" group

You can add up to 100 keys as WALLET_1, WALLET_2, ... in env.

Build

npm run build

Run

Provide the target token (and optionally custom WBNB/router addresses).

npm start -- --token 0xTokenAddressHere

# or in dev without building
npm run dev -- --token 0xTokenAddressHere

What it does:

  • Derives all provided wallets
  • Splits them into token-holding sellers and BNB-funded buyers
  • Iterates sellers: sells ~10% of their token balance
  • On each sell, buyers attempt to buy the token for BUY_AMOUNT BNB concurrently

Defaults:

  • Router: PancakeSwap V2 0x10ED43C718714eb63d5aA57B78B54704E256024E
  • WBNB: 0xBB4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c

Notes

  • Ensure each private key has enough BNB for gas
  • Start with very small BUY_AMOUNT and low wallet counts while testing
  • This script sends real transactions; use at your own risk

About

Four.meme (Four meme) Volume Script on BSC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published