Resilient Lab 505
Token Splash Farmer Docs

Local Setup

Token Splash Farmer is a lightweight, single‑page control panel for fee‑aware microscalping. This guide covers local setup.

Requirements

Install & Run

cd /path/to/TokenSplashFarmer
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python server.py

Open: http://127.0.0.1:8088

Configure .env

Copy .env.example to .env and fill in your keys:

BYBIT_API_KEY=...
BYBIT_API_SECRET=...
BYBIT_API_URL=https://api.bybit.com
BYBIT_CATEGORY=spot

Optional limits & safety:

TSF_ACCOUNT_TTL_HOURS=1
TSF_MAX_ACCOUNTS=8
TSF_MAX_SYMBOLS=20
TSF_DAILY_RESTART=1
TSF_ACCOUNT_PASSWORD=your_remove_password

Add Accounts

Add Symbols & Start

Notes

Troubleshooting