Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/earthzetaorg/solana-relayer

About custom transaction relayer on solana node
https://github.com/earthzetaorg/solana-relayer

blocks relayer solana-node transaction transaction-relayer-service

Last synced: 4 days ago
JSON representation

About custom transaction relayer on solana node

Awesome Lists containing this project

README

        

# Solana Relayer

## Setup

See https://jito-foundation.gitbook.io/mev/jito-relayer/running-a-relayer until Section "RPC Server" for setup instructions.

--> Create a new folder (e.g. "explorer-relayer") and add your jito-relayer authentication files: public.pem, private.pem, keypair.json

## Run

The easiest way to run the Explorer Relayer is to run our public docker image.

Example run command with a explorer-relayer at /home/ubuntu/explorer-relayer authentication folder and a local RPC running:

```shell
sudo docker run -d -v /home/ubuntu/explorer-relayer/:/home/ubuntu/explorer-relayer \
--name=explorer-relayer \
--restart=always \
--network=host \
--entrypoint=./jito-transaction-relayer explorerlabs/explorer-relayer:latest \
--rpc-servers="http://127.0.0.1:8899" \
--websocket-servers="ws://127.0.0.1:8900" \
--keypair-path=/home/ubuntu/explorer-relayer/keypair.json \
--signing-key-pem-path=/home/ubuntu/explorer-relayer/private.pem \
--verifying-key-pem-path=/home/ubuntu/explorer-relayer/public.pem \
--block-engine-url=https://amsterdam.mainnet.block-engine.jito.wtf \
--explorer-engine-url= \
--packet-delay-ms=200 \
--public-ip 178.0.0.0
```
# 👋 Contact Me

###
Telegram: https://t.me/earthzeta
###


Discord
Telegram

#### Feel free to contact me if you need any help.