https://github.com/cryptoking-max/solana-sniper-bot

Solana Sniper Bot (mev). feel free to reach me outπŸ“ž Solana Sniper Bot

https://github.com/cryptoking-max/solana-sniper-bot

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • β—‹
    CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary

Keywords

crypto-bot memecoin sniper sniper-bot-solana-raydium sniper-solana solana solana-bot-github solana-bot-sniper solana-meme solana-sniper-free solana-sniper-open-source solana-token solanatoken
Last synced: 5 months ago · JSON representation

Repository

Solana Sniper Bot (mev). feel free to reach me outπŸ“ž Solana Sniper Bot

Basic Info
Statistics
  • Stars: 117
  • Watchers: 1
  • Forks: 27
  • Open Issues: 3
  • Releases: 1
Topics
crypto-bot memecoin sniper sniper-bot-solana-raydium sniper-solana solana solana-bot-github solana-bot-sniper solana-meme solana-sniper-free solana-sniper-open-source solana-token solanatoken
Created 10 months ago · Last pushed 8 months ago
Metadata Files
Readme Funding License Security Support

README.md

Solana Sniper Bot

– High-Speed Token Sniping & Trading (Per Week πŸ’²10k+) For paid sniper bot builds or Solana consulting, contact me.πŸ”«


An ultra-fast, MEV-enabled Solana Sniper Bot built in Node.js.
This bot automates token sniping, buying, and selling on the Solana blockchain, using gRPC, Jito Tips, and private relays like Nozomi and 0xBlock to ensure top-tier execution.

Ideal for memecoin sniping, liquidity sniping, pre-launch tracking, and stealth token buying with max priority and speed.


solana sniper bot (pump)

πŸš€ Why Use This Solana Sniper Bot?

  • πŸ”„ Real-time Solana DEX monitoring using gRPC
  • πŸ’Έ MEV-powered transactions with Jito, Nozomi, and 0xBlock
  • πŸ”₯ Token launch sniping: buy as soon as liquidity is added
  • 🧠 Customizable token filtering: pool burn, mint renounced, liquidity thresholds
  • βš”οΈ Built-in anti-rug and honeypot protection
  • πŸ“‘ Telegram bot interface for remote control & alerts

solana sniper (jito)


🧠 Core Features

| Feature | Description | |--------------------------------------|-----------------------------------------------------------------------------| | 🎯 Token Sniping | Snipes newly launched tokens instantly after liquidity is added | | ⚑ gRPC Streaming | Uses low-latency gRPC to detect launches faster than public RPC | | πŸ’° MEV Boost / Priority Tips | Supports Jito Tips, Nozomi, 0xBlock for private, high-priority inclusion | | πŸ§ͺ Safety Checks | Verifies mint status, burn, ownership, liquidity, and more | | 🧡 Multi-wallet Support | Trade from multiple Solana wallets simultaneously | | πŸ”” Telegram Integration | Get alerts, trade manually, or manage wallets through Telegram |


πŸ“ˆ Keywords for Search Engines (SEO)

```

solana sniper bot, solana trading bot, solana mev bot, jito solana bot, buy solana tokens fast, solana memecoin sniper, solana dex bot, grpc solana bot, nozomi solana bot, 0xblock solana tip bot, pump.fun sniper, solana telegram bot

````


πŸ“¦ Installation

1. Clone the Repository

bash git clone https://github.com/cryptoking-max/solana-sniper-bot.git cd solana-sniper-bot `

2. Install Dependencies

bash npm install

3. Configure .env

Create a .env file in the root directory:

```env

πŸ” API KEYS & IDENTIFIERS

TOKEN="..." # Telegram bot token (contact @cryptoking110600 for support) BIRDAPIKEY="3570a293.....a9263ab0f95" # BirdEye API key for token info INSTANTNODESAPIKEY="" # InstantNodes API key (optional but recommended) HELIUSAPI="" # Helius API key for advanced Solana data SOLSNIFFERAPI_KEY="" # SolSniffer API key for token safety/rug check

🌐 RPC & NETWORK ENDPOINTS

RPCURL="https://solana-api.instantnodes.io/token" # Primary RPC endpoint RPCURL1="" # Secondary RPC endpoint (fallback)

RPCWEBSOCKETENDPOINT="wss://solana-api.instantnodes.io/token" # Primary WebSocket RPCWEBSOCKETENDPOINT1="wss://mainnet.helius-rpc.com/?api-key=" # Helius WebSocket (requires key)

πŸ”‘ WALLET & AUTH

PUBLICKEY="" # Public wallet address PRIVATEKEY="" # Private key (keep secret!) RECIPIENTADDRESS="" # Optional – send proceeds to this wallet APPPASS_KEY="" # Optional – used for local encryption

βš™οΈ BOT SETTINGS

PRIORITIZATIONFEELAMPORTS="" # Lamports to prioritize tx (e.g., 5000) MICROPRIORITIZATIONFEE_LAMPORTS="" # Low gas for test/micro tx

MAXRETRIES="3" # Number of retries for failed transactions RETRYDELAY="2" # Delay in seconds between retries

MINIMUMSOLFORFEES="0.01" # Min SOL required in wallet to allow transactions SLIPPAGEBPS="800" # Slippage in basis points (800 = 8%) BUY_AMOUNT="0.01" # Default amount of SOL or USDC to spend per token

πŸ“Š DECIMAL CONFIGURATION

SOLDECIMALS="9" # Fixed decimals for SOL USDCDECIMALS="6" # Fixed decimals for USDC ACTIONTOKENDECIMALS="6" # Default target token decimals (update dynamically if needed)

πŸ§ͺ RUG CHECK & SAFETY FILTERS

MAXTOPHOLDERSPERCENTAGE="30" # E.g., skip tokens where top holders >30% MINSECURITYSCORE="70" # Minimum safety score from SolSniffer or other MAXLPMARKETCAPRATIO="1.5" # LP too high relative to mcap = risky MINLPMARKETCAP_RATIO="0.1" # Too low = illiquid

REQUIRELIQUIDITYLOCK="true" # Only buy if LP is locked REQUIREMINTDISABLED="true" # Only buy if mint is disabled MINSELLPERCENTAGE="90" # Reject tokens where <90% can be sold

```


