Skip to content

Commit

Permalink
deploy: 2d01347
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Oct 24, 2024
1 parent 200877d commit 3340723
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions existing_mnemonic.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ <h2 id="output-files"><a class="header" href="#output-files">Output files</a></h
<h2 id="example-usage"><a class="header" href="#example-usage">Example Usage</a></h2>
<pre><code class="language-sh">./deposit existing-mnemonic
</code></pre>
<h2 id="note"><a class="header" href="#note">Note</a></h2>
<p>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 <strong><a href="new_mnemonic.html">new-mnemonic</a></strong>. Then, use the <strong><a href="partial_deposit.html">partial-deposit</a></strong> command to specify the desired amount for each validator.</p>

</main>

Expand Down
1 change: 1 addition & 0 deletions new_mnemonic.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ <h2 id="example-usage"><a class="header" href="#example-usage">Example Usage</a>
</code></pre>
<h2 id="note"><a class="header" href="#note">Note</a></h2>
<p>The newly generated mnemonic <strong>must</strong> 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 <strong>cannot</strong> be recovered.</p>
<p>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 <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong>. Then, use the <strong><a href="partial_deposit.html">partial-deposit</a></strong> command to specify the desired amount for each validator.</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion partial_deposit.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 id="partial-deposit"><a class="header" href="#partial-deposit">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.
</div>
<h2 id="description"><a class="header" href="#description">Description</a></h2>
<p>Creates a deposit file with an existing validator key. Can be used to initiate a validator or deposit to an existing validator.
<p>Creates a deposit file with an existing validator key. A validator key can be created using the <strong><a href="new_mnemonic.html">new-mnemonic</a></strong> or the <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong> 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 <strong><a href="new_mnemonic.html">new-mnemonic</a></strong> or the <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong> command.</p>
<h2 id="optional-arguments"><a class="header" href="#optional-arguments">Optional Arguments</a></h2>
<ul>
Expand Down
5 changes: 4 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ <h2 id="example-usage"><a class="header" href="#example-usage">Example Usage</a>
</code></pre>
<h2 id="note"><a class="header" href="#note">Note</a></h2>
<p>The newly generated mnemonic <strong>must</strong> 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 <strong>cannot</strong> be recovered.</p>
<p>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 <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong>. Then, use the <strong><a href="partial_deposit.html">partial-deposit</a></strong> command to specify the desired amount for each validator.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="existing-mnemonic"><a class="header" href="#existing-mnemonic">existing-mnemonic</a></h1>
<div class="warning">
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.
Expand Down Expand Up @@ -602,6 +603,8 @@ <h2 id="output-files-1"><a class="header" href="#output-files-1">Output files</a
<h2 id="example-usage-1"><a class="header" href="#example-usage-1">Example Usage</a></h2>
<pre><code class="language-sh">./deposit existing-mnemonic
</code></pre>
<h2 id="note-1"><a class="header" href="#note-1">Note</a></h2>
<p>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 <strong><a href="new_mnemonic.html">new-mnemonic</a></strong>. Then, use the <strong><a href="partial_deposit.html">partial-deposit</a></strong> command to specify the desired amount for each validator.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="generate-bls-to-execution-change"><a class="header" href="#generate-bls-to-execution-change">generate-bls-to-execution-change</a></h1>
<div class="warning">
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.
Expand Down Expand Up @@ -763,7 +766,7 @@ <h2 id="example-usage-5"><a class="header" href="#example-usage-5">Example Usage
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.
</div>
<h2 id="description-6"><a class="header" href="#description-6">Description</a></h2>
<p>Creates a deposit file with an existing validator key. Can be used to initiate a validator or deposit to an existing validator.
<p>Creates a deposit file with an existing validator key. A validator key can be created using the <strong><a href="new_mnemonic.html">new-mnemonic</a></strong> or the <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong> 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 <strong><a href="new_mnemonic.html">new-mnemonic</a></strong> or the <strong><a href="existing_mnemonic.html">existing-mnemonic</a></strong> command.</p>
<h2 id="optional-arguments-6"><a class="header" href="#optional-arguments-6">Optional Arguments</a></h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 3340723

Please sign in to comment.