The Farcaster node is similar in installation to the Taiko node. It requires Alchemy's RPC, and interestingly enough, you can link your Warpcast FID account to it. This means that now you can not only develop your Warpcast social network profile, but also link it to the node.
CPU: 4
RAM: 16
SSD: 200GB
OS: Ubuntu 20.04
We have prepared for you a detailed guide on how to install noda. The installation process is as simple as possible, and we recommend choosing a server with minimum requirements as stated in the recommendations to avoid possible synchronization issues.
sudo apt update -y
sudo apt install screen -y
2. Log in to Alchemy and register an account.
3. Go back to the terminal, install the script:
curl -sSL https://download.thehubble.xyz/bootstrap.sh | bash
4. Next, enter our copied links one by one:
5. Go to the dashboard at the link: http://Айпи_вашего_сервера:3000.
You can also monitor synchronization by logs.
It is required that port 2283 is open.
sudo iptables -A INPUT -p tcp --dport 2281 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 2282 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 2283 -j ACCEPT
sudo iptables-save > /etc/iptables/rules.v4
sudo iptables -L -v -n
These steps will help you open ports 2281, 2282, and 2283 using iptables.
Use one of the following commands to save changes to iptables so that they persist after a reboot:
sudo apt-get install iptables-persistent
sudo netfilter-persistent save
sudo service iptables save
sudo iptables-save > /etc/iptables/rules.v4
sudo iptables -L -v -n
This will show the current iptables rules and allow you to verify that ports 2281, 2282, and 2283 are open.
Command to update:
cd ~/hubble && ./hubble.sh upgrade
View logs:
docker logs hubble-hubble-1 --since 1m -f
Delete node:
rm -rf hubble && docker stop farcasterxyz/hubble:latest && docker rm farcasterxyz/hubble:latest && docker stop grafana/grafana:10.0.3 && docker rm grafana/grafana:10.0.3 && docker stop graphiteapp/graphite-statsd:1.1.10-5 && docker rm graphiteapp/graphite-statsd:1.1.10-5