Download SENTINEL

Get started with SENTINEL in minutes. 100% free, open source, and easy to install on any platform.

ZIP Download

Download the complete project as a ZIP file. No Git required.

Download ZIP

Online Version

Use SENTINEL directly in your browser. No installation needed.

Launch Now

System Requirements

Python

Python 3.10 or higher required

RAM

Minimum 4GB RAM (8GB recommended)

Storage

500MB free disk space

Internet

Stable internet connection required

Installation Guide

Easy Installation!

Windows users can use our automatic installer scripts.

Install Python

Download and install Python from the official website. Important: Check "Add Python to PATH" during installation.

Download Python

Download SENTINEL

Clone the repository or download the ZIP file and extract it to a folder.

git clone https://github.com/Butoshi/Botsentinelv1.git

Run the Installer

Double-click on INSTALL.bat to automatically install all dependencies.

INSTALL.bat

Start SENTINEL

Double-click on START.bat to launch the bot. Your browser will open automatically.

START.bat

Access the Dashboard

Open your browser and navigate to the local address:

http://localhost:5001

Install Homebrew (if not installed)

Open Terminal and run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Python

Install Python using Homebrew:

brew install python@3.11

Clone the Repository

Download SENTINEL from GitHub:

git clone https://github.com/Butoshi/Botsentinelv1.git && cd Botsentinelv1

Install Dependencies

Install the required Python packages:

pip3 install -r requirements.txt

Start SENTINEL

Launch the application:

python3 app.py

Access the Dashboard

Open your browser and go to:

http://localhost:5001

Update System & Install Python

Update your system and install Python:

sudo apt update && sudo apt install python3 python3-pip git -y

Clone the Repository

Download SENTINEL from GitHub:

git clone https://github.com/Butoshi/Botsentinelv1.git && cd Botsentinelv1

Create Virtual Environment (Recommended)

Create and activate a virtual environment:

python3 -m venv venv && source venv/bin/activate

Install Dependencies

Install the required Python packages:

pip install -r requirements.txt

Start SENTINEL

Launch the application:

python app.py

Access the Dashboard

Open your browser and go to:

http://localhost:5001
Running 24/7 on a VPS?

Use screen or tmux to keep the bot running after closing the terminal: screen -S sentinel

Quick Start Guide

1. Configure Your Wallet

Open the .env file in the project folder and add your Solana wallet private key. This is required for live trading.

PRIVATE_KEY=your_wallet_private_key_here

2. Start in Simulation Mode

Run the bot and begin with simulation mode to learn the system without risking real money. No private key needed for simulation.

3. Configure Your Strategy

Go to the Settings tab in the dashboard and configure your trading strategy, risk level, stop loss, and take profit parameters.

4. Fund Your Wallet

For live trading, deposit SOL into your wallet. Recommended: Start with 1-2 SOL. You can send SOL from any exchange (Binance, Coinbase, etc.) or another wallet.

5. Start the Bot

Click "Start Bot" in the dashboard and watch SENTINEL detect and trade tokens automatically! The bot will scan Pump.fun 24/7.

Ready to Start Trading?

Launch SENTINEL now and start detecting profitable opportunities.

Launch SENTINEL