Blast
Instructions to set up your blast node.
Requirements
- Setup your Axelar validator
- Minimum hardware requirements: 8 AWS vCPU+, 8GB RAM, 512GB of SSD free storage space.
- MacOS or Ubuntu 22.04 (tested on 22.04)
- Official Github Documentation
- Official Documentation for Node Providers
Prerequisites
Clone Repo
Set Node Config Environment Variables
Set the following config options in blast-node/.env
:
Start the node
This should show an output like this:
After it is done, verify by listing the services and their status
You should see these 2 services running
Check logs
Verify blast geth logs
It will not import new headers until your op-node is synced, once your op-node is synced, your blast-geth logs should look like this
Verify OP node logs
You should see logs like
Verify node sync status
RPC Endpoint
Method:
If you get something like this in response to the above rpc call, your node is setup correctly
Sync Status of Blast optimism Execution Node
You can check your status by connecting to geth console
You can compare the block height on your node with explorer (mainnet or testnet), use your RPC node only when it has caught up with the latest block height.
Configure vald
In order for vald
to connect to your Blast node, your rpc_addr
should be exposed in
vald’s config.toml