nervosnetwork / nervosnetwork/neuron

Neuron Wallet Download & Installation

Open
#2,827 0 comments 0 reactions 3 assignees View on GitHub

@Danie0918 is already working on this.

Since Sep 8, 2023.

About Neuron Document Guide
Dominant language
TypeScript
Stars
204
Forks
95
Avg merge
8d 9h
Merged PRs (30d)
4

Description

Download

Please download the latest version of Neuron Wallet and choose the correct installer download for your computer system: https://github.com/nervosnetwork/neuron/releases/latest

Attention:
  1. For the Windows version, to ensure that node synchronization works properly, install the latest Microsoft Visual C++ Redistributable for Visual Studio before installing Neuron Wallet.
  2. Check that the checksum of the downloaded installation package matches the checksum published in the corresponding release note to ensure that the application has not been malformed during the download process.
How to verify with Checksum ?
  1. To get the Checksum of the installation package, run the following command in terminal:

    • Windows(PowerShell):
      # certutil -hashfile [file location] SHA256
      $ certutil -hashfile C:\Users\user1\Downloads\Neuron-v0.110.2-setup.exe SHA256
      # 0ec2cfd7f0813705d49e5fc1141d021eeedddd3fe5575479f72dfa5595e84f8a
      
    • Linux(Terminal):
      # sha256sum [file location]
      $ sha256sum ~/Downloads/Neuron-v0.110.2-x86_64.AppImage
      # 4426b642fbd7dc697f46d68e95bc252468a6dfd4a5d92dc5d848e95eac22d82e
      
    • MacOS(Terminal):
      # sha256sum [file location]
      $ sha256sum ~/Downloads/Neuron-v0.110.2-mac-x64
      # 79723cfd2262bff7c2f482fdaf2e0cf4ff9a72fe01ad38a4645eb03584af8227
      
  2. Compare the checksum you get with the one provided on the release note.

    image

Installation and access
  • Install or unzip the corresponding installation package to complete the installation.
  • Double-click the Neuron icon on your desktop to access your Neuron Wallet.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.