✅ Fuel Node
Fuel Node Setup Guide
Recommended Hardware Requirements
- Memory: 12 GB
- CPU: 8 cores
- Disk: 100 GB NVME SSDPreparation
Update packages
sudo apt-get update && sudo apt-get upgrade –yInstall essential packages
sudo apt install git wget curl lz4 build-essential -yInstall Rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shConfigure your current shell
. "$HOME/.cargo/env"Check rustc version
rustup --version***Result***
Installation
Install fuelup
add fuelup to path
Check fuelup version
***Result***
Generate P2P key and save your secret key somewhere safe
***Result***
Create a data directory and clone chain-configuration file
Create systemd service for fuel (edit your own node's name, secret key and sepolia rpc)
Reload, Enable and Start the fueld service
to check the logs again
to restart the node
Download Snapshot
Updated at Block #3862556
Stop the fueld.service
Download latest snapshot
Install aria2 download utility
Download the snapshot
Restart the service and check the log
Last updated