Config
Backend (ONLY FOR MODE = 2)
expose
true - activate backend instance
api_key
Paste created API key inside brackets
API key can be set as any word/phrase/hex/etc. You can generate it here
whitelisted_ips
Paste IP address(es) where FRONTEND instances will be turned on
Example:
'192.168.1.1, '192.168.1.2'
Solana settings
rpc_url
Paste RPC link
If you have multiple RPCs please setup Bloodline for smoother experience.
geysers
Yellowstone gRPC link(s).
If you have GRPCs to add please update [solana] section in config with following format:
# Solana blockchain settings
[solana]
# Solana RPC URL
rpc_url = 'your_rpc_link'
# If true, automatic startup of tasks is disabled
# This is related to limit-orders from strategies
no_auto_task_startup = false
# Solana Geyser configurations
[[solana.geysers]]
# Type of the Solana Geyser, e.g., 'yellowstone'
type = 'yellowstone'
# URL of the Solana Geyser, e.g https://mygeyser.com:5000
url = 'http://your.grpc1.org:10001/'
# Optional authentication token for accessing the Geyser
x_token = ''
# Solana Geyser configurations
[[solana.geysers]]
# Type of the Solana Geyser, e.g., 'yellowstone'
type = 'yellowstone'
# URL of the Solana Geyser, e.g https://mygeyser.com:5000
url = 'http://your.grpc2.org:10001/'
# Optional authentication token for accessing the Geyser
x_token = ''Last updated