# Buidl Farcaster Hub Node Operator

By [xiaorun.eth](https://paragraph.com/@xiaorun.eth) · 2024-07-16

node operator

---

1\. Invite to Farcaster
-----------------------

[https://warpcast.com/~/invite-page/273889?id=15d8f0a8](https://warpcast.com/~/invite-page/273889?id=15d8f0a8)

2\. Find Farcaster FID
----------------------

Profile -> More button -> About -> Copy FID

![](https://storage.googleapis.com/papyrus_images/0039dac61092523e1b7d19c7ca7abf09.png)

3\. Installation
----------------

`git clone -c advice.detachedHead=false -b @latest https://github.com/farcasterxyz/hub-monorepo.git docker compose run hubble yarn identity create`

4\. Config .env file
--------------------

`# Set this to your L1 Mainnet ETH RPC URL ETH_MAINNET_RPC_URL=your-ETH-mainnet-RPC-URL # Set this to your L2 Optimism Mainnet RPC URL OPTIMISM_L2_RPC_URL=your-L2-optimism-RPC-URL # Set this to your Farcaster FID HUB_OPERATOR_FID=your-fid`

5\. Running
-----------

`docker compose up hubble statsd grafana -d`

6\. Monitor
-----------

![](https://storage.googleapis.com/papyrus_images/970eac47aec790e0a2c9201094f9b3a9.png)

### Reference:

[https://www.thehubble.xyz/intro/hubble.html](https://www.thehubble.xyz/intro/hubble.html)

---

*Originally published on [xiaorun.eth](https://paragraph.com/@xiaorun.eth/buidl-farcaster-hub-node-operator)*
