NaaS
简体中文
简体中文
  • 欢迎加入Neukind
  • 以太坊2.0
    • 用Neukind的方式简单架设以太坊2.0节点
      • 步骤2 - 开始架设节点
      • 步骤 3 - 配置节点
      • 步骤 4 - 在存款合约质押ETH
    • 用较为复杂的方式架设节点
      • 创建自己的钱包
        • 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?