dimi
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    2
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # How to Create Ethereum 2.0 Keys ## Download the official ETH2 command line interface app 1. Navigate to the release section of the [ethereum/eth2.0-deposit-cli](https://github.com/ethereum/eth2.0-deposit-cli/releases/) GitHub repository. 1. From the list, find the latest version, in this case v1.1.0 1. Expand the “Assets” section and Download the correct file for your operating system. ![](https://i.imgur.com/4tU0N47.png) 1. Extract the archive in any folder, but remember where you saved it. 1. 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" 1. 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.* ### Existing mnemonic: ![](https://i.imgur.com/F9qWUZF.png) Mac Terminal ![](https://i.imgur.com/EmAvz1m.png) Windows Terminal ### New mnemonic: ![](https://i.imgur.com/cE4Y7T7.png) Mac Terminal ![](https://i.imgur.com/iaH9S4L.png) Windows Terminal 7. If you are restoring from a mnemonic the deposit-cli tool will ask for your 24 words, insert it. Otherwise skip to next step. 7. 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** ![](https://i.imgur.com/uACBVrs.png) 1. **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. ![](https://i.imgur.com/F63qfAu.png) 1. 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. 1. When completed, you will see this screen. Open the output folder. ![](https://i.imgur.com/AlBoJKv.png) 1. 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. ![](https://i.imgur.com/aWJ5Xlk.png) 1. 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. 1. Return to the [stakefish website](http://stake.fish/) and upload `deposit_data-*.json` when prompted. ## Troubleshooting ### The developer cannot be verified (macOS) If you get an error like this: ![](https://i.imgur.com/dksJ95r.png) 1. Make sure you downloaded the file from the correct website: https://github.com/ethereum/eth2.0-deposit-cli/releases/. 1. If the file is correct, authorize it in `System Preferences -> Security & Privacy`. ![](https://i.imgur.com/ZQCJuTT.png) 1. If you don't see the “Allow Anyway” button, open the deposit file one more time and try again.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    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.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully