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>
Last updated
Was this helpful?