NaaS
简体中文
简体中文
  • 欢迎加入Neukind
  • 以太坊2.0
    • 用Neukind的方式简单架设以太坊2.0节点
      • 步骤2 - 开始架设节点
      • 步骤 3 - 配置节点
      • 步骤 4 - 在存款合约质押ETH
    • 用较为复杂的方式架设节点
      • 创建自己的钱包
        • Create a validator
  • 指南
    • FAQ
Powered by GitBook
On this page
  • 1. Rust
  • 2. Lighthouse Client

Was this helpful?

  1. 以太坊2.0

用较为复杂的方式架设节点

在创建自己的ETH2.0 钱包之前,您需要安装一些软体。

Previous步骤 4 - 在存款合约质押ETHNext创建自己的钱包

Last updated 4 years ago

Was this helpful?

1. Rust

步骤 1: 检查硬件电脑否已经安装了Rust。如果您已经安装,请跳到步骤2,否则请继续步骤1-2。

$rustc --version

步骤 1-2:

$curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

安装完成后,再次进行步骤1进行确认,并在步骤1完成后跳到步骤2。或前往Rust官方网站 @Rust 。

2. Lighthouse Client

步骤2分为3部分。 *Lighthouse 建构于 Linux, macOS, and Windows (利用 )。

步骤 2-1: 下载Lighthouse Client

$git clone https://github.com/sigp/lighthouse.git

步骤 2-2: Go to the directory of the Lighthouse Client

$cd lighthouse

步骤 2-3: 使用 Rust 安装 Lighthouse Client * 注意:此步骤可能需要30分钟以上。

$make

最后检查安装是否完成。

$lighthouse --help

官方网站 .

WSL
@Lighthouse