Gateway and OFR Setup
Solana Gateway and OFR Setup
Get authorization header
Installation
docker pull bloxroute/solana-gateway:latestStartup
docker run --name bxgateway-solana -d \
--network=host bloxroute/solana-gateway:latest \
-auth-header=[AuthHeader] \
-network-interface=eno1 \
-tvu-port=8001 \
-ofr-host=ny.solana-v2.blxrbdn.com \
-port=18888Verify the Gateway and OFR is running correctly
Sample program to receive shreds through OFR
Firedancer Compatibility
Last updated