-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.env
More file actions
35 lines (28 loc) · 779 Bytes
/
config.example.env
File metadata and controls
35 lines (28 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Solana Trading Bot Configuration
# Copy this file to .env and configure your settings
# Wallet Configuration
PRIVATE_KEY=your_private_key_here
RPC_ENDPOINT=https://api.mainnet-beta.solana.com
RPC_WEBSOCKET_ENDPOINT=wss://api.mainnet-beta.solana.com
# Trading Configuration
BUY_AMOUNT=0.01
SLIPPAGE=50
SELL_TIMER=30000
STOP_LOSS=10
# Market Cap Monitoring
LOWER_MC_INTERVAL=5
HIGHER_MC_INTERVAL=10
LOWER_TP_INTERVAL=5
HIGHER_TP_INTERVAL=10
# DEX Platform Configuration
DEX_PLATFORM=meteora
TRADING_STRATEGY=market_cap_monitor
# Jito Configuration (Optional)
JITO_KEY=your_jito_key
JITO_TIP=1000000
BLOCKENGINE_URL=ny.mainnet.block-engine.jito.wtf
USE_JITO=false
# Price Feed Configuration
PRICE_FEED_URL=https://api.jup.ag/price/v2
# Logging Configuration
LOG_LEVEL=info