# Buidl Farcaster Hub Node Operator

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

---

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/62e396d4fa1b0ce745763e4046d69e47004d162141318e062bcb16efea523a95.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/76385260a76fdddb033f9bcce0279c0163d9723afb311c488502eda85c71399c.png)

---

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