# Farcaster 节点安装教程（极简）

By [🔥SigeShuo](https://paragraph.com/@sigeshuo-2) · 2024-06-25

---

概述
==

Farcaster 是一个去中心化的社交网络，它使开发人员能够构建新颖的社交网络。它是一个可以支持许多客户端的开放协议，就像电子邮件一样。用户将始终可以自由地在应用程序之间移动其社交身份，开发人员将始终可以自由地在网络上构建具有新功能的应用程序。

融资信息
----

**2024-05-21**

**Farcaster 完成 1.5 亿美元A轮融资，估值为 10 亿美元**

**2022-07-13**

**Farcaster 完成 3000 万美元种子轮融资**

准备工作
====

*   Warpcast 帐户申请（已有可忽略）
    
*   Zan top 帐户申请（已有可忽略）
    
*   硬件要求：
    
    *   vCPUS：4 核
        
    *   内存：16G（本教程提供的脚本对内存不限制）
        
    *   硬盘：140G
        
    *   开放端口：2282~2285
        
*   推荐系统：个人喜好 Ubuntu，你也可以使用 Centos 或 Debian
    
*   如需购买 VPS，您可以考虑一下 Bearhost 使用推荐码（108765）半价，这是我对比后觉得性价比较高的 VPS，另外该平台使用 USDT 充值比较符合币圈。建议使用 BSC 链充值 GAS 低
    

[https://www.bearhost.us/#/?recommendCode=108765](https://www.bearhost.us/#/?recommendCode=108765)

Warpcast FID 获取
===============

如何申请注册请自行谷歌搜索教程，相关的申请教程较多，本文不做相关介绍，本文主要介绍如何获取 Warpcast FID。

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

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

`FID`515123

Zan top 帐户申请
============

![](https://storage.googleapis.com/papyrus_images/658503d2f1d52927de6e291ebe21bafbe464d5fff3538927b07fef47e8538655.png)

![](https://storage.googleapis.com/papyrus_images/9eab95b1492ead28484f3d0ffdf51420c163978fca7b79075818bdab4a5be34e.png)

例如：

`Ethereum`[https://api.zan.top/node/v1/eth/mainnet/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6](https://api.zan.top/node/v1/eth/mainnet/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6)

`Optimism`[https://api.zan.top/node/v1/opt/mainnet/](https://api.zan.top/node/v1/opt/mainnet/93848d02da614b2b86867cae09142486)[a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6](https://api.zan.top/node/v1/eth/mainnet/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6)

节点安装
====

    #安装
    curl -s "https://raw.githubusercontent.com/sigeshuo1/farcaster/main/install.sh" | bash -s 你的FID 你的ETH主网RPC地址 你的OP主网RPC地址 内存下限
    #卸载
    curl -s "https://raw.githubusercontent.com/sigeshuo1/farcaster/main/install.sh" | bash -s uninstall
    

示例：

    #安装示例，以上述获取到的数据为准
    curl -s "https://raw.githubusercontent.com/sigeshuo1/farcaster/main/install.sh" | bash -s \
    515123 \
    https://api.zan.top/node/v1/eth/mainnet/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 \
    https://api.zan.top/node/v1/opt/mainnet/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 \
    6
    

  
说明：

515123 - Warpcast FID

6 - 内存大小下限6GB

![](https://storage.googleapis.com/papyrus_images/5a7bea46d685221409e93a594e72f0d577eb40397cc2f707119ba8f47aa714bc.png)

Telegram 交流群
------------

[https://t.me/sigeshuo\_group](https://t.me/sigeshuo_group)

[👇](https://tw.piliapp.com/emojis/backhand-index-pointing-down/)社群信息
=====================================================================

[https://linktr.ee/sigeshuo](https://linktr.ee/sigeshuo)

---

*Originally published on [🔥SigeShuo](https://paragraph.com/@sigeshuo-2/farcaster)*
