@iambishal
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.