Tachyon Labs
  • Welcome to Tachyon Labs
  • Getting Started
    • Community & Support Links
  • Copy Bot Guide
    • Introduction to Copy Trading
    • Quick Start Guide
    • Pre-Requisites
    • Configuration
    • Optimized ENV Settings to Get started
    • Optimized Settings for Copy Bot jSON File
    • Wrapping Sol to wSOL
    • Copy Wallet Introduction
    • Wallet Scanner Bot
    • GMGN Copy Wallets Guide
    • Dune Copy Wallets Guide
    • Free/Low-Cost VPS Guide
    • Free/Low-Cost RPC Providers
    • FAQ (Frequently Asked Questions)
  • Our Partners - Recommended RPC Providers
  • Hetzner VPS Setup & NoMachine RDP Guide
Powered by GitBook
On this page

Was this helpful?

  1. Copy Bot Guide

Optimized ENV Settings to Get started

Use these quick settings with Solana Copy Trading Bot.

LICENSE_KEY=none

PRIVATE_KEY=<Your Private Key>

COMMITMENT_LEVEL=confirmed

GRPC_ENDPOINT=<Your gRPC End Point>

GRPC_TOKEN=<Enter gRPC Auth Token if required by your Provider>

USE_GRPC=true

RPC_ENDPOINT= <Your RPC End Point>

RPC_WEBSOCKET_ENDPOINT=<Your WSS End Point>

USE_JITO=true

USE_DEFAULT=true

CUSTOM_FEE=0.001

COMPUTE_UNIT_LIMIT=101337

COMPUTE_UNIT_PRICE=621197

PRIORITY_FEE_PERCENTILE=99

JITO_TIP_PERCENTILE=95

DELAY_BETWEEN_RETRIES=30000

QUOTE_AMOUNT=0.2 <How much you want to use for each trade>

MAX_BUY_RETRIES=1

BUY_SLIPPAGE=300

BUY_JITO_FEE=0.001

MAX_SELL_RETRIES=4

SELL_SLIPPAGE=75

SELL_JITO_FEE=0.001

RAYDIUM=true

PUMPFUN=true <Set this to False if you do not want to trade on PumpFun>

LOG_LEVEL=production

USE_SIMULATION=false

JITO_LOCATION=NewYork <Change this to match location closest to your RPC>

PreviousConfigurationNextOptimized Settings for Copy Bot jSON File

Last updated 6 months ago

Was this helpful?