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
  • Create validator wallet
  • Step 1-2
  • Why?
  • How?

Was this helpful?

  1. Ethereum 2.0
  2. Getting Started Complicated Method
  3. Create your own wallet

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

PreviousCreate your own walletNextGuides

Last updated 4 years ago

Was this helpful?