Fuel Node Setup Guide
Guide on Node setup or Fuel Network by NodeCattel π π»
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***
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.79.0 (129f3b996 2024-06-10)`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 #4976751 (14th July 2024 - 17:00UTC)
Stop the fueld.service
Download latest snapshot
Install aria2 download utility
Download the snapshot
Restart the service and check the log
Last updated