布局指南:2024年最有「钱途」的8个节点一览

Odaily星球日报Publicado em 2024-01-26Última atualização em 2024-01-26

Resumo

8个节点包括Babylon、Taiko、Zora、Elixir、penumbra等。

原文作者:AlΞxWacy, 加密研究员

原文编译:Felix, PANews

节点运行者正在赚大钱,SOL 节点赚取超过 500, 000 美元,TIA 节点赚取超过 8 万美元。加密研究员 AlΞxWacy 收集了 8 个“最有钱途”的节点,这些节点确实有机会慷慨地奖励用户,目前关注的人并不多。值得注意的是,维护一个节点的费用每月为 10 至 30 美元。这笔钱用于启动 VPS 服务器。如果您的资源有限,建议选择您最感兴趣的项目。

PANews 注:本文所有链接和操作指南仅供参考,一切以官方信息为准。

布局指南:2024年最有「钱途」的8个节点一览

Babylon(24 美元/月)

Babylon 是 Cosmos 生态中的新项目,其愿景是通过利用比特币的安全性来增强 Cosmos 网络和其他 PoS 链的安全性。运行节点的详细指南:(来自加密 KOL Leshka.eth

1.获取 VPS 服务器

2.完成付款

可选择按月付款。

3.连接到服务器

  • 下载并安装 Putty:https://putty.org

  • 复制您的 IP 地址(应该在支付服务器费用后收到)

  • 将您的地址输入 Putty 并单击“打开”:

    布局指南:2024年最有「钱途」的8个节点一览

  • 单击“接受”,输入“root”并单击 Enter。

  • 然后输入购买服务器后发送给您的密码,然后单击“回车”。

布局指南:2024年最有「钱途」的8个节点一览

命令分为以绿色突出显示的组。

要将复制的命令粘贴到终端中,请单击鼠标右键。

一次复制并粘贴整组命令:https://tinyurl.com/babylon-node

布局指南:2024年最有「钱途」的8个节点一览

安装节点并完成最后一步“启动服务并检查日志”后,您应该看到与屏幕截图类似的日志:

布局指南:2024年最有「钱途」的8个节点一览

Taiko(22 美元/月)

基于 zkRollup 的以太坊二层网络 Taiko 通过采用去中心化且安全的L2架构来扩展 ETH。节点运行分步指南(来自加密研究员Xremlin):

1.设置 VPS 服务器

  • 注册:http://contabo.com

  • 提交信用卡信息

  • 可选择“Cloud Vps N”选项。

  • 选择以下参数:

Region - EU

Storage - 400 GB

Image - Ubuntu 20.04 

Apps & Pannels – Docker

布局指南:2024年最有「钱途」的8个节点一览布局指南:2024年最有「钱途」的8个节点一览

布局指南:2024年最有「钱途」的8个节点一览

布局指南:2024年最有「钱途」的8个节点一览

在 15-60 分钟内将收到一封包含 VPS 详细信息的电子邮件。

布局指南:2024年最有「钱途」的8个节点一览

连接到您的服务器:

  • http://putty.org安装 Putty

  • 粘贴您服务器的 IP 地址,然后单击“打开”和“接受”

  • 输入“Root”,然后按 Enter 键。接下来,输入您在 Contabo 创建的密码。

  • 注意:您在输入密码时不会看到密码。

布局指南:2024年最有「钱途」的8个节点一览

布局指南:2024年最有「钱途」的8个节点一览

有时,系统可能会提示您点击“Y”。在这些情况下,请根据需要继续操作。

将以下命令逐一粘贴:

sudo apt-get install \

ca-certificates \

curl \

gnupg \

lsb-release

布局指南:2024年最有「钱途」的8个节点一览

sudo mkdir -p /etc/apt/keyrings

curl -fsSL https://download.docker.com/linux/ubuntu/gpg| sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg > /dev/null

布局指南:2024年最有「钱途」的8个节点一览

echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

布局指南:2024年最有「钱途」的8个节点一览

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli http://containerd.iodocker-compose-plugin

布局指南:2024年最有「钱途」的8个节点一览

要检查一切是否正常,请运行:sudo docker run hello-world

您将看到以下消息:

布局指南:2024年最有「钱途」的8个节点一览

打开:http://auth.alchemy.com/signup

设立账户

单击应用程序--> “创建应用程序”

名称:Taiko

说明:Alpha-2 

链: ETH

网络:Sepolia

布局指南:2024年最有「钱途」的8个节点一览

单击“创建应用程序”

向下滚动,单击“查看键”

将 Websockets 和 HTTPS 复制到文本编辑器

布局指南:2024年最有「钱途」的8个节点一览

创建一个新的 Metamask 钱包。

单击钱包中右上角的三个点。

选择帐户详细信息→导出私钥。

将密钥复制到文本编辑器。

布局指南:2024年最有「钱途」的8个节点一览

布局指南:2024年最有「钱途」的8个节点一览

从 faucet 请求 Sepolia ETH : http://sepoliafaucet.com

布局指南:2024年最有「钱途」的8个节点一览

粘贴命令:

git clone https://github.com/taikoxyz/simple-taiko-node.git

cd simple-taiko-node

cp.env.sample.env

nano.env

你会看到下面的菜单:

布局指南:2024年最有「钱途」的8个节点一览

使用键盘箭头导航

如下方屏幕截图所示输入:

  • HTTP/WS: 粘贴 Alchemy 数据

  • ENABLE_PROVER: 将 "false" 替换为"true"

  • Private key:插入上一步中复制的密钥

布局指南:2024年最有「钱途」的8个节点一览

按“Ctrl + X”并输入“Y”,然后单击键盘上的 Enter

运行节点:“docker compose up -d”

布局指南:2024年最有「钱途」的8个节点一览

Zora(10 美元/月)

Zora 是专门为彻底改变 NFT 世界而创建的以太坊L2解决方案。

详细指南可观看视频:Youtube

Elixir(15 美元/月)

Elixir Protocol 通过提供高吞吐量的 DPoS 网络开辟了新的可能性,允许每个人为交易所贡献流动性。

可阅读详细文字指南:https://medium.com/coinmonks/how-to-install-run-the-elixir-2-0-validator-node-9d6f94a55f58

penumbra(11美元/月)

Penumbra 是一个创新的、去中心化的交易所和完全私有的、跨链的权益证明网络。Penumbra 扩展了 Cosmos 生态及其他领域的可能性。

可阅读详细文字指南:https://nodes.bond/updated-and-enhanced-guide-for-installing-and-running-a-penumbra-node-and-validator/

Quai Network(17 美元/月)

Quai Network 是一个兼容 EVM 的L1区块链,实现了 5 万 TPS 的吞吐量,同时保持了去中心化、安全性和可扩展性。

观看视频详细指南:Youtube

Berachain(10-20 美元/月)

Berachain 是使用与 EVM 兼容的 Cosmos SDK 构建的L1区块链,由创新的流动性证明共识协议保证。

官方文档节点创建:https://docs.berachain.com/nodes/quickstart/run-local-validator-node

目前,公共节点不可用,运行节点的访问权限仅限于选定的个人。由于系统要求并不苛刻,因此仍然值得关注。VPS 费用为每月 10 至 20 美元。

布局指南:2024年最有「钱途」的8个节点一览

Monad

Monad 是备受期待的项目,昨天,运行 Monad 全节点的系统要求公布了。有消息称,最初节点运行仅适用于选定的 100 名用户组。

运行 Monad 全节点的预期硬件要求:

  • CPU: 16 core CPU

  • 内存: 32 GB RAM

  • 存储: 2 TB NVMe SSD

  • 带宽: 100 Mb/s

以下信息为推测性信息:

预计很快(在网络启动之后)会有更多的用户被授予运行节点的权限。然而,不太可能每个人都能访问。可能需要填写表格或提供包含个人信息的问卷。因此,最好准备一份调查问卷。这份调查问卷应包括您使用加密货币的详细经验(可能在将来很多时候会派上用场)。

如果资源充足,可以为所有项目运行节点。但是,如果您有限制,建议选择一项或多项。

Leituras Relacionadas

CPU Makes a Comeback to the Table, A $170 Billion "Power Seizure" Drama Begins

A new era is dawning for the server CPU (Central Processing Unit), driven by the shift from AI model training to large-scale reasoning and the rise of Agentic AI. This article explores how the CPU is reclaiming a central role in the AI data center. For years, the focus has been on the GPU (Graphics Processing Unit) for AI training. However, as AI moves to the inference and Agent phase—where tasks involve complex, multi-step reasoning, tool calls, and data management—the workload balance is flipping. Studies show CPUs now handle over 70% of the workload in Agentic AI, up from 10-30% in training. This is because Agent tasks generate massive intermediate data (KV Cache) that exceeds GPU memory, forcing it to be offloaded to the CPU's larger, more scalable memory pools. This increased importance is translating into market changes. Major players are taking note: NVIDIA launched its first standalone CPU line, Vera, based on ARM architecture and optimized for Agent performance. AMD doubled its server CPU market forecast to over $1200 billion by 2030. Analyst reports project the total server CPU market could reach $1700 billion by 2030, with AI-driven demand being a primary driver. Furthermore, the classic ratio of CPUs to GPUs in AI servers is rapidly changing, converging from 1:8 toward 1:1 for Agent deployments. This surge in demand has led to a rare industry-wide price increase of 10-15% for server CPUs from Intel and AMD, breaking a decade-long trend of "more performance for the same price." Demand is bifurcating into high-core-count CPUs for in-rack GPU support and moderate-core CPUs for standalone Agent task orchestration. In China, this global trend presents an opportunity for domestic CPU manufacturers like Hygon (海光信息) and Huawei Kunpeng, who are bolstered by both growing AI infrastructure needs and national policies promoting technological self-reliance ("xin chuang"). The maturity of their software ecosystems is also accelerating, evidenced by faster adaptation to new AI models. In conclusion, the narrative is shifting from a GPU-centric view to one where CPU-GPU synergy is critical. The CPU is no longer a peripheral component but a performance-defining bottleneck and a key growth driver in the AI hardware stack, opening a massive new market estimated in the hundreds of billions of dollars.

marsbitHá 9h

CPU Makes a Comeback to the Table, A $170 Billion "Power Seizure" Drama Begins

marsbitHá 9h

TechFlow Intelligence: AMD AI Director Publicly Criticizes Claude Code for "Becoming Dumber and Lazier", Trump Claims Full Ceasefire in Hormuz But Strait Still Has 80 Unexploded Mines

TechFlow Intelligence Report: This daily digest covers key developments in AI, crypto, hardware, and geopolitics. In AI, SK Telecom faces US export control scrutiny over its partnership with Anthropic, while a Gemini user reports being misled in a scam scenario, sparking safety debates. China's Z.AI launches the GLM-5.2 model, rivaling Claude Opus without NVIDIA chips. In crypto, Bithumb lists ReProtocol, and Upbit delists KernelDAO. On the hardware front, MIT researchers build a custom OS to study chips, ASML denies US claims its advanced lithography machines are in China, and Amazon considers selling its in-house AI chips. Apple's future A21 Pro chip may use TSMC's latest N2P process. Major tech issues include 10,000 GitHub repositories distributing malware and Apple patching a critical eavesdropping flaw in Beats earbuds. US stocks rise, led by semiconductors, with Intel surging 10.6%, while SpaceX falls 3.5%. Geopolitically, despite a US-Iran deal, the Strait of Hormuz remains risky with ~80 uncleared mines, stalling 80M barrels of oil on standby tankers. Iran postpones Switzerland talks, and Trump calls the agreement an "unconditional surrender." The report highlights a contrast: temporary geopolitical calm versus the ongoing, fundamental restructuring of tech supply chains and chip independence.

marsbitHá 9h

TechFlow Intelligence: AMD AI Director Publicly Criticizes Claude Code for "Becoming Dumber and Lazier", Trump Claims Full Ceasefire in Hormuz But Strait Still Has 80 Unexploded Mines

marsbitHá 9h

Trading

Spot
Futuros
活动图片