NaaS
繁體中文
繁體中文
  • 歡迎加入Neukind
  • 以太坊2.0
    • 用Neukind的方式簡單架設以太坊2.0節點
      • 步驟2 - 開始架設節點
      • 步驟 3 - 配置節點
      • 步驟 4 - 在存款合約質押ETH
        • 步驟 4 - 1 當 Gas 費過高
    • 用較為複雜的方式架設節點
      • 創建自己的錢包
        • 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 - 1 當 Gas 費過高Next創建自己的錢包

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官方網站 。

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

官方網站 .

@Rust
WSL
@Lighthouse