An example program that backruns accounts with a 1 lamport transfer and a memo program.
cargo b --release && \
RUST_LOG=info ./target/release/jito-backrun-example \
--auth-addr http://{auth_addr}:1005 \
--searcher-addr http://{searcher_addr}:1004 \
--payer-keypair id.json \
--auth-keypair id.json \
--pubsub-url ws://{RPC_URL}:8900 \
--rpc-url http://{RPC_URL}:8899 \
--tip-program-id AeehMKWUfPDcuU2mnx7jyuHgr6NjyFvSxvjSnudgkQRo \
--backrun-accounts {account}
Auth is on port 1005. Searcher is on port 1004.
Amsterdam: https://block-engine.mainnet.amsterdam.jito.wtf Frankfurt: https://block-engine.mainnet.frankfurt.jito.wtf
Use this at your own risk.