# Getting Started

Txboost now supports BNB Chain. You can now choose to connect to multiple relay nodes, which brings higher profits through bidding and ensures more stable income by avoiding single points of failure.

Txboost has introduced support for a protocol similar to Flashbots/Bloxroute on BNB Chain, which helps validator nodes increase their profits and makes MEV services more stable. Here are the benefits:

  1. Multiple relay nodes compete through bidding to obtain block suggestions, resulting in higher profits for the nodes.
  2. Having multiple relay nodes also avoids single points of failure. In the event of a failure in one relay node, MEV services are provided through other nodes, ensuring more stable income.

To connect to a Txboost node, follow these two steps:

# config node

Add the configuration to the config.toml file by including the Txboost node in the MEVRelays section:

[Eth.Miner]
...
MEVRelays = ["ws://mev.blxrbdn.com:9064", "ws://mev.txboost.com:9064"]
...

or Add to the startup command line or configuration file to ensure that the service continues normally after restarting the validator process:

--miner.mevrelays=https://bsc.max-profit.blxrbdn.com,ws://mev.txboost.com:9064

for test,through the following script, which will take effect immediately (it will become invalid after restarting):

curl localhost:8545 -X POST -H 'Content-Type: application/json' --data '
{
    "jsonrpc": "2.0",
    "method": "eth_addRelay",
    "params": [
      {"mevRelay":"ws://mev.txboost.com:9064"}
    ],
    "id": 1
  }

# config network

Grant IP network access permission to the Txboost node.

TIP

Note: Please contact us via email(darkmuji@gmail.com) to obtain the specific IP addresses of Txboost's relay nodes. The provided IPs below are just examples.

# Contact us

You can contact us via telegram ,or email(darkmuji@gmail.com)