Examples
Monitor only
my_pubkey = "xxx" # your wallet pubkey
rpc_url = "xxx" # your rpc URL
grpc_url = "xxx" # your grpc URL
copy_all = true # monitor all walletsMinimal, run with full Copy
# Full documentation: https://hweippy.gitbook.io/copychain/configuration/parameters
my_pubkey = "XXX" # your wallet pubkey
grpc_url = "XXX" # your grpc URL
copy_pubkeys = ["XXX"] # wallet to copy
[engine]
bot = "copy" # engine to use: "copy", "notarb", "smb"
[engine.notarb]
config = "./configs/notarb-minimal.toml" # path to notarb config
install_dir = "XXX" # path to notarb installation directory
meteora_bin_limit = { source = "Copy" }
[engine.smb]
config = "./configs/smb-minimal.toml" # path to smb config
binary = "XXX" # path to smb binary
# Copy everything from monitored wallet
[sending]
compute_units_limit = { source = "Copy" }
spam_compute_unit_price = { source = "Copy" }
jito_tip = { source = "Copy" }
vendors_tip = { source = "Copy" }
vendors_compute_unit_price = { source = "Copy" }Sending with your own sending method
Sending with Jito using Tip Floor API
Automation
Last updated