bloXroute Documentation
Website
Blog
Twitter
Discord
Searchβ¦
π
Welcome to bloXroute
π
Solana Eco-system
Introduction
π
Why Use bloXroute?
βοΈ Products
π
How to Connect
β©
BDN Latencies
π
Relays IPs
π
Private Relays
βοΈ Cloud-API IPs
π°
DexGuard
π
BDN Explorer
β
Technical Support
π¨βπ» Guides
Documentation
β¨
Gateway
Gateway modes
Supported Clients
Hosted & Local Gateways
Installation and Startup
Logging
π₯οΈ APIs
π
Streams
π
BDN Architecture
βοΈ bloXroute Protocol
β¨οΈ bloXroute-cli
Resources
Powered By
GitBook
Gateway modes
The GO gateway can be used to propagate blockchain data (ETH, BSC and Polygon networks) or flashbots bundle (ETH network). There are two gateway modes - bdn and flashbots. The Gateway can run in flashbots, bdn, or both.
In flashbots mode, the gateway accepts
blxr_mev_searcher
request.
In bdn mode, the gateway also receives blockchain data (such as transactions and blocks) from the BDN.
β
flashbots mode only
bdn and flshbots modes
1
docker
run --name bxgateway-go -d
\
2
-v /home/ubuntu/gateway_log:/app/bloxroute/logs
\
3
-v /home/ubuntu/ssl:/app/bloxroute/ssl
\
4
-p
1801
:1801 -p
28333
:28333 bloxroute/bloxroute-gateway-go
\
5
--blockchain-network Mainnet
\
6
--ws --port
1801
\
7
--mode flashbots
Copied!
1
docker
run --name bxgateway-go -d
\
2
-v /home/ubuntu/gateway_log:/app/bloxroute/logs
\
3
-v /home/ubuntu/ssl:/app/bloxroute/ssl
\
4
-p
1801
:1801 -p
28333
:28333 bloxroute/bloxroute-gateway-go
\
5
--blockchain-network Mainnet
\
6
--ws --port
1801
\
7
--mode bdn,flashbots
8
--enodes enode://fa1
..
[email protected]
:30303
Copied!
Previous
Gateway
Next
Supported Clients
Last modified
2mo ago
Copy link