From 33407231dca87b81ec7cd9035bc5ee6c144b72d9 Mon Sep 17 00:00:00 2001 From: remyroy Date: Thu, 24 Oct 2024 15:39:56 +0000 Subject: [PATCH] deploy: 2d013475c10ebcefb73f15964f5f746a6a0c1ff8 --- existing_mnemonic.html | 2 ++ new_mnemonic.html | 1 + partial_deposit.html | 2 +- print.html | 5 ++++- searchindex.js | 2 +- searchindex.json | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/existing_mnemonic.html b/existing_mnemonic.html index 216efa69..36b7109f 100644 --- a/existing_mnemonic.html +++ b/existing_mnemonic.html @@ -220,6 +220,8 @@

Output filesExample Usage

./deposit existing-mnemonic
 
+

Note

+

To make a deposit for a different amount other than 32 ETH, you need to have an existing keystore file or create one by using either the above command or new-mnemonic. Then, use the partial-deposit command to specify the desired amount for each validator.

diff --git a/new_mnemonic.html b/new_mnemonic.html index 5998d579..3ecd5edf 100644 --- a/new_mnemonic.html +++ b/new_mnemonic.html @@ -213,6 +213,7 @@

Example Usage

Note

The newly generated mnemonic must be written down, on a piece of paper or transferred to steel. The clipboard is cleared when this command finishes. If the mnemonic is lost and the validator does not have a withdrawal address, funds cannot be recovered.

+

To make a deposit for a different amount other than 32 ETH, you need to have an existing keystore file or create one by using either the above command or existing-mnemonic. Then, use the partial-deposit command to specify the desired amount for each validator.

diff --git a/partial_deposit.html b/partial_deposit.html index d420130c..03a7c6c7 100644 --- a/partial_deposit.html +++ b/partial_deposit.html @@ -178,7 +178,7 @@

partial-depos Including sensitive arguments when executing CLI commands poses a security risk, as these values can be accessible through disk and shell history. This exposure can allow other users, including admins and malicious actors, to gain access to sensitive information, putting your funds at risk.

Description

-

Creates a deposit file with an existing validator key. Can be used to initiate a validator or deposit to an existing validator. +

Creates a deposit file with an existing validator key. A validator key can be created using the new-mnemonic or the existing-mnemonic commands. Can be used to initiate a validator or deposit to an existing validator. If you wish to create a validator with 0x00 credentials, you must use the new-mnemonic or the existing-mnemonic command.

Optional Arguments