/searcher-examples

Searcher Examples

Primary LanguageRust

About

Program

An example program that backruns accounts with a 1 lamport transfer and a memo program.

Example:

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}

Connection

Auth is on port 1005. Searcher is on port 1004.

Mainnet

Amsterdam: https://block-engine.mainnet.amsterdam.jito.wtf Frankfurt: https://block-engine.mainnet.frankfurt.jito.wtf

Disclaimer

Use this at your own risk.