Full Node Synchronization
What is Full Node Synchronization
Full Node Synchronization is a low-latency node synchronization service provided by BlockRazor under Node Stream, which helps users' own BSC full nodes synchronize to the latest blocks and world state faster.
Why choose Full Node Synchronization
For many high-frequency trading systems and infrastructure systems, "whether the local node can synchronize to the latest state fast enough" is a common problem. Even if the application logic itself is fast, subsequent strategy judgment, data analysis and trade execution calculation will still be affected by the lagging state.
The advantage of Full Node Synchronization is not just "helping nodes connect to the network," but that it provides a low-latency synchronization method more suitable for production environments for systems that rely on local node state. Unlike simply subscribing to block streams, full node synchronization does not continuously push a set of structured data to users. Instead, it allows users' own full nodes to establish P2P connections directly with BlockRazor's high-performance network nodes, leveraging BlockRazor's BEF to receive the latest blocks and state updates from high-quality nodes more quickly.
Which users are suitable for Full Node Synchronization
Quant Team / Trading Bot / Searcher A quantitative and trading system that relies on the state of local nodes to make strategy judgments, prepare for transactions, or perform on-chain analysis.
Infra / Node Teams The engineering team is responsible for node deployment and status synchronization
If your goal is simply to obtain confirmed block data with low latency, Block Stream is usually sufficient. If your system needs its local nodes to synchronize with the latest blocks and world state as quickly as possible, then full node synchronization would be more appropriate.
Benchmark
We compared nodes connected to BlockRazor Relay with nodes not connected to Relay in four regions: Dublin, Frankfurt, Tokyo, and Virginia. The evaluation method was based on the block reception logs of nodes, comparing the time difference between the two nodes receiving the same block to verify the improvement effect of full node synchronization on the local full node synchronization speed.
Dublin
98.92%
32 ms
66 ms
Frankfurt
98.92%
44 ms
63 ms
Tokyo
99.51%
113 ms
654 ms
Virginia
98.64%
33 ms
98 ms
The results show that nodes connected to the Relay exhibit a consistent advantage across all four regions. Based on matched block samples, the leading percentage of nodes connected to the Relay in Dublin, Frankfurt, Tokyo, and Virginia reached 98.92%, 98.92%, 99.51%, and 98.64%. This indicates that in the vast majority of comparable samples, nodes connected to the BlockRazor Relay synchronize to new blocks earlier, thus obtaining the latest on-chain state more quickly.
In terms of lead time, the average lead time of nodes connected to the relay in the four regions is approximately 32ms, 44ms, 113ms, and 33ms, respectively; in the P90 dimension, the lead time reaches 66ms, 63ms, 654ms, and 98ms, respectively. This indicates that full-node synchronization not only improves the lead probability but also maintains a considerable synchronization advantage in higher quantile scenarios.
Price
The price is $800 per enode per month. Please go to the Pricing page to purchase.
Relay IP
Frankfurt
euc1-az2
35.157.64.49:50051
Tokyo
apne1-az4
54.249.93.63:50051
Ireland
euw1-az1
3.248.65.151:50051
Virginia
use1-az4
52.205.173.134:50051
Instruction
Step 1: Purchase Node Stream
Go to https://www.blockrazor.io, click [Register] in the upper right corner to complete the registration
Log in to the console, go to [Pricing] - Node Stream, and complete the purchase.
Go to [Services] - [Streams] - [Node Stream], and click [Edit].

Select the region where Relay is located (it is recommended to select the region closest to the geographical location of your Geth node), enter the Enode of the Ethereum client that needs to be connected, and click [Confirm] to complete the addition.

Return to the Enode list and click [Copy Relay Enode]
Step 2: Open ports to allow relay access
If your Ethereum client is deployed on AWS or other cloud services, you should additionally configure inbound rules for the security group.
Access your own Ethereum client's server and execute commands to set up the firewall to allow Relay access.
"source address" is the IP of Relay which can be acquired from Relay IP
The port for the Ethereum client to allow Relay access is generally set as the default, which is 30311. You can modify this based on your own node configuration.
Reload the firewall configuration to make the changes take effect.
Step 3: Set the Relay to a TrustedNode (taking a Geth node as an example)
To ensure a continuous connection between the Geth node and the Relay, it is recommended to add the Relay Enode to the Geth node's config.toml file.
In the config.toml file, locate the TrustedNodes field in Node.P2P and add the Relay Enode obtained in step 1.
Restart the Geth node, specifying config.toml as the starting command:
--config config.toml
Step 4: Check the connection status(Enable the admin namespace in the Geth node as an example)
Wait for 10 minutes, access the Geth node, execute the curl command to check the connection status
In the returned data, query the Relay Enode address (which can be copied from the Portal). If the address is found, it proves that the connection is successful.
If the connection status is found to be abnormal after inquiry, it may be due to network communication problems between nodes. Please go to Discord to contact us.
Last updated
Was this helpful?