wrenchConfig

chevron-rightGeneralhashtag

license_key

Your BLOOD license key

chevron-rightRun modehashtag

mode

Run mode needs to be set in order to operate bot as normal, or set up multi-region usage (MULTIPLE NFTS NEEDED!)

circle-info

mode = 0 - Normal usage

mode = 1 - Frontend only mode

mode = 2 - backend mode only

chevron-rightFrontend (ONLY FOR MODE = 1)hashtag

host

Paste IP address of server with running backend instance

port

50000

circle-exclamation

api_key

Paste same API key as in backend instance

chevron-rightBackend (ONLY FOR MODE = 2)hashtag

expose

true - activate backend instance

api_key

Paste created API key inside brackets

circle-check

whitelisted_ips

Paste IP address(es) where FRONTEND instances will be turned on

circle-info

Example: '192.168.1.1, '192.168.1.2'

chevron-rightNotificationhashtag

discord_webhook_url

Paste Discord Webhook URL

circle-check
chevron-rightSolana settingshashtag

rpc_url

Paste RPC link

circle-check

geysers

Yellowstone gRPC link(s).

circle-info

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 = ''
chevron-rightPolygon settingshashtag

rpc_url

Paste RPC link

ws_urls

Paste Websocket URLs

circle-info

Please follow correct format:

Last updated