Skip to content

backbone-link/searcher-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Searcher Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.3%
  • Shell 0.7%