Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/earthzetaorg/solana-relayer
- Owner: EarthZetaOrg
- License: mit
- Created: 2024-12-24T17:18:56.000Z (13 days ago)
- Default Branch: master
- Last Pushed: 2024-12-24T17:21:18.000Z (13 days ago)
- Last Synced: 2024-12-24T18:26:47.312Z (13 days ago)
- Topics: blocks, relayer, solana-node, transaction, transaction-relayer-service
- Language: Rust
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
####### Feel free to contact me if you need any help.