Navigate to the release section of the ethereum/eth2.0-deposit-cli GitHub repository.
From the list, find the latest version, in this case v1.1.0
Expand the “Assets” section and Download the correct file for your operating system.
Extract the archive in any folder, but remember where you saved it.
Open a Terminal if your are on Mac/Linux or "Command Prompt" if you are on Windows
a. Mac: Press CMD + Space, and type "Terminal". Press enter to run it
b. Linux: Search for "Terminal" in the App Drawer of your distribution.
c. Windows: Press "Start" or the "Windows Button", and search for "Command Prompt"
Now we have to run the "eth2deposit-cli" inside the terminal, specifying whether you want to restore your wallet from a mnemnoic or generate a new one. To do so, inside the terminal window type the full path of the extracted deposit file location followed by a space and new-mnemonic
in case you want a new wallet or existing-mnemonic
in case you want to restore, like in the example below:
Tip: You can drag and drop your "deposit" file inside the Terminal window to quickly type the full path.
Mac Terminal
Windows Terminal
Mac Terminal
Windows Terminal
If you are restoring from a mnemonic the deposit-cli tool will ask for your 24 words, insert it. Otherwise skip to next step.
The program will now ask for some configuration. Enter the following:
a. Number of validators: Input 1 (this value doesn't matter when using the stakefish validating service)
b. Language: Your preferred language
c. Network/chain name: If you are using the testnet: pyrmont; otherwise: mainnet
VERY IMPORTANT: Write down your mnemonic in a safe place offline.
This key controls your staking deposit funds. Keeping this key safe is solely your responsibility. You will need this key to withdraw your staking deposit when withdrawals are enabled on Ethereum 2.0.
Confirm the mnemonic by re-typing it when requested. If you fail to type it correctly, you will be asked to do it over and over again.
When completed, you will see this screen. Open the output folder.
In the output folder, you will find two files: deposit_data-*.json
and keystore-*.json
.
deposit_data-*.json
contains your public keys, which are necessary for stakefish to properly set up your validator(s).keystore-*.json
contains contains a password protected private key that is NOT needed for using stakefish validating service.Remember to store your mnemonic in a safe place. That will be the only way to access your funds when withdrawal are enabled. The keystore you see doesn't contain the private withdrawal credential key. stakefish cannot recover your funds if you lose these keys.
Return to the stakefish website and upload deposit_data-*.json
when prompted.
If you get an error like this:
System Preferences -> Security & Privacy
.or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing