NaaS
English
English
  • Welcome to Neukind
  • Ethereum 2.0
    • Getting Started the Neukind way
    • Step 2 - Start A Node
    • Step 3 - Configuration
    • Step 4 - Sending the fund (New)
      • Step 4 - Sending the fund (Old)
        • Step 4 - 1 When the Gas is High
    • Getting Started Complicated Method
      • Create your own wallet
        • Create a validator
  • Guides
    • FAQ
  • External Links
  • Medium
  • Twitter
  • Telegram
  • Discord
  • PHALA NETWORK
    • How to add PHALA address
      • Polkadot{.js} extension guide
      • Allow a website in Polkadot{.js} extension
      • Add PHA wallet to Neukind dashboard
Powered by GitBook
On this page
  • 1. Rust
  • 2. Lighthouse Client

Was this helpful?

  1. Ethereum 2.0

Getting Started Complicated Method

Before creating your own ETH2.0 Wallet you would need to install some software.

PreviousStep 4 - 1 When the Gas is HighNextCreate your own wallet

Last updated 4 years ago

Was this helpful?

1. Rust

Step 1: Check if you already have rust installed on your hardware. If you do please go to step 2, if not go to step 1-2.

$rustc --version

Step 1-2:

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

After the installation run Step 1 again to confirm and go to Step 2 when Step 1 is completed. Or follow the official Rust website .

2. Lighthouse Client

There are 3 parts to Step 2. *Lighthouse builds on Linux, macOS, and Windows (via only).

Step 2-1: Download Lighthouse Client

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

Step 2-2: Go to the directory of the Lighthouse Client.

$cd lighthouse

Step 2-3: Use Rust to install Lighthouse Client. *Note: This step may take 30+ minutes.

$make

Finally check if the installation is done.

$lighthouse --help

Official website .

@Rust
WSL
@Lighthouse