このページは、お客様の言語ではご利用いただけません。Huawei Cloudは、より多くの言語バージョンを追加するために懸命に取り組んでいます。ご協力ありがとうございました。

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Show all

Help Center/ Web3 Node Engine Service/ User Guide (Staking Nodes)/ Staking Operations/ Obtaining the Key Using the Staking Launchpad

Obtaining the Key Using the Staking Launchpad

Updated on 2024-11-28 GMT+08:00

The Staking Launchpad is an open source application that will help you become a staker. It will guide you through choosing your clients, generating your keys, and depositing your ETH to the staking deposit contract. A checklist is provided to make sure you have covered everything to get your validator set up safely.

Mainnet and Holesky testnet are supported on the Staking Launchpad. It is recommended to test your setup and operational skills on the Holesky testnet.

  1. Learn about staking.

    The Staking Launchpad provides advisories for you to learn about staking.

    Figure 1 Advisories

  2. Choose your execution client and consensus client.

    You can choose the clients from Eth1 and Eth2 providers and set up your nodes accordingly. If you have purchased Huawei Cloud staking nodes, NES will help you create execution nodes and consensus nodes, so that you can perform staking efficiently.
    NOTE:

    NES uses Geth as the execution client and Prysm and Lighthouse as the consensus client.

    Figure 2 Choosing an execution client
    Figure 3 Choosing a consensus client

  3. Generate keys.

    Generate keys using the key generation tool provided by Ethereum, and keep the keys safe.

    The following shows how to generate keys by downloading the CLI app, that is, the deposit command line interface app.

    Figure 4 Choosing a key generation tool

    Download the deposit command line interface app from GitHub.

    Figure 5 Downloading the tool

    Decompress the file you just downloaded. Use the terminal/PowerShell to move into the directory that contains the tool and run the following commands:

    Linux/Mac
    ./deposit new-mnemonic
    Windows
    .\deposit.exe new-mnemonic

    Then, follow the instructions to generate your keys.

    [root@ecs-devnet01 ~]# ./deposit new-mnemonic
    ***Using the tool on an offline and secure device is highly recommended to keep your mnemonic safe.***
    Please choose your language ['1. العربية', ' '3. English', '4. Français', '5. Bahasa melayu', '6. Italiano', ]:  [English]:
    Please choose the language of the mnemonic word list [ '4. English', '5. Italiano', ]:  [english]:
    Please choose how many new validators you wish to run: 1
    Please choose the (mainnet or testnet) network/chain name ['mainnet', 'goerli', 'sepolia', 'zhejiang']:  [mainnet]: goerli
    Create a password that secures your validator keystore(s). You will need to re-enter this to decrypt them when you set up your Ethereum validators.:
    Repeat your keystore password for confirmation:
    This is your mnemonic (seed phrase). Write it down and store it safely. It is the ONLY way to retrieve your deposit.
    warm merry prevent invalid crash potato tongue portion rapid render chair outdoor summer red chief lesson firm culture infant or island bread fade property 
    Press any key when you have written down your mnemonic.
    Please type your mnemonic (separated by spaces) to confirm you have written it down. Note: you only need to enter the first 4 letters of each word if you'd prefer.
    Figure 6 Completing the key generation process

  4. Upload deposit data.

    Upload the deposit data file you just generated. Ensure that the network appeared in the upper right corner is correct. If you generate a key on the wrong network, the console will prevent you from moving on.

    Figure 7 Uploading deposit data

  5. Connect to the wallet.

    Connect your wallet to the console and make sure you have 32 ETH in your account.

    Figure 8 Connecting to the wallet

  6. Confirm the information.

    Check the information to ensure it is correct.

    Figure 9 Confirming the information

  7. Send the deposit.

    Click CONTINUE to send the deposit to the Beacon Chain. Now, you have submitted a transaction. Next, you will start the client to complete staking.

    Figure 10 Sending the deposit
    NOTE:

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback