Preflight the server
lsb_release -a
nproc
free -h
lsblk -f
df -h
ip -brief addrArca nodekeeper / Hypersnap field desk
Ardea used to be Arca's public Hypersnap/Snapchain node. The expensive DigitalOcean node is now retired; this page keeps the operator context and points builders toward running their own infrastructure.
Node status
The Arca-operated public node was intentionally decommissioned to stop DigitalOcean billing.
This page is public-safe. It does not expose SSH, Grafana, private hostnames, tokens, or operator credentials.
Why this exists
Grafana stayed private for operators. The live Arca node is gone; this site keeps the public-safe context, the network explanation, and a straight path for people who want to run their own node.
Hypersnap is a decentralized social network portal for the new Farcaster: same social primitives, different ownership model. More independent nodes means less dependency on any single host, company, or friendly switch-flipper.
Operator guide
A real node needs boring infrastructure: stable Linux, real disk, open network ports, and enough patience for catch-up. Glamorous? No. Useful? Very.
Open only what the node needs. Keep SSH restricted to your IP or Tailscale.
3381/tcp HTTP3382/udp gossip3383/tcp gRPClsb_release -a
nproc
free -h
lsblk -f
df -h
ip -brief addrmkdir -p ~/hypersnap
cd ~/hypersnap
curl -sSL https://raw.githubusercontent.com/farcasterorg/hypersnap/refs/heads/main/scripts/hypersnap-bootstrap.sh | bashcd ~/hypersnap
./hypersnap.sh logs
# another terminal
curl -s http://127.0.0.1:3381/v1/info | jq .cd ~/hypersnap && ./hypersnap.sh upgradeThe network has not released a token. Running a node currently does not earn tokens. Future incentive chatter is not a promise. Run a node because you want the network to exist.