NaaS
繁體中文
繁體中文
  • 歡迎加入Neukind
  • 以太坊2.0
    • 用Neukind的方式簡單架設以太坊2.0節點
      • 步驟2 - 開始架設節點
      • 步驟 3 - 配置節點
      • 步驟 4 - 在存款合約質押ETH
        • 步驟 4 - 1 當 Gas 費過高
    • 用較為複雜的方式架設節點
      • 創建自己的錢包
        • Create a validator
  • 指南
    • FAQ
Powered by GitBook
On this page
  • Create validator wallet
  • Step 1-2
  • Why?
  • How?

Was this helpful?

  1. 以太坊2.0
  2. 用較為複雜的方式架設節點
  3. 創建自己的錢包

Create a validator

Create validator wallet

To create a validator from a wallet, use the lighthouse account validator create

$lighthouse --testnet medalla account validator create --wallet-password neunode.pass --count 1

This command will create one validator node address from the passphrase generated from the creation of the Create your own wallet step.

If you were to create more validator nodes modify the last part of the command --count 1 to the number that you wish to create.

After the command you would get your own address. The address would look like this.0x849c12ff9d51db4ea880aa6e8d55aee554e262bdd82e29fc2d09d47386b1e0a5bcf13b4322f1d8013bfd0ab48c65ed7c

Step 1-2

Find the file for Neunode NaaS service. These data will not grant us access to withdrawal the fund but to allow Neunode service to stake your ETH properly and connect to the staking contract.

Why?

  • The public key of the validator

  • An encrypted copy of the private key for the validator

How?

Replace your-address-here to your own address and send us the messages afterward.

$cat ~/.lighthouse/medalla/validators/your-address-here/voting-keystore.json
$cat ~/.lighthouse/medalla/secrets/your-address-here

Previous創建自己的錢包Next指南

Last updated 4 years ago

Was this helpful?