2/3 ๐ Setting up Farcaster Node on VPS:
4๏ธโฃ **Run Farcaster Node**:
```bash
screen -S farcaster
curl -sSL https://download.thehubble.xyz/bootstrap.sh | bash
# Follow prompts for Ethereum and Optimism endpoints from https://www.infura.io
# Use ID from your wrapcast profile when prompted
# Wait 10-15 mins for full sync
```
5๏ธโฃ **Check Node Status**: Visit `https://your_Node_IP_Address:3000`
Ensure ports 3000, 2281, 2282, 2283 are open.
1 reply
0 recasts
0 reactions
3/3 ๐ Setting up Farcaster Node on VPS:
๐ง **Troubleshooting**: If Node Stops:
```bash
cd ~/hubble && ./hubble.sh upgrade
```
๐ **Documentation**: [farcaster.xyz/hubble/install](https://docs.farcaster.xyz/hubble/install)
Adjust the IP address and URLs as per your setup. Happy node running! ๐