The Blast archive node has a size of 1.4TB on July 4th, 2024
Blast
Blast is a fork of Optimism’s open-source OP Stack. In this guide, Blast forked Optimism's op-geth and op-nodebinaries are built from source to facilitate the node's installation.
Before you start, make sure that you have your own synced Ethereum L1 RPC URL (e.g. Erigon) and L1 Consensus Layer Beacon endpoint (e.g. Lighthouse) ready.
sudo systemctl daemon-reload #refresh systemd configuration when changes made
sudo systemctl start blast-geth.service #start blast-geth
sudo systemctl enable blast-geth.service #enable blast-geth service at system startup
sudo journalctl -fu blast-geth.service #follow logs of blast-geth service
To check or modify blast-geth.service parameters simply run
sudo nano /etc/systemd/system/blast-geth.service
Ctrl+X and Y to save changes
You can run curl command in the terminal to check the status of your node
Make sure to replace --l1 and --l1.beacon flags with your own synced Ethereum L1 RPC URL (e.g. Erigon) and L1 Consensus Layer Beacon endpoint (e.g. Lighthouse)
sudo nano /etc/systemd/system/blast-optimism.service #make changes in blast-optimism service file
sudo systemctl daemon-reload #refresh systemd configuration when changes made
sudo systemctl enable blast-optimism.service #enable blast-optimism service at system startup
sudo systemctl start blast-optimism.service #start blast-optimism
Monitor the logs for errors
sudo journalctl -fu blast-optimism.service #follow logs of blast-optimism service
sudo journalctl -fu blast-geth.service #follow logs of blast-geth service
Run curl command in the terminal to check the status of your node