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

Odaily星球日报Publicado a 2024-01-26Actualizado a 2024-01-26

Resumen

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

以下信息为推测性信息:

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

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

Lecturas Relacionadas

Analysis of the Latest Portfolio Adjustment by the "Top Player" in the U.S. Stock Market: $9 Billion Short on NVIDIA, Shifting Focus to Power and Memory Sectors

AI investor Leopold Aschenbrenner has made a significant portfolio shift, taking a $9 billion nominal short position against top AI infrastructure stocks like NVIDIA, ASML, and Oracle. Simultaneously, he is redirecting capital towards what he sees as the next critical bottlenecks in the AI boom: power, memory, and data center networking, alongside private investments in AI model companies like Anthropic. This move is interpreted not as a call that the AI bubble has burst, but as a rotation within the infrastructure stack. The analysis highlights NVIDIA's recent $25 billion bond issuance as a potential signal, questioning why a cash-rich company would seek external debt despite high profits and increased dividends/buybacks. The core investment thesis is that the initial, crowded "picks and shovels" trade in semiconductors is maturing. The next wave of capital is expected to flow into the physical and logistical constraints of AI expansion: electricity supply, memory chip capacity, data center construction, and enabling technologies like optical networking (fiber) for high-bandwidth communication, where copper remains crucial for short distances. Aschenbrenner's substantial (approx. 20% of fund) private stake in Anthropic is noted as a key part of his strategy—investing directly in the "mine" (AI models) rather than just the "shovels." The discussion concludes that while certain segments may be overvalued, the overarching AI infrastructure demand driven by real product usage remains robust. The most promising long-term investments are seen in essential, non-sexy infrastructure—particularly energy and power companies—whose demand is viewed as a global constant irrespective of AI's cyclicality.

marsbitHace 21 min(s)

Analysis of the Latest Portfolio Adjustment by the "Top Player" in the U.S. Stock Market: $9 Billion Short on NVIDIA, Shifting Focus to Power and Memory Sectors

marsbitHace 21 min(s)

BIT Research: Liquidity is Disappearing, Will Bitcoin Replay the Bottoming Pattern of 2022?

The crypto market is currently in an adjustment phase driven by policy expectations and liquidity shifts. Despite a brief rebound fueled by geopolitical easing and SpaceX's strong IPO performance, unexpectedly hawkish signals from new Fed Chair Kevin Warsh have removed anticipated easing support. Concurrently, stablecoin liquidity is shrinking, with insufficient new capital inflows, pushing the market into a typically quiet summer period. Pricing lacks catalysts for a sustained rally. Daily trading volume has significantly contracted, stablecoin growth has slowed markedly, and the supportive effect of Strategy's (formerly MicroStrategy) STRC preferred stock-financed Bitcoin purchases is fading. Amid policy uncertainty, seasonal weakness, and liquidity contraction, Bitcoin faces near-term downward pressure. Warsh's hawkish pivot and refusal to provide a clear policy outlook have increased risk premiums, historically unfavorable for Bitcoin. Technically, the trend remains bearish below $73,700, with $62,446 as critical support. A break below could accelerate declines, though a prolonged consolidation phase, similar to 2022's bottoming process, is possible. Liquidity is a core constraint. Current daily volume is around $500 billion, roughly 25% of the peak during the July-Oct 2025 rally. The 12-month growth rates for USDT and USDC have fallen to ~20%, with 6-month growth near zero, indicating weak new inflows. Bitcoin ETF and Strategy-driven inflows have also weakened, with a 30-day rolling net outflow. With inflation at 4.2% above the Fed's target, combined hawkish policy, seasonal factors, and liquidity shortages challenge Bitcoin's ability to hold above $60,000. However, this adjustment phase may be forming a cyclical low this summer, potentially setting the stage for the next bull cycle.

marsbitHace 49 min(s)

BIT Research: Liquidity is Disappearing, Will Bitcoin Replay the Bottoming Pattern of 2022?

marsbitHace 49 min(s)

Who Makes the Best Use of Claude Code? The Answer Might Not Be Programmers

Claude Code Usage Report Summary (Based on ~400k sessions) Core Finding: In agentic programming with Claude Code, a clear division of labor has emerged: humans primarily decide *what* to build (planning decisions), while Claude decides *how* to build it (execution decisions). Key Insights: 1. **Effectiveness is not limited to programmers.** In code-generation tasks, success rates for users in non-technical fields (law, finance, management, research) are nearing those of software engineers. What matters most is the user's domain expertise and understanding of the problem to be solved. 2. **Domain expertise drives success and efficiency.** Sessions where users exhibited "expert" proficiency in the task's domain saw verified success rates double compared to "novice" sessions. Experts also delegated more work per instruction, with Claude executing more actions and producing more output. 3. **AI is amplifying, not replacing, domain knowledge.** Claude Code lowers the *implementation* barrier, not the *judgment* barrier. The value of knowing the "what" and "why" is increasing relative to just knowing the "how" to code. 4. **Usage is evolving.** Over a 7-month period (Oct '25 - Apr '26), the share of sessions for debugging halved, while use for software operations, data analysis, and non-code writing roughly doubled. The estimated economic value of typical tasks increased by ~25%. Conclusion: The data suggests coding agents are making programming background less critical for completing technical tasks. However, they reward and amplify deep domain understanding. The ability to successfully direct an AI agent stems more from mastery of a specific field than from coding skill itself. The primary gains come from being competent in a domain; deep specialization adds only marginal additional advantage. This may signal a shift where software creation becomes integrated into various professions.

marsbitHace 1 hora(s)

Who Makes the Best Use of Claude Code? The Answer Might Not Be Programmers

marsbitHace 1 hora(s)

Trading

Spot
Futuros
活动图片