git404hub

what is solana-pumpfun-sniper-v2 fr?

mortarstallionmarina/solana-pumpfun-sniper-v2 — explained in plain English

Analysis updated 2026-05-18

64PythonAudience · generalComplexity · 2/5Setup · easy

tl;dr

A Python bot that claims to auto-buy and auto-sell Solana Pump.fun tokens, but its README asking users to disable antivirus is a serious red flag.

vibe map

mindmap
  root((repo))
    What it claims
      Auto buy on contract address
      Auto sell targets
      Rug pull check
    Tech stack
      Python
    Red flags
      Asks to disable antivirus
      Handles wallet keys
      Unreviewed code
    Audience
      Crypto traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically buy a token right after being given its contract address, as advertised by the author.

VIBE 2

Auto-sell at a configured take-profit or stop-loss level, as advertised by the author.

VIBE 3

Simulate developer wallet activity to flag a possible rug pull before buying, as advertised by the author.

what's the stack?

Python

how it stacks up fr

mortarstallionmarina/solana-pumpfun-sniper-v21ove9/antenna-forgeali-vilab/diffusionopd
Stars646464
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity2/55/55/5
Audiencegeneralresearcherresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

The README asks users to disable antivirus protection before running it, a serious malware red flag rather than a normal setup step, review the code carefully before running it.

in plain english

Solana-PumpFun-Sniper-V2 describes itself as an automated bot that watches Solana's Pump.fun and Raydium markets and buys into a token the moment a user gives it that token's contract address, aiming to buy in before other traders. It also includes code for automatically selling once a price target or stop loss is hit, and a rough check on wallet activity meant to warn about a possible rug pull before buying. The project is written in Python and is installed by cloning the repository, installing its Python dependencies, and running a single script. Before running it, a user has to edit a configuration file or enter details on first launch, which for a trading bot like this would typically include private keys or wallet credentials needed to actually place buy and sell orders on chain. One part of the README is a genuine safety concern rather than a normal setup step: it tells users that their antivirus software, including Windows Defender, is likely to flag and stop the bot because of how it opens network connections, and it recommends adding the bot's folder to antivirus exclusions or turning off real time protection before running it. Asking a user to disable their antivirus so that a downloaded script can run without being checked is a common technique used by malicious software, not a normal requirement for a trading tool, and should be treated as a warning sign rather than followed. Running unreviewed code with real time protection turned off, especially code that will also hold or use a cryptocurrency wallet's private key, can expose that wallet and the rest of the machine to real financial loss. Given that instruction, this project should be treated with real caution. A non-technical reader wanting to interact with Pump.fun or Raydium should look at the token's activity on a block explorer or a reputable trading interface rather than running an unfamiliar script that asks for antivirus to be disabled first.

prompts (copy fr)

prompt 1
Explain why a README telling me to disable my antivirus before running its code is a red flag.
prompt 2
Review this repository's code for signs of malware before I consider running any of it.
prompt 3
What are safer, non-code ways to check a Pump.fun token's activity instead of running an unreviewed trading bot?

Frequently asked questions

what is solana-pumpfun-sniper-v2 fr?

A Python bot that claims to auto-buy and auto-sell Solana Pump.fun tokens, but its README asking users to disable antivirus is a serious red flag.

What language is solana-pumpfun-sniper-v2 written in?

Mainly Python. The stack also includes Python.

How hard is solana-pumpfun-sniper-v2 to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is solana-pumpfun-sniper-v2 for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.