Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [bot_misc] #required
- keypair_path="./keypair.txt" # required for signing transactions
- swap_threads=0 # Leave at 0 if not sure.
- jito_threads=0 # Leave at 0 if not sure.
- #spam_threads=0 # Not needed for Jito.
- [jupiter] #required
- url="http://127.0.0.1:8080/"
- http_timeout_ms=3000 # swaps make 3 jupiter requests, this is how long 1 request can take before timing out
- http_pool_max_size=50 # scale up as needed, 50 should be a fair starting point
- ######################################
- [[jito]] # required at least 1 enabled if using Jito
- enabled=true
- url="https://ny.mainnet.block-engine.jito.wtf"
- http_timeout_ms=3000
- http_pool_max_size=5
- requests_per_second=10
- queue_timeout_ms=7500
- ####################################################################################################
- [jupiter_token_fetcher]
- fetch_ms=10_000
- max_per_cycle=10
- required_tags=[
- ["pump", "verified"],
- ["birdeye-trending"],
- ] # Juptier token tags can be found here: https://station.jup.ag/docs/token-list/token-list-api
- [[static_mint_list]] # at least 1 mint supplier required - for more in depth mint suppliers, please refer to https://config.notarb.org/
- enabled=true
- random_order=true
- max_per_cycle=1 # limits this supplier to 5 tokens before moving on to the next available supplier (doesn't have any effect if this is the only mint supplier active)
- mints=[
- "So11111111111111111111111111111111111111112", # sol
- ]
- #########
- # SOL #
- #########
- [[swap]]
- enabled=true
- mint="SOL"
- [swap.strategy_defaults]
- wrap_unwrap_sol=true
- jito_enabled=true
- [[swap.strategy]]
- min_spend=8
- max_spend=10
- min_gain_lamport=1000000
- jito_tip_lamport=-50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement