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

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

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 (利用WSL )。

步骤 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

官方网站 @Lighthouse.

最后更新于