πŸš€ Running the Bot

Basic Mode:

bash node bot.js

Custom Strategy Mode:

bash node bot.js --strategy=mintRenounced --tipProvider=jito


πŸ›‘οΈ Sniping Conditions & Safety Checks

This bot evaluates tokens before buying to avoid scams or rugs.

  • βœ… Burned Pool Address
  • βœ… Mint Authority Renounced
  • βœ… Verified Creator / Metadata
  • βœ… Min Liquidity Requirement
  • βœ… Max Market Cap Limit
  • βœ… Anti-Honeypot Check
  • βœ… Transaction Simulation Support

πŸ“± Telegram Bot Features (Optional)

You can control and receive notifications from the bot via Telegram.

| Command | Description | | ----------------- | ----------------------------- | | /wallet | Check wallet balance | | /buy <address> | Manually buy a token | | /sell <address> | Sell a token | | /status | Show current filters/strategy | | /start | Restart the bot |


🧠 Advanced Config (in .env or config.js)

env BUY_AMOUNT=0.1 # How much SOL to spend per snipe SLIPPAGE=0.5 # Slippage % MIN_LIQUIDITY=5 # Minimum liquidity in SOL BLOCKED_CREATORS=... # Prevent known rug pullers


πŸ’‘ Tips for Sniping Success

  • Use private gRPC endpoints for lowest latency
  • Enable Jito / Nozomi tips for top-of-block inclusion
  • Monitor high-impact wallets and copy-trade them
  • Use small, fast wallets to reduce confirmation time
  • Don't chase every launch β€” apply strict filters

🌐 Future Roadmap

  • [ ] UI dashboard with live token stream
  • [ ] Auto sell with trailing profit or PNL%
  • [ ] Discord webhook support
  • [ ] Liquidity add alerts
  • [ ] Wallet tracking (copy-trade whales)

⚠️ Legal Disclaimer

This project is intended for educational and research purposes only. Using this bot on mainnet carries risk. The author is not responsible for any financial loss or misuse.


⭐⭐⭐⭐⭐ Like It? Star It!

If this bot helps you learn or profit:

  • ⭐⭐⭐⭐⭐ Star this repository
  • https://github.com/cryptoking-max/solana-sniper-bot
  • 🧠 Suggest features via Issues
  • πŸ”— Share with other Solana developers or customers

πŸ‘¨β€πŸ’» Built by [Cryptoking❀]


Owner

  • Name: Solana sniper copy trading bot
  • Login: cryptoking-max
  • Kind: user
  • Location: solana trading bot
  • Company: solana trading bot

#Solana #sniper #copy #trading #bot

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 13
  • Issue comment event: 2
  • Push event: 11
  • Gollum event: 3
  • Pull request event: 7
  • Fork event: 23
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 13
  • Issue comment event: 2
  • Push event: 11
  • Gollum event: 3
  • Pull request event: 7
  • Fork event: 23

Dependencies

support/dev.docker-compose.yml docker
  • postgres 17-alpine
support/picsur.docker-compose.yml docker
  • ghcr.io/caramelfur/picsur-alpha latest
  • postgres 17-alpine
package.json npm
  • @typescript-eslint/eslint-plugin ^8.12.2 development
  • @typescript-eslint/parser ^8.12.2 development
  • eslint ^9.13.0 development
  • eslint-config-prettier ^9.1.0 development
  • eslint-plugin-prettier ^5.2.1 development
  • eslint-plugin-require-extensions ^0.1.3 development
  • prettier ^3.3.3 development
  • prettier-plugin-sh ^0.14.0 development
  • typescript ~5.5.4 development