Guide How to Run Tempo Node
- CPU 8 cores.
- RAM 16 GB.
- Storage 250 GB SSD.
- Good Internet Connection.
sudo apt update && sudo apt upgrade -y
sudo apt install screen curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -ycurl -L https://tempo.xyz/install | bash
source ~/.bashrctempo --versionMake sure to see
Tempo Version: 0.7.5
Commit SHA: d1c2d656fb657e3c6f46a8bc3889bdb595d45576
Build Timestamp: 2025-12-15T16:14:58.647380962Z
Build Features: asm_keccak,default,jemalloc,otlp
Build Profile: maxperf
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/envecho 'export PATH=$PATH:/usr/local/bin/bin' >> ~/.bashrc
source ~/.bashrccargo install --git https://github.com/tempoxyz/tempo.git tempo --root /usr/local/bin
tempo --versionexport RUST_HTTP_TIMEOUT=600
tempo downloadRun Inside Screen
screen -S tempoRun command
tempo node \
--follow \
--http \
--http.addr 0.0.0.0 \
--http.port 8545 \
--http.api eth,net,web3,txpool,traceYour own rpc is http://VPS_IP:8545
Stop Node
ctrl + zDetach screen
ctrl a + dMonitor logs
screen -d -r tempoKill Screen
screen -XS tempo quit