Farcaster Node
Server Details :
16 GB RAM
4 CPU
Min 140 GB Disk Space
Ubuntu 22.04
Contabo VPS 2 :
Api Service :
Alchemy : alchemy.com
Required APIs : Ethereum Mainnet RPC URL Optimism L2 Mainnet RPC URL
Farcaster ID :
Farcaster Sing Up : https://warpcast.com/~/invite-page/549111?id=d16e715a
Update :
sudo apt-get update && sudo apt-get upgrade -y
Install Screen :
apt-get install screen -y
Screen :
screen -S farcaster
Deploy Your Node :
curl -sSL https://download.thehubble.xyz/bootstrap.sh | bash
It will download some files and ask you for the necessary information: RPC RPC Farcaster ID
:
SYNC :
It will then download the snapshot to sync :
Sucsess Logs :
Grafana :
http://your-server-ip:3000
SYNC Status :
Message SYNC %100
Other Commands :
cd hubble
🌫️Logs :
./hubble.sh logs
🧧Stop :
./hubble.sh down
💫Restart :
./hubble.sh up
Last updated