kivo360 / solana-sniper-bot-raydium

Solana Token sniper for new Raydium liquidity pools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOLANA BOT


A Bot in your pocket based on take profit or buy/sell on Raydium.

Table of Contents

Introduction

The Solana Sniper/Trading Bot is a groundbreaking tool in the booming Solana ecosystem, designed to tackle a common issue faced by traders: missing out on profit opportunities after purchasing tokens on the Solana network, leading to token rug-pulls or dumps. This software not only integrates sniping functionality, allowing users to instantly acquire tokens upon their launch but also adds trading tools to optimize one’s position.

Available for both iOS and Android and PC . Screenshot 2024-04-05 052559

Features

A few of the things you can do with Bot:

  • Sniping: Execute buy transactions instantly when liquidity is added to an SPL token, ensuring you're among the first to buy in promising new tokens.
  • Take Profit: Automatically sell tokens at a predefined profit percentage, securing gains.
  • Buy/Sell x Times: Execute repeated buy orders to average down or scale into positions.
  • Sell Limit Order: Set your tokens to sell automatically at a predetermined price, locking in profits.
  • User friendly interface - hands-on interface

Installation

  • Downloads Python ( Recommend the latest version ) Python 3.12.3
  • VERY IMPORTANT: When installing Python also install "Add python.exe to path" and "Use admin privileges when installing py.exe: => Tick

Usage

  • Update pip Run the following command to update pip to the latest version
python -m pip install --upgrade pip
  • Clone or download the project
git clone https://github.com/HENRAPEI/solana-sniper-bot-raydium.git

Option 2: Download the project directly

Go to the project's GitHub page, click the "Code" button and select "Download ZIP". Unzip the downloaded ZIP file to get the project folder.

  • Navigate to the project folder

Open a terminal and navigate to the project folder

cd solana-sniper-bot-raydium
  • Install libraries

Run the following command to install the required libraries for the project:

pip install -r requirements.txt
  • Run the project

Run the following command to start the project:

python main.py

Setting

  • Enter BUY_DELAY : In seconds after launch. Set to 0, Token will buy immediately after token launch
  • SELL_PERCENT : Take-Profit Order (TP) . Token places a sell order and confirms immediately after reaching the target
  • Enable AUTO_SELL_DELAY : to the number of seconds you want to wait before selling the token. Set to 0, token will be sold immediately after it is bought.

Example:

sd3333

Contact

Telegram

  • Telegram : @OlympusHenry

Disclaimer

  • This extension is not affiliated with Solana Foundation or Solana Labs. It is a non-profit community project.
  • Solana Snipe is in active development, so all the snippets are subject to change.
  • The snippets are unaudited. Use at your own risk.

About

Solana Token sniper for new Raydium liquidity pools


Languages

Language:Python 98.2%Language:PHP 1.8